/* https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/ */
/* Text meant only for screen readers. */
.screen-reader-text {
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);
   clip-path: inset(50%);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute !important;
   width: 1px;
   word-wrap: normal !important;
}
.screen-reader-text:focus {
   background-color: #eee;
   clip: auto !important;
   clip-path: none;
   color: #444;
   display: block;
   font-size: 1em;
   height: auto;
   left: 5px;
   line-height: normal;
   padding: 15px 23px 14px;
   text-decoration: none;
   top: 5px;
   width: auto;
   z-index: 100000; 
}
img{
	max-width: 100%;
	height: auto;
}
.creativesplanet-hide, .cspt-hide {
    display: none;
}
/* Owl carsoul resize issue solve */
#primary {
    width: 100%; 
}
body{
    overflow: visible;
    overflow-x: hidden;
}
a, a:hover, a:active, a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}
a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
p {
    margin: 0 0 25px;
}
dl, ol, ul{
  margin-bottom: 25px;
}
blockquote {
    padding: 30px;
    padding-right: 60px;
    margin: 60px 0px 60px 0;
    border-left: 5px solid #000;
    background-color: transparent;
    font-size: 18px;
    line-height: 26px;   
    position: relative;
}
blockquote p{
    margin-bottom: 0;
    position: relative;
    z-index: 1
}
blockquote.is-large{
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
blockquote cite{
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
    font-style: normal;
}
.wp-block-preformatted{
    border: none; 
   background: none;
    padding: 0px;  
}
.wp-block-verse{
  border: none; 
 background: none;
  padding: 0px; 
 font-family: inherit;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}
.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto;
}
.cspt-overflow-visible{
  overflow: visible !important;
}
.closepanel,
.sub-menu-toggle{
  display: none;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin-bottom: 20px;
}
.vc_custom_heading{
   margin-bottom: 15px;
}
pre {
    border: 1px solid #d1d1d1;
    line-height: 1.3125;
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px 20px 45px 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.cspt-blog-classic-inner .cspt-entry-content p:last-of-type:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.cspt-blog-classic-inner{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.edit-link a{
    padding: 7px 20px;
    background-color: #eee;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}
.cspt-slider-area{
  background-color: #e7e7e7;
  position: relative;
  z-index: 1;

}
.cspt-slider-area > div > div{
  margin: 0 !important;
}
.cspt-underline{
  text-decoration: underline;
}
/* --------------------------------------
 * WordPress Core
 * ---------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {  
    max-width: 100%;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text {
    font-style: italic;
    color: #b3b3b3;
    font-size: 12px;
    line-height: 1.6153846154;
    padding-top: .5384615385em;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;    
}
/* --------------------------------------
 * Table Section
 * ---------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.75em;
}
table th {
    border: 0;
    padding: 5px 7px
}
table td {
    padding: 5px 10px
}
table tbody tr, table thead tr {
    border: 1px solid #e6e6e6
}
table tbody th{
   background: #f9f9f9;
}
table tbody th, table tbody td {
    border-right: 1px solid #e6e6e6
}
/* --------------------------------------
 * gallery
 * ---------------------------------------*/
.gallery {
    margin: 0;
}
.gallery-item {
    max-width: 33.33%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 2px;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #686868;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    padding-top: 0.5384615385em;
    padding-bottom: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/* --------------------------------------
 * Page links
 * ---------------------------------------*/
.page-links,
.cspt-page-links {
    clear: both;
    font-size: 16px;
    font-weight: 600;   
   margin: 20px 0;   
   color: #000;
    letter-spacing: 0.5px;
}
.page-links a,
.cspt-page-links a {
    border: 1px solid #000; 
}
.page-links a, 
.page-links > span,
.cspt-page-links a, 
.cspt-page-links > span {
    text-decoration: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
   margin: 0px 2px;
}
.page-links a:hover,
.cspt-page-links a:hover{
   background-color: #000;
   color: #fff;
}
.page-links > span,
.cspt-page-links > span {
    background-color: #000;   
   border: 1px solid #000;
    color: #fff;
}
.page-links > a:first-child,
.page-links>span:first-child,
.cspt-page-links > a:first-child,
.cspt-page-links>span:first-child{
   margin-left: 15px;
}
/* --------------------------------------
 * Logo Setting
 * ---------------------------------------*/
.headerlogo{
    height: 105px;
    line-height: 105px;
}
.site-title img{
  max-height: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.site-title{
   margin: 0;
   padding: 0;
   display: table;
   vertical-align: middle;
   text-align: center;
   width: 100%;
   height: 105px;
}
.site-title a {
    display: table-cell;
    vertical-align: middle;
}
.site-title a .site-title-text{
    display: none;
}
/* --------------------------------------
 * Menu Setting
 * ---------------------------------------*/
.cspt-navbar {
   padding: 0;
   margin: 0;
   border: 0;
   width: auto;
}
.cspt-navbar ul,
.cspt-navbar li {
   list-style: none;
   margin: 0;
   padding: 0;
}
.cspt-mobile-search{
  display: none;
}
/* --------------------------------------
 * Footer Menu Setting
 * ---------------------------------------*/
.cspt-footer-menu-area{
  text-align: right;
  margin-top: 15px;
}
.cspt-footer-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;    
}
.cspt-footer-menu li {
  display: inline-block;
  margin: 0 10px;
}
.cspt-footer-menu li li{
  display: none;
}
/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-right,
.cspt-ihbox.cspt-ihbox-style-hsbox{
  margin-bottom: 30px;
}
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center{
      margin-bottom:60px;
}
.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #000000;
}
.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading{
  margin-bottom: 5px;
}
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-reverse-heading-yes .cspt-ihbox-subheading{
  margin-bottom: 10px;
}
.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading{   
   font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    text-transform: none;
    color: #333333;
    margin-bottom: 0;
}
.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 10px;
}
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center{
    text-align: center;
}
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center .cspt-ihbox-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-right{
    text-align: right;
}
/* --------------------------------------
 * Row spacing
 * ---------------------------------------*/           
body.cspt-sidebar-no #content .site-main .entry-content>.wpb_row.vc_row-fluid.cspt-bgimage-yes,
body.cspt-sidebar-no #content .site-main .entry-content>.wpb_row.vc_row-fluid:not(.cspt-bg-color-transparent),
body.cspt-sidebar-no.compose-mode #content .site-main .entry-content > .vc_vc_row .wpb_row.vc_row-fluid:not(.cspt-bg-color-transparent){
    padding-top: 100px;
    padding-bottom: 90px;
    margin-bottom: 0;
}

body.cspt-sidebar-no.compose-mode #content .site-main .entry-content > .vc_empty-placeholder:first-child{
    display: none;
}
body.cspt-sidebar-no #content .site-main .entry-content > .vc_empty-placeholder + .vc_vc_row,
body.cspt-sidebar-no #content .site-main .entry-content > .cspt-row:first-child {
    margin-top: -100px;
}
body.cspt-sidebar-no #content {
    padding-top: 100px;
}
body.single.cspt-sidebar-no #content,
body.archive.cspt-sidebar-no #content,
body.cspt-sidebar-no:not(.wpb-js-composer) #content .cspt-page-content-wrapper > article{
   padding-bottom: 70px;
}
.widget-area.col-md-3,
.content-area.col-md-9{
  padding-top: 80px;   
  padding-bottom: 80px;    
}
.cspt-body-footer-big-text-area-overlay .widget-area.col-md-3,
.cspt-body-footer-big-text-area-overlay .content-area.col-md-9{  
    padding-bottom: 130px;    
}
.content-area.col-md-9 .comment-respond{
   margin-bottom: 0;
}
/*=== For overlap row ===*/
.cspt-row.cspt-zindex-zero,
.cspt-row.cspt-zindex-1,
.cspt-row.cspt-zindex-2,
.cspt-zindex-zero,
.cspt-zindex-1,
.cspt-zindex-2{
    position: relative;
}

.cspt-zindex-zero .vc_column-inner,
.cspt-zindex-zero {   
   z-index: unset !important;   
}
.cspt-zindex-1 .vc_column-inner,
.cspt-zindex-1 {  
   z-index: 1 !important;
}
.cspt-zindex-2 .vc_column-inner,
.cspt-zindex-2 {   
   z-index: 2 !important;
}

/*=== Row Background color ===*/
.cspt-bgimage-over-bgcolor.cspt-bgimage-yes .cspt-stretched-div:before,
.cspt-bgimage-over-bgcolor.cspt-bgimage-yes .vc_column-inner:before,
.cspt-bgimage-over-bgcolor.cspt-bgimage-yes:before{
   background-color: transparent !important
}
.cspt-bg-color-yes.vc_column_container .wpb_wrapper,
.vc_column_container.cspt-bg-color-yes .vc_column-inner, 
.cspt-row-inner,
.cspt-row{
  position: relative;
  z-index: 2;
}
.cspt-bg-color-yes.vc_column_container .vc_column-inner:before,
.vc_row.cspt-bg-color-yes:not(.vc_column_container):before,
.cspt-col-stretched-yes .cspt-stretched-div:before{
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   content: "";
   display: block;
   z-index: 1;
}
.cspt-col-stretched-yes .vc_column-inner{
  background-image: none !important
}
/*=== Grey BG ===*/
.cspt-bgimage-over-bgcolor.cspt-bgimage-yes.cspt-bg-color-light,
.cspt-bg-color-light.vc_column_container.vc_column_container .vc_column-inner:before,
.cspt-bg-color-light:not(.vc_column_container):before,
.cspt-extended-bg-col.cspt-bg-color-light:before,
.cspt-stretched-div.cspt-bg-color-light:before{
   background-color: #f7f9fa;
}
.cspt-bgimage-yes.cspt-bg-color-light.vc_column_container .vc_column-inner:before,
.cspt-bgimage-yes.cspt-bg-color-light:not(.vc_column_container):before,
.cspt-bgimage-yes.cspt-extended-bg-col.cspt-bg-color-light:before,
.cspt-bgimage-yes .cspt-stretched-div.cspt-bg-color-light:before{
   background-color: rgba(247, 249, 250, 0.80);
}
/*=== Dark BG ===*/
.cspt-bgimage-over-bgcolor.cspt-bgimage-yes.cspt-bg-color-blackish,
.cspt-bg-color-blackish.vc_column_container .vc_column-inner:before,
.cspt-bg-color-blackish:not(.vc_column_container):before,
.cspt-extended-bg-col.cspt-bg-color-blackish:before,
.cspt-stretched-div.cspt-bg-color-blackish:before{
   background-color: #222;
}
/*=== Dark BG - with image ===*/
.cspt-bgimage-yes.cspt-bg-color-blackish.vc_column_container .vc_column-inner:before,
.cspt-bgimage-yes.cspt-bg-color-blackish:not(.vc_column_container):before,
.cspt-bgimage-yes.cspt-extended-bg-col.cspt-bg-color-blackish:before,
.cspt-bgimage-yes .cspt-stretched-div.cspt-bg-color-blackish:before{
   background-color: rgba(34, 34, 34, 0.6);
}
/*=== White BG ===*/
.cspt-column.cspt-bg-color-white .vc_column-inner,
.cspt-bgimage-over-bgcolor.cspt-bgimage-yes.cspt-bg-color-white,
.cspt-bg-color-white.vc_column_container .vc_column-inner:before,
.cspt-bg-color-white:before,
.cspt-extended-bg-col.cspt-bg-color-white:before,
.cspt-stretched-div.cspt-bg-color-white:before{
   background-color: #fff;
}
.cspt-bgimage-yes.cspt-bg-color-white.vc_column_container .vc_column-inner:before,
.cspt-bgimage-yes.cspt-bg-color-white:not(.vc_column_container):before,
.cspt-bgimage-yes.cspt-extended-bg-col.cspt-bg-color-white:before,
.cspt-bgimage-yes .cspt-stretched-div.cspt-bg-color-white:before{
   background-color: rgba(255, 255, 255, 0.6);
}
.cspt-col-stretched-yes .cspt-stretched-div{
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;    
    width: auto;
}
.cspt-col-stretched-left .cspt-stretched-div{
    margin-left: -500px;
    right: 0;
}
.cspt-col-stretched-right .cspt-stretched-div{
    margin-right: -500px;  
    right: 0; 
}
.cspt-col-stretched-yes.vc_column_container,
.cspt-col-stretched-yes.vc_column_container .vc_column-inner:before{
    background-color: transparent !important;
    background: none !important;
    background-image: none !important
}
/*=== Background Image Position ===*/
body .cspt-bgimage-position-left-top .cspt-stretched-div,
body .cspt-bgimage-position-left-top {
   background-position: left top !important;
}
body .cspt-bgimage-position-left-center .cspt-stretched-div,
body .cspt-bgimage-position-left-center {
   background-position: left center !important;
}
body .cspt-bgimage-position-left-bottom .cspt-stretched-div,
body .cspt-bgimage-position-left-bottom {
   background-position: left bottom !important;
}
body .cspt-bgimage-position-right-top .cspt-stretched-div,
body .cspt-bgimage-position-right-top {
   background-position: right top !important;
}
body .cspt-bgimage-position-right-bottom .cspt-stretched-div,
body .cspt-bgimage-position-right-bottom {
   background-position: right bottom !important;
}
body .cspt-bgimage-position-right-center .cspt-stretched-div,
body .cspt-bgimage-position-right-center {
   background-position: right center !important;
}
body .cspt-bgimage-position-center-top .cspt-stretched-div,
body .cspt-bgimage-position-center-top {
   background-position: center top !important;
}

body .cspt-bgimage-position-center-center .cspt-stretched-div,
body .cspt-bgimage-position-center-center {
   background-position: center center !important;
}

body .cspt-bgimage-position-center-bottom .cspt-stretched-div,
body .cspt-bgimage-position-center-bottom {
   background-position: center bottom !important;
}
/*===  Background Image No Repeat ===*/
.vc_column_container.cspt-bgimage-repeat-no .cspt-stretched-div,
body .cspt-bgimage-repeat-no{
    background-repeat: no-repeat !important;
}
body .cspt-bgimage-repeat-x{
    background-repeat: repeat-x !important;
}
body .cspt-bgimage-repeat-y{
    background-repeat: repeat-y !important;
}
body .cspt-bgimage-repeat-round{
    background-repeat: round !important;
}
body .cspt-bgimage-repeat-space{
    background-repeat: space !important;
}
/*===  Background Image Size  ===*/
.cspt-bg-size-cover{
    background-size: cover !important;
}
.cspt-bgimage-repeat-contain{
    background-size: contain !important;
}
.cspt-row{
    position: relative;
}
.cspt-extended-bg.cspt-extended-bg-first-col,
.cspt-extended-bg.cspt-extended-bg-last-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cspt-extended-bg-col{
    height: 100%;
}
.cspt-extended-bg-col:before{
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   content: "";
   display: block;
   z-index: 0;   
}
/*=== Colum background image hide ===*/
.cspt-extended-col.cspt-extended-col-both .wpb_column:nth-child(3) .vc_column-inner, /*/ both - first /*/
.cspt-extended-col.cspt-extended-col-both .wpb_column:nth-child(4) .vc_column-inner, /*/ both - last /*/
.cspt-extended-col.cspt-extended-col-first .wpb_column:nth-child(2) .vc_column-inner, /*/ first - first /*/
.cspt-extended-col.cspt-extended-col-last .wpb_column:nth-child(3) .vc_column-inner, /*/ last - last /*/
.cspt-extended-col.cspt-extended-col-both .wpb_column:nth-child(3) .vc_column-inner:before, /*/ both - first /*/
.cspt-extended-col.cspt-extended-col-both .wpb_column:nth-child(4) .vc_column-inner:before, /*/ both - last /*/
.cspt-extended-col.cspt-extended-col-first .wpb_column:nth-child(2) .vc_column-inner:before, /*/ first - first /*/
.cspt-extended-col.cspt-extended-col-last .wpb_column:nth-child(3) .vc_column-inner:before /*/ last - last /*/{
  background-image:none !important;
  background-color:transparent !important;
}
.cspt-colum-auto{
  width: auto;
}
.cspt-col-auto .vc_column_container,
.cspt-col-auto .vc_vc_column_inner {
    width: auto;
}
/* --------------------------------------
 * Global text color
 * ---------------------------------------*/
.cspt-color-white,
.cspt-text-color-white{
    color: #fff;
}
.cspt-color-dark,
.cspt-text-color-dark{
    color: #000;
}
/* --------------------------------------
 * Global Form Input
 * ---------------------------------------*/
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
select,
textarea{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #848484;
    line-height: normal;
    padding: 0px 15px;
    font-weight: 400;
    background: #eff2f7;
    border: 0;
    border-radius: 5px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: transparent;
    border: none;
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 1em;
    line-height: normal;
}
.cspt-select {
    position:relative; 
    display: block;
    background-color: #eff2f7;
    border-radius: 3px;
}
.cspt-select:after {
    content:""; 
    width:0; 
    height:0; 
    position:absolute; 
    pointer-events: none;
}
.cspt-select:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    right: .75em;
    border-top: 6px solid black;
    opacity: 0.5;
}
select::-ms-expand {
    display: none;
}
.footer-wrap .cspt-select{
 border: 2px solid #ececec; 
}

.cspt-color-white .cspt-select:after {
    border-top-color: #fff;
}
.cspt-color-white  .cspt-select {
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    background-color: transparent;
}
.cspt-color-white .footer-wrap select{
    color: #fff;
    background-color: transparent;
}
.cspt-color-white .footer-wrap select option{
    color: rgba(0, 0, 0, 0.50);
}

input:focus,
select:focus,
textarea:focus{
    border-color:#ff6600;
    outline: none!important;
}
textarea{
    height:150px;
    resize:none;
    padding:12px 15px;  
}
button, 
html input[type=button], 
input[type=reset], 
input[type=submit] {
    position: relative;
    background-color: #222;
    border: none;
    font-family: inherit;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
/* --------------------------------------
 * Sidebar padding top
* ---------------------------------------*/
.cspt-sidebar-left .site-content-contain .site-content .row {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.creativesplanet-sidebar .widget{
   margin-bottom: 30px;   
}
.creativesplanet-sidebar .widget .widget-title{
    margin-bottom: 35px;
    position: relative; 
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    position: relative;
}
.creativesplanet-sidebar .widget .widget-title:after {
    display: block;
    height: 2px;
    margin-top: 0;
    margin-bottom: -2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 50px;
    background-color: #18c471;
}
.cspt-sidebar-left .site-content-contain > .site-content > .row {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
/* --------------------------------------
 * Colum gaping setting
 * ---------------------------------------*/
/*=== creativesplanet-gap-Default ===*/
.cspt-element-posts-wrapper.row{
    margin-left: -15px;
    margin-right: -15px; 
}
.cspt-element-posts-wrapper.row .cspt-ele{
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
/*=== creativesplanet-gap-0px ===*/
.creativesplanet-gap-0px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.creativesplanet-gap-0px .cspt-element-posts-wrapper.row{
    margin-left: 0;
    margin-right: 0;    
}
/*=== creativesplanet-gap-5px ===*/
.creativesplanet-gap-5px .cspt-element-posts-wrapper.row .cspt-ele{
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
}.creativesplanet-gap-5px .cspt-element-posts-wrapper.row{
    margin-left: -2.5px;
    margin-right: -2.5px;   
}
/*=== creativesplanet-gap-10px ===*/
.creativesplanet-gap-10px .cspt-element-posts-wrapper.row{
    margin-left: -5px;
    margin-right: -5px; 
}
.creativesplanet-gap-10px .cspt-element-posts-wrapper.row .cspt-ele{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
/*=== creativesplanet-gap-15px ===*/
.creativesplanet-gap-15px .cspt-element-posts-wrapper.row{
    margin-left: -7.5px;
    margin-right: -7.5px; 
}
.creativesplanet-gap-15px .cspt-element-posts-wrapper.row .cspt-ele{
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}
/*=== creativesplanet-gap-20px ===*/
.creativesplanet-gap-20px .cspt-element-posts-wrapper.row{
    margin-left: -10px;
    margin-right: -10px; 
}
.creativesplanet-gap-20px .cspt-element-posts-wrapper.row .cspt-ele{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
/*=== creativesplanet-gap-25px ===*/
.creativesplanet-gap-25px .cspt-element-posts-wrapper.row{
    margin-left: -12.5px;
    margin-right: -12.5px; 
}
.creativesplanet-gap-25px .cspt-element-posts-wrapper.row .cspt-ele{
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-bottom: 25px;
}
/*=== creativesplanet-gap-30px ===*/
.creativesplanet-gap-30px .cspt-element-posts-wrapper.row{
    margin-left: -15px;
    margin-right: -15px; 
}
.creativesplanet-gap-30px .cspt-element-posts-wrapper.row .cspt-ele{
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
/*=== creativesplanet-gap-40px ===*/
.creativesplanet-gap-40px .cspt-element-posts-wrapper.row{
    margin-left: -20px;
    margin-right: -20px; 
}
.creativesplanet-gap-40px .cspt-element-posts-wrapper.row .cspt-ele{
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}
/*=== creativesplanet-gap-50px ===*/
.creativesplanet-gap-50px .cspt-element-posts-wrapper.row{
    margin-left: -25px;
    margin-right: -25px; 
}
.creativesplanet-gap-50px .cspt-element-posts-wrapper.row .cspt-ele{
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 50px;
}
/* --------------------------------------
 * Global text color
 * ---------------------------------------*/
/* White Text */
.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading{
  color: #fff !important;
}
.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading,
.cspt-bg-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading,
.cspt-bg-color-globalcolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading,
.cspt-bg-color-secondarycolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading,
.cspt-text-color-white h1,
.cspt-text-color-white h2,
.cspt-text-color-white h3,
.cspt-text-color-white h4,
.cspt-text-color-white h5,
.cspt-text-color-white h6,
.cspt-bg-color-secondarycolor h1,
.cspt-bg-color-secondarycolor h2,
.cspt-bg-color-secondarycolor h3,
.cspt-bg-color-secondarycolor h4,
.cspt-bg-color-secondarycolor h5,
.cspt-bg-color-secondarycolor h6,
.cspt-bg-color-globalcolor h1,
.cspt-bg-color-globalcolor h2,
.cspt-bg-color-globalcolor h3,
.cspt-bg-color-globalcolor h4,
.cspt-bg-color-globalcolor h5,
.cspt-bg-color-globalcolor h6,
.cspt-bg-color-blackish h1,
.cspt-bg-color-blackish h2,
.cspt-bg-color-blackish h3,
.cspt-bg-color-blackish h4,
.cspt-bg-color-blackish h5,
.cspt-bg-color-blackish h6{
    color: #fff;
}
.cspt-text-color-white:not(.cspt-bg-color-secondarycolor):not(.cspt-bg-color-blackish) .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading,
.cspt-bg-color-globalcolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading{
    color: rgba(255, 255, 255, 0.95);
}
.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content,
.cspt-bg-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content,
.cspt-bg-color-globalcolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content,
.cspt-bg-color-secondarycolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content,
.cspt-text-color-white{
    color: rgba(255, 255, 255, 0.90);
}
/*=== Dark Text ===*/
.cspt-text-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading,
.cspt-text-color-blackish h1,
.cspt-text-color-blackish h2,
.cspt-text-color-blackish h3,
.cspt-text-color-blackish h4,
.cspt-text-color-blackish h5,
.cspt-text-color-blackish h6{
    color: #000;
}
.cspt-text-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading{
    color: rgba(0, 0, 0, 0.90);
}
.cspt-text-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content{
    color: rgba(0, 0, 0, 0.80);
}
/* --------------------------------------
 * VC extra element
 * ---------------------------------------*/
.wpb_gmaps_widget .wpb_wrapper{
    padding: 0px;
}
/* --------------------------------------
 * Image video icon
 * ---------------------------------------*/
.cspt-single-image-w .cspt-lightbox{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}
.cspt-single-image-w .cspt-lightbox,
.cspt-single-image-w.cspt-single-hover- .cspt-overlay,
.cspt-single-image-w.cspt-single-hover-yes .cspt-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
}
.cspt-single-image-w .cspt-lightbox{
    background-color: transparent;
}
.cspt-single-image-w.cspt-single-hover-yes .cspt-overlay{
    opacity: 0;
        transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.cspt-single-image-w.cspt-single-hover-yes:hover .cspt-overlay{
    opacity: 1;
}
/* --------------------------------------
 * cspt-title-bar-wrapper
 * ---------------------------------------*/
.cspt-title-bar-wrapper{   
   position: relative;
    z-index: 0;
}
.cspt-title-bar-wrapper.cspt-titlebar-style-center .cspt-breadcrumb,
.cspt-title-bar-wrapper.cspt-titlebar-style-center .cspt-title-bar-content-inner{
  width: 100%;
  text-align: center;
}
.cspt-title-bar-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
}
.cspt-title-bar-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;   
   padding: 64px 0px;
}
.cspt-title-bar-content .cspt-tbar,
.cspt-title-bar-content .cspt-breadcrumb{
    display: block;
}
.cspt-breadcrumb,
.cspt-breadcrumb .current-item{
  opacity: 0.9;
}
.cspt-breadcrumb a{
  opacity: 1;
} 
.cspt-breadcrumb-inner .sep{
  margin: 0 5px;
}
.cspt-title-bar-content .cspt-tbar-inner {
   max-width: none;
   padding: 0; 
}
.cspt-breadcrumb-inner i {
    font-size: 13px;
    margin: 0 10px;
    display: inline-block;
}
.cspt-title-bar-content .cspt-tbar-title{
  margin-bottom: 5px;
}
/*=== Footer Background color set ===*/
.cspt-bg-color-white.cspt-bg-image-yes:before{
    background-color: rgba(255, 255, 255, 0.9);
}
.cspt-bg-color-light.cspt-bg-image-yes:before{
    background-color: rgba(240, 240, 240, 0.9);
}
.cspt-bg-color-blackish.cspt-bg-image-yes:before{
    background-color: rgba(0, 0, 0, 0.6);
}
.cspt-bg-color-gradientcolor.cspt-bg-image-yes:before{
    opacity: 0.5;
}
/* --------------------------------------
 * single setting
 * ---------------------------------------*/
.cspt-single-image-w .vc_icon_element{
    position: absolute;
    left: 50%;
    top: 50%;
   -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);  
}
.cspt-single-image-w .vc_icon_element .vc_icon_element-inner{
    color: #fff;
}

/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/
.cspt-pre-header-wrapper{
  height: 50px;
  line-height: 50px;
  background-color: #000;
}
.cspt-pre-header-wrapper ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.cspt-contact-info li {
    display: inline-block;
    margin: 0 15px;
}
.cspt-contact-info li:first-child {
  margin-left: 0;
}
.cspt-contact-info li:last-child {
  margin-right: 0;
}
.cspt-contact-info li i{
  margin-right: 5px;
}

/*=== Topbar social icon ===*/
.cspt-pre-header-wrapper .cspt-social-links li{
    margin-right: 8px;
    display: inline-block;
}
.cspt-pre-header-wrapper .cspt-social-links li:last-child{
  margin-right: 0px;
}
.cspt-pre-header-wrapper .cspt-social-links a{
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;   
    font-size: 13px;   
    vertical-align: middle; 
}
.cspt-pre-header-wrapper .cspt-social-links a:hover{   
    transition: all 500ms ease;
}
/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
.cspt-header-wrapper{
  z-index: 999;
}
.cspt-navbar > div > ul > li, 
.cspt-navbar > div > ul > li > a,
.cspt-navbar div > ul > li > a,
.site-title {
   -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/*=== Logo setting ===*/
.cspt-sticky-on.cspt-sticky-logo-yes .cspt-main-logo,
.cspt-sticky-logo{
   display: none;
}
.cspt-sticky-logo-yes .cspt-main-logo, 
.cspt-sticky-on.cspt-sticky-logo-yes .cspt-sticky-logo{
   display:inline-block;
}
/*=== Header bg color setting ===*/
.site-header .cspt-bg-color-white,
.site-header .cspt-sticky-on.cspt-sticky-bg-color-white{
    background-color: #fff;
}
.site-header .cspt-bg-color-light,
.site-header .cspt-sticky-on.cspt-sticky-bg-color-light{
    background-color: #eef7f9;
}
.site-header .cspt-bg-color-blackish,
.site-header .cspt-sticky-on.cspt-sticky-bg-color-blackish{
    background-color: #000;
}
.site-header .cspt-bg-color-transparent,
.site-header .cspt-sticky-on.cspt-sticky-bg-color-transparent{
    background-color: transparent;
}
.cspt-table{
    display: table;
    height: 100%;
}
.cspt-table-cell{
    display: table-cell;
    line-height: normal;   
   vertical-align: middle;
}
/* --------------------------------------
 * Footer section
 * ---------------------------------------*/
.footer-wrap {       
    padding-top: 50px;
    padding-bottom: 50px; 
}
.cspt-footer-text-area {
    background-color: #020203;
    padding-top: 15px;
    padding-bottom: 30px;
}
.cspt-footer-text-area, 
.cspt-footer-widget-area,
.site-footer{
  background-color: transparent !important;
  position: relative;
}
.cspt-footer-text-area,
.cspt-footer-widget-area{
  z-index: 1
}
.cspt-footer-text-area:before, 
.cspt-footer-widget-area:before,
.site-footer:before{
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   content: "";
   display: block;
   z-index: 1;
   background-image: none !important;
}
.cspt-footer-text-area > .container,
.footer-wrap.cspt-footer-widget-area > .container{
    position: relative;
    z-index: 2;
}
.cspt-color-white .widget-title {
    color: #fff;
}
/*=== Footer Background color set ===*/
.cspt-bg-color-white.cspt-bg-image-yes:before{
    background-color: rgba(255, 255, 255, 0.9);
}
.cspt-bg-color-light.cspt-bg-image-yes:before{
    background-color: rgba(240, 240, 240, 0.9);
}
.cspt-bg-color-blackish.cspt-bg-image-yes:before{
    background-color: rgba(0, 0, 0, 0.6);
}
.cspt-bg-color-gradientcolor.cspt-bg-image-yes:before{
    opacity: 0.5;
}
/* --------------------------------------
 * Widget Sections
 * ---------------------------------------*/
.widget-title{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 40px;
}
.reduce-heading-space .widget-title{
    margin-bottom: 15px;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style: none;    
}
.widget a{
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-weight: 700;
}
.widget ul a{
  display: inline-block;
}

.widget ul > li ul {
    margin-left: 15px;
    margin-top: 15px;
}
.widget ul > li {
    padding: 0px 0px 15px 0;
}
.widget > ul > li:last-child {
   padding-bottom: 0;
}
.widget ul > li ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
/*=== Calendar Widget ===*/ 
.widget_calendar table td#today{
    font-weight: bold;
}
.widget_calendar table {
    border-collapse: separate;
    border-color: #dedede;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 0px;
    width: 100%;
}
.widget_calendar table th,
.widget_calendar table td {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 7px;
}
.widget_calendar caption {
   padding: 0px;  
   margin: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    caption-side: top;
    color: inherit;
}
.widget_calendar tbody a {
   display: block;
    font-weight: 700;
}
/*=== emphires_recent_posts_widget ===*/
.emphires_recent_posts_widget .cspt-rpw-list > li{ 
   display: -ms-flexbox!important;
    display: flex!important;
    align-items: normal;
    width: 100%;
    margin-top: 10px;
    padding-top: 0;
}
.emphires_recent_posts_widget .cspt-rpw-list > li:last-child{
   margin-bottom: 0;
}
.emphires_recent_posts_widget .cspt-rpw-list > li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}
.emphires_recent_posts_widget .cspt-rpw-list > li > a {  
   width: 75px;
    flex-shrink: 0;
    margin-right: 15px;
}
.emphires_recent_posts_widget .cspt-rpw-list > li > a img{
    border-radius: 0px;
}
.emphires_recent_posts_widget .cspt-rpw-content .cspt-rpw-date {
   line-height: 17px;
    display: block;
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px; 
}
.emphires_recent_posts_widget .cspt-rpw-content .cspt-rpw-date a{
    font-size: 13px;    
}
.emphires_recent_posts_widget .cspt-rpw-content .cspt-rpw-title a{
    margin-bottom: 0;
}
/*=== post-password-form ===*/
.post-password-form input[name="post_password"]{
    position: relative;
    top: 2px;
    height: 60px;
}
.post-password-form input[type=submit]{  
    background-image: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 16px;
    padding-bottom: 18px
}
/*=== widget_categories ===*/
.widget_categories ul li {
    padding-bottom: 0;
    position: relative;
    margin: 20px 0;
    padding: 0;
}
.widget_categories ul > li:last-child{
   margin-bottom: 0;
}
.widget_categories ul li span{
    position: absolute;
    right: 0;
    top: -1px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #000;
    color: #fff;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
}
.cspt-color-white .widget_categories ul li span{
  background-color: #fff;
}

/*=== widget_tag_cloud ===*/
.widget_tag_cloud a {
    font-weight: 400;
    font-size: 12px;
    background-color: #1f1f1f;
    padding: 8px 10px 6px;
    line-height: 1;
    display: inline-block;
}

.widget_tag_cloud li{
    list-style: none;
    margin: 0 4px 8px 0;
    display: inline-block;
}
.widget_tag_cloud ul li{
    margin-bottom: 0px;
    padding-bottom: 8px;
}
.creativesplanet-sidebar .widget_tag_cloud ul li a {
    display: inline-block;     
    font-size: 14px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0px 9px 10px 0px rgba(26, 47, 106, 0.07);
}
.creativesplanet-sidebar .widget_tag_cloud ul li a:hover {
    color: #fff;
    background-color: #222;
}

/*=== Search widget ===*/
.woocommerce-product-search,
.search-form{
    position:  relative;
}
.woocommerce-product-search input[type="search"],
.search-form input[type="search"]{
    height: 58px;
    line-height: 58px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding-right: 90px;
}
.woocommerce-product-search [type=submit]:after,
.search-form .search-submit:after{
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 24px;
    top: 0;
    opacity: 1;
    z-index: 1; 
    color: #fff;
    font-size: 18px;
}

.woocommerce-product-search:after{
    top: 10px;
}
.search-form label{
    display: none;
}
.search-form button{
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 58px;
    line-height: 58px;
    margin-top: -29px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 70px;
}
.woocommerce-product-search [type=submit]{
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    font-size: 0px;
    z-index: 1;
    width: 50px;
}
.search-form button .screen-reader-text{
    display: none;
}
/*=== Footer widget ===*/
.footerlogo{
    margin-bottom: 10px;
}
/*=== RSS Widget ===*/
.rss-date{
    font-size: 15px;
    display: block;
    color: #666;
}
.site-footer.cspt-color-white .rss-date{
    color: rgba(255, 255, 255, 0.90);
}
.rss-widget-icon{
    position: relative;
    top: -3px;
}
.widget_rss.widget ul > li {
    padding-bottom: 30px;
}
.widget_rss.widget ul > li:last-child{
  padding-bottom: 0;
}
.widget_rss .rssSummary{
    font-size: 15px;
    opacity: 0.9;
}
/*=== widget_calendar ===*/
.cspt-color-white .widget_calendar table {
    border-color: rgba(255, 255, 255, 0.32);
}
.cspt-color-white .widget_calendar table th,
.cspt-color-white .widget_calendar table td {
    border-bottom-color: rgba(255, 255, 255, 0.32);
    border-right-color: rgba(255, 255, 255, 0.32);
}
/*=== Footer contact info ===*/
.site-footer.cspt-color-white a,
.footer-wrap.cspt-color-white a,
.site-footer.cspt-color-white,
.footer-wrap.cspt-color-white {
    color: rgba(255, 255, 255, 1);
}
.site-footer.cspt-color-white,
.footer-wrap.cspt-color-white {
    color: rgba(255, 255, 255, 0.90);
}
.site-footer.cspt-color-white .cspt-footer-menu-area a{   
   color: rgba(255, 255, 255, 0.90);
}
.footer-wrap .contact-info li{
    position: relative;
    padding: 0px 0px 0px 24px;
    margin-bottom: 15px;
    font-size: 13px;
}
.footer-wrap .contact-info i{
    position: absolute;
    left: 0px;
    top: 0px;
}
/*=== Footer Tag cloud ===*/
.footer-wrap .widget_tag_cloud a {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: rgba(0, 0, 0, 0.32);
    border-radius: 3px;
}
.site-footer.cspt-color-white .widget_tag_cloud a {
    background-color: #fff;
    color: #0c121d;
}
.site-footer.cspt-color-white .widget_tag_cloud a:hover {
    color: #fff;
}

/* --------------------------------------
 * Blog Single
 * ---------------------------------------*/
/*=== Blog video iframe ===*/
.format-video .cspt-featured-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.format-video .cspt-featured-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
iframe {
    max-width: 100%
}

/*=== Blog Gallery ===*/
.format-gallery .cspt-featured-wrapper{
    position: relative;
}
.format-gallery .lSPager {
    position: absolute;
    bottom: 10px;
    left: 50%;
   -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li a{
    height: 13px;
    width: 13px;
    border: 2px solid #fff;
    background-color: transparent;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li:hover a{
    background-color: transparent !important;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li.active a{
    background-color: #fff;
}
.format-quote .cspt-block-quote-content{   
   position: relative;
    z-index: 2;
}
.format-quote .cspt-blog-meta{
    display: none;
}
.format-quote .cspt-block-quote-content a{
    display: inline-block;
    margin-top: 22px;
    font-style: normal;
    font-size: 17px;
}
.format-quote .cspt-blog-classic blockquote {
    margin: 0;
}
.format-quote .cspt-blog-classic .cspt-blog-classic-inner{
  display: none;
}

/*=== format-link ===*/
.format-link .cspt-link-wrapper{   
   position: relative;
    color: #fff;  
   background-repeat: no-repeat;
    background-size: cover; 
}
.format-link .cspt-link-wrapper:after{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.65);
}
.format-link .cspt-featured-wrapper .cspt-link-inner{   
   font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    padding: 50px;   
   position: relative;
    z-index: 2;
}
.format-link .cspt-link-wrapper a{
    color: #fff;
}
.format-link .cspt-link-inner{
    position: relative;
}
.format-link .cspt-link-inner:before{
    font-family: "creativesplanet-base-icons";
    content: '\e803';
    position: absolute;
    right: 40px;
    top: -11px;
    font-weight: 700;
    opacity: 0.25;
    z-index: 1;
    color: #fff;
    font-size: 100px;
}

/*=== Blog info ===*/
.cspt-author-box {
  margin-top: 60px;
    margin-bottom: 25px;
    padding: 45px 45px 25px 48px;
    background-color: #eef7f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-radius: 8px;
}
.cspt-author-image {
    height: 95px;
    width: 95px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 35px; 
    background-color: #fff;
}
.cspt-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100; 
}
.cspt-author-content .cspt-author-name {
    line-height: 30px;
    font-size: 20px;    
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
}
/*=== Classic Meta ===*/
.cspt-blog-meta,
.cspt-blog-meta a{
    color: #616161;
}
.cspt-blog-meta.cspt-blog-meta-top {
    position: relative;
    font-size: 14px; 
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d4d2d2;
}
.cspt-blog-meta-top .cspt-meta{
  padding-left: 20px;
  margin-right: 20px;
  position: relative;
  text-transform: capitalize;
}
.cspt-blog-meta-top .cspt-meta:before{
  font-family: "creativesplanet-base-icons";
  content: '\e800';
  position: absolute;
  left: 0
}
.cspt-blog-meta-top .cspt-meta.cspt-meta-author:before{
  content: '\e808';
}
.cspt-blog-meta-top .cspt-meta.cspt-meta-cat:before{
  content: '\e80a';
}
.cspt-blog-meta-top .cspt-meta.cspt-meta-comments:before{
  content: '\e809';
}
/*=== cspt-blog-meta-bottom ===*/
.cspt-blog-meta-bottom{
    border-top: 1px solid #e9e9e9;
    padding-top: 35px;
    margin-top:  15px;
}
.cspt-blog-meta-bottom .cspt-meta-tags .cspt-meta-title{
    color: #424d6c;
    font-size: 16px;
    font-weight: 600;
}
.cspt-blog-meta-bottom .cspt-meta-tags{   
   color: #8b90a0;   
}
.cspt-blog-meta-bottom .cspt-meta-tags a:first-child{
    display: inline-block;
    margin-left: 10px;
}
.cspt-blog-meta-bottom .cspt-meta-tags a{
    color: #8b90a0;
    font-weight: normal;
}
.cspt-blog-meta-bottom ul{
    margin: 0;
    padding: 0;
}
.cspt-blog-meta-bottom ul li{
    margin-right: 8px;
    display: inline-block;
}
.cspt-blog-meta-bottom .cspt-social-share li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
}
/*=== Blog Classic default ===*/
.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date,
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date{   
   border-radius: 0;
    padding: 0
}
.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left,
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left{
  width: auto;
  top: 0;
  left: 0;
  position: static;
}
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date .entry-date {
    font-size: 15px;
    line-height: 25px;
}
.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top,
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top{
    text-align: left;
    display: flex;
}
.cspt-no-img .cspt-blog-meta .cspt-meta-classic-right,
.cspt-default-view .cspt-blog-meta .cspt-meta-classic-right{
    padding-left: 30px;
}
.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date .entry-date,
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date .entry-date{
    font-size: 15px;
    line-height: 35px;
    margin: 0
}
.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date span,
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date span{
    display: inline-block;
    margin-left: 5px;
}
.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date,
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date{
    line-height: normal;
    display: inline-block;
    width: auto;
    padding: 2px 13px;
    line-height: normal;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px;   
}
/*=== Classic no img ===*/
.cspt-social-share .tspt-social-li-facebook a{
  background-color: #3B5998;
}
.cspt-social-share .tspt-social-li-twitter a{
  background-color: #55ACEE;
}
.cspt-social-share .tspt-social-li-google-plus a{
  background-color: #dd4b39;
}
.cspt-social-share .tspt-social-li-linkedin a{
  background-color: #007bb5;
}
.cspt-social-share .tspt-social-li-youtube a{
  background-color: #bb0000;
}
.cspt-social-share .tspt-social-li-instagram a{
  background-color: #125688;
}
.cspt-social-share .tspt-social-li-pinterest a{
  background-color: #cb2027;
}
.cspt-social-share .tspt-social-li-snapchat-ghost a{
  background-color: #fffc00;
}
.cspt-social-share .tspt-social-li-skype a{
  background-color: #00aff0;
}
.cspt-social-share .tspt-social-li-android a{
  background-color: #a4c639;
}
.cspt-social-share .tspt-social-li-dribbble a{
  background-color: #ea4c89;
}
.cspt-social-share .tspt-social-li-vimeo a{
  background-color: #45bbff;
}
.cspt-social-share .tspt-social-li-tumblr a{
  background-color: #2c4762;
}
.cspt-social-share .tspt-social-li-vine a{
  background-color: #00b489;
  color: white;
}
.cspt-social-share .tspt-social-li-foursquare a{
  background-color: #45bbff;
}
.cspt-social-share .tspt-social-li-stumbleupon a{
  background-color: #eb4924;
}
.cspt-social-share .tspt-social-li-flickr a{
  background-color: #f40083;
}
.cspt-social-share .tspt-social-li-yahoo a{
  background-color: #430297; 
}
.cspt-social-share .tspt-social-li-soundcloud a{
  background-color: #ff5500;
}
.cspt-social-share .tspt-social-li-reddit a{
  background-color: #ff5700;
}
.cspt-social-share .tspt-social-li-rss a{
  background-color: #ff6600;
}

/*=== Single post navigation ===*/
.post-navigation .nav-links{
    margin-top: -1px;
    padding: 41px 0;
    display: -ms-flexbox;
    display: flex;
    align-items: normal;
    width: 100%;
}
.post-navigation .nav-links .nav-previous {
    margin-right: auto!important;
}
.post-navigation .nav-links .nav-next{
    text-align: right;
    margin-left: auto;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next{
    width:  50%;
}
.post-navigation .nav-links .cspt-prev-title,
.post-navigation .nav-links .cspt-next-title {
    color: #000;
    font-size: 13px;
    background-color: #f9f9f9;
    padding: 8px 34px;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.post-navigation .nav-links .cspt-prev-title:hover,
.post-navigation .nav-links .cspt-next-title:hover {
    color: #fff;
    border-color: transparent;
}
.post-navigation .nav-links .nav-title,
.post-navigation .nav-links .nav-title{
    display: block;
    font-size: 16px;
    font-weight: 600;
}

/*=== Single Comment Section ===*/
.comments-area{
  margin-top: 30px;
}
.comments-area .comments-title{
  margin-bottom: 30px;
}
.cspt-post-related .cspt-related-title,
.comments-area .comments-title,
.comment-respond .comments-title,
.comment-respond .comment-reply-title{
    font-size: 26px;
    line-height: 36px;
}
.children,
.comment-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cspt-comment-avatar {
    float: left;
    margin-right: 22px
}
.comment-list .children li.comment {
    position: relative;      
   padding-top: 0;
    padding-left: 0px;
}
.comment-list .children {
    margin-left: 30px;
}
.cspt-comment-date{
    display: block;
    margin-bottom: 25px;
    color: #b4b4b4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.cspt-comment-date a{
    color: #b4b4b4;
}
.comment-list .cspt-comment-avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.cspt-comment-content {
   position:  relative;
}
.cspt-comment-content .cspt-comment-author {
    display: block;
    margin-top: 4px;
    margin-bottom: 3px;
    color: #222;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;    
}
.reply{
    position: absolute;
    top: 5px;
    right: 0;
    font-weight: 500;
    letter-spacing: .1em;
}
.reply a{
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 18px;
    color: #fff;
    background-color: #232323;
    border-radius: 3px;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.reply a:hover{
  color: #fff;
}
.cspt-comment-content {
    position: relative;
    flex-grow: 1; 
    background: #fff;
    margin-left: 100px;
}
.comment-list .cspt-comment{
    margin-bottom: 30px;
}
.comment-list>li {
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e8e7ec;
}
.cspt-comment-content:after,
.cspt-comment-content:before {
    content: '';
}
.cspt-comment-content:before {
    border-color: transparent #fff transparent #fff;
    z-index: 1;
    left: -12px;
    top: 19px;
}
.comment-respond .comment-reply-title small{
    margin-left: 23px;
    font-size: 20px;
}
/*=== Comment-Form ===*/
.comment-respond{
    margin: 100px 0;
    margin-top: 0;
}
.comment-list .comment-respond{
    padding-left: 100px;
}
.comment-respond .inline-field {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    width: 33.3333%;
    margin-left: 13px;
    margin-bottom: 25px;
    font-size: 13px;
    color: silver;
    box-sizing: border-box;
    border-radius: 0;
}
.cspt-comment-form-input-wrapper{   
   display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cspt-comment-form-input-wrapper .cspt-comment-form-input{
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    width: 33.3333%;
    margin-left: 13px;
    margin-bottom: 15px;
    font-size: 13px;
    color: silver;
    box-sizing: border-box;
}
.cspt-comment-form-input-wrapper .cspt-comment-form-input:first-child {
    margin-left: 0;
}
.comment-notes,
.logged-in-as{
    margin-bottom: 30px;
}
.comment-form input[type=submit]:hover{
    color: #fff;
}
.comment-form .form-submit{
  margin-bottom: 35px;
}
/*=== pingback ===*/
.pingback .cspt-comment-content {
    margin-left: 0px;
}
.pingback .cspt-comment-content:before, 
.pingback .cspt-comment-content:after{
    display: none;
}
.trackback .cspt-comment-content {
    margin-left: 0px;
}
/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/
.cspt-portfolio-single .navigation {
    margin-top: 40px;
}
.cspt-portfolio-single .cspt-portfolio-nav-wrapper{
    display: inline-block;
    vertical-align: middle;
}
.cspt-portfolio-single .post-navigation .nav-links {
    justify-content: space-between;
}
.cspt-portfolio-single .post-navigation .nav-links .nav-previous, 
.cspt-portfolio-single .post-navigation .nav-links .nav-next {
    width: unset;
}
.cspt-portfolio-single .nav-links .cspt-portfolio-nav-icon{
    width: 80px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-size: 24px;    
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.cspt-portfolio-single .nav-links .nav-previous .cspt-portfolio-nav-icon {
    border-right: 4px solid #f2f3f4;    
}
.cspt-portfolio-single .nav-links .nav-next .cspt-portfolio-nav-icon {
    border-left: 4px solid #f2f3f4;    
}
.cspt-portfolio-single .nav-links .nav-previous .cspt-portfolio-nav-wrapper{
  text-align: left;
}
.cspt-portfolio-single .nav-links .nav-next  .cspt-portfolio-nav-wrapper{
  text-align: right;
}
.cspt-portfolio-single .nav-links a:hover .cspt-portfolio-nav-icon i{
  color: #fff
}
.cspt-portfolio-single .nav-links a{
    display: -ms-flexbox!important;
    display: flex!important;
}
.cspt-portfolio-single .nav-links .nav-next a{
  justify-content: space-between;
}
.cspt-portfolio-single .cspt-portfolio-nav-head{
    font-size: 16px;
    font-weight: 700;
}
.cspt-portfolio-single .cspt-portfolio-nav-wrapper{ 
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 240px;   
}
.cspt-portfolio-single .nav-links .cspt-portfolio-nav-icon i{
    position: absolute;
    left: 50%;
    top: 50%;
   -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);  
}
.cspt-portfolio-single .post-navigation .nav-links .nav-title, 
.cspt-portfolio-single .post-navigation .nav-links .nav-title{
    font-weight: 400;
    color: #797979;
}
.cspt-portfolio-single .nav-links .nav-previous .cspt-portfolio-nav-wrapper{
  margin-left: 2px;
}
.cspt-portfolio-single .nav-links .nav-next .cspt-portfolio-nav-wrapper{
    margin-right: 2px;
    margin-left: auto;
}
/*=== cspt-portfolio-related ===*/
.single .cspt-portfolio-related,
.single .cspt-post-related,
.single .cspt-service-related{
  margin-top: 55px;
}
/* --------------------------------------
 * Team Member  Single
 * ---------------------------------------*/
.container.cspt-team-single-style-1{
  padding:  0;
}
/*=== List Style Two ===*/
.cspt-team-name-info{
  margin-bottom:  20px;
}
.cspt-team-left-inner{
    margin-right: 20px;
    position: relative;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 6px;
    overflow: hidden;
}
.cspt-team-left-inner .icon {
    display: none;
}
.single-cspt-team-member .cspt-short-description {
    margin-top: 35px;
}
.cspt-single-team-info{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    font-size: 17px;
}
.cspt-single-team-info li{
    margin-bottom: 15px;
}
.cspt-single-team-info li label,
.cspt-portfolio-line-title,
.cspt-details-label {
    font-weight: 600;     
}
.cspt-portfolio-single .cspt-details-label{
  margin-top: 0;
}
.cspt-details-label{
  margin-top: 10px;
}
.cspt-single-team-info .icon {
    margin-right: 15px; 
   color: #fff;  
   width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;  
   color: #fff;
    border-radius: 50%;
    font-size: 15px;
}
.cspt-team-single .cspt-team-social-links a{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff !important;
    font-size: 14px;  
    border-radius: 6px;
}
.cspt-team-single .cspt-team-social-links a:hover{
  color: #fff !important;
  border-color: transparent;
}
.cspt-team-single .cspt-team-social-links li{
  margin-right: 20px;
  margin-bottom: 20px;
}
.cspt-team-single .cspt-entry-content{
    margin-top: 50px;
}
.cspt-team-social-links{
    list-style: none;
    margin: 0;
    padding: 0
}
.cspt-team-social-links li{
    display: inline-block;
    margin-right: 10px;
}
.cspt-team-single .cspt-team-title{
    font-weight: bold;
    margin-bottom: 5px;
}
.cspt-team-single .cspt-team-designation{
    font-size: 16px;
    line-height: 26px;
    color: #797979;
    margin-bottom: 35px;
}
.cspt-team-form .input-group {
    display: block;
    margin-bottom: 30px;
}
.cspt-team-form .input-group input[type="text"],
.cspt-team-form .input-group input[type="email"],
.cspt-team-form .input-group textarea{
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 15px;
  font-size: 14px;
  background: #f4f4f4;
  border-radius: 4px;
}
/*=== Text color white ===*/
.cspt-color-white .widget-title{
    color: #fff;
}
/*cspt-team-single-style-2*/
.single-cspt-team-member .cspt-team-single-style-2 .cspt-short-description{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0px;
}
.cspt-team-single-style-2 .cspt-single-team-info li {
    margin-bottom: 15px;
    color: #2c2c2c;
}
/* --------------------------------------
 * creativesplanet-ul-list
 * ---------------------------------------*/
.creativesplanet-ul-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.creativesplanet-ul-list ul li{
  margin: 12px 0;
}
.creativesplanet-ul-list ul li i{
    margin-right: 10px;
    vertical-align: middle;
}
.creativesplanet-ul-list.cspt-ul-type-disc ul{
   margin: 0;
   padding: 0;
}
.creativesplanet-ul-list.cspt-ul-type-disc li{
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}
.creativesplanet-ul-list.cspt-ul-type-disc li:after{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
}
.creativesplanet-ul-list.icon-large ul li i{
    font-size: 20px;
}
/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.search-results .cspt-top-search-form{
  margin-bottom: 30px;
  margin-left: 15px;
}
.cspt-search-results{
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.cspt-search-results-left{
  margin-right: 30px;
}
.cspt-search-results-left{
    width: 175px;
    flex-shrink: 0;
}
.cspt-search-results-right .cspt-post-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}
.cspt-search-results-right .cspt-post-title a{
  color: #2c2c2c;
}
.search-results .content-area.col-md-9 .site-main .page{
     padding-bottom: 0px;
}
/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.nav-links{
    text-align: center;
    margin-top: 30px;   
 }
body.search  .nav-links {
    margin-top: 50px;
    margin-bottom: 80px;
}
.nav-links .page-numbers{
    padding: 10px 17px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;  
    margin: 0 2px;
    border: 1px solid #eee;
    color: #2c2c2c;
    border-radius: 6px;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current{
  color: #fff;
}
.cspt-gallery{
    display: table;
}
.cspt-gallery > .cspt-gallery-image {
    display: table-cell;
    width: 100%;
}
/* --------------------------------------
 * Social Links
 * ---------------------------------------*/
.vc_row .cspt-social-links{
   padding: 0;
   margin: 0;
}
.cspt-text-color-white .cspt-social-links a{
   color: #fff;
}
.cspt-text-color-dark .cspt-social-links a{
   color: #000;
}
/* --------------------------------------
 * Carousel
 * ---------------------------------------*/
.creativesplanet-element-viewtype-carousel .container {
    position: relative;
}
.cspt-carousel-navs {
  position: absolute;
  right: -5px;
  top: 0;
}
.cspt-carousel-navs a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  font-size: 24px;
  margin: 0 5px;
}
.cspt-carousel-navs a:hover {
  color: #fff;
}
.creativesplanet-element-viewtype-carousel .owl-nav {
  position: absolute;
  top: -50px;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next, 
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
  text-align: center;
  z-index: 15;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 15px;
  outline: none;
  display: inline-block;
  position: absolute;
  box-shadow: inherit;
  border: 2px solid #fff;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev{
  transform: rotate(180deg);
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after, 
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after{
    font-family: "creativesplanet-base-icons";
    content: '\e839';
    font-size: 15px;
   -webkit-transition: all .6s;
    -moz-transition: all .6s;    
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after{
  transform: rotate(190deg);
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after{
    content: '\e839';
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next span, 
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev span{
  display: none;
}

/*=== carousel dot ===*/
.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot{
    height: 12px;
    width: 12px; 
    background: #cccccc;
    border-radius: 12px;
    margin: 0 5px;
    outline: none;
}
.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot.active{
	border-color: transparent;
  width: 30px;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-dots{
	text-align: center;
	margin-top: 25px;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button {
    cursor: pointer;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    right: -70px;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: -70px;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 20;
    /*opacity: 0;*/
    transition: all .4s ease 0s;
}
.creativesplanet-element-viewtype-carousel .cspt-ele{
	display: none;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .cspt-ele{
	display: block;
}
.creativesplanet-element-viewtype-carousel[data-columns="1"] .cspt-ele:nth-child(1){
	display: block;
}
.creativesplanet-element-viewtype-carousel[data-columns="2"] .cspt-ele:nth-child(1),
.creativesplanet-element-viewtype-carousel[data-columns="2"] .cspt-ele:nth-child(2){
	display: block;
}
.creativesplanet-element-viewtype-carousel[data-columns="3"] .cspt-ele:nth-child(1),
.creativesplanet-element-viewtype-carousel[data-columns="3"] .cspt-ele:nth-child(2),
.creativesplanet-element-viewtype-carousel[data-columns="3"] .cspt-ele:nth-child(3) {
	display: block;
}
.creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(1),
.creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(2),
.creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(3),
.creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(4) {
	display: block;
}
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(1),
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(2),
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(3),
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(4),
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(5) {
	display: block;
}
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(1),
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(2),
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(3),
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(4),
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(5),
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(6) {
	display: block;
}
/*=== Multi Columns ROW correction ===*/
.multi-columns-row .first-in-row{clear:left;}
.multi-columns-row .col-xs-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-xs-4:nth-child(3n + 4){clear:left;}
.multi-columns-row .col-xs-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-xs-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-xs-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-xs-20percent:nth-child(5n + 6){clear:left;}
.multi-columns-row .col-sm-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-sm-4:nth-child(3n + 4){clear:left;}
.multi-columns-row .col-sm-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-sm-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-sm-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-sm-20percent:nth-child(5n + 6){clear:left;}
@media (min-width:768px){
.multi-columns-row .col-xs-6:nth-child(2n + 3){clear:none;}
.multi-columns-row .col-xs-4:nth-child(3n + 4){clear:none;}
.multi-columns-row .col-xs-3:nth-child(4n + 5){clear:none;}
.multi-columns-row .col-xs-2:nth-child(6n + 7){clear:none;}
.multi-columns-row .col-xs-1:nth-child(12n + 13){clear:none;}
.multi-columns-row .col-xs-20percent:nth-child(5n + 6){clear:none;}
.multi-columns-row .col-sm-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-sm-4:nth-child(3n + 4){clear:left;}
.multi-columns-row .col-sm-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-sm-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-sm-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-sm-20percent:nth-child(5n + 6){clear:left;}
}
@media (min-width:992px){
.multi-columns-row .col-sm-6:nth-child(2n + 3){clear:none;}
.multi-columns-row .col-sm-4:nth-child(3n + 4){clear:none;}
.multi-columns-row .col-sm-3:nth-child(4n + 5){clear:none;}
.multi-columns-row .col-sm-2:nth-child(6n + 7){clear:none;}
.multi-columns-row .col-sm-1:nth-child(12n + 13){clear:none;}
.multi-columns-row .col-sm-20percent:nth-child(5n + 6){clear:left;}
.search-results .site-main .multi-columns-row .col-sm-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-md-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-md-4:nth-child(3n + 4){clear:left;}
.multi-columns-row .col-md-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-md-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-md-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-md-20percent:nth-child(5n + 6){clear:left;}
}
@media (min-width:1200px){
.multi-columns-row .col-md-6:nth-child(2n + 3){clear:none;}
.multi-columns-row .col-md-4:nth-child(3n + 4){clear:none;}
.multi-columns-row .col-md-3:nth-child(4n + 5){clear:none;}
.multi-columns-row .col-md-2:nth-child(6n + 7){clear:none;}
.multi-columns-row .col-md-1:nth-child(12n + 13){clear:none;}
.multi-columns-row .col-md-20percent:nth-child(5n + 6){clear:none;}
.multi-columns-row .col-lg-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-lg-4:nth-child(3n + 4){clear:left;}
.multi-columns-row .col-lg-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-lg-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-lg-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-lg-20percent:nth-child(5n + 6){clear:left;}
}
/*===Rating===*/
.creativesplanet-box-star-ratings i{
  color: #ccc;
  font-size: 15px;
}
.creativesplanet-box-star-ratings i.cspt-active{
  color: #ffaa01;
}
/*===scroll-to-top===*/
body .scroll-to-top {
    position: fixed;
    z-index: 200;
    opacity: 0;
    bottom: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    background-color: #86bb46;
    text-align: center;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #eeeeee;
    color: #fff;
}
body .scroll-to-top.show{
   opacity: 1;
}
body .scroll-to-top:hover{
   color: #fff;
   background-color: #222;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cspt-absulate-icon{
    text-align: right;
    position: absolute;
    bottom: -37px;
    right: -1px;
    opacity: 0.2;
}
.vc_icon_element.vc_icon_element-outer.cspt-absulate-icon .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 8em !important;
}

/* --------------------------------------
 * Font variant
 * ---------------------------------------*/
.cspt-text-extra-bold strong{
  font-weight: 900;
}
.d-flex {
    display: -webkit-flex;
}
/* --------------------------------------
 * Blog classic gallery
 * ---------------------------------------*/
.cspt-blog-classic .wp-block-gallery .blocks-gallery-image, 
.cspt-blog-classic .wp-block-gallery .blocks-gallery-item{
    overflow: hidden;
}
.cspt-blog-classic .wp-block-gallery .blocks-gallery-image figcaption, 
.cspt-blog-classic .wp-block-gallery .blocks-gallery-item figcaption{
    background: #eee;
    background: rgba(255,255,255,.8);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: -100%;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cspt-blog-classic .wp-block-gallery .blocks-gallery-image:hover figcaption, 
.cspt-blog-classic .wp-block-gallery .blocks-gallery-item:hover figcaption{
    bottom: 0;
}
.cspt-blog-classic .cspt-entry-content:after,
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table;
}
.cspt-blog-classic .cspt-entry-content:after,
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both;
}
/* --------------------------------------
 * Blog Widget in page
 * ---------------------------------------*/
ul.wp-block-latest-posts,
ul.wp-block-categories,
ul.wp-block-archives{
  list-style: none;
}
ul.wp-block-latest-posts li,
ul.wp-block-categories li,
ul.wp-block-archives li {
    padding-bottom: 0;
    position: relative;
    margin: 15px 0;
    padding: 0;
}
ul.wp-block-categories > li ul {
    margin-left: 15px;
    margin-top: 15px;
}
ul.wp-block-categories li > a,
ul.wp-block-archives li > a{
   position: relative;
   padding-left: 20px;
}
ul.wp-block-categories li > a:before,
ul.wp-block-archives li > a:before {
   position: absolute;
    content: '\e814';
    left: 0px;
    font-size: 16px;
    top: -3px;
    color: inherit;
    font-family: 'creativesplanet-base-icons';
}
ul.wp-block-archives ul.children {
    margin-left: 15px;
    margin-top: 15px;
}
ul.wp-block-categories li span {
    width: 21px;
    height: 21px;
    line-height: 21px;
    background-color: #f2f3f4;
    color: #222;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    margin-left: 10px;
    border-radius: 50%;
}
.wp-block-archives-dropdown{
  margin-bottom: 10px;
}
.wp-block-button {
    margin: 3rem 0;
}
.wp-block-cover-image-text, 
.wp-block-cover-text, 
section.wp-block-cover-image h2 {
    color: #fff !important;
}
.cspt-blog-classic .wp-block-column blockquote{
  padding: 30px 30px 30px 60px;
}
.cspt-blog-classic .wp-block-column blockquote:after {
    font-size: 40px;
    line-height: 40px;
    top: 29px;
    left: 12px;
}

.wp-block-button.alignleft {
    margin-top: 0;
    margin-right: 20px;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
    font-size: 16px;
    text-align: left;
}
.is-style-outline a.wp-block-button__link:hover {
    color: #fff;
    border-color: transparent;
}

.wp-block-gallery .blocks-gallery-caption{
  margin-bottom: 30px;
  margin-top: -10px;
}
.wp-block-categories-dropdown{
  margin-bottom: 20px;
}
.wp-block-group.has-background{
  padding: 25px;
  margin-bottom: 15px;
}



.wp-block-search {
    position: relative;
}
.wp-block-search button {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 58px;
    line-height: 58px;
    margin-top: -29px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 70px;
}
.wp-block-search input[type="search"] {
    height: 58px;
    line-height: 58px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding-right: 90px;
}
.wp-block-search .wp-block-search__button:after {
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 24px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #fff;
    font-size: 18px;
}
.wp-block-search .wp-block-search__button{
  font-size: 0;
  top: auto;
  bottom: 0;
}

.wp-block-archives-dropdown,
.wp-block-search{
  margin-bottom: 25px;
}

/*wp-block-tag-cloud*/
.wp-block-tag-cloud a {
    display: inline-block;
    font-size: 14px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0px 9px 10px 0px rgba(26, 47, 106, 0.07);
    margin-bottom: 8px;
    margin-right: 8px;
}
.wp-block-tag-cloud a:hover{
  color: #fff;
}

/*=== wp-block-calendar ===*/ 
.wp-block-calendar table td#today{
    font-weight: bold;
}
.wp-block-calendar table {
    border-collapse: separate;
    border-color: #dedede;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 0px;
    width: 100%;
}
.wp-block-calendar table th,
.wp-block-calendar table td {
    border: 0;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 10px;
}
.wp-block-calendar caption {
   padding: 0px;  
   margin: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    caption-side: top;
    color: inherit;
}
.wp-block-calendar tbody a {
   display: block;
    font-weight: 700;
}

.wp-block-calendar table td#prev{
  text-align: left;
}
.wp-block-calendar table td#next{
  text-align: right;
}
.wp-block-calendar tfoot a{
  text-decoration: none;
}


/*------------------------------------------------------------------
[Master Stylesheet]
1. Icon Heading Box
2. Blog Box
3. Portfolio Section
4. Team Member Section
5. Contact Form 7
6. Custom Button
7. Testimonial
8. client logo
9. Fact and digit
10.Service Style
11.VC Button
12.Contact form
13.error-404
14.Search Popup Area CSS
-------------------------------------------------------------------*/
button, html input[type=button], input[type=reset], input[type=submit]{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px;
    outline: none;
    border-radius: 6px;
    font-weight: 700;
}
/* --------------------------------------
 * Preloader setting
 * ---------------------------------------*/
 .cspt-preloader {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    display: block;
}
/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/
.cspt-contact-info{    
    font-size: 14px;
}
.cspt-pre-header-wrapper .cspt-social-links a{
    font-size: 15px;    
}
.cspt-color-white .cspt-contact-info li,
.cspt-color-white .cspt-contact-info li a,
.cspt-pre-header-wrapper.cspt-color-white .cspt-social-links a{
    color: #fff;  
}
.cspt-color-white .cspt-contact-info li a:hover{
    opacity: 0.8;
}
.cspt-pre-header-wrapper .cspt-social-links{
    display: inline-block;
}
.cspt-contact-info li i {
    font-size: 15px;
}
/*==== cspt-top-bar-bt ====*/
.cspt-top-bar-bt{
    font-size: 13px;   
    display: inline-block;
    padding: 0 30px;
    background-color: #56aa46;
    color: #fff;
    vertical-align: top;
    font-weight: bold;
}
.cspt-top-bar-bt:hover{
    color: #fff;
}
/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
.cspt-header-box span{
    display: block;
}
.cspt-right-box{
    position: relative;
}

/*==== cspt-header-style-2 ====*/
.cspt-header-style-2 .cspt-header-info-inner .cspt-header-box{
    display: inline-block;
    vertical-align: middle;
}
.cspt-header-style-2 .cspt-header-info-inner .cspt-header-box{   
    padding-right: 0;
    position: relative;
    padding-left: 90px;
}
.cspt-header-style-2 .cspt-header-info-inner .cspt-header-box-icon{
    position: absolute;   
    left: 0px;
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #feecf4;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cspt-header-style-2 .cspt-header-info-inner .cspt-header-box.cspt-right-icon{
    padding-left: 0px;
    padding-right: 90px;
    margin-right: 0;
}
.cspt-header-style-2 .cspt-header-info-inner .cspt-header-box.cspt-right-icon .cspt-header-box-icon{
    left: auto;
    right: 0;
}
.cspt-header-style-2 .cspt-header-button a{
   font-size: 13px;
    line-height: 13px;     
    color: #fff;
    letter-spacing: 0.3px;
    font-weight: 500;
    display: inline-block;
    padding: 0px 30px;
    height: 68px;
    line-height: 68px;
}
.cspt-header-style-2 .cspt-header-button{
    background-color: #1e2727277;
}
.cspt-header-style-2 .cspt-header-button a:hover{
    background-color: <?php echo esc_attr($global_color); ?>;
}
.cspt-header-style-2 .cspt-header-button a:hover{
  color: #fff;
  border-color: transparent;
}
.cspt-header-style-2 .cspt-header-search-btn{
    font-size: 24px;
    line-height: 24px;
    margin-left: 0px;
    position: relative;    
}
.cspt-header-style-2 .cspt-cart-wrapper{
    margin-left: 10px;
}
.cspt-header-style-2 .cspt-cart-icon,
.cspt-header-style-2 .cspt-header-search-btn a {
    font-size: 14px;
    color: #272727;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: inline-block;
    text-align: center;
}
.cspt-header-style-2 .cspt-cart-icon,
.cspt-header-style-2 .cspt-header-search-btn a,
.cspt-header-style-2 .cspt-cart-details .cspt-cart-count{
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.cspt-header-style-2 .cspt-cart-icon:hover,
.cspt-header-style-2 .cspt-header-search-btn a:hover{
    color: #fff;
}
.cspt-header-style-2 .cspt-cart-details{
    position: relative;
}
.cspt-header-style-2 .cspt-cart-count{
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    top: -11px;
    right: 0;
}
.cspt-header-style-2 .cspt-right-side .woocommerce-Price-amount{
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
}
.cspt-header-style-2 .cspt-header-menu-area.cspt-sticky-on{
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
}
.cspt-header-style-2 .cspt-right-side{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}
.cspt-header-style-2 .cspt-header-menu-area-inner{
    position: relative;
}

/*==== cspt-header-style-4 ====*/
.cspt-pre-header-wrapper ul{
	position: relative;
}
.cspt-contact-info li{
    position: relative;
}
.cspt-header-search-btn:before,
.cspt-pre-header-wrapper ul:after,
.cspt-contact-info li:after{
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    width: 1px;
    height: 49px;
    background-color: rgba(0, 0, 0, 0.18);
}
.cspt-header-search-btn:before{
	left: auto;
	right: -15px;
}
.cspt-pre-header-wrapper ul:after{
	left: auto;
	right: -15px;
}
.cspt-pre-header-right{
    display: flex;
}
.cspt-pre-header-wrapper .cspt-social-links,
.cspt-pre-header-wrapper .cspt-header-search-btn{
    margin: 0 15px;
}
.cspt-pre-header-wrapper .cspt-pre-header-right > *{
	position: relative;
}
.cspt-pre-header-wrapper .cspt-pre-header-right > *:after {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    width: 1px;
    height: 49px;
    background-color: rgba(0, 0, 0, 0.18);	
}
.cspt-header-style-4.site-header .cspt-header-search-btn:before,
.cspt-header-style-4.site-header .cspt-pre-header-wrapper ul:after,
.cspt-header-style-4.site-header .cspt-pre-header-wrapper .cspt-pre-header-right > *:after,
.cspt-header-style-4.site-header .cspt-bg-color-transparent .cspt-contact-info li:after{
    background-color: rgba(255, 255, 255, 0.18);
}
.cspt-header-style-3 .cspt-header-info-inner .cspt-header-box{
    margin-right: 50px;
    padding-right: 0;
    position: relative;
    padding-left: 60px;
}
.cspt-header-style-3 .cspt-header-info-inner .cspt-header-box:last-child{
	margin-right: 0px;
}
.cspt-header-style-3 .cspt-pre-header-wrapper .cspt-social-links{
	margin: 0;
}
.cspt-header-style-3 .cspt-pre-header-wrapper .cspt-social-links li{
	position: relative;
	margin: 0;
}
.cspt-header-style-3 .cspt-pre-header-wrapper .cspt-social-links a {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.cspt-header-style-3 .cspt-pre-header-wrapper .cspt-social-links:before,
.cspt-header-style-3 .cspt-pre-header-wrapper .cspt-social-links li:after{
	content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 49px;
    background-color: rgba(0, 0, 0, 0.18);	
}
.cspt-header-style-3 .cspt-pre-header-wrapper.cspt-bg-color-blackish .cspt-social-links:before,
.cspt-header-style-3 .cspt-pre-header-wrapper.cspt-bg-color-blackish .cspt-social-links li:after{
    background-color: rgba(255, 255, 255, 0.18);	
}
.cspt-header-style-3 .cspt-pre-header-wrapper .cspt-social-links:before{
	right: auto;
	left: 0;
}
.cspt-header-style-3 .cspt-header-info-inner .cspt-header-box{
    display: inline-block;
    vertical-align: middle;
}
.cspt-header-style-3 .cspt-header-info-inner .cspt-header-box-icon i{
    position: absolute;
    top: 7px;
    left: 0px;
    font-size: 35px;
    height: 40px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    color: #1c325b;
}
.cspt-header-style-3 .cspt-header-button {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}
.cspt-header-style-3 .cspt-right-box{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .cspt-search-close{
    display: none;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper {
    -webkit-transform: none; 
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    position: static;
    background-color: transparent;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]{
    line-height: normal;
    font-size: 15px;
    border: none;
    padding: 15px 15px;
    padding-right: 50px;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]::placeholder { 
    color: #989ba1;
    opacity: 1; /* Firefox */
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder { 
    color: #989ba1;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
    color: #989ba1;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .search-form{
    max-width: none;
    width: 235px;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
}
.cspt-header-style-3 .cspt-right-box .cspt-cart-wrapper{    
    text-align: center;   
}
.cspt-header-style-3 .cspt-right-box .cspt-cart-link{
    display: block;
    width: 75px;
}

.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .search-form:after {
    right: 24px;
    top: 22px;
    color: #fff;
    font-size: 17px;
    line-height: normal;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper{
    height: 68px;
}
.error404 .cspt-parent-header-style-3 .site-content-wrap{
    margin-top: -30px;
}

/*==== cspt-header-style-4 ====*/
.cspt-header-style-4 .cspt-header-overlay{
	position: absolute;
	z-index: 9;
	width: 100%;
}
.cspt-header-style-4.site-header .cspt-bg-color-transparent,
.cspt-header-style-4 .cspt-header-height-wrapper > .cspt-bg-color-transparent {	    
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.cspt-header-style-4 .cspt-header-content{
    margin: 0 50px;
    position: relative;
}
.cspt-header-style-4 .cspt-right-box .cspt-header-search-btn{
    display: flex;
    align-items: center;
    margin-right: 30px;
}

/*==== cspt-header-style-5 ====*/
 .cspt-header-style-5 .cspt-header-inner{
 	position: relative;
}
.cspt-header-style-5 .cspt-header-inner .cspt-social-links li a{
    font-size: 16px;
}
.cspt-header-style-5 .cspt-social-links li{
	margin-right: 15px;
}
.cspt-header-style-5 .cspt-cart-details {
    position: relative;
}

.cspt-right-box .cspt-cart-link i:before,
.cspt-right-box .cspt-cart-link {
    font-weight: 800;
}

/*==== cspt-header-style-6 ====*/
.cspt-header-style-6 .cspt-header-overlay{
	position: absolute;
	z-index: 9;
	width: 100%;
}
.cspt-header-style-6 .cspt-header-content {
    margin: 0 50px;
    position: relative;
}

/*==== cspt-header-style-7 ====*/
.cspt-header-style-7 .cspt-header-info-inner .cspt-header-box{
    margin-right: 50px;
    padding-right: 0;
    position: relative;
    padding-left: 60px;
}
.cspt-header-style-7 .cspt-header-info-inner .cspt-header-box:last-child{
	margin-right: 0px;
}
.cspt-header-style-7 .cspt-pre-header-wrapper .cspt-social-links{
	margin: 0;
}
.cspt-header-style-7 .cspt-pre-header-wrapper .cspt-social-links li{
	position: relative;
	margin: 0;
}
.cspt-header-style-7 .cspt-pre-header-wrapper .cspt-social-links a {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.cspt-header-style-7 .cspt-pre-header-wrapper .cspt-social-links:before,
.cspt-header-style-7 .cspt-pre-header-wrapper .cspt-social-links li:after{
	content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 49px;
    background-color: rgba(0, 0, 0, 0.18);	
}
.cspt-header-style-7 .cspt-pre-header-wrapper.cspt-bg-color-blackish .cspt-social-links:before,
.cspt-header-style-7 .cspt-pre-header-wrapper.cspt-bg-color-blackish .cspt-social-links li:after{
    background-color: rgba(255, 255, 255, 0.18);	
}
.cspt-header-style-7 .cspt-pre-header-wrapper .cspt-social-links:before{
	right: auto;
	left: 0;
}
.cspt-header-style-7 .cspt-header-info-inner .cspt-header-box{
    display: inline-block;
    vertical-align: middle;
}
.cspt-header-style-7 .cspt-header-info-inner .cspt-header-box-icon i{
    position: absolute;
    top: 7px;
    left: 0px;
    font-size: 35px;
    height: 40px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    color: #1c325b;
}
.cspt-header-style-7 .cspt-header-button {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}
.cspt-header-style-7 .cspt-right-box{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.cspt-header-style-7 .cspt-right-box .cspt-header-search-form-wrapper .cspt-search-close{
    display: none;
}
.cspt-header-style-7 .cspt-right-box .cspt-header-search-form-wrapper {
    -webkit-transform: none; 
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    position: static;
    background-color: transparent;
}
.cspt-header-style-7 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]{
    line-height: normal;
    font-size: 15px;
    border: none;
    padding: 15px 15px;
    padding-right: 50px;
}
.cspt-header-style-7 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]::placeholder { 
    color: #989ba1;
    opacity: 1; /* Firefox */
}
.cspt-header-style-7 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder { 
    color: #989ba1;
}
.cspt-header-style-7 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
    color: #989ba1;
}
.cspt-header-style-7 .cspt-right-box .cspt-header-search-form-wrapper .search-form{
    max-width: none;
    width: 235px;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
}
.cspt-header-style-7 .cspt-right-box .cspt-cart-wrapper{    
    text-align: center;   
}
.cspt-header-style-7 .cspt-right-box .cspt-cart-link{
    display: block;
    width: 75px;
}

.cspt-header-style-7 .cspt-right-box .cspt-header-search-form-wrapper .search-form:after {
    right: 24px;
    top: 22px;
    color: #fff;
    font-size: 17px;
    line-height: normal;
}
.cspt-header-style-7 .cspt-right-box .cspt-header-search-form-wrapper{
    height: 68px;
}
.error404 .cspt-parent-header-style-7 .site-content-wrap{
    margin-top: -30px;
}

/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
/*** Dropdown Menu ( White ) ***/
.cspt-navbar.cspt-dropdown-active-color-white ul > li > ul > li.current-menu-item > a, 
.cspt-navbar.cspt-dropdown-active-color-white ul > li > ul li.current_page_item > a, 
.cspt-navbar.cspt-dropdown-active-color-white ul > li > ul li.current_page_ancestor > a,
/*** Main Menu ( White ) ***/
.cspt-navbar.cspt-main-active-color-white > div > ul > li:hover > a, 
.cspt-navbar.cspt-main-active-color-white > div > ul > li.current_page_item > a, 
.cspt-navbar.cspt-main-active-color-white > div > ul >li.current-menu-parent > a{
    color: #fff;
}
/*** Dropdown Menu ( Blackish ) ***/
.cspt-navbar.cspt-dropdown-active-color-blackish ul > li > ul > li.current-menu-item > a, 
.cspt-navbar.cspt-dropdown-active-color-blackish ul > li > ul li.current_page_item > a, 
.cspt-navbar.cspt-dropdown-active-color-blackish ul > li > ul li.current_page_ancestor > a,
/*** Main Menu ( Blackish ) ***/
.cspt-navbar.cspt-main-active-color-blackish > div > ul > li:hover > a, 
.cspt-navbar.cspt-main-active-color-blackish > div > ul > li.current_page_item > a, 
.cspt-navbar.cspt-main-active-color-blackish > div > ul >li.current-menu-parent > a{
    color: #071323;
}
/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.cspt-divider .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading,
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-divider .cspt-ihbox-heading{
    position: relative;
}
.cspt-divider .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading:after,
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-divider .cspt-ihbox-heading:after{
    content: '';
    width: 60px;
    background: #272727;
    height: 3px;
    position: absolute;
    left: 0;
    top: -10px; 
}
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-divider.cspt-align-center .cspt-ihbox-heading:after,
.cspt-divider .cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center .cspt-ihbox-heading:after{
    left: 50%;
    margin-left: -30px;
}
.cspt-ihbox-heading .vc_custom_heading em,
.cspt-skincolor-heading .cspt-ihbox-heading em{
	font-style: normal;
}
.cspt-ihbox-subheading .vc_custom_heading em{
    color: #fff;
    font-style: normal;
}
.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading strong{
    font-weight: 900;
}
.cspt-divider .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading,
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-divider .cspt-ihbox-heading{
    padding-top: 10px;
    margin-bottom: 20px;
}

/* --------------------------------------
 * Icon Heading Box
 * ---------------------------------------*/
.cspt-bg-color-globalcolor.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading h4:after,
.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading h4:after{
  background-color: #fff;
}
/*** ihbox-style-global ***/
.cspt-ihbox-style-1,
.cspt-ihbox-style-1 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-4 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-6 .cspt-ihbox-icon-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cspt-ihbox-style-1{
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px; 
}
.cspt-ihbox-style-1.cspt-ihbox h2{
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 5px;    
}
.cspt-ihbox-style-1 .cspt-ihbox-content{
    margin-bottom: 15px;
    margin-top: 10px;
}
.cspt-ihbox-style-1 .cspt-ihbox-icon-wrapper{
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 25px;
}

/*** cspt-ihbox-style-2 ***/
.cspt-ihbox-style-2{
    position: relative; 
    border-radius: 6px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
    padding: 30px 25px;
    border: 1px solid #dce5e7;
} 
.cspt-ihbox-style-2 .cspt-ihbox-icon{
    padding-right: 25px;  
}
.cspt-text-color-white .cspt-ihbox-style-2 .cspt-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.cspt-ihbox-style-2.cspt-ihbox h2{
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 0;    
}
.cspt-ihbox-style-2 .cspt-ihbox-content{
    margin-bottom: 0px;
    margin-top: 5px;
}
.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper{
    font-size: 60px;
    line-height: 95px;
    background-color: #000;
    color: #fff;
    width: 95px;
    text-align: center;
    height: 95px;
    border-radius: 50%;
}

/*** cspt-ihbox-style-3 ***/
.cspt-ihbox-style-3{
    position: relative;
   padding-right: 20px;
} 
.cspt-ihbox-style-3 .cspt-ihbox-icon{
    padding-right: 25px;  
}
.cspt-ihbox-style-3 .cspt-ihbox-icon i{
    color: #201846;
}
.cspt-ihbox-style-3.cspt-ihbox h2{
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 0;    
}
.cspt-ihbox-style-3 .cspt-ihbox-content{
    margin-bottom: 15px;
    margin-top: 5px;
}
.cspt-ihbox-style-3 .cspt-ihbox-icon-wrapper{
    font-size: 80px;
    line-height: 80px;
}

/*** cspt-ihbox-style-4 ***/
.cspt-ihbox-style-4{
    position: relative;
    padding-bottom: 10px;
} 
.cspt-ihbox-style-4 .cspt-ihbox-contents,
.cspt-ihbox-style-4 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
} 
.cspt-ihbox-style-4 .cspt-ihbox-icon{
    margin-right: 15px;  
}
.cspt-ihbox-style-4 .cspt-ihbox-icon{    
    border: 8px solid #000;    
    width: 66px;
    border-radius: 50%;
}
.cspt-ihbox-style-4 .cspt-ihbox-icon-wrapper{
    font-size: 26px;    
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;    
    text-align: center;
}
.cspt-ihbox-style-4 h2{
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0
}
.cspt-bg-color-blackish .cspt-ihbox-style-4 .cspt-ihbox-icon-wrapper{
    background-color: #fff;
}

/*** cspt-ihbox-style-5 ***/
body{
    counter-reset: item csptbox1 csptbox2;
}
.cspt-ihbox-style-5.cspt-ihbox {
    text-align: center;
    position: relative;
}
.cspt-ihbox-style-5.cspt-ihbox h2{
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}
.cspt-ihbox-style-5 .cspt-ihbox-icon-wrapper{
    font-size: 60px;
    margin-bottom: 35px;
    width: 110px;
    height: 110px;
    color: #fff;
    line-height: 110px;
    display: inline-block; 
    border-radius: 6px;
    position: relative;
    box-shadow: 0px 0px 24px 0px rgba(26, 47, 106, 0.13);
}
.cspt-ihbox-style-5 .cspt-ihbox-contents{
    padding-top: 10px;
}
.cspt-ihbox-style-5 .cspt-ihbox-content{
    margin-top: 5px; 
    padding: 0 15px;
}
.cspt-steps-counter .cspt-ihbox-style-5 .cspt-ihbox-icon-wrapper:before {
    content: counter(csptbox1, decimal-leading-zero) " ";
    counter-increment: csptbox1;
    color: #fff;
    height: 35px;
    width: 35px;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 700;
    bottom: -10px;
    right: -5px;
    z-index: 99;
}
.cspt-steps-counter .vc_column_container .cspt-ihbox-style-5:before {
    content: '';
    top: 55px;
    right: -30%;
    z-index: 99;
    width: 192px;
    height: 15px;
    display: block;
    position: absolute;
    background: url(http://efetivarh.com.br/site/wp-content/themes/Efetiva%20RH/images/pattern-02.png) no-repeat 0 center;
}
.cspt-text-color-white .cspt-steps-counter .vc_column_container .cspt-ihbox-style-5:before {
    border-top: 1px dashed #fff;
}
.cspt-text-color-white .cspt-steps-counter .vc_column_container .cspt-ihbox-style-5:after{
    color: #fff;
}
.cspt-steps-counter .vc_column_container:last-child .cspt-ihbox-style-5:after,
.cspt-steps-counter .vc_column_container:last-child .cspt-ihbox-style-5:before{
    display: none;
}
.cspt-bg-color-globalcolor .cspt-ihbox-style-5 .cspt-ihbox-icon-wrapper:after{
    background: #fff !important;
}

/*** cspt-ihbox-style-6 ***/
.cspt-ihbox-style-6{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.cspt-ihbox-style-6 .cspt-ihbox-headingicon{
    align-items: center;
}

.cspt-ihbox-style-6 .cspt-ihbox-contents,
.cspt-ihbox-style-6 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.cspt-ihbox-style-6 .cspt-ihbox-icon{
    padding-right: 15px;
}
.cspt-text-color-white .cspt-ihbox-style-6 .cspt-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.cspt-ihbox-style-6 .cspt-ihbox-icon-wrapper{
    font-size: 26px;
    line-height: 26px;
    text-align: center;
}
.cspt-ihbox-style-6 h2{
    font-size:16px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}
.cspt-ihbox-style-6 h4{
    font-size: 14px;
    line-height: 24px;
    color: #7e7e7e;
}

/*** cspt-ihbox-style-7 ***/
.cspt-ihbox-style-7 .cspt-ihbox-headingicon{
    align-items: center;
}
.cspt-ihbox-style-7 .cspt-ihbox-icon{
    display: inline-block;
}
.cspt-ihbox-style-7 .cspt-ihbox-icon-wrapper {
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    background: #fff;
    font-size: 50px;
}
.cspt-ihbox-style-7 .cspt-ihbox-content{
    padding-left: 15px;
}
.cspt-ihbox-style-7 .cspt-ihbox-heading h2{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 30px;
}

/*** cspt-ihbox-style-8 ***/
.cspt-ihbox-style-8{
    position: relative; 
} 
.cspt-ihbox-style-8 .cspt-ihbox-icon{
    padding-right: 20px;  
}
.cspt-ihbox-style-8.cspt-ihbox h2{
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 0;    
}
.cspt-ihbox-style-8 .cspt-ihbox-content{
    margin-bottom: 15px;
    margin-top: 5px;
}
.cspt-ihbox-style-8 .cspt-ihbox-icon-wrapper{
    font-size: 68px;
    line-height: 68px;
}

/*** cspt-ihbox-style-9 ***/
.cspt-ihbox-style-9{
    position: relative; 
} 
.cspt-ihbox-style-9 .cspt-ihbox-icon{
    padding-right: 20px;  
}
.cspt-ihbox-style-9.cspt-ihbox h2{
    font-size: 20px;
    line-height: normal;
    font-weight: 800;
    margin-bottom: 0;    
}
.cspt-ihbox-style-9 .cspt-ihbox-contents{
    margin-top: 10px;
}
.cspt-ihbox-style-9 .cspt-ihbox-content{
    margin-bottom: 15px;
    margin-top: 10px;
}
.cspt-ihbox-style-9 .cspt-ihbox-icon-wrapper{
    font-size: 38px;
    line-height: 38px;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}

/*** cspt-ihbox-style-10 ***/
.cspt-ihbox-style-10 .cspt-ihbox-icon{
    padding-right: 25px;  
}
.cspt-ihbox-style-10 .cspt-ihbox-icon-wrapper{
    font-size: 80px;
    line-height: 80px;
    color: #fff;
}
.cspt-ihbox-style-10 .cspt-ihbox-subheading h4{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}
.cspt-ihbox-style-10.cspt-ihbox h2{
    font-size: 48px;
    line-height: 55px;
}

/*** cspt-ihbox-style-11 ***/
.cspt-ihbox-style-11{
    position: relative;
    text-align: center;
    margin-bottom: 0px; 
}
.cspt-ihbox-style-11 .cspt-ihbox-box{
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
    padding: 30px 25px;
    border: 1px solid #dce5e7;
    transform:translateY(0);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cspt-ihbox-style-11.cspt-ihbox h2{
    font-size: 22px;
    line-height: 24px;    
    margin-bottom: 5px;    
}
.cspt-ihbox-style-11 .cspt-ihbox-content{
    margin-bottom: 0;
    margin-top: 0;
}
.cspt-ihbox-style-11 .cspt-ihbox-icon-wrapper{
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
}
.cspt-ihbox-style-11:hover .cspt-ihbox-box{
    transform:translateY(-5px);
    box-shadow: 0px 9px 30px 0px rgba(26, 47, 106, 0.07);
}

/*** cspt-ihbox-style-12 ***/
.cspt-ihbox-style-12{
    position: relative; 
    padding: 30px 60px 40px 30px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
    overflow: hidden;
}
.cspt-ihbox-style-12.cspt-ihbox h2{
    font-size: 22px;
    line-height: 24px;    
    margin-bottom: 10px;    
}
.cspt-ihbox-style-12 .cspt-ihbox-contents{
    padding-top: 30px;
}
.cspt-ihbox-style-12 .cspt-ihbox-content{
    margin-bottom: 0;
    margin-top: 0;
}
.cspt-steps-ihbox .cspt-ihbox-style-12:before {
    content: counter(csptbox2, decimal-leading-zero) " ";
    counter-increment: csptbox2;
    color: transparent;
    font-family: Nunito,sans-serif;
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    font-weight: 900;
    top: 20px;
    right: 20px;
    z-index: 99;
    -webkit-text-stroke: 1px #e3e4e9;
}
 .cspt-ihbox.cspt-ihbox-style-12 .vc_general.vc_btn3{
    border-radius: 50%;
    padding: 0;
    width: 130px;
    height: 130px;
    text-align: left;
    background-image: none;
}
 .cspt-ihbox.cspt-ihbox-style-12 .vc_btn3.vc_btn3-icon-right .vc_btn3-icon{
    position: absolute;
    display: inline;
    font-size: 18px;
    left: 45px;
    top: 40px;
 }
.cspt-ihbox.cspt-ihbox-style-12 .cspt-ihbox-btn{
    position: absolute;
    bottom: -85px;
    right: -50px;
    margin: 0;
}
 .cspt-ihbox.cspt-ihbox-style-12 .vc_btn3.vc_btn3-icon-right .vc_btn3-icon.typcn:before{
    font-family: "creativesplanet-base-icons";
    content: '\e839';
 }

/*** cspt-ihbox-style-13 ***/
.cspt-ihbox-style-13{
    margin-bottom: 30px;
}
.cspt-ihbox-style-13 h2{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.cspt-ihbox-style-13 .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image {
    width: 50px;
    margin-right: 20px;
}

/*** cspt-ihbox-style-14 ***/
.cspt-ihbox-style-14{
    overflow: hidden;
    padding: 40px 30px 13px;
    color: #fff;
    border-radius: 6px;   
    position: relative; 
}
.cspt-ihbox-style-14 .cspt-ihbox-icon{
    position: absolute;
    right: -25%;
    top: 0;
}
.cspt-ihbox-style-14 .cspt-ihbox-icon .cspt-ihbox-icon-wrapper{
    font-size: 200px;
    line-height: 200px;
    color: rgba(255, 255, 255, 0.2);
}
.cspt-ihbox-style-14 h2{
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
}
.cspt-ihbox-style-14 .cspt-ihbox-heading:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 2px;
    background: #ffffff;
    transition: 0.4s;
}
.cspt-ihbox.cspt-ihbox-style-14 .vc_general.vc_btn3{
    padding: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #0c121d !important;
    background-color: #ffffff !important;
    box-shadow: 4px 5px 16px 0px rgba(0, 0, 0, 0.2);    
    margin-bottom: 5px;
    margin-top: 20px;
}
.cspt-ihbox.cspt-ihbox-style-14 .vc_btn3.vc_btn3-size-md .vc_btn3-icon{
    font-size: 20px;
    line-height: 60px;
}

/*** cspt-ihbox-style-15 ***/
.cspt-ihbox-style-15{
    position: relative; 
} 
.cspt-ihbox-style-15 .cspt-ihbox-icon{
    padding-right: 15px;  
    margin-top: 5px;
}
.cspt-ihbox-style-15.cspt-ihbox h2{
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 0;    
}
.cspt-ihbox-style-15 .cspt-ihbox-content{
    margin-bottom: 15px;
    margin-top: 10px;
}
.cspt-ihbox-style-15 .cspt-ihbox-icon-wrapper{
    font-size: 30px;
    line-height: 30px;
}

/*** cspt-ihbox-style-16 ***/
.cspt-ihbox-style-16{
    overflow: hidden;
    border-radius: 6px; 
    box-shadow: 6px 5px 30px 0px rgba(0,0,0,0.05);
}
.cspt-ihbox-style-16 .cspt-ihbox-contents{
    padding-top: 50px;
    padding-right: 55px;
    padding-bottom: 45px;
    padding-left: 55px;
    border-radius: 6px;     
    text-align: center;
    background: #fff;
    position: relative;
}
.cspt-ihbox-style-16 .cspt-ihbox-contents:before{
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    left: -250px;
    top: -250px;
}
.cspt-ihbox-style-16 .cspt-ihbox-heading h2{
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 15px;    
}
.cspt-ihbox-style-16 .cspt-ihbox-icon-wrapper{
    font-size: 55px;
    line-height: 110px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin-bottom: 35px;
}
.cspt-ihbox-style-16 .cspt-ihbox-content{
    margin-bottom: 20px;
}
.cspt-ihbox-style-16 .vc_btn3.vc_btn3-size-md{
    background: none;
    padding: 0;
    padding-right: 20px;
}
.cspt-ihbox-style-16 .vc_btn3.vc_btn3-size-md:before {
    font-family: "creativesplanet-base-icons";
    content: '\e839';
    position: absolute;
    right: 0;
    top: 2px;
}
.cspt-ihbox-style-16-white-bg .cspt-ihbox-icon-wrapper i{
    color: #fff !important;
}
.cspt-ihbox-style-16-white-bg .cspt-ihbox-contents:before{
    background: #f9f9f9;
    z-index: 0;
}
.cspt-ihbox-style-16 .cspt-ihbox-icon,
.cspt-ihbox-style-16 .cspt-ihbox-heading,
.cspt-ihbox-style-16 .cspt-ihbox-content{
    position: relative;
    z-index: 1;
}
.cspt-ihbox-style-16-white-bg .vc_btn3.vc_btn3-size-md:before,
.cspt-ihbox-style-16-white-bg .vc_btn3.vc_btn3-size-md span{
    color: #1c232f;
}

/*** cspt-ihbox-style-17 ***/
.cspt-ihbox-style-17{
    padding: 20% 0% 20% 15%;
}
.cspt-ihbox-style-17 h2{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
}
.cspt-ihbox-style-17 .cspt-ihbox-icon-wrapper{
    font-size: 50px;
    line-height: 50px;
    padding-right: 20px;
}

/*** cspt-ihbox-style-18 ***/
.cspt-ihbox-style-18{
    position: absolute;
    padding: 30px;
    bottom: -10px;
    border-radius: 6px;
    z-index: 3;
    max-width: 190px;
    left: 50px;
}
.cspt-ihbox-style-18 h2{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.cspt-ihbox-style-18 .cspt-ihbox-icon-wrapper{
    font-size: 50px;
    line-height: 50px;
    padding-right: 20px;
    color: #fff;
    margin-bottom: 20px;
}

/*** cspt-ihbox-style-19 ***/
.cspt-ihbox-style-19 .cspt-ihbox-icon-wrapper{
    width: 90px;
    height: 90px;
    line-height: 90px;
}
.cspt-ihbox-style-19 .cspt-ihbox-icon-wrapper img{
    border-radius: 50%;
    border: 2px solid;
    padding: 3px;
}

/*=== ts-blogbox-style-1 ===*/ 
.cspt-blogbox-style-1 {
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
} 
.cspt-blogbox-style-1 .cspt-featured-wrapper img{
   border-radius: 6px; 
}
.cspt-blogbox-style-1 .cspt-featured-container{
    position: relative;
}
.cspt-blogbox-style-1 .cspt-featured-container .cspt-meta-date{
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 6px;
    padding: 12px 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Nunito",sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
}
.cspt-blogbox-style-1 .cspt-featured-container .cspt-meta-date span{
    font-weight: normal;
    font-size: 14px;
    display: block;
    letter-spacing: 3px;
    line-height: 14px;
}
.cspt-blogbox-style-1 .cspt-meta-category a{
    color: #fff;
}
.cspt-blogbox-style-1 .creativesplanet-box-content{
    padding: 30px;
    background: #fff;
}
.cspt-blogbox-style-1 .creativesplanet-box-content .cspt-post-title{
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 0;
}
.cspt-blogbox-style-1 .cspt-meta-container{
    margin-bottom: 15px;
}
.cspt-blogbox-style-1 .creativesplanet-box-desc{
    margin-top: 10px;    
}
.cspt-blogbox-style-1 .creativesplanet-box-desc-text{
    margin-bottom: 15px;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #201846;    
    font-weight: 600;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line a,
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line{
    color: #6d7a8c;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line:last-child:after{
    display: none;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line:first-child{
    margin-left: 0;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line:first-child i:before{
    margin-left: 0;
}

/*=== .cspt-blogbox-style-2 ===*/
.cspt-blogbox-style-2 {
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    padding: 40px 40px 30px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
} 
.cspt-blogbox-style-2:after {
    content: "";
    position: absolute;
    margin: 10px;
    border: 1px solid #ededed;
    width: calc(100% - 20px);
    left: 0;
    height: calc(100% - 20px);
    top: 0;
    z-index: 0;
}
.cspt-blogbox-style-2 .post-item{
    position: relative;
    z-index: 2;
}
.cspt-blogbox-style-2 .cspt-meta-date{
    border-radius: 6px;
    padding: 6px 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Nunito",sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
}
.cspt-blogbox-style-2 .cspt-meta-category a{
    color: #fff;
}
.cspt-blogbox-style-2 .creativesplanet-box-content .cspt-post-title{
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 0;
}
.cspt-blogbox-style-2 .creativesplanet-box-content .cspt-post-title a{
    color: #484746
}
.cspt-blogbox-style-2 .cspt-meta-container{
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px solid #ededed;
}
.cspt-blogbox-style-2 .creativesplanet-box-desc{
    margin-top: 10px;    
}
.cspt-blogbox-style-2 .creativesplanet-box-desc-text{
    margin-bottom: 15px;
}
.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #201846;
}
.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line a{
    color: #484746;
}
.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line i {
    color: #000;
}
.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line:last-child:after{
    display: none;
}
.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line:first-child{
    margin-left: 0;
}
.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line:first-child i:before{
    margin-left: 0;
}
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a{
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:after {
    content: "\e839";
    font-family: "creativesplanet-base-icons";
    font-size: 16px;
    padding-left: 10px;
    background: none !important;
    line-height: 16px;
    vertical-align: middle;
    top: -2px;
    position: relative;
}

/*=== ts-blogbox-style-3 ===*/ 
.cspt-blogbox-style-3 {
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.06);
} 
.cspt-blogbox-style-3 .cspt-featured-wrapper img{
   border-radius: 6px; 
}
.cspt-blogbox-style-3 .cspt-featured-container{
    position: relative;
    padding: 20px;
}
.cspt-blogbox-style-3 .cspt-meta-category{
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 0;
}
.cspt-blogbox-style-3 .cspt-meta-category a{
    display: inline-block;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    margin-left: 10px;
}
.cspt-blogbox-style-3 .cspt-featured-container .cspt-meta-date span{
    font-weight: normal;
    font-size: 14px;
    display: block;
    letter-spacing: 3px;
    line-height: 14px;
}
.cspt-blogbox-style-3 .cspt-meta-category a{
    color: #fff;
}
.cspt-blogbox-style-3 .creativesplanet-box-content{
    padding: 0 20px 20px 20px;
    background: #fff;
}
.cspt-blogbox-style-3 .creativesplanet-box-content .cspt-post-title{
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 0;
}
.cspt-blogbox-style-3 .creativesplanet-box-desc{
    margin-top: 10px;    
}
.cspt-blogbox-style-3 .creativesplanet-box-desc-text{
    margin-bottom: 15px;
}
.cspt-blogbox-style-3 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    position: relative;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #6d7a8c;    
    font-weight: 600;
}

.cspt-blogbox-style-3 .cspt-post-footer{
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #dce5e7;
}
/*=== Classic blog ===*/
.cspt-blog-classic {
    margin-bottom: 70px;
    position: relative;
    box-shadow: 0px 0px 32px 0px rgba(26, 47, 106, 0.08);
    border-radius: 6px;
    overflow: hidden;
}
.cspt-blog-classic .cspt-blog-classic-inner {
    padding: 15px 30px;
}
.cspt-no-img .cspt-blog-classic .cspt-blog-classic-inner{
	padding: 15px 30px;
}

.cspt-entry-content .gallery{
    margin-bottom: 30px;
}
.cspt-blog-classic .cspt-featured-wrapper{
    margin-bottom: 0;
}
.site-main article:last-of-type .cspt-blog-classic {
    margin-bottom: 0px;   
}
.cspt-blog-classic .cspt-post-thumbnail{
    margin-bottom: 60px;
}
.cspt-blog-classic .cspt-post-title{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.cspt-blog-classic .cspt-post-title a{
    color: #2c2c2c;
}
.cspt-blog-classic .cspt-entry-content{
    margin-top: 20px;
    font-size: 16px;
}
.cspt-blog-classic-inner .cspt-read-more-link a{
    font-size: 13px;
    text-transform: uppercase;
    padding: 18px 40px;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    border: none;
}
.cspt-blog-classic .cspt-meta-date-top{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    padding-top: 10px;
    border-radius: 4px;
}
.cspt-blog-classic .cspt-meta-date-top span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 13px;
}
.cspt-no-img .cspt-blog-classic .cspt-meta-date-top{
    display: none;
}
.cspt-blog-classic blockquote{   
    font-size: 22px;
    line-height: 30px;
    font-style: normal;
    padding: 50px 40px;
    padding-left: 100px;
    position: relative;
    border: none;
    background: #fafafa; 
    margin: 40px 0;
    color: #fff;
    border-radius: 6px;
}
.cspt-blog-classic blockquote code,
.cspt-blog-classic blockquote a{
    color: #fff;
}
.cspt-blog-classic blockquote:after {
    position: absolute;
    content: "\e83e";
    font-family: "creativesplanet-base-icons";
    font-size: 53px;
    line-height: 117px;
    top: 17px;
    left: 26px;
    color: rgb(255, 255, 255);
    font-style: normal;
}
.cspt-blog-classic blockquote .authorOrTitle{
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 15px;
}
.wp-block-quote.is-style-large cite em:before,
blockquote cite:before, 
blockquote small:before {
    content: "\2014\00a0";
}
.wp-block-quote.is-style-large cite:before{
    display: none;
}
blockquote.wp-block-quote.is-style-large{
  padding: 13px 118px 50px;
}
blockquote cite, 
blockquote small {
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 23px;
    font-style: normal!important;
    font-weight: 700 !important;
    margin-top: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.95;
}
.wp-block-pullquote.is-style-solid-color blockquote{
    background-color: transparent;
}
/*=== Sticky post ===*/
.post.sticky{
    background-color: #fff;
    position: relative;
    padding: 1px 40px;
    overflow: hidden;
    margin-bottom: 50px;
    border: 10px solid;
}
.post.sticky .cspt-blog-classic .cspt-blog-classic-inner{
    padding: 0px;
    border: 0;
}
.cspt-no-img.post.sticky{
  padding: 40px 40px;;
}

.post.sticky .cspt-read-more-link a:after{
   background-color: #272727;
}
.post.sticky .cspt-blog-classic{
    margin-bottom: 0px;
    box-shadow: none;
    overflow: visible;
    border-radius: 0;
}
.cspt-blog-meta-top .cspt-meta.cspt-meta-date:before{
    content: '\e844';
}
.post.sticky .cspt-blog-classic:after {
    font-family: "creativesplanet-base-icons";
    content: "\e830";
    font-size: 25px;
    position: absolute;
    color: #fff;
    opacity: 1;
    right: -40px;
    top: -50px;
    background-color: #000;
    padding: 0;
    width: 70px;
    line-height: 70px;
    height: 70px;
    text-align: center;
    border-radius: 0;
}
.single .cspt-post-related .cspt-element-posts-wrapper .cspt-post-ele{
    margin-bottom: 0;
}

/* --------------------------------------
 * Portfolio Section
 * ---------------------------------------*/
.creativesplanet-overlay-box:hover img {   
   transform: scale(1, 1);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    filter: blur(4px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
}

/*=== cspt-blogbox-style-1 ===*/
.cspt-portfolio-style-1 .creativesplanet-post-item{
    position: relative;
    overflow: hidden;
    border-radius: 10px;

}
.cspt-portfolio-style-1 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.cspt-portfolio-style-1:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.cspt-portfolio-style-1 .creativesplanet-box-content{ 
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.cspt-portfolio-style-1 .creativesplanet-box-content:after{	
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    background: rgba(0, 0, 0, 0.6);
}
.cspt-portfolio-style-1:hover .creativesplanet-box-content:after{
    visibility: visible;
    opacity: 1;
}
.cspt-portfolio-style-1 .creativesplanet-icon-box {
    width: 37px;
    height: 37px;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
    line-height: .8;
    color: #fff;
    display: inline-block;
    text-align: center;
    z-index: 2;
    padding: 11px 17px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
}
.cspt-portfolio-style-1:hover .creativesplanet-icon-box {
    visibility: visible;
    opacity: 1;
    right: 40px;
}
.cspt-portfolio-style-1 .creativesplanet-icon-box a{
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #1c325b;
    border-radius: 50%;
    font-size: 24px;
}
.cspt-portfolio-style-1 .creativesplanet-titlebox{
    position: absolute;
    left: 30px;
    bottom: 15px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
}
.cspt-portfolio-style-1:hover .creativesplanet-titlebox {
    visibility: visible;
    opacity: 1;
    bottom: 32px;
}
.cspt-portfolio-style-1 .creativesplanet-box-content .cspt-portfolio-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 5px;
}
.cspt-portfolio-style-1 .creativesplanet-box-content .cspt-portfolio-title  a{
    color: #fff;
}
.cspt-portfolio-style-1 .creativesplanet-box-content .creativesplanet-box-content-inner{
    position: relative;
    z-index: 5;
    height: 100%;
}
.cspt-element-portfolio-style-1 .cspt-ihbox.cspt-ihbox-style-hsbox{
    margin-bottom: 40px;
}
.cspt-portfolio-style-1 .creativesplanet-titlebox .cspt-port-cat a{
    color: #fff; 
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

/*=== .cspt-blogbox-style-2 ===*/
.cspt-portfolio-style-2 .cspt-portfolio-icon-wrapper i,
.cspt-portfolio-style-2 .cspt-portfolio-icon-wrapper,
.cspt-portfolio-style-2 img {
   -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
} 
.cspt-portfolio-style-2 .cspt-image-wrapper{
    overflow: hidden;
}
.cspt-portfolio-style-2,
.cspt-portfolio-style-2 .cspt-image-wrapper{
    position: relative; 
} 
.cspt-portfolio-style-2 .cspt-content-wrapper{
    padding: 30px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    background: #ffffff;
    position: relative;
}
.cspt-portfolio-style-2 .cspt-portfolio-title{
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 0px;
}
.cspt-portfolio-style-2 .cspt-portfolio-title a{
    color: #2c2c2c;
}
.cspt-portfolio-style-2 .cspt-port-cat{
    position: relative;
    line-height: 13px;
    margin-bottom: 10px;
}
.cspt-portfolio-style-2 .cspt-port-cat a{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;      
}
.cspt-portfolio-style-2 .cspt-content-wrapper .cspt-link-icon{
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);   
}
.cspt-portfolio-style-2 .cspt-content-wrapper .cspt-link-icon a{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    margin-left: -20px;
    color: #fff;
    margin-bottom: -20px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    display: inline-block;
    font-size: 22px;
}

/*=== cspt-blogbox-style-3 ===*/
.cspt-portfolio-style-3 {
    margin-bottom:  30px;
}
.cspt-portfolio-style-3 .cspt-featured-wrapper:before,
.cspt-portfolio-style-3 .cspt-portfolio-icon-wrapper i,
.cspt-portfolio-style-3 .cspt-portfolio-icon-wrapper,
.cspt-portfolio-style-3 img {
   -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
} 
.cspt-portfolio-style-3 .cspt-portfolio-icon-wrapper {
    height: 40px;
    width: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #000;
}
.cspt-portfolio-style-3 .cspt-portfolio-icon-wrapper a{
    color: #fff;
    display: block;
}
.cspt-portfolio-style-3 .cspt-port-cat a{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    display: inline-block; 
    color: #a4a6a9;
}
.cspt-portfolio-style-3 .cspt-content-wrapper{
    padding:20px 30px;
    border: 1px solid #f8f8f8;
}
.cspt-portfolio-style-3 .cspt-portfolio-title{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px;
}
.cspt-portfolio-style-3 .cspt-featured-wrapper{
    position: relative;
    overflow: hidden;
}
.cspt-portfolio-style-3 .cspt-featured-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 22, 42, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 1; 
}
.cspt-portfolio-style-3:hover .cspt-featured-wrapper:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: .5s ease;
}
.cspt-portfolio-style-3 .cspt-image-wrapper{
    position: relative;
}
.cspt-portfolio-style-3 .creativesplanet-icon-box{
    position: absolute;
    left: 50%;
    top: 50%;  
    z-index: 99;
    margin-left: -15px;  
    margin-top: -15px; 
    transition: .5s ease;
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    transition-delay: .5s;
}
.cspt-portfolio-style-3 .creativesplanet-icon-box a{
    color: #fff;
    font-size: 30px;
}
.cspt-portfolio-style-3:hover .creativesplanet-icon-box{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*=== cspt-portfolio-style-4 ===*/
.cspt-portfolio-style-4 .creativesplanet-post-item{
    position: relative;
    overflow: hidden;
}
.cspt-portfolio-style-4 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.cspt-portfolio-style-4:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.cspt-portfolio-style-4 .creativesplanet-box-content{ 
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}
.cspt-portfolio-style-4 .creativesplanet-box-content:after{ 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.cspt-portfolio-style-4:hover .creativesplanet-box-content:after{
    visibility: visible;
    opacity: 1;
} 
.cspt-portfolio-style-4 .creativesplanet-titlebox{
    text-align: center;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
}
.cspt-portfolio-style-4:hover .creativesplanet-titlebox {
    visibility: visible;
    opacity: 1;
    bottom: 32px;
}
.cspt-portfolio-style-4 .creativesplanet-box-content .cspt-portfolio-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    margin-top: 0px; 
}
.cspt-portfolio-style-4 .creativesplanet-box-content .cspt-portfolio-title a{
    color: #fff;
}
.cspt-portfolio-style-4 .cspt-port-cat a{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 2px;
}
.cspt-portfolio-style-4 .cspt-portfolio-corners:before,
.cspt-portfolio-style-4 .cspt-portfolio-corners:after{
    content: '';
    position: absolute;
    z-index: inherit;
    width: 12px;
    height: 12px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
        -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.cspt-portfolio-style-4 .cspt-portfolio-corners_bottom:before {
    bottom: 50px;
    left: 50px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.cspt-portfolio-style-4 .cspt-portfolio-corners_bottom:after {
    bottom: 50px;
    right: 50px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.cspt-portfolio-style-4 .cspt-portfolio-corners_top:before {
    top: 50px;
    left: 50px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.cspt-portfolio-style-4 .cspt-portfolio-corners_top:after {
    top: 50px;
    right: 50px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.cspt-portfolio-style-4:hover .cspt-portfolio-corners:before,
.cspt-portfolio-style-4:hover .cspt-portfolio-corners:after{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/
.cspt-sep-heading{
    position: relative;  
    padding-bottom: 20px;
    margin-bottom:  35px;
}
.cspt-sep-heading:after{
    position: absolute;  
    content: "";
    width: 72px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.single-cspt-portfolio .post-navigation .nav-links{
    padding-bottom: 0;
    padding-top: 0;
}

/*=== cspt-portfolio-single-style-1 ===*/
.cspt-portfolio-single-style-1 .cspt-portfolio-lines-wrapper,
.cspt-portfolio-single-style-1 .cspt-short-description{
    margin-bottom: 60px;
}
.cspt-portfolio-single-style-1 .cspt-featured-wrapper{
  margin-bottom: 50px;
}
.cspt-portfolio-single-style-1 .cspt-portfolio-summary h3{
    font-weight: bold;
}

/*=== cspt-portfolio-lines-wrapper ===*/
.single-cspt-portfolio .cspt-portfolio-single img{
    box-shadow: 0 0 20px rgba(26, 47, 106, 0.1);
    border-radius: 6px;
}
.cspt-portfolio-summary{
    padding: 35px 40px; 
    margin-bottom: 50px;
    box-shadow: 0 0 20px rgba(26, 47, 106, 0.1);
    border-radius: 6px;
}
.cspt-portfolio-summary h3{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
}
.cspt-portfolio-lines-wrapper{
    background-color: #eef7f9;
    padding: 0;
    border-radius: 6px;
}
.cspt-portfolio-lines-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-title{
    width: 116px;    
    font-weight: 800;
}
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li{
    margin: 0;
    padding: 17px 20px;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    position: relative;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    color: #fff;
}
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li a:hover,
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li a{
    color: #fff;
}
.cspt-portfolio-single .nav-links a .cspt-portfolio-nav-wrapper{
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.cspt-portfolio-single .nav-links a {
    border: 4px solid #f2f3f4;
}

/*=== single-cspt-service ===*/
.archive .creativesplanet-ele-portfolio{
    margin-bottom: 30px;
}
.cspt-sortable-list-ul{
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
    display: block;
}
.cspt-sortable-list-ul li{
	display: inline-block;
	margin: 0 15px;
}
.cspt-sortable-list-ul li:first-child{
	margin-left: 0;
}
.cspt-sortable-list a{ 
    font-weight: 700;
    font-size: 14px;
    color: #222222;  
    display: block;
}
.cspt-sortable-list a:hover{
	color: #222222;
}

/*=== cspt-category-style1 ===*/
.cspt-category-style1 {
	text-align: center;
}
.cspt-category-style1 .cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center{
	margin-bottom: 0;
}
.cspt-category-style1 .cspt-sortable-list-ul{
	padding-bottom: 50px;
	display: inline-block;
	text-align: center;
	border-top: 1px solid #e2e2e3;
	margin-top: 30px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}
.cspt-category-style1 .cspt-sortable-list-ul li:first-child{
	margin-left: 0;
}
.cspt-category-style1 .cspt-sortable-list-ul li:last-child{
	margin-right: 0;
}
.cspt-category-style1 .cspt-sortable-link{
	position: relative;
}
.cspt-category-style1 .cspt-sortable-link.cspt-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}

/*=== cspt-category-style2 ===*/
.cspt-category-style2 .cspt-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.cspt-category-style2 .cspt-sortable-list{
	float: right;
}
.cspt-category-style2 .cspt-ele-header-area:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cspt-category-style2 .cspt-sortable-list-ul {
    margin-top: 15px;
}
.cspt-text-color-white .cspt-sortable-list a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}

/*=== cspt-category-style3 ===*/
.cspt-category-style3 .cspt-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.cspt-category-style3 .cspt-sortable-list{
	float: right;
	margin-top: 25px;
}
.cspt-category-style3 .cspt-sortable-link.cspt-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.cspt-category-style3 .cspt-sortable-link{
	position: relative;
}
.cspt-category-style3 .cspt-sortable-link.cspt-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.cspt-category-style3 .cspt-ele-header-area:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* --------------------------------------
 * Team Member Section
 * ---------------------------------------*/
 /*** Team Member style 1 ***/
.cspt-team-style-1.creativesplanet-ele-team{
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 0px;
}
.cspt-element-team-style-1 .col-md-5{
    -ms-flex: 0 0 43.666667%;
    flex: 0 0 43.666667%;
    max-width: 43.666667%;
}
.cspt-element-team-style-1 .col-md-7{
    -ms-flex: 0 0 56.333333%;
    flex: 0 0 56.333333%;
    max-width: 56.333333%;
}
.cspt-element-team-style-1 .col-md-5 .cspt-team-1-inner{
    padding-top: 50px;
    margin-left: 15px;
}
.cspt-element-team-style-1 .col-md-7.cspt-team-1-carousel-area .cspt-team-1-inner:after {
    content: "";
    width: 1000%;
    height: 100%;  
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.cspt-element-team-style-1 .col-md-7.cspt-team-1-carousel-area .cspt-team-1-inner:after  {
    height: 60%;
}
.cspt-element-team-style-1 .col-md-7.cspt-team-1-carousel-area .cspt-team-1-inner {
    padding-left: 33px;    
}
.cspt-element-team-style-1 .cspt-carousel-navs a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #dbdbdb;
    color: #9b9b9b;
    display: inline-block;
    border-radius: 50%;
}
.cspt-element-team-style-1 .cspt-carousel-navs a.cspt-carousel-next{
    margin-left: 10px;
}
.cspt-element-team-style-1 .cspt-carousel-navs a i:before,
.cspt-element-team-style-1 .cspt-carousel-navs a i:after{
    margin: 0;
    line-height: normal;
    padding: 0;
}
.cspt-team-style-1,
.cspt-team-style-1 .creativesplanet-box-social-links,
.cspt-team-style-1 .creativesplanet-box-content{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.cspt-team-style-1 .creativesplanet-box-content{
   background-color: #fff; 
   border-radius: 2px; 
   margin:-30px 15px 0;
   box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
   border-bottom: 1px solid transparent;   
   position: absolute;
   width: calc(100% - 30px);
   transform: translateY(0);
}
.cspt-team-style-1 .creativesplanet-box-content {
   padding: 20px 30px 10px 25px;
   text-align: center;
}
.cspt-team-style-1 .cspt-featured-wrapper img{
   border-radius: 2px;
}
.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
}
.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title,
.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title a{
    color: #232323;
}
.cspt-team-style-1 .creativesplanet-box-team-position{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 0;
}
.cspt-team-style-1 .creativesplanet-box-social-links{
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.cspt-team-style-1:hover .creativesplanet-box-social-links{
    height: 32px;
    opacity: 1;    
}
.cspt-team-style-1 .creativesplanet-box-social-links .fa-share-alt{
    display: none;
}
.cspt-team-style-1 .creativesplanet-box-content ul{
    margin: 0;
    padding: 0;   
}
.cspt-team-style-1 .creativesplanet-box-content ul li{
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}
.cspt-team-style-1 .creativesplanet-box-content ul li:first-child{
    margin-left: 0;
}
.cspt-team-style-1 .creativesplanet-box-content ul li a{    
    display: inline; 
    font-size: 15px;
    line-height: 15px;
}
.cspt-team-style-1:hover .creativesplanet-box-content{
    transform: translateY(-30px);
    border-bottom-width: 3px;
}

/*=== Team Member style 2 ===*/
.cspt-team-style-2,
.cspt-team-style-2 .creativesplanet-box-social-links li a,
.cspt-team-style-2 .creativesplanet-box-social-links,
.cspt-team-style-2 .creativesplanet-box-content{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.cspt-team-style-2.creativesplanet-ele-team{
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    padding: 60px 50px 40px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.03);
    margin-bottom: 10px;
}
.cspt-team-style-2:after {
    content: "";
    position: absolute;
    margin: 10px;
    border: 1px solid #ededed;
    width: calc(100% - 20px);
    left: 0;
    height: calc(100% - 20px);
    top: 0;
    z-index: 0;
}
.cspt-team-style-2 .creativesplanet-post-item{
    text-align: center;
    position: relative;
    z-index: 2;
}
.cspt-team-style-2 .creativesplanet-box-content {
   padding: 20px 30px 10px 25px;
   text-align: center;
}
.cspt-team-style-2 .creativesplanet-box-content .cspt-team-title{
    font-size: 22px;
    line-height: 26px;
    margin-top: 10px;
    font-weight: 800;
    margin-bottom: 0;
}
.cspt-team-style-2 .creativesplanet-box-team-position{
    font-size: 14px; 
    font-weight: 500;
    letter-spacing: 1px;
}
.cspt-team-style-2 .cspt-social-links li a:hover{
    color: #272727;
}
.cspt-team-style-2 .creativesplanet-team-image-box{
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: inline-block;
    border: 10px solid #fff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}
.cspt-team-style-2 .creativesplanet-box-team-position{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 16px;
    color: #fff;
    letter-spacing: 1px;
    line-height: inherit;
    font-weight: 800;
}
.cspt-team-style-2 .cspt-icons{
    position: absolute;
    right: 10px;
    top: -25px;
    z-index: 1;
}
.cspt-team-style-2 .cspt-icons .cspt-team-info-icons-plus{
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: -1;
    top: 0;
    line-height: 35px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    background: #000;
    color: #fff;
}
.cspt-team-style-2 .creativesplanet-box-social-links{
    position: absolute;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    left: -30px; 
}
.cspt-team-style-2 .cspt-icons:hover .creativesplanet-box-social-links{
    left: 0; 
    opacity: 1;
    visibility: visible;
}
.cspt-team-style-2 .creativesplanet-box-social-links li{
    display: block;
    margin-right: 0;
    padding-bottom: 5px;
}
.cspt-team-style-2 .creativesplanet-box-social-links li a{
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    background: #000;
    line-height: 35px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
}
.cspt-team-style-2 .creativesplanet-box-social-links li a:hover{
    color: #fff !important;
}
.cspt-team-style-2 .creativesplanet-box-social-links li:last-child{
    margin-bottom: 0;
}

/*=== Team Member style 3 ===*/
.cspt-team-style-3.creativesplanet-ele-team{
    position: relative;
    margin-left: 10px;
    margin-bottom: 30px;
}
.cspt-team-style-3 .creativesplanet-team-vertical:after,
.cspt-team-style-3 .creativesplanet-box-social-links,
.cspt-team-style-3 .creativesplanet-box-content{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.cspt-team-style-3{
    position: relative;
    padding-top: 25px;
}
.cspt-team-style-3 .creativesplanet-team-image-box{
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.cspt-team-style-3 .creativesplanet-team-image-box img{
    border-radius: 6px;   
}
.cspt-team-style-3 .creativesplanet-box-content {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    padding-left: 212px;
    margin-left: -190px;
    padding-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
    padding-right: 30px;
    padding-bottom: 22px;
}
.cspt-team-style-3 .creativesplanet-box-content .cspt-team-title{
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 15px;
}
.cspt-team-style-3 .creativesplanet-box-content .cspt-team-title,
.cspt-team-style-3 .creativesplanet-box-content .cspt-team-title a{
    color: #272727;
} 
.cspt-team-style-3 .cspt-social-links li a{
    color: #77838f;
    background: #f1f2f4;
    font-size: 15px;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}
.cspt-team-style-3 .cspt-social-links li a:hover{
    color: #272727;
}
.cspt-team-style-3 .creativesplanet-box-team-position{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 16px;
    color: #fff;
    letter-spacing: 1px;
    line-height: inherit;
    font-weight: 800;
}
.cspt-team-style-3 .creativesplanet-box-team-description{
    margin-bottom: 18px;
}

/*=== Team Member style 4 ===*/
.cspt-team-style-4,
.cspt-team-style-4 .creativesplanet-box-social-links li a,
.cspt-team-style-4 .creativesplanet-box-social-links,
.cspt-team-style-4 .creativesplanet-box-content{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.cspt-team-style-4.creativesplanet-ele-team{
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 24px 0px rgba(26, 47, 106, 0.07);
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 3px solid #1c325b;
    transform: translateY(0);
}
.cspt-team-style-4:hover{
    transform: translateY(-5px);    
}
.cspt-team-style-4 .creativesplanet-box-content {
   padding: 20px 30px 20px 25px;
   text-align: center;
}
.cspt-team-style-4 .creativesplanet-box-content .cspt-team-title{
    font-size: 22px;
    line-height: 24px;
    margin-top: 5px;
    font-weight: 800;
    margin-bottom: 0;
}
.cspt-team-style-4 .cspt-social-links li a:hover{
    color: #272727;
}
.cspt-team-style-4 .creativesplanet-box-team-position{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    line-height: inherit;
    font-weight: 600;
    letter-spacing: 1px;
}
.cspt-team-style-4 .cspt-icons{
    position: absolute;
    right: 50px;
    top: 15px;
    z-index: 1;
    text-align: center;
}
.cspt-team-style-4 .cspt-icons .cspt-team-info-icons-plus{
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: -1;
    top: 0;
    line-height: 40px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    color: #1c325b;
}
.cspt-team-style-4 .creativesplanet-box-social-links{
    position: absolute;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    left: -30px; 
}
.cspt-team-style-4 .cspt-icons:hover .creativesplanet-box-social-links{
    left: 0; 
    opacity: 1;
    visibility: visible;
}
.cspt-team-style-4 .creativesplanet-box-social-links li{
    display: block;
    margin-right: 0;
    padding-bottom: 5px;
}
.cspt-team-style-4 .creativesplanet-box-social-links li a{
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #fff;
    line-height: 40px;
    color: #1c325b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
}
.cspt-team-style-4 .creativesplanet-box-social-links li a:hover{
    color: #fff !important;
}
.cspt-team-style-4 .creativesplanet-box-social-links li:last-child{
    margin-bottom: 0;
}

/*=== single-cspt-teammember ===*/
.tax-cspt-team-group.cspt-sidebar-no #primary.content-area{
    margin-top: 60px;
}
.tax-cspt-team-group .cspt-element-team-wrapper{
    margin-top: 40px;
}
.cspt-team-single-pbar{
    margin-top: 60px;
}
/*=== Single Team Member Style 1 ===*/
.cspt-team-single-style-1 .cspt-team-summary{
    padding: 30px 25px 20px;   
}
.cspt-team-single-style-1 .cspt-single-team-info{
     font-size: 15px;
}
.cspt-single-team-info li {
    margin-bottom: 10px;
}
.cspt-team-single-style-1 .cspt-single-team-info li label{
    display: inline-block;
    min-width: 70px;
}
.cspt-team-single-style-1 .cspt-team-title{
    font-size: 22px;
    line-height: 24px;
}
.cspt-team-single-style-1 .cspt-team-designation {
    font-size: 13px;
    line-height: 20px;
    color: #797979;
    margin-bottom: 35px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.single-cspt-team-member .cspt-team-single-style-1  .cspt-short-description{
    margin: 0;
}

/*== Single Team Member Style 2 ===*/
.cspt-team-single-style-2 .cspt-team-title-box{
    position: relative;
}
.cspt-team-single-style-2 .cspt-single-team-info li .icon{
    color: #272727;
}
.cspt-team-single-style-2 .cspt-team-title-box *{
    display: block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.cspt-team-single-style-2 .cspt-team-single .cspt-team-social-links{
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 15px;
}
.cspt-team-single-style-2 .cspt-team-single .cspt-team-social-links a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}

/* --------------------------------------
 * Contact Form 7
 * ---------------------------------------*/
.main-form input[type="text"], 
.main-form input[type="email"], 
.main-form input[type="password"], 
.main-form input[type="tel"], 
.main-form select, 
.main-form textarea{
    border: none;
    border-bottom: 1px solid #cccccc;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 14px;
}

/* --------------------------------------
 * Custom Button
 * ---------------------------------------*/
.vc_general.vc_btn3{
    outline: none;
}
.vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple):not(.vc_btn3-style-outline){
    color: #fff;
}
.vc_btn3-style-classic.vc_general.vc_btn3.vc_btn3-color-secondarycolor,
.vc_btn3-style-classic.vc_general.vc_btn3-color-globalcolor{
    border-color: transparent;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondarycolor:hover,
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-globalcolor:hover{
    background-color: #272727;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 45px;
    padding-right: 45px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 35px;
    padding-right: 35px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{
    color: #262626;
    border-color: #d5d5d5;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus, 
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
    background-color: #d5d5d5;
    border-color: transparent;
    color: #fff
}
.vc_btn3-color-globalcolor.vc_general.vc_btn3.vc_btn3-style-flat:hover{
    background-color: #272727;
}
.vc_general.vc_btn3-style-outline.vc_btn3-color-globalcolor:hover span{
    color: #fff
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md {
    padding-top: 20px;
    padding-bottom: 18px;
    padding-left: 40px;
    padding-right: 40px;
}
button, html input[type=button], input[type=reset], input[type=submit]{
    padding-top: 20px;
    padding-bottom: 18px;
}

.vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-white:hover{
	color: #fff;
}

/* --------------------------------------
 * Testimonial
 * ---------------------------------------*/
/*=== Testimonial style 1 ===*/
.cspt-testimonial-style-1{
    position: relative;
    padding:70px 28px 40px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    margin:50px 0 40px 0;
}
.owl-carousel .owl-item .cspt-testimonial-style-1 img,
.cspt-testimonial-style-1 .creativesplanet-box-img img{
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
.cspt-testimonial-style-1 .creativesplanet-box-desc{
    padding-bottom: 30px;
    padding-top: 0;
}
.cspt-testimonial-style-1 .creativesplanet-box-author {
    position: relative;
    text-align: left;
    display: inline-block; 
}
.cspt-testimonial-style-1 .creativesplanet-box-title{
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 12px;
}
.cspt-testimonial-style-1 blockquote{
    font-size: 18px;
    color: #6d7a8c;
    line-height: 28px; 
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: normal;
}
.cspt-testimonial-style-1 .creativesplanet-box-img{
    padding-right: 15px;
}
.cspt-testimonial-style-1 .creativesplanet-box-desc{
    position: relative;
}
.cspt-testimonial-style-1:after {
    position: absolute;
    content: "\e805";
    font-family: "creativesplanet-base-icons";
    font-size: 26px;
    line-height: 50px;
    top: -40px;
    left: 40px;
    color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #000;
}
.cspt-element-testimonial-style-1 .owl-carousel .owl-dots {
    margin-top: 0; 
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot{
    background: #fff;
}
/*===  cspt-testimonial-style 2 ===*/
.cspt-testimonial-style-2 {
    padding: 40px 130px 0;
    text-align: center;
    overflow: hidden;
}
.cspt-testimonial-style-2 .creativesplanet-box-img{
    position: relative;
    display: inline-block;
}
.owl-carousel .owl-item .cspt-testimonial-style-2 .creativesplanet-box-img img,
.cspt-testimonial-style-2 .creativesplanet-box-img img{
    border-radius: 50%;
    height: 80px;
    width: 80px;
    max-width: none;
}
.cspt-testimonial-style-2 .creativesplanet-box-img:after {
    position: absolute;
    content: "\e805" !important;
    font-family: "creativesplanet-base-icons";
    font-size: 10px;
    line-height: 30px;
    top: 10px;
    left: 65px;
    background-color: #272727;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.cspt-testimonial-style-2 .creativesplanet-box-author {
    position: relative;
    padding-left: 0; 
    text-align: center; 
    padding-top: 5px;
}
.cspt-testimonial-style-2 .creativesplanet-box-title{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 0;
}
.cspt-testimonial-style-2 span.cspt-designation {
    letter-spacing: 0.5px;
}
.cspt-testimonial-style-2 .creativesplanet-box-star-ratings i{
    font-size: 22px;
}
.cspt-testimonial-style-2 blockquote{
    font-size: 24px;
    line-height: 36px;
    font-family: 'Nunito', serif;
    font-weight: 100;
    font-style: normal;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}
.cspt-testimonial-style-2 .creativesplanet-box-content{
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}
.cspt-testimonial-style-2 .creativesplanet-box-author * {
    margin-bottom: 7px;
}
.cspt-testimonial-style-2 .creativesplanet-post-item{
    position: relative;
    padding-top: 90px
}
.cspt-testimonial-style-2 .creativesplanet-post-item:after {
    position: absolute;
    content: "\e805";
    font-family: "creativesplanet-base-icons";
    font-size: 26px;
    line-height: 50px;
    top: 10px;
    left: 50%;
    color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-left: -40px;
    color: #000;
    background: #fff;
}
.cspt-testimonial-style-2 .creativesplanet-post-item:before{
    position: absolute;
    content: "\e805";
    display: inline-block;
    top: 0;
    left: 50%;
    border: 10px solid rgba(255, 255, 255, 0.10);;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

/*=== Testimonial style 3 ===*/
.cspt-testimonial-style-3{
    position: relative;
    padding-top: 20px;
}
.owl-carousel .owl-item .cspt-testimonial-style-3 img,
.cspt-testimonial-style-3 .creativesplanet-box-img img{
    border-radius: 6px;
    height: 75px;
    width: 75px;
    border:5px solid #fff;
    box-shadow: 0px 0px 40px 0px rgba(26, 47, 106, 0.08)    
}
.cspt-testimonial-style-3 .creativesplanet-box-desc{
    padding-bottom: 40px;
    padding-top: 0;
}
.cspt-testimonial-style-3 .creativesplanet-box-author {
    position: relative;
    text-align: left;
    display: inline-block; 
    padding-bottom: 20px;
}
.cspt-testimonial-style-3 .creativesplanet-box-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 15px;
}
.cspt-testimonial-style-3 blockquote{
    font-size: 24px;
    line-height: 36px; 
    padding: 0;
    margin : 0;
    margin-top: 15px;
    border: 0;
    font-weight: 300;
    font-style: normal;
    background: transparent;
}
.cspt-testimonial-style-3 .creativesplanet-box-img{
    padding-right: 20px;
}
.cspt-testimonial-style-3 .creativesplanet-box-desc{
    position: relative;
}
.cspt-testimonial-style-3:after {
    position: absolute;
    content: "\e805";
    font-family: "creativesplanet-base-icons";
    font-size: 120px;
    line-height: 120px;
    top: 0px;
    right: 3px;
    color: transparent;
    -webkit-text-stroke: 8px #eef7f9;
    transform: rotate(180deg);
}
.cspt-element-testimonial-style-3 .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 0;
    position: absolute;
    bottom: 25px;
    right: 40px;
}
.cspt-element-testimonial-style-3 .creativesplanet-box-star-ratings i{
    font-size: 22px;
}
.cspt-element-testimonial-style-3 .cspt-ihbox{
    padding-left: 20px;
}
.cspt-element-testimonial-style-3 .creativesplanet-box-author,
.cspt-element-testimonial-style-3 .creativesplanet-box-desc,
.cspt-element-testimonial-style-3 .creativesplanet-box-star-ratings{
    padding-left: 20px;
}

/*=== Testimonial style 4 ===*/
.cspt-testimonial-style-4{
    position: relative;
}
.owl-carousel .owl-item .cspt-testimonial-style-4 img,
.cspt-testimonial-style-4 .creativesplanet-box-img img{
    border-radius: 6px;
    height: 100px;
    width: 100px;
    border:5px solid #fff;
    box-shadow: 0 0 30px rgba(140, 152, 164, 0.5);
}
.cspt-element-testimonial-style-4 .creativesplanet-box-inner{
    background: #fff;
    padding: 40px 30px 50px 80px;
    border-radius: 6px;
}
.cspt-testimonial-style-4 .creativesplanet-box-desc{
    padding-bottom: 5px;
    padding-top: 0;
}
.cspt-testimonial-style-4 .creativesplanet-box-author {
    position: relative;
    text-align: left;
    display: inline-block;     
}
.cspt-testimonial-style-4 .creativesplanet-box-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700 !important;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 25px;
}
.cspt-text-color-white .cspt-testimonial-style-4 .creativesplanet-box-author-details,
.cspt-text-color-white .cspt-testimonial-style-4 .cspt-designation{
    color: #6d7a8c;
}
.cspt-testimonial-style-4 blockquote{
    font-size: 22px;
    line-height: 30px; 
    padding: 0;
    margin : 0;
    margin-top: 15px;
    border: 0;
    font-style: normal;
    font-weight: 400;
    background: transparent;
}
.cspt-testimonial-style-4 .creativesplanet-box-content{
    position: relative;
    padding-top: 40px;
    padding-left: 60px;
}
.cspt-testimonial-style-4 .creativesplanet-box-img{
    position: absolute;
    top: 0;
    left: 0;
}
.cspt-testimonial-style-4:after {
    position: absolute;
    content: "\e805";
    font-family: "creativesplanet-base-icons";
    font-size: 60px;
    line-height: 60px;
    bottom: 40px;
    right: 40px;
    transform: rotate(180deg);
}
.cspt-element-testimonial-style-4 .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 0;
    position: absolute;
    bottom: -50px;
    right: 40%;
}
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot{
    background: #fff;
}


/*=== Testimonial style 5 ===*/
.cspt-testimonial-style-5{
    position: relative;
    padding-bottom: 40px;
}
.cspt-testimonial-style-5 .creativesplanet-box-img{
    position: absolute;
    top: 80px;
    left: 20px;
    z-index: 1;
}
.owl-carousel .owl-item .cspt-testimonial-style-5 img,
.cspt-testimonial-style-5 .creativesplanet-box-img img{
    border-radius: 50%;
    height: 100px;
    width: 100px; 
}
.cspt-testimonial-style-5 .cspt-featured-wrapper{
    position: relative;
}
.cspt-testimonial-style-5 .cspt-featured-wrapper:before {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    content: "";
    border: 10px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cspt-element-testimonial-style-5 .creativesplanet-box-inner{
    background: #fff;
    padding: 40px 30px 50px 80px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 30px rgba(140, 152, 164, 0.1);
}
.cspt-element-testimonial-style-5 .creativesplanet-box-inner:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	margin-left: -30px;
    margin-bottom: -30px; 
}
.cspt-testimonial-style-5 .creativesplanet-box-desc{
    padding-bottom: 5px;
    padding-top: 0;
}
.cspt-testimonial-style-5 .creativesplanet-box-author {
    position: relative;
    text-align: left;
    display: inline-block;     
}
.cspt-testimonial-style-5 .creativesplanet-box-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700 !important;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 20px;
}
.cspt-text-color-white .cspt-testimonial-style-5 .creativesplanet-box-author-details,
.cspt-text-color-white .cspt-testimonial-style-5 .cspt-designation{
    color: #6d7a8c;
}
.cspt-testimonial-style-5 blockquote{
    font-size: 18px;
    line-height: 30px; 
    padding: 0;
    margin : 0;
    margin-top: 15px;
    border: 0;
    font-style: normal;
    font-weight: 400;
    background: transparent;
}
.cspt-testimonial-style-5 .creativesplanet-box-content{
    position: relative;
    padding-left: 70px;
}
.cspt-testimonial-style-5:after {
    position: absolute;
    content: "\e805";
    font-family: "creativesplanet-base-icons";
    font-size: 50px;
    line-height: 50px;
    bottom: 80px;
    right: 40px;
    transform: rotate(180deg);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e6e6e6;
    color: transparent;
}
.cspt-element-testimonial-style-5 .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}
 

/*=== Testimonial style 6 ===*/
.cspt-testimonial-style-6{
    position: relative;
    padding-top: 20px;
    padding-right: 170px;
}
.owl-carousel .owl-item .cspt-testimonial-style-6 img,
.cspt-testimonial-style-6 .creativesplanet-box-img img{
    border-radius: 50%;
    height: 80px;
    width: 80px;     
}
.cspt-testimonial-style-6 .creativesplanet-box-desc{
    padding-bottom: 40px;
    padding-top: 0; 
}
.cspt-testimonial-style-6 .creativesplanet-box-author {
    position: relative;
    text-align: left;
    display: inline-block; 
    padding-bottom: 20px;
}
.cspt-testimonial-style-6 .creativesplanet-box-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 15px;
}
.cspt-testimonial-style-6 blockquote{
    font-size: 28px;
    line-height: 42px; 
    padding: 0;
    margin : 0;
    margin-top: 15px;
    border: 0;
    font-weight: 300;
    font-style: normal;
    background: transparent;
}
.cspt-testimonial-style-6 .creativesplanet-box-img{
    padding-right: 20px;
}
.cspt-testimonial-style-6 .creativesplanet-box-desc{
    position: relative;
}
.cspt-testimonial-style-6:after {
    position: absolute;
    content: "\e805";
    font-family: "creativesplanet-base-icons";
    font-size: 100px;
    line-height: 100px;
    top: 50px;
    right: 130px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff44;
    transform: rotate(180deg);
}
.cspt-element-testimonial-style-6 .creativesplanet-box-star-ratings i{
    font-size: 22px;
}
.cspt-element-testimonial-style-6 .cspt-ihbox{
    padding-left: 20px;
}
.cspt-element-testimonial-style-6.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button{
    opacity: 0.2;
    background: #fff;
    color: #1c232f;
}
.cspt-element-testimonial-style-6.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next{
    right: 0;
    top: -60px;
}
.cspt-element-testimonial-style-6.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: inherit;
    right: 0;
}
/* --------------------------------------
 * client logo
 * ---------------------------------------*/
.cspt-client-wrapper{
    position: relative;
    text-align: center;
}
.owl-carousel .creativesplanet-ele-client img{
    width: auto !important;
    max-width: 100%;
    display: inline-block !important;
}
.cspt-bg-color-blackish .creativesplanet-ele-client img{
    filter: brightness(0) invert(1);
}
/*=== cspt-client-style-1 ===*/
.cspt-client-style-1{
    padding: 30px 0px;
}
.cspt-client-style-1 .cspt-client-wrapper.cspt-client-with-hover-img .cspt-client-hover-img {
    position: absolute;
    opacity: 0;
    left: 7px;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cspt-client-style-1 .cspt-client-wrapper.cspt-client-with-hover-img {
    position: relative;
}
.cspt-client-style-1 .cspt-client-wrapper.cspt-client-with-hover-img:hover .cspt-client-hover-img {
	opacity: 1;
}
.cspt-client-style-1 .cspt-client-wrapper.cspt-client-with-hover-img:hover .cspt-featured-wrapper {
	opacity: 0;
}
/*=== cspt-client-style-2 ===*/
.cspt-client-style-2{
    padding: 30px 0px;
    border: 1px solid #eee;
}
/* --------------------------------------
 * VC Icon size
 * ---------------------------------------*/
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon{
    font-size: 1.85em!important;
} 
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon{
    font-size: 2.85em!important;
} 
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon{
    font-size: 3.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 4.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon{
    font-size: 5.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm{
    width: 3em!important;
    height: 3em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm .vc_icon_element-icon{
    font-size: 0.75em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm{
    width: 4em!important;
    height: 4em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm .vc_icon_element-icon{
    font-size: 1.25em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-md{
    width: 5em!important;
    height: 5em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-md .vc_icon_element-icon{
    font-size: 1.75em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-lg{
    width: 6em!important;
    height: 6em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 2.25em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl{
    width: 7em!important;
    height: 7em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl .vc_icon_element-icon{
    font-size: 2.75em!important;
}

/* --------------------------------------
 * Timeline view Section
 * ---------------------------------------*/
.cspt-company-hostory .simple-text p{
    text-align:left;
}
.cspt-company-hostory .year{
    padding: 6px 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: -17px;
    z-index: 9;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100px;
    text-align: center;
    background:#f2c21a;
}
.cspt-company-hostory .company_detail .content{
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.cspt-company-hostory .cspt-ourhistory-row {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.cspt-ourhistory .cspt-ourhistory-right {
  padding-bottom: 50px; 
  padding-left: 70px;
}
.cspt-ourhistory .cspt-ourhistory-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: content-box;
}
.cspt-ourhistory .label {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
}
.cspt-ourhistory h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;    
    margin-bottom: 30px;
}
.cspt-ourhistory .cspt-ourhistory-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    width: 4px;
    height: 100%;
    background: #fff;
}
.cspt-ourhistory .cspt-ourhistory-right.last{
    padding-bottom:0;
}
.cspt-ourhistory img{
    border-radius: 2px;
}
.cspt-ourhistory-type2:last-child .cspt-ourhistory-right:after {
    display: none;
}
.cspt-timeline-inner{
    margin: 0 -15px;
}
.cspt-ourhistory .cspt-ourhistory-right .cspt-timeline-image,
.cspt-ourhistory .cspt-ourhistory-right .label{
    margin-bottom: 30px;
    display: none;
}

/* --------------------------------------
 * Fact and digit
 * ---------------------------------------*/
/*=== creativesplanet-ele-fid-style-1 ===*/
.creativesplanet-ele-fid-style-1 .cspt-sbox-icon-wrapper{
    font-size: 60px;
    line-height: 60px;
    color: #000;
    padding-right: 20px;
}
.creativesplanet-ele-fid-style-1 .cspt-fid-inner sub{
    bottom: 0;
    left: -10px;
}
.creativesplanet-ele-fid-style-1 .cspt-fid-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 5px;
    color: #6d7a8c;
}
.creativesplanet-ele-fid-style-1 .cspt-fid-inner .cspt-number-rotate{
    display: inline-block;
}
.creativesplanet-ele-fid-style-1 .cspt-fid-inner{
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
}
.cspt-text-color-white .creativesplanet-ele-fid-style-1 .cspt-fid-title{
    color: rgba(255, 255, 255, 0.85);
}

/*=== creativesplanet-ele-fid-style-2 ===*/
.creativesplanet-ele-fid-style-2{
    text-align: center;
    margin: 0 auto;
}
.creativesplanet-ele-fid-style-2 .cspt-fid-inner{
    margin-bottom: 0;
    line-height: 58px;
    text-align: center;
    font-size: 48px;  
    color: #fff;
}
.creativesplanet-ele-fid-style-2 .cspt-fid-inner .cspt-fid-sub{
    margin-left: 0px;
    font-size: 22px;
    position: relative;
    top: -16px;
}
.creativesplanet-ele-fid-style-2 .cspt-fid-title{
	font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
/*=== creativesplanet-ele-fid-style-3 ===*/
.creativesplanet-ele-fid-style-3 .cspt-sbox-icon-wrapper{
    font-size: 55px;
    line-height: 55px;
    color: #000;
    padding-right: 20px;
}
.creativesplanet-ele-fid-style-3 .cspt-fid-inner sub{
    bottom: 0;
    left: -10px;
}
.creativesplanet-ele-fid-style-3 .cspt-fid-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px; 
}
.creativesplanet-ele-fid-style-3 .cspt-fid-inner .cspt-number-rotate{
    display: inline-block;
}
.creativesplanet-ele-fid-style-3 .cspt-fid-inner{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

/*=== creativesplanet-ele-fid-style-4 ===*/
.creativesplanet-ele-fid-style-4 {
    text-align: center;
    background: #fff;
    border-radius: 6px;
    padding: 20px 5px;
}
.creativesplanet-ele-fid-style-4 .cspt-sbox-icon-wrapper{
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 20px;
}
.creativesplanet-ele-fid-style-4 .cspt-fid-inner .cspt-fid-sub{
    margin-left: 0px;
    font-size: 22px;
    line-height: 20px; 
    position: relative;
    top: -15px;
}
.creativesplanet-ele-fid-style-4 .cspt-fid-title{
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;    
}
.creativesplanet-ele-fid-style-4 .cspt-fid-inner{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 0;
} 
/* --------------------------------------
 * Service Style
 * ---------------------------------------*/
.cspt-service-style-1{
    position: relative;   
    background-color: #fff; 
    border-radius: 6px;
    overflow: hidden;   
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03); 
}
.cspt-service-style-1,
.cspt-service-style-1 .cspt-service-icon,
.cspt-service-style-1 .cspt-service-icon-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.cspt-service-style-1 .cspt-featured-wrapper{
    padding: 12px;
    padding-bottom: 0;
}
.cspt-service-style-1 .cspt-featured-wrapper img{
    border-radius: 6px;
}
.cspt-service-style-1 .creativesplanet-box-content{
   text-align: center;
   position: relative;  
}
.cspt-service-style-1 .creativesplanet-box-content-inner{
    padding: 25px 30px 30px;
}
.cspt-service-style-1 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 0px 0 5px;
}
.cspt-service-style-1 .cspt-service-icon{
    display: inline-block;
    margin-top: -55px;
    border: 10px solid #000;
    width: 90px;
    border-radius: 50%;
}
.cspt-service-style-1 .cspt-service-icon-wrapper{
    height: 70px;
    width: 70px; 
    line-height: 70px;  
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.cspt-service-style-1 .cspt-service-icon-wrapper i {
    font-size: 40px;
}
body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3{
    background: none;
    padding: 0;
    color: #272727;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 700; 
}

.cspt-service-style-1 .cspt-base-icon-right-arrow{
	display: none;
}
.cspt-service-style-1 .vc_general.vc_btn3{
	font-size: 14px !important;
}

/*=== cspt-service-style-2 ===*/
.cspt-service-style-2{
    position: relative;   
    background-color: #fff; 
    border-radius: 6px;
    padding: 60px 40px 0; 
}
.cspt-service-style-2:after {
    content: "";
    position: absolute;
    margin: 10px;
    border: 1px solid #ededed;
    width: calc(100% - 20px);
    left: 0;
    height: calc(100% - 20px);
    top: 0;
    z-index: 0;    
}
.cspt-service-style-2,
.cspt-service-style-2 .cspt-service-btn,
.cspt-service-style-2 .cspt-service-btn .round-btn,
.cspt-service-style-2 .cspt-service-icon-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.cspt-service-style-2 .creativesplanet-post-item{
    position: relative;
    z-index: 2;
}
.cspt-service-style-2 .cspt-featured-wrapper{
    padding: 12px; 
}
.cspt-service-style-2 .cspt-featured-wrapper img{
    border-radius: 6px;
}
.cspt-service-style-2 .creativesplanet-box-content{
   text-align: center;
   position: relative;  

}
.cspt-service-style-2 .cspt-service-content{
    padding-bottom: 10px;
    padding-top: 10px;
}
.cspt-service-style-2 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 0px 0 5px;
}
.cspt-service-style-2 .cspt-service-icon{
    display: inline-block;
    margin-bottom: 40px;
}
.cspt-service-style-2 .cspt-service-cat a{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
}
.cspt-service-style-2 .cspt-service-icon-wrapper{
    height: 120px;
    width: 120px; 
    line-height: 120px;  
    text-align: center;
    border-radius: 50%;
    color: #000;
    border:1px dashed #000;
    position: relative;
}
.cspt-service-style-2 .cspt-service-icon-wrapper i {
    font-size: 60px;
}
.cspt-service-style-2 .cspt-service-btn {
    display: inline-block;
    margin-bottom: -35px;
    border: 10px solid #000;
    width: 75px;
    border-radius: 50%;
}
.cspt-service-style-2 .cspt-service-btn .round-btn {
    height: 55px;
    width: 55px;
    display: block;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #000;
}
.cspt-service-style-2 .cspt-service-btn .round-btn:after{
    color: #fff !important;
}
.cspt-service-style-2 .cspt-services-circle {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: red;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.cspt-service-style-2 .cspt-services-circle-wrapper {
    position: absolute;
    z-index: 1;
    width: 85px;
    height: 85px;
    left: 16px;
    top: 16px;
}
.cspt-service-style-2 .cspt-services-circle-wrapper:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: service-hex-1 2s infinite linear;
    -moz-animation: service-hex-1 2s infinite linear;
    -o-animation: service-hex-1 2s infinite linear;
    animation: service-hex-1 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.cspt-service-style-2 .cspt-services-circle-wrapper:nth-child(2) {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation: service-hex-2 2s infinite linear;
    -moz-animation: service-hex-2 2s infinite linear;
    -o-animation: service-hex-2 2s infinite linear;
    animation: service-hex-2 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.cspt-service-style-2:hover .cspt-services-circle-wrapper:nth-child(1), .cspt-service-style-2:hover .cspt-services-circle-wrapper:nth-child(2) {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
.cspt-service-style-2 .cspt-service-btn i:before{
    font-weight: bold;
}
.cspt-service-style-2 .cspt-service-btn i{
	display: none;
}
.cspt-service-style-2 .cspt-service-btn a:hover{
	color: #fff !important;
}
.cspt-service-style-2 .cspt-service-btn a:after {
    padding-left: 0px !important;
}

@-webkit-keyframes service-hex-1 {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@-moz-keyframes service-hex-1 {
    0% {
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -moz-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@-o-keyframes service-hex-1 {
    0% {
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -o-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes service-hex-1 {
    0% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(450deg);
        -moz-transform: rotate(450deg);
        -o-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@-webkit-keyframes service-hex-2 {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-moz-keyframes service-hex-2 {
    0% {
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -moz-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-o-keyframes service-hex-2 {
    0% {
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes service-hex-2 {
    0% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
.cspt-element-service-style-2 .cspt-service-style-2{
    margin-bottom: 30px;
}
.cspt-text-color-white .cspt-element-service-style-2 .cspt-service-style-2{
    color: #6d7a8c !important;
}

/*=== cspt-service-style-3 ===*/
.cspt-service-style-3{
    position: relative;  
}
.cspt-service-style-3 .cspt-featured-wrapper img,
.cspt-service-style-3 .cspt-service-btn a,
.cspt-service-style-3 .creativesplanet-box-content{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.cspt-service-style-3 .cspt-featured-wrapper{
    padding-bottom: 0;
}
.cspt-service-style-3 .cspt-featured-wrapper img{
    border-radius: 6px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.cspt-service-style-3 .creativesplanet-box-content{
   position: relative; 
   transform: translateY(0);  
}
.cspt-service-style-3 .cspt-service-cat a{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
}
.cspt-service-style-3 .cspt-service-content{
    padding-top: 10px;    
}
.cspt-service-style-3 .creativesplanet-box-content-inner{
    padding: 25px 30px 10px;
    background: #fff;
    margin: -30px 20px 0;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05)
}
.cspt-service-style-3 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 0px;
}

.cspt-service-style-3 .cspt-service-btn{
    margin-bottom: -35px;
}
.cspt-service-style-3 .cspt-service-btn a{
    width: 55px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}
.cspt-service-style-3:hover .creativesplanet-box-content{
    transform: translateY(-10px); 
}
.cspt-service-style-3:hover .cspt-featured-wrapper img{
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.cspt-service-style-3 .btn-arrow{
    font-size: 24px;
    line-height: 24px;
}

/*=== cspt-service-style-4 ===*/
.cspt-service-style-4{
    position: relative;   
    background-color: #fff; 
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dce5e7;   
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
    margin-bottom: 24px;
}
.cspt-service-style-4,
.cspt-service-style-4 .cspt-service-icon,
.cspt-service-style-4 .cspt-service-icon-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.cspt-service-style-4 .cspt-featured-wrapper{
    padding: 10px;
    padding-bottom: 0;
}
.cspt-service-style-4 .cspt-featured-wrapper img{
    border-radius: 6px;
}
.cspt-service-style-4 .creativesplanet-box-content{
   position: relative;  
}
.cspt-service-style-4 .creativesplanet-box-content-inner{
    padding: 35px 30px 35px;
    text-align: center;
}
.cspt-service-style-4 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 0px 0 12px;
}
.cspt-service-style-4 .cspt-service-icon-wrapper{
    height: 60px;
    width: 60px; 
    line-height: 60px;  
    text-align: center;
    border-radius: 4px;
    color: #fff;
}
.cspt-service-style-4 .cspt-service-icon-wrapper i {
    font-size: 36px;
}
.cspt-service-style-4 .cspt-service-icon{
    position: absolute;
    top: 20px;
    right: 20px;
}
.cspt-service-style-4:hover{
	box-shadow: 0px 9px 30px 0px rgba(26, 47, 106, 0.07);;
}

/*=== cspt-service-style-5 ===*/
.cspt-service-style-5{
    position: relative;     
    margin-top: 40px;
}
.cspt-service-style-5,
.cspt-service-style-5 .cspt-service-icon-wrapper i,
.cspt-service-style-5 .cspt-service-icon,
.cspt-service-style-5 .cspt-service-icon-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.cspt-service-style-5 .cspt-featured-wrapper img{
    border-radius: 6px;
    overflow: hidden;
}
.cspt-service-style-5 .cspt-service-cat a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
}
.cspt-service-style-5 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 0px 0 0;    
}
.cspt-service-style-5 .cspt-service-title a{
    color: #fff;
}
.cspt-service-style-5 .creativesplanet-box-wrap{
    flex: 1;
}
.cspt-service-style-5 .cspt-service-btn{
    margin-top: 15px;
}
.cspt-service-style-5 .cspt-service-btn a i{
    color: #fff;
    font-size: 24px;
}
.cspt-service-style-5 .cspt-service-icon{
    display: inline-block; 
    border: 10px solid rgba(255, 255, 255, 0.2);
    width: 90px;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 35px;
    z-index: 9;
    overflow: visible;
}
.cspt-service-style-5 .cspt-service-icon-wrapper{
    height: 70px;
    width: 70px; 
    line-height: 70px;  
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #fff;
}
.cspt-service-style-5:hover .cspt-service-icon-wrapper i{
    color: #fff;
}
.cspt-service-style-5 .cspt-service-icon-wrapper i {
    font-size: 40px;
}
.cspt-service-style-5 .creativesplanet-box-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.cspt-service-style-5 .creativesplanet-box-content-inner {
    position: absolute;
    left: 30px;
    bottom: 25px;
    z-index: 9;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    width: calc(100% - 60px);
}
.cspt-service-style-5 .creativesplanet-box-content:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    border-radius: 6px;
    background: -moz-linear-gradient(top,  rgba(28,35,47,0) 0%, rgba(28,35,47,0) 43%, rgba(28,35,47,0.83) 90%, rgba(28,35,47,0.83) 100%);
    background: -webkit-linear-gradient(top,  rgba(28,35,47,0) 0%,rgba(28,35,47,0) 43%,rgba(28,35,47,0.83) 90%,rgba(28,35,47,0.83) 100%);
    background: linear-gradient(to bottom,  rgba(28,35,47,0) 0%,rgba(28,35,47,0) 43%,rgba(28,35,47,0.83) 90%,rgba(28,35,47,0.83) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c232f', endColorstr='#d41c232f',GradientType=0 );
}
.cspt-service-style-5 .cspt-service-btn a:after{
    display: none;
}

/*=== cspt-service-style-6 ===*/
.cspt-service-style-6 .cspt-service-icon-wrapper i {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
}
.cspt-service-style-6 .cspt-service-icon-wrapper {
    margin-bottom: 35px;
}
.cspt-service-style-6 .creativesplanet-box-content-inner{
    border: 1px solid rgba(255,255,255,0.2);
    padding: 50px 40px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.cspt-service-style-6 .cspt-service-cat a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
}
.cspt-service-style-6 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 0px 0 10px;    
}
.cspt-service-style-6 .cspt-service-title a{
    color: #fff;
}
.cspt-service-style-6 .cspt-service-content{
    color: rgb(255 255 255 / 0.6);
}
/* --------------------------------------
 * Pricing Table
 * ---------------------------------------*/
.cspt-pricing-table-style-1 .creativesplanet-ptable-icon,
.cspt-pricing-table-style-1 .creativesplanet-ptable-heading{
    text-align: center;
}
.cspt-pricing-table-style-1 .cspt-pricing-table-box{
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    padding: 40px 40px 30px;
    text-align: center;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05)
}
.cspt-pricing-table-style-1 .cspt-pricing-table-box:after {
    content: "";
    position: absolute;
    margin: 10px;
    border: 1px solid #ededed;
    width: calc(100% - 20px);
    left: 0;
    height: calc(100% - 20px);
    top: 0;
    z-index: 0;
}
.cspt-pricing-table-style-1 .cspt-ptablebox-main-icon,
.cspt-pricing-table-style-1 .creativesplanet-ptable-price-w,
.cspt-pricing-table-style-1 .creativesplanet-ptable-heading,
.cspt-pricing-table-style-1 .cspt-ptable-lines-w,
.cspt-pricing-table-style-1 .vc_btn3-container.vc_btn3-inline{
    position: relative;
    z-index: 2;
}
.cspt-pricing-table-style-1 .creativesplanet-ptable-heading{
    font-size: 18px; 
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 0;
    padding-top: 20px;
    color: #fff;
}
.cspt-pricing-table-style-1 .creativesplanet-sep{
    height: 1px;
    background: #ededed; 
    margin: 30px 0 40px;  
}
.cspt-pricing-table-style-1 .cspt-sbox-icon-wrapper{
    height: 52px;
    width: 52px;
    line-height: 52px;   
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 30px;
}
.cspt-pricing-table-style-1 .creativesplanet-ptable-price-w{
    font-size: 18px;
    text-align: center;
}
.cspt-pricing-table-style-1 .creativesplanet-ptable-price-w *{
    display: inline-block;
    vertical-align: bottom;
}
.cspt-pricing-table-style-1 .creativesplanet-ptable-price-w .creativesplanet-ptable-cur-symbol-after{
    color: #484746;
}
.cspt-pricing-table-style-1 .creativesplanet-ptable-price{
    font-size: 60px;
    line-height: 60px;   
    font-weight: 900; 
    color: #484746;
}
.cspt-pricing-table-style-1 .cspt-ptable-lines-w{
    padding: 30px 40px;
}
.cspt-pricing-table-style-1 .cspt-ptable-line{
    margin: 15px 0;
}
.cspt-pricing-table-style-1 .vc_btn3-container.vc_btn3-inline{
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.cspt-pricing-table-style-1 .vc_btn3.vc_btn3-size-md {
    background-color: transparent !important;
    color: #201846 !important;
    border:2px solid #dfdee6;
    border-radius: 6px;
    display: block;
}
.cspt-pricing-table-style-1 .cspt-ptablebox-main-icon{
    display: inline-block;
    border: 10px solid #000;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
}
.cspt-pricing-table-style-1 .cspt-ptablebox-main-icon i{
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 36px;
    border-radius: 50%;
    color: #fff;
    background: #000;
    display: inline-block;
}
.cspt-pricing-table-style-1 .cspt-pricing-table-box .creativesplanet-ptable-price-w .creativesplanet-ptable-frequency:before{
    content: "/";
    margin: 0 2px;
}
.cspt-pricing-table-style-1 .vc_btn3.vc_btn3-style-classic:after{
    display: none;
}
.cspt-pricing-table-style-1 .cspt-pricing-table-featured-col .cspt-pricing-table-box{
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}

/*=== cspt-pricing-table-style-2 ===*/
.cspt-pricing-table-style-2 .creativesplanet-ptable-icon,
.cspt-pricing-table-style-2 .creativesplanet-ptable-heading{
    text-align: center;
}
.cspt-pricing-table-style-2 .cspt-pricing-table-box{
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    padding: 40px 40px 30px;
    text-align: center;
}
.cspt-pricing-table-style-2 .cspt-pricing-table-box:after {
    content: "";
    position: absolute;
    margin: 10px;
    border: 1px solid rgba(237, 237, 237, 0.35);
    width: calc(100% - 20px);
    left: 0;
    height: calc(100% - 20px);
    top: 0;
    z-index: 0;
}
.cspt-pricing-table-style-2 .cspt-ptablebox-main-icon,
.cspt-pricing-table-style-2 .creativesplanet-ptable-price-w,
.cspt-pricing-table-style-2 .creativesplanet-ptable-heading,
.cspt-pricing-table-style-2 .cspt-ptable-lines-w,
.cspt-pricing-table-style-2 .vc_btn3-container.vc_btn3-inline{
    position: relative;
    z-index: 2;
}
.cspt-pricing-table-style-2 .creativesplanet-ptable-heading{
    font-size: 18px; 
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 0;
    padding-top: 20px;
    color: #fff;
}
.cspt-pricing-table-style-2 .creativesplanet-sep{
    height: 1px;
    background: rgba(237, 237, 237, 0.32);
    margin: 30px 0 40px;  
} 
.cspt-pricing-table-style-2 .cspt-sbox-icon-wrapper{
    height: 52px;
    width: 52px;
    line-height: 52px;   
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 30px;
}
.cspt-pricing-table-style-2 .creativesplanet-ptable-price-w{
    font-size: 18px;
    text-align: center;
}
.cspt-pricing-table-style-2 .creativesplanet-ptable-price-w *{
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
}
.cspt-pricing-table-style-2 .creativesplanet-ptable-price-w .creativesplanet-ptable-cur-symbol-after{
    color: #484746;
}
.cspt-pricing-table-style-2 .creativesplanet-ptable-price{
    font-size: 60px;
    line-height: 60px;   
    font-weight: 900; 
    color: #fff;
}
.cspt-pricing-table-style-2 .cspt-ptable-lines-w{
    padding: 30px 40px;
}
.cspt-pricing-table-style-2 .cspt-ptable-line{
    margin: 15px 0;
    color: rgba(255, 255, 255, 0.80);
}
.cspt-pricing-table-style-2 .vc_btn3-container.vc_btn3-inline{
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.cspt-pricing-table-style-2 .vc_btn3.vc_btn3-size-md {
    background-color: transparent !important;
    color: #201846;
    border:2px solid #dfdee6;
    border-radius: 6px;
    display: block;
}
.cspt-pricing-table-style-2 .cspt-ptablebox-main-icon{
    display: inline-block;
    border: 10px solid rgba(255, 255, 255, 0.15);
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
}
.cspt-pricing-table-style-2 .cspt-ptablebox-main-icon i{
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 36px;
    border-radius: 50%;
    color: #fff;
    background: #000;
    display: inline-block;
}
.cspt-pricing-table-style-2 .cspt-pricing-table-box .creativesplanet-ptable-price-w .creativesplanet-ptable-frequency:before{
    content: "/";
    margin: 0 2px;
}
.cspt-pricing-table-style-2 .vc_btn3.vc_btn3-style-classic:after{
    display: none;
}
.cspt-pricing-table-style-2 .cspt-pricing-table-featured-col .cspt-pricing-table-box{
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}
.cspt-pricing-table-style-2 .cspt-ptablebox-featured-w{
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;   
    font-size: 0;
    right: 30px;
    border-radius: 50%;
    top: 22px;
}
.cspt-pricing-table-style-2 .cspt-ptablebox-featured-w:after{
    font-family: "creativesplanet-base-icons";
    content: "\e830";
    font-size: 25px;
}

/*=== Hide next prev button ===*/
.single-cspt-service .navigation {
    display: none;
}
/*=== single-service-contact ===*/
.single-cspt-service .cspt-service-feature-image img{
    box-shadow: 0 0 30px rgba(26, 47, 106, 0.1);
    border-radius: 6px;
}
.single-service-contact {
    padding: 20px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
}
.single-service-contact-inner {
    position: relative;
    z-index: 2;
    padding: 15px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}
.single-service-contact-bg{
    position: relative;
    padding: 0 !important;
}
.single-service-contact-bg:after {
    content: ' ';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%; 
    opacity: 1;
    z-index: 0;
}
.single-cspt-service .creativesplanet-sidebar .widget{
    overflow: hidden;   
}
.widget.emphires_category_list_widget ul > li{
    margin-bottom: 0 !important;
}
.cspt_widget_list_all_posts .widget-title{
    display: none;
}
.cspt-all-post-list-w{
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
}
.cspt-all-post-list-w ul > li {
    border: none;
    padding: 0!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
}
.cspt-all-post-list-w ul > li a{
    padding: 15px 20px;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
.cspt-all-post-list-w ul > li a:after {
    content: '\e814';
    font-family: "creativesplanet-base-icons";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cspt-all-post-list-w ul > li:before{
    right: inherit;
    left: -50%;
}
.cspt-all-post-list-w ul > li.cspt-post-active a,
.cspt-all-post-list-w ul > li:hover a{
    color: #fff !important;
}

/* --------------------------------------
 * VC Button
 * ---------------------------------------*/
.vc_btn3.vc_btn3-shape-rounded{
    border-radius: 6px;
}
.vc_general.vc_btn3.vc_btn3-color-secondarycolor:not(.vc_btn3-style-simple),
.vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple):focus, 
.vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple):hover,
.vc_btn3-color-global_color.vc_general.vc_btn3:not(.vc_btn3-style-simple){
    color: #fff;
}
.vc_general.vc_btn3{
    font-weight: 500;
}
.vc_general.vc_btn3 span{
    color: inherit;
}
.vc_general.vc_btn3.vc_btn3-style-simple{
    background-color: transparent;
    padding: 0;
}
.vc_general.vc_btn3.vc_btn3-style-simple:hover{
    background-color: transparent !important;
}
.vc_general.vc_btn3.vc_btn3-style-simple{
    position: relative;
}
.cspt-ihbox .vc_general.vc_btn3,
.creativesplanet-ele-service .vc_general.vc_btn3{
    background-color: transparent !important;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline{
    color: #201846;
    border-color: #dfdee6;
}

.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right){
    padding-right: 30px;
}
.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right):before{
    font-family: "creativesplanet-base-icons";
    content: '\e839';
    position: absolute;
    right: 0;
}
.creativesplanet-ele-service:not(.cspt-service-style-3) .cspt-service-btn a,
.cspt-blogbox-style-1 .post-item .cspt-read-more-link a{
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 800;
    display: inline-block;
    position: relative;
}
.creativesplanet-ele-service:not(.cspt-service-style-3) .cspt-service-btn a:after,
.cspt-blogbox-style-1 .post-item .cspt-read-more-link a:after {
    content: "\e839";
    font-family: "creativesplanet-base-icons";
    font-size: 16px;
    padding-left: 10px;
    background: none !important;
    line-height: 16px;
    vertical-align: middle;
    top: -2px;
    position: relative;
}
.creativesplanet-ele-service:not(.cspt-service-style-3) .cspt-service-btn span,
.creativesplanet-ele-blog .cspt-read-more-link span,
.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right) span{
    position: relative;
}
.creativesplanet-ele-service:not(.cspt-service-style-3) .cspt-service-btn span:after,
.creativesplanet-ele-blog .cspt-read-more-link span:after,
.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right) span:after{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #000;
}
.creativesplanet-ele-service:not(.cspt-service-style-3) .cspt-service-btn span:before,
.creativesplanet-ele-blog .cspt-read-more-link span:before,
.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right) span:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: width .3s;
    z-index: 1;
}
.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right) span:after{
    background-color: #1c325b;
}
.creativesplanet-ele-service:not(.cspt-service-style-3) .cspt-service-btn:hover span:before,
.creativesplanet-ele-blog .cspt-read-more-link a:hover span:before,
.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right):hover span:before{
    width: 100%;
}
.cspt-blogbox-style-1.creativesplanet-ele-blog .cspt-read-more-link span:before{
    background-color: #000;
}
.cspt-bg-color-globalcolor .vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right):hover{
    color: #fff;
}
.cspt-bg-color-globalcolor .vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right) span:before{
    background-color: #fff;
}

/* --------------------------------------
 * Widget Section
* ---------------------------------------*/
.widget.widget_meta ul li > a,
.widget.widget_recent_entries ul li,
.widget.widget_recent_comments ul li,
.widget.widget_archive ul li > a,
.widget.widget_categories ul li > a,
.widget.widget_nav_menu ul li > a,
.widget.widget_pages ul li > a {
   position: relative;
   padding-left: 20px;
}
.widget.widget_meta ul li > a:before,
.widget.widget_recent_entries ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_archive ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_nav_menu ul li a:before,
.widget.widget_pages ul li a:before {
   position: absolute;
    content: '\e814';
    left: 0px;
    font-size: 16px;
    top: 3px;
    color: inherit;
    font-family: 'creativesplanet-base-icons';
    font-weight: normal;
    line-height: normal;
}
.widget.widget_recent_comments ul li:before {    
    content: '\f0e5';
    top: 4px;
    font-size: 13px;
}
.widget.widget_pages ul li a:before {
    content: '\e816';
    top: 4px;
    font-size: 13px;
}
.widget.widget_categories ul li a:before {
    content: '\f115';
    top: 5px;
    font-size: 13px;
}
.widget.widget_recent_entries ul li:before{
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/*=== Footer widget ===*/
.footer-wrap .widget.widget_meta ul li > a:before, 

.footer-wrap .widget.widget_recent_comments ul li:before, 
.footer-wrap .widget.widget_archive ul li a:before, 
.footer-wrap .widget.widget_nav_menu ul li a:before{
    top: 6px;
}
.footer-wrap .widget.widget_recent_entries ul li:before{
    top: 5px;
}
.footer-wrap .widget.widget_pages ul li a:before,
.footer-wrap .widget.widget_categories ul li a:before{
    top: 8px;
}

/*=== Meta box ===*/
.cspt-metabox .wpb_wrapper {
    background-color: #fff;
    box-shadow: 0 0px 40px rgba(183,196,226,.15);
    padding-bottom: 25px;
    padding: 40px 30px 10px 30px;
}
.cspt-metabox .widgettitle{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
}
.cspt-metabox .widget ul li{
    margin-bottom: 12px;
}

/*=== download  ===*/
.widget .download .item-download {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e8ef;
    padding-bottom: 15px;
    position: relative;    
}
.widget .download .item-download a {
    display: block;
    padding: 0px 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    position: relative;
    background: #fff;
}
.widget .download .item-download i {
    font-size: 45px;
    padding-right: 12px;
    float: left;
    line-height: 47px;
}
.widget .download .item-download a span{
    color: #6d7a8c;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    font-weight: 800;
}
.widget .download .item-download:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*=== Contact Widget ===*/
/*cspt-extend-right-bg*/
.cspt-contact-widget-lines{
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}
.cspt-contact-widget-line span{
    font-weight: 700;
    display: block;
}
.cspt-contact-widget-lines .cspt-contact-widget-line{
    position: relative;
    padding: 0 55px 0 0px !important;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 900;
}
.cspt-contact-widget-lines .cspt-contact-widget-line span{
    font-weight: 700;
}
.cspt-contact-widget-lines .cspt-contact-widget-line:last-child{
    margin-bottom: 0;
}
.cspt-contact-widget-lines .cspt-contact-widget-line:before {
    position: absolute;
    content: '\e814';
    font-size: 50px;
    color: inherit;
    font-family: 'creativesplanet-base-icons';
    display: inline-block;
    position: absolute;
    right: -12px;
    top: -14px;
    font-weight: normal;
}
.cspt-contact-widget-lines .cspt-contact-widget-address:before{
    content: '\e834';   
}
.cspt-contact-widget-lines .cspt-contact-widget-phone:before{
    content: '\e83b';   
}
.cspt-contact-widget-lines .cspt-contact-widget-email:before{
    content: '\e835';   
}

/* --------------------------------------
 * Footer
* ---------------------------------------*/
.site-footer .widget {
    margin: 35px 0 20px;
}
.site-footer.cspt-bg-color-blackish:before{
    background-color: #191c21;
}
.site-footer .widget.emphires_contact_widget:nth-child(2){
    margin-top: -10px;
}
/*=== Footer first widget bg ===*/
.site-footer .cspt-footer-widget,
.site-footer .cspt-footer-widget:first-child .widget > div{
    position: relative;
}
.site-footer .cspt-footer-widget:first-child .widget > div{
    z-index: 2
}
.cspt-footerlogo {
    margin-bottom: -5px;   
    max-height: 60px;
}

.site-footer .widget-title{
    font-size: 17px;
    line-height: 27px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}
.site-footer .widget-title:after{
    content: "";
    width: 50px;
    height: 2px;
    bottom: -2px;
    left: 0;
    position: absolute;
    z-index: 1;
}

/*=== Footer Social ===*/
.cspt-footer-widget .cspt-social-links{
    margin-top: 00px;
    margin-left: 0;
}
.cspt-footer-widget .cspt-social-links li{
    margin-right: 8px;
    display: inline-block;
}
.cspt-footer-widget .cspt-social-links li a{
    position: relative;
    display: inline-block;
    text-align: center;
    color: #777;
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #000;
    border-radius: 5px;
}

/*=== cspt-footer-text-area ===*/
.site-footer.cspt-bg-color-light .cspt-footer-text-area.cspt-bg-color-transparent .cspt-footer-text-inner{
    background-color: #fff;
    padding: 20px 15px 30px 25px;
    box-shadow: 0px 9px 30px 0px rgba(26, 47, 106, 0.07);
    border-radius: 10px;
}

.site-footer.cspt-bg-color-blackish .cspt-footer-text-area.cspt-bg-color-transparent {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.site-footer.cspt-bg-color-blackish .cspt-footer-text-area > .container{
    position: static;
}
body .site-footer.cspt-bg-color-blackish .scroll-to-top{
    right: 25px;
    bottom: 21px;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
body .site-footer.cspt-bg-color-blackish .scroll-to-top:hover{
    color: #fff;
}
body .site-footer.cspt-bg-color-blackish .scroll-to-top i {
    left: 13px;
}

.site-footer.cspt-bg-color-light .cspt-footer-text-area {
    padding-top: 10px;
    padding-bottom: 50px;
    font-size: 14px;
}

.site-footer.cspt-bg-color-light .cspt-footer-text-area.cspt-bg-color-transparent .cspt-footer-text-area {
    padding-top: 5px;
}

.cspt-footer-copyright-text-area{
    padding-top: 15px;
}

.cspt-footer-widget-no .cspt-footer-text-area .cspt-footer-text-inner{
    border-top: none;
}
.cspt-footer-text-area .cspt-social-links {
    padding-top: 10px;
}
.cspt-footer-text-area .cspt-social-links{
	text-align: right;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.cspt-footer-text-area .cspt-social-links a{
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}
.cspt-footer-text-area .cspt-social-links a:hover{
    color: #fff;
}
.cspt-footer-text-area .cspt-footer-social-area.col-md-4 .cspt-social-links,
.cspt-footer-text-area .cspt-footer-social-area.col-md-4{
    text-align: center;
}
.site-footer.cspt-color-blackish {
    color: #6d7a8c;
}
.footer-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}
.cspt-footer-big-text-area-overlay .footer-wrap.cspt-footer-widget-area {
    padding-top: 80px;
}
.site-footer .widget-title {
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 10px;
}
.site-footer.cspt-color-white .widget-title {    
    border-bottom-color: rgba(255, 255, 255, 0.10);    
}
.site-footer .cspt-footer-logo{
    width: auto;
    height: 60px;
}
/*=== cspt-footer-text-area ===*/
.cspt-footer-widget .widget-title{
    margin-bottom: 30px;
}
.cspt-footer-widget .textwidget p {
    margin: 0 0 15px;
}
/*=== cspt-footer-text-area ===*/
.widget .cspt-open-hours li{
    padding-left: 25px !important;
    position: relative;
}
.widget .cspt-open-hours li i {
    position: absolute;
    left: 0px;
    top: 0px;
}

/* --------------------------------------
 *  Footer Big area Newsletter 
 * ---------------------------------------*/
.cspt-footer-big-area-wrapper{
    position: relative;
    z-index: 3
}
.cspt-footer-big-area{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    position: relative;
} 
.cspt-footer-big-area .container .row{
    margin: 0;
}
.cspt-footer-big-area .mc4wp-form{
    position: relative;
}
.cspt-footer-big-area .mc4wp-form input[type="email"]{   
    font-size: 15px;
    width: 100%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 10px 173px 10px 30px;
}
.cspt-footer-big-area .mc4wp-form button[type=submit]{
    border-radius: 5px;
    height: 54px;
    color: #fff;    
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 35px;
    background-color: #272727;
    font-weight: 700;
    position: absolute;
    top: 3px;
    right: 3px;
}
.cspt-footer-big-area .mc4wp-form button i{
    margin-right: -10px;
}
.cspt-footer-big-area-wrapper .cspt-footer-big-title{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    position: relative;
    padding-left: 90px;
}
.cspt-footer-big-area-wrapper .cspt-footer-big-title:after{
    content: "\e83c";
    font-family: "creativesplanet-base-icons";
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    border-radius: 50%;
    left: 0px;
    top: -15px;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
}
.cspt-footer-big-area .cspt-footer-big-right {
    position: relative;
    z-index: 1;
}

.cspt-footer-big-area-wrapper  .cspt-footer-big-right .vc_btn3-container{
    margin: 0;
}
.cspt-footer-big-area .cspt-footer-big-left{
    display: flex;
    align-items: center;
}
.cspt-footer-big-area:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(http://efetivarh.com.br/site/wp-content/themes/Efetiva%20RH/images/cspt-hand-image-2.png) no-repeat 0 center;
    top: 0px;
    left: 62%;
}

/* --------------------------------------
 *  Footer Newsletter 
 * ---------------------------------------*/
.cspt-footer-widget .mc4wp-form .cspt-footer-newslatter{
    position: relative;
    margin-top: 25px;
}
.cspt-footer-widget .mc4wp-form .cspt-footer-newslatter input[type="email"]{   
    font-size: 15px;
    width: 100%;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 10px 60px 10px 15px;
}
.cspt-footer-widget .mc4wp-form .cspt-footer-newslatter button[type=submit]{
    border-radius: 5px;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    background-color: #272727;
    font-weight: 700;
    position: absolute;
    top: 3px;
    right: 3px;
}

/* --------------------------------------
 * Custom css ( Theme Special )
 * ---------------------------------------*/
.cspt-parent-header-style-1 .cspt-footer-copyright-text-area{
	padding-top: 0;
}

.about-tagline{
    border:1px solid #f5f5f5;
    border-radius: 20px;
    padding: 8px 35px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.rotate-bg .cspt-ihbox-heading{
    position: relative;
}
.rotate-bg .cspt-ihbox-heading:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 100px;
    left: 10%;
    top: 0;
    z-index: -1;
    background: #000; 
   transform: rotate(-5deg) skew(20deg);  
}
.cspt-addressbox{
    height: 220px;
    width: 220px;
    background-color: #fff;
    border: 20px solid #f2f3fe;
    text-align: center;
    border-radius: 50%;
    padding-top: 65px;
    -webkit-box-shadow: 0 13px 29px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 13px 29px rgba(0,0,0,0.25);
    box-shadow: 0 13px 29px rgba(0,0,0,0.25);
    position: relative;
    margin: 0 auto;
    margin-top: 90px;
}
.cspt-addressbox:after{
    position: absolute;
    content: "\e80e";
    font-family: "creativesplanet-base-icons";
    font-size: 50px;
    line-height: 50px;
    bottom: 21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cspt-contact-map .col-md-6.cspt-extended-bg-col{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.cspt-contact-map .col-md-6{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.cspt-contact-box{
    background-color: #fff;
   box-shadow: 0 0px 40px rgba(183,196,226,.15);
    padding-bottom: 25px;
}
.cspt-contact-box.vc_column_container>.vc_column-inner{
    padding: 0
}
.cspt-contact-box .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading{
    padding: 30px 60px 30px 70px;
    border-bottom: 1px solid #eeeeee;
}
.cspt-contact-box .creativesplanet-box-title *{
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 0px;
}
.cspt-contact-box  .cspt-static-box{
    padding: 0px 60px 0px 70px;
    margin-bottom: 30px;
}
/* --------------------------------------
 * Contact form
 * ---------------------------------------*/
.cspt-main-form .input-group{
    display: block;
    margin-bottom: 25px;
}
/*=== cspt-form-style-1 ===*/
.cspt-main-form.cspt-form-style-1 .input-group input[type="text"], 
.cspt-main-form.cspt-form-style-1 .input-group input[type="number"], 
.cspt-main-form.cspt-form-style-1 .input-group input[type="email"], 
.cspt-main-form.cspt-form-style-1 .input-group textarea{
    border: 1px solid #dce5e7;   
    font-size: 14px;
    background: #fff;
    color: #888888;
    height: 55px;    
    border-radius: 5px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
}
.cspt-main-form.cspt-form-style-1 .input-group textarea{
    height: 100px;
    padding: 0px 15px;
}
.cspt-no-brd .cspt-main-form.cspt-form-style-1 .input-group input[type="text"], 
.cspt-no-brd .cspt-main-form.cspt-form-style-1 .input-group input[type="number"], 
.cspt-no-brd .cspt-main-form.cspt-form-style-1 .input-group input[type="email"], 
.cspt-no-brd .cspt-main-form.cspt-form-style-1 .input-group textarea{
    border: none;   
}
.cspt-no-brd .cspt-main-form .input-group{
    margin-bottom: 15px;
}
.cspt-appoiment-box .wpb_wrapper {
    background: #fff;
    padding: 42px 30px 20px;
    border-radius: 4px;
}

.cspt-bg-color-globalcolor .cspt-form-style-1 button:hover{
	background-color: #fff;
}

/*=== cspt-form-style-2 ===*/
.cspt-main-form.cspt-form-style-2 .input-group input[type="text"], 
.cspt-main-form.cspt-form-style-2 .input-group select, 
.cspt-main-form.cspt-form-style-2 .input-group input[type="email"], 
.cspt-main-form.cspt-form-style-2 .input-group textarea{
    border: 0;   
    font-size: 14px;
    color: #888888;
    height: 50px;    
    border-radius: 5px;
}
.cspt-main-form.cspt-form-style-2 .wpcf7-submit{
    display: block;
    border-radius: 6px;
    padding: 12px 30px;
    font-weight: 700;
    width: 100%;
}
.cspt-main-form.cspt-form-style-2 .input-button{
    margin-bottom: 0;
}
/*=== cspt-form-style-3 ===*/
.cspt-main-form.cspt-form-style-3 .input-group input[type="text"], 
.cspt-main-form.cspt-form-style-3 .input-group select, 
.cspt-main-form.cspt-form-style-3 .input-group input[type="email"], 
.cspt-main-form.cspt-form-style-3 .input-group textarea{
    border: 1px solid #dce5e7;   
    font-size: 14px;
    background: #fff;
    color: #888888;
    height: 55px;    
    border-radius: 5px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
}
.cspt-main-form.cspt-form-style-3 .input-group textarea{
    height: 150px;
}
.cspt-main-form.cspt-form-style-3 .wpcf7-submit{
    display: block;
    border-radius: 6px;
    width: 100%;
}
.cspt-main-form.cspt-form-style-3 .input-button{
    margin-bottom: 0;
}

/*=== cspt-form-style-4 ===*/
.cspt-main-form.cspt-form-style-4 .input-group input[type="text"], 
.cspt-main-form.cspt-form-style-4 .input-group select, 
.cspt-main-form.cspt-form-style-4 .input-group input[type="email"], 
.cspt-main-form.cspt-form-style-4 .input-group textarea{
    border: 1px solid #dce5e7;   
    font-size: 14px;
    background: #fff;
    color: #888888;
    height: 55px;    
    border-radius: 5px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
}
.cspt-main-form.cspt-form-style-4 .input-group textarea{
    height: 150px;
}
.cspt-main-form.cspt-form-style-4 .wpcf7-submit{
    display: block;
    border-radius: 6px;
    width: 100%;
}
.cspt-main-form.cspt-form-style-4 .input-button{
    margin-bottom: 0;
}
/* --------------------------------------
 * Tab
 * ---------------------------------------*/
body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-body{
    padding: 0;
    border-radius: 6px !important;
    box-shadow: 0 0 40px rgba(55, 69, 111, 0.1);
    overflow: hidden;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container{
    margin-bottom: 40px !important; 
    border: none !important;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab>a{
    font-family: "Nunito",sans-serif;
    font-size: 16px;
    font-weight: 700;   
    border:none;
    padding: 5px 10px 25px;
    border-bottom: 3px solid transparent!important; 
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab>a{
    color: #b0b6bf;

}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab.vc_active > a {
    color: #1c325b;
}
body.wpb-js-composer .vc_tta-style-modern.vc_tta .vc_tta-tab{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    margin-bottom: 20px;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-modern .vc_tta-tab>a{
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 9px 15px 0px rgba(26, 47, 106, 0.05) !important;
    padding: 20px 25px;
    border: 1px solid #dce5e7 !important;
    font-weight: 600;
}
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a{
    border-radius: 6px; 
}
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::before,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after{
    display: none;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel-body{
    padding: 0;
}
/* --------------------------------------
 * Custom Accordion
 * ---------------------------------------*/
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title{
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;   
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    border-color: #4868cf;
    background-color: #5472d2;
    border: none;
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    border-color: #f0f0f0;
    background-color: #f8f8f8;
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #fff;
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a{
    color: #272727;
    padding: 20px 20px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-globalcolor .vc_tta-panel.vc_active .vc_tta-panel-title > a i{
    color: #fff;
}

/* --------------------------------------
 * Custom FAQ
 * ---------------------------------------*/
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel.vc_active .vc_tta-panel-title>a{
    color: #fff
}
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel.vc_active .vc_tta-panel-body{
    border: none;
    background-color: #fbfbfb;
    color: #272727;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 6px;
}
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel .vc_tta-panel-heading{
    background-color: #fff !important;
    color: #272727;
    border: none;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 6px;
}
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel-title{
    font-size: 18px;
    line-height: 28px;    
}
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel-body{
    padding: 30px 55px 35px 40px;
}
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-controls-icon-position-left.vc_tta-panel-title>a{
    padding-left: 55px;    
}
.wpb-js-composer .vc_tta.vc_general.cspt-faq .wpb_single_image{
    margin-bottom: 0;
}
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel.vc_active .vc_tta-panel-heading{
    margin-bottom:  0 !important;
}
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel .vc_tta-panel-heading:focus, 
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel .vc_tta-panel-heading:hover{
    background-color: transparent;
}
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel .vc_tta-panel-heading {
    border-color: #edeaea;    
}
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel-title>a{
    padding: 17px 20px 17px 35px;
    color: #424d6c;  
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_general.cspt-faq .vc_tta-panel-title>a{   
   color: #272727;  
}

/* --------------------------------------
 * Custom FAQ Box
 * ---------------------------------------*/
.cspt-faq-ask-box{
    padding: 40px 90px 30px 90px;
    border-radius: 30px;  
    background: #545f80;
    background: -moz-linear-gradient(45deg, #545f80 14%, #ffa277 100%);
    background: -webkit-linear-gradient(45deg, #545f80 14%,#ffa277 100%);
    background: linear-gradient(45deg, #545f80 14%,#ffa277 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545f80', endColorstr='#ffa277',GradientType=1 ); 
}
.cspt-faq-ask-box .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon{
    font-size: 6.85em!important;
}

/* --------------------------------------
 * error-404
 * ---------------------------------------*/
.error-404{
    margin: 0;
    width: 100%;
    padding: 296px 0px 196px 0px; 
   position: relative;
    text-align: center;
}
.cspt-parent-header-style-3 .error-404{
    padding: 180px 0px 220px 0px;   
}
.error-404 .error-message{
    color: #2c2c2c;
}
.error-404 .error-message{
    display: inline-block;
    font-size: 290px;
    line-height: 290px;
    font-weight: 900;
}
.error-404 .footer-message{
    font-size: 22px;
    line-height: 32px;   
    font-weight: 600;
    margin-top: 15px;
}
.error-404 .search-form{
    margin: 45px auto;
    max-width: 400px;
}
.error404 .wrap{
    width: 100%;
}
.error404 .search-form{
    position:  relative;
}
.error404 .search-form input[type="search"]{
    border-radius: 6px;
    height: 58px;
    line-height: 58px;   
    border: 1px solid #f2f3f4;
    padding-right: 55px;
}
.error404 .search-form .search-submit:after{
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 16px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #dbdbdb;
    font-size: 22px;
}
.error404 .search-form label{
    display: none;
}
.error404 .search-form button{
    position: absolute;
    right: 5px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 50px;
}
.error404 #primary{
    flex: none !important;
    max-width: none !important;
}
.error404 .cspt-header-style-2 .cspt-header-menu-area{
    border-bottom:  1px solid #f1f1f1;
}
.error404 a.ts-home-back{
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}
.error404 a.ts-home-back:after{
    font-family: "creativesplanet-base-icons";
    content: '\e810'; 
   margin-left: 15px;  
}
.error404  .cspt-title-bar-wrapper{
    display: none;
}
.error404 h2.page-title{
    font-size: 200px;
    line-height: 210px;
    color: #fff;
    font-weight: bold;
}
.error404 .site-content-wrap{
    position: relative;
}
.error404 .site-content-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
}
 .error404 .cspt-text-color-blackish a.ts-home-back:hover{
    opacity: 0.9;
 }

/*=== search-no-results ===*/
.search-no-results #primary{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.search-no-results-content{
    padding: 200px 50px;
    text-align: center;
    margin-bottom: 100px;
}
.search-no-results-content p{   
   margin-bottom: 30px;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    max-width: 480px;
}
.search-no-results .search-no-results-content .search-form input[type="search"]{
    padding-right: 110px;
}

/* --------------------------------------
 * Search Popup Area CSS
 * ---------------------------------------*/
.cspt-header-search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
.cspt-header-search-form-wrapper.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
.cspt-header-search-form-wrapper .search-form{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);    
}
.cspt-header-search-form-wrapper .search-form:after{
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 10px;
    top: 15px;
    color: #fff;
    font-size: 25px;
    line-height: normal;
}
.cspt-header-search-form-wrapper .search-form input[type="search"]{
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    color: #fff;
    border: none;
    border-bottom: 3px solid #fff;
    padding-left: 0;
    border-radius: 0;
}
.cspt-header-search-form-wrapper .search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.89);
    opacity: 1; /* Firefox */
}
.cspt-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.89);
}
.cspt-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.89);
}
.cspt-header-search-form-wrapper .search-form [type=submit]{
    position: absolute;
    height: 50px;
    width: 50px;
   right: 0;
    background-color: transparent;
    text-indent: -9999px;
}
.cspt-header-search-form-wrapper .cspt-search-close{
    position: absolute;
    top: 40px;
    right: 40px;
    border-color: #fff;
    color: #fff;
    opacity: 0.8;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer;
}
.cspt-header-search-form-wrapper .cspt-search-close:hover{
    opacity: 1;
}

/* --------------------------------------
 * Custom button
 * ---------------------------------------*/
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}
.cspt-box-shadow{
	box-shadow: 0 0px 40px rgba(183,196,226,.15);	
}
.cspt-box-shadow .cspt-bg-color-white:before{
	border-radius: 8px;
}
.cspt-border-radiu-4 .vc_column-inner::before{
    border-radius: 4px;
}
/*=== Button section ===*/
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor{
	color: #fff;
    border: none;
    position: relative;    
}
input[type=submit]:hover
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor:not(.vc_btn3-style-outline):hover { 
   box-shadow: 0 0px 15px rgba(0,0,0,.15);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
 .rev-btn{
    -webkit-transition: all .6s !important;
    -moz-transition: all .6s !important;
 }
.rev-btn.cspt-gradient-right:after,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    opacity: 0;
}
.rev-btn.cspt-gradient-right:hover:after,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor:hover:after{
    opacity: 1;
}
.rev-btn.cspt-gradient-right span,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor span{
    position: relative;
    z-index: 2
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: 3px;
    background-color: #fff;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:hover:after{
    opacity: 0;
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:hover{
    color: #fff;
    box-shadow: 0 0px 15px rgba(0,0,0,.15);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*=== Button ( Emphires Special ) ===*/
.cspt-search-results-right .cspt-read-more-link a{
    display: inline-block;
    position: relative;
    color: #272727; 
   font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 800;
    text-transform: uppercase;
}
body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
body .cspt-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
body .cspt-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
a.cspt-link:before,
a.cspt-link:after,
.cspt-search-results-right .cspt-read-more-link a:before,
.cspt-search-results-right .cspt-read-more-link a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
a.cspt-link:after,
.cspt-search-results-right .cspt-read-more-link a:after{
    background-color: #000;
}
body .cspt-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
a.cspt-link:before,
.cspt-search-results-right .cspt-read-more-link a:before{
    width: 100%;
}
body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:hover:after,
body .cspt-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:hover:after,
a.cspt-link:hover:after,
.cspt-search-results-right .cspt-read-more-link a:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-gradientcolor .vc_icon_element-icon:before{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}

/*=== Vc Custom row bg ===*/
.cspt-shapebg.cspt-bg-color-light:not(.vc_column_container):before{
    background-color: #fafbfd;
    margin-top: 164px;
}
.cspt-shapebg .cspt-element-service-style-1 .cspt-service-ele:nth-child(2n) .cspt-service-style-1{
    margin-top: -50px;
}
/*=== Image side effect ===*/
.cspt-img-bg-effect-single .vc_single_image-wrapper,
.single-cspt-team-member .cspt-featured-wrapper,
.cspt-img-bg-effect .vc_single_image-wrapper{
    position: relative;
}
.cspt-img-bg-effect-single .vc_single_image-wrapper:after,
.cspt-img-bg-effect .vc_single_image-wrapper:after{
    content: "";
    left: -60px;
    background: #272727;
    position: absolute;
    top: 60px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cspt-img-bg-effect-single .vc_single_image-wrapper:after{
    left: -40px;
    top: 40px;
}
.single-cspt-team-member .cspt-featured-wrapper:after{
    left: -30px;
    top: -30px;
}
.cspt-img-bg-effect .vc_single_image-wrapper:before{
    content: "";
    left: -1000%;
    background: #272727;
    position: absolute;
    top: 60px;
    width: 1000%;
    height: 100%;
    z-index: -1;
}

/*=== Row expand effect  ( Homepage Fact and digit element ) ===*/
.cspt-row-expand-right:after{
    content: "";
    right:  -1000%;
    background: #272727;
    position: absolute;
    top: 0px;
    width: 1000%;
    height: 100%;
    z-index: -1;
}
.cspt-row-expand-left .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading{
    position: relative;
}
.cspt-row-expand-left .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading:after{
    content: "";
    left:  -1000%;
    background: #272727;
    position: absolute;
    top: 0px;
    width: 1000%;
    height: 100%;
    z-index: -1;
}
/*=== vc_progress_bar ===*/
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar:last-child{
    margin-bottom: 0;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{    
    margin-bottom: 70px;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_label{
    padding: 0px;
    margin-top: -10px;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ececf0;
}
.cspt-team-left-inner .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    background-color: #efefef;
}
.cspt-bg-color-light .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{
    background-color: #efefef; 
}
.cspt-white-bar.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{
	background-color: #fff    
}
.cspt-bg-color-secondarycolor .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{
    background-color: rgba(255, 255, 255, 0.32);
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar,
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_bar{
    border-radius:6px;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar:after{
    background-color: #f7f9fa;
    content: "";
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .cspt-pbar-title,
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_label_units {
    position: relative;
    top: -30px;
    text-shadow: none;
    font-size: 15px;
    font-weight: 700;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_label_units{
    right: 0;
    position: absolute;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    height: 8px;
    border-radius: 6px;   
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_bar:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    right: 0;
    top: -4px;
    border: 3px solid #272727;
}
.cspt-text-color-white .vc_progress_bar.vc_progress-bar-color-globalcolor .cspt-pbar-title,
.cspt-text-color-white .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_label_units{
    color: #fff;
}

/* --------------------------------------
 * Static Box
 * ---------------------------------------*/
/*=== cspt-element-static_box-style-1 ===*/
.cspt-element-static_box-style-1 .cspt-staticbox-ele{
    margin-bottom: 30px;
}
.cspt-element-static_box-style-1 .cspt-static-box-inner{
    padding: 35px 30px 60px;
    margin-left: -30px;
    height: 100%;
    text-align: left;
    background-color: #f7f9fa;
    position: relative;
}
.cspt-element-static_box-style-1 .creativesplanet-box-title h4{
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
}
.cspt-static-box-style-1 .cspt-imgbox{
	margin-right: 40px;
}
.cspt-static-box-style-1 .cspt-contentbox {
	width: 40px;
    background: #1c232f;
    color: #fff;
    border-radius: 6px;
    vertical-align: middle;
    z-index: 20;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: 0 top;
    top: 0;
    left: calc(100% - 15px);
    width: 169px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 45px;
}
.cspt-static-box-style-1 .cspt-contentbox .creativesplanet-box-title{
	margin-top: 8px;
}
.cspt-static-box-style-1 .cspt-imgbox img {
    border-radius: 6px;
}

/*=== cspt-element-static_box-style-2 ===*/
.cspt-static-box-style-2{
    position: relative;
}
.cspt-static-box-style-2 img{
    border-radius: 6px;
    margin-bottom: 0;
}
.cspt-static-box-style-2 .creativesplanet-box-title{
    background-color: #fff;
    border-radius: 6px;
    margin: -30px 25px 0;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    text-align: center;
    padding: 20px 15px;
    position: absolute;
    width: calc(100% - 50px);
    transform: translateY(0);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cspt-static-box-style-2:hover .creativesplanet-box-title{
    transform: translateY(-10px);
}
.cspt-static-box-style-2 .creativesplanet-box-title h4{
    font-size: 18px;
    line-height:20px;
    margin-bottom: 0;
    font-weight: 800;
}

/* --------------------------------------
 * Video icon 
 * ---------------------------------------*/
.cspt-video-link-2,
.cspt-video-link {
    position: absolute;
    bottom: 80px;
    z-index: 9;
    left: -50px;
}
.cspt-video-link-2.link-right,
.cspt-video-link.link-right{
    bottom: 30px;
    left: inherit;
    right: 15px;
}
body .cspt-video-link-2 .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty),
body .cspt-video-link .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty){
    padding: 26px 40px 26px 90px;
    border-radius: 52px;
    text-transform: inherit;
    font-weight: 500;
    font-size: 16px;
}
body .cspt-video-link-2 .vc_general.vc_btn3 i,
body .cspt-video-link .vc_general.vc_btn3 i{
    width: 55px;
    height: 55px;
    font-size: 22px;
    line-height: 55px;
    text-align: center;
    color: #000;
    background: #fff;
    border-radius: 50%;
    left: 11px !important;
}
body .cspt-video-link-2 .vc_general.vc_btn3 i:after,
body .cspt-video-link .vc_general.vc_btn3 i:after {
    position: absolute;
    content: "";
    display: inline-block;
    top: -5px;
    left: -5px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

/* --------------------------------------
 *  Special Elements for Theme
 * ---------------------------------------*/
.cspt-image-shadow-1 .vc_figure,
.cspt-box-shadow-1{
    box-shadow: 0px 9px 35px 0px rgba(26, 47, 106, 0.07);
}
.cspt-image-radius-1 .vc_figure,
.cspt-border-radius-1{
    border-radius: 6px;
    overflow: hidden;
 }
.cspt-border-radius-2 .cspt-stretched-div{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
}

/*=== cspt-about-image ( Theme Special ) ===*/
.cspt-shadow-link{
    text-align: center;
}
.cspt-shadow-link p{
    display: inline-block;
    padding: 12px 40px;
    box-shadow: 0px 0px 32px 0px rgba(26, 47, 106, 0.08);
    border-radius: 24px;
    background: #fff;
}
.cspt-about-image img{
    box-shadow: 0 0 30px rgba(26, 47, 106, 0.1);
    border-radius: 6px;
}
.cspt-intro-image img{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.creativesplanet-ul-list.cspt-list-style ul li{
    font-family: Nunito,sans-serif;
    color: #201846;
    font-weight: 500;
    margin: 7px 0 0px;

}
.creativesplanet-ul-list.cspt-list-style ul li i{
    font-size: 30px;
    line-height: 30px;
}
.cspt-skill-box{
    padding-right: 60px;
}
.cspt-skill-box .vc_column-inner{
   box-shadow: 0 0 30px rgba(26, 47, 106, 0.1);
   border-radius: 6px; 
}
.cspt-style-2.creativesplanet-ul-list ul li i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 26px;
    line-height: 26px;
}
.cspt-style-2.creativesplanet-ul-list ul li{
    font-weight: 500;
}
/*=== video button ===*/
.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner{
    border: none;
    position: relative;
}
.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 1.5em!important;
}
.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner:before,
.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner:after {
     position: absolute;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}
.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
@-webkit-keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}
@keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}
/*=== Homepage ( Theme Special ) ===*/
.cspt-effect-img-3 img,
.cspt-effect-img-2 img,
.cspt-effect-img img,
.cspt-abs-img img {
    border-radius: 8px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);; 
}
 .cspt-row.cspt-row-radius-8.cspt-bg-color-globalcolor:before{
    border-radius: 8px;
}
.cspt-abs-img {
    position: absolute;
    bottom: -30px;
    right: 0;
}
.cspt-effect-img-3 img {
    border-radius: 8px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);; 
}
.cspt-effect-img-3 .vc_single_image-wrapper:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30px;
    left:30px;
    border:8px solid #000;
    border-radius: 10px;
    z-index: -1;
}
.cspt-effect-img-4 img {
    border-radius: 8px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05); 
}
.cspt-effect-img-4 .vc_single_image-wrapper:after{
    content: '';
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: -35px;
    right: -35px;
    background-color: #1c325b;
    border-radius: 50%;
    z-index: -1;
}
.cspt-effect-img-4 .vc_single_image-wrapper:before{
    content: '';
    width: 290px;
    height: 290px;
    position: absolute;
    top: -45px;
    left: -45px;
    border-radius: 10px;
    background: url('http://efetivarh.com.br/site/wp-content/themes/Efetiva%20RH/images/dot-pattern.png') repeat 0 0;
    z-index: -1;
}

.cspt-right-pad-btn .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 128px;
}
.cspt-brdr-btm-effect > .vc_column-inner:before {
    border-bottom: 3px solid #86bb46;
    border-radius: 2px;
}
.cspt-effect-square:after {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 170px;
    height: 170px;
    content: " ";
    background: #000;
}
.cspt-effect-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    content: " ";
    background: url('http://efetivarh.com.br/site/wp-content/themes/Efetiva%20RH/images/pattern-01.jpg') repeat 0 0;
}
.cspt-effect-dot2:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 70%;
    content: " ";
    background: url('http://efetivarh.com.br/site/wp-content/themes/Efetiva%20RH/images/pattern-01.jpg') repeat 0 0;
}
.cspt-img-rad-shadow .cspt-stretched-left{
    border-bottom-right-radius: 8px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}
.cspt-row-shadow{
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}
.cspt-effect2-square .vc_single_image-wrapper:after {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    content: " ";
    background: #000;
    z-index: -1;
}
.cspt-animated-img .cspt-stretched-div{
    background-repeat: no-repeat;
    animation: animatedBackground 5s ease-in-out infinite;
}
@keyframes animatedBackground {
    0% { background-position: 0 0; }
    50% { background-position: 0 10%; }
    95% { background-position: 0 0; }
}

/*=== cspt-cross-bg ( Theme Special ) ===*/
.cspt-cross-bg .cspt-stretched-div:after{
    content: "";
    position: absolute;
    right: -101px;
    top: -90px;
    background-color: #fff;
    background-repeat: repeat;
    -webkit-transform: skew(-30deg);
    transform: skew(-20deg);
    height: 165%;
    z-index: 0;
    width: 3000px;
}
.cspt-cross-bg .cspt-video-icon-center{
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	right: -245px;
}
.cspt-large-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl{
	width: 125px !important;
    height: 125px !important;
}
.cspt-large-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 4.75em!important;
}

/*=== Homepage ( Theme Special ) ===*/
.cspt-promo-image-1{
    position: absolute;    
    bottom: 0;
    margin-bottom: -138px;
    right: 50px;
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
    text-shadow: 0px 5px 57px rgba(0, 0, 0, 0.15);
}
.cspt-promo-image-1 img{
    border-radius: 8px;
}
.cspt-promo-image-1:before {
    position: absolute;
    top: -160px;
    left: -113px;
    width: 440px;
    height: 475px;
    content: " ";
    background: url(http://efetivarh.com.br/site/wp-content/themes/Efetiva%20RH/images/pattern-01.jpg) repeat 0 0;
    z-index: -1;
}
.cspt-pattern-bg-effect .vc_single_image-wrapper{
    position: relative;
}
.cspt-pattern-bg-effect .vc_single_image-wrapper:after {
    position: absolute;
    bottom: -80px;
    right: -45px;
    width: 203px;
    height: 170px;
    content: " ";
    background: url(http://efetivarh.com.br/site/wp-content/themes/Efetiva%20RH/images/organic-patten.png) no-repeat 0 bottom;
    z-index: -1;
}
.cspt-promo-image-box-1 .vc_icon_element {
    left: 125px;
    position: absolute;
    bottom: -73px;
    z-index: 7;
}
.cspt-promo-image-box-1 .vc_icon_element-inner{
    background-color: #fff;
    color: #000;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15); 
    text-shadow: 0px 5px 57px rgba(0, 0, 0, 0.15);    
}
.cspt-promo-image-box-1 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 2em!important;
}
.cspt-f-weight-400{
    font-weight: 400;
}
.cspt-f-weight-700{
    font-weight: 700;
}
.creativesplanet-ul-list.cspt-list-line.cspt-ul-type-disc li{
    font-weight: 300;    
    padding-left: 50px;
}
.creativesplanet-ul-list.cspt-list-line.cspt-ul-type-disc li:after{
    width: 35px;
    height: 1px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    color: #91908e;
}
.cspt-special-blockquote blockquote{
    padding: 0;
    margin: 0;
    padding-left: 70px;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}
.cspt-special-blockquote blockquote:before {
    position: absolute;
    content: "\e83e";
    font-family: "creativesplanet-base-icons";
    font-size: 50px;
    line-height: 50px;
    top: 0;
    left: 0;
    color: rgb(255, 255, 255);
    font-style: normal;

}
.cspt-special-blockquote blockquote cite{
    display: block;
    font-family: Muli,sans-serif;
    font-size: 16px;
    padding-top: 5px;
    font-weight: normal !important;
    padding-left: 50px;
    position: relative;
    text-transform: none;
    line-height: normal;
}
.cspt-special-blockquote blockquote cite:before{
    content: "";
    position: absolute;
    top: 16px;
    width: 40px;
    height: 1px;
    background: #fff;
    left: 0;
}
body .cspt-visible{
    overflow: visible !important;
}
.cspt-special-sec .cspt-col-stretched-left .cspt-stretched-left{
    border-radius: 0 10px 0 0;
}
.cspt-special-sec .cspt-col-stretched-right .cspt-stretched-right{
    border-radius: 0 0 0 10px;
    background-repeat: no-repeat;
}
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-head-2 .cspt-ihbox-content{
    margin-top: 35px;
}
.cspt-brd-rad img{
    border-radius:6px;
}
.cspt-lightbox-video.cspt-pos {
    position: absolute;
    z-index: 5;
    top: 22%;
    left: 40%;
}
.cspt-lightbox-video.cspt-pos-2 {
    position: absolute;
    z-index: 5;
    bottom: 5%;
    right: 10%;
}
.cspt-abs-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.cspt-wrap-100 .wpb_wrapper{
    height: 100%;
}
.cspt-bg-bg-effect-4 .vc_single_image-wrapper:after {
    position: absolute;
    top: -30px;
    left: -50px;
    width: 520px;
    height: 520px;
    content: " ";
    background: #f7f7f7;
    z-index: -1;
    border-radius: 50%;
}
.cspt-column-rad > .vc_column_container,
.cspt-column-rad > .vc_column_container .vc_column-inner:before{
    border-radius: 6px;
}
/* --------------------------------------
 * Slider controler
 * ---------------------------------------*/
.cspt-slider{
    border-radius: 10px;
    overflow: hidden;
}
.cspt-slider .vc_images_carousel .vc_carousel-control{
    opacity: 0;    
    text-shadow: none;
    width: 70px;
    height: 50px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.cspt-slider:hover .vc_images_carousel .vc_carousel-control{
    opacity: 1;    
}
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-next, 
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-prev{
    background-color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;  
    color: #484746; 
    margin-top: -25px;
    margin-left: -25px; 
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-next:hover, 
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-prev:hover{
    color: #fff; 
}
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-next:before,
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-prev:before{
    top: -3px;
    font-family: "creativesplanet-base-icons";
    font-size: 24px;    
}
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-prev:before{
    content: '\e81e';
}
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-next:before{
    content: '\e814';
}

/* --------------------------------------
 * woocommerce
 * ---------------------------------------*/
.woocommerce .woocommerce-ordering {
    margin-bottom: 40px;  
}
.woocommerce .woocommerce-result-count { 
    margin-top: 17px;
}

/*=== product box ===*/
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
    font-size: 18px;
    line-height: 28px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce ul.products li.product .onsale {
    padding: 0px 12px;
    font-size: 10px;
    font-weight: 800;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    border-radius: 5px;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    letter-spacing: 2px;
    background: #f14705;
}
.woocommerce ul.products li.product .price {
    font-size: 15px;
    color: #888;
}
.woocommerce ul.products li.product .price del {
    margin-right: 5px;
}
.woocommerce ul.products li.product .button{
    margin-top: 1em;
    padding: 10px 22px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    border-radius: 5px;
}
.woocommerce ul.products li.product .button:hover{
    background-color: #09162a;
}
.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after {
    top: 10px;
    right: 6px;
}
.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    position: absolute;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*=== Woocommerce Details Page ===*/
.woocommerce span.onsale {
    padding: 0px 12px;
    font-size: 10px;
    font-weight: 800;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    border-radius: 5px;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    letter-spacing: 2px;
    background: #f14705;
}
.single-product .entry-summary .product_meta .posted_in,
.single-product .entry-summary .product_meta .sku_wrapper{
    font-weight: 700;
    color: #252525;
}
.single-product .entry-summary .product_meta .posted_in a,
.single-product .entry-summary .product_meta .sku_wrapper span{
    font-weight: normal;
    color: #888888;
}
.single-product .entry-summary .product_meta .posted_in{
    margin-left: 10px;
}
.single-product div.product p.price ins{
    text-decoration: none;
}
.single-product div.product .summary p.price, 
.single-product div.product .summary span.price{
    font-size: 18px;
}
.single-product div.product .summary p.price, 
.single-product div.product .summary span.price{
    font-size: 22px;
}
.woocommerce div.product .product_title{
    font-size: 26px;
    line-height: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
     margin-right: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    font-size: 13px;
    color: #fff;
    border: 1px solid #e2e2e2;
    text-transform: capitalize;
    line-height: 24px;
    cursor: pointer;
    padding: 16px 30px 16px;
    transition: all 500ms ease;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #242424;
    background: #ffffff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
    margin: 0px 0 0px !important;
    border: none !important;
    line-height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    display: none;
    border: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
    background: #fff !important;
    margin-top: 0px;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 0;
    margin-top: -1px;
}
.woocommerce-Tabs-panel h2{
    font-size: 22px;
    margin-top: 0;
    line-height: 28px;
}

/*=== woocommerce div.product form.cart ===*/
.woocommerce div.product form.cart .button{
    margin-top: 0;
    padding: 10px 22px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
}
.woocommerce div.product form.cart .button:hover{
    background-color: #09162a;
}

/*=== .woocommerce .quantity .qty ===*/
.woocommerce .quantity .qty {
    height: 54px;
    margin-right: 5px;
}

/*=== woocommerce div.product p.price ===*/
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    font-size: 15px;
    color: #888;
}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del{
    margin-right: 5px;
}

/*=== woocommerce div.product div.images ===*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    z-index: 5;
}

/*=== woocommerce table.shop_attributes ===*/
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes td {
    padding: 5px 7px;
}

/*=== related products ===*/
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.cart_totals h2,
.related.products h2{
    font-size: 28px;
    line-height: 38px;
}

/*=== woocommerce-cart .wc-proceed-to-checkout ===*/
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button,
.woocommerce .cart .button, 
.woocommerce .cart input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    margin-top: 0;
    padding: 18px 22px;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    font-weight: 800; 
}
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button:hover, 
.woocommerce .woocommerce-info .button:hover, 
.woocommerce .woocommerce-message .button:hover, 
.woocommerce-page .woocommerce-error .button:hover, 
.woocommerce-page .woocommerce-info .button:hover, 
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover, 
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce div.product form.cart .button:hover,  
.woocommerce ul.products li.product .button:hover{
    color: #fff;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 130px;
    height: 54px;
}
/*=== Sidebar button ===*/
.woocommerce .widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button), 
.woocommerce.widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce .widget_price_filter .price_slider_amount .button{
    margin-top: 0;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;   
    color: #fff;
    border-radius: 5px;
}
.woocommerce .widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button), 
.woocommerce.widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button){
    background-color: #09162a;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 5px;
}

/*=== widget_price_filter ===*/
.woocommerce .widget_price_filter .price_slider{
    margin-bottom: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    cursor: ew-resize;
    outline: none;
    box-sizing: border-box;
    opacity: 1;
    top: -5px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 5px;
    background-color: #272727;
}
.woocommerce ul.products li.product .price ins{
    text-decoration: none;
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, .woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, .woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
    color: #fff;
}
.woocommerce .cart .button{
    padding: 18px 22px !important;
}
.woocommerce .col-1, 
.col-2{ 
    max-width:none;
}
.woocommerce form .form-row {
    display: block;
}
.woocommerce-pagination{
    text-align: center;
    margin-top: 50px;
    margin-bottom:  80px;
 }
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    padding: 15px 17px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;   
    margin: 0 2px;
    border: 1px solid #eee;
    color: #2c2c2c;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
    border: none;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list tbody tr,
.woocommerce div.product form.cart table.variations tbody tr{
    border: 0;
}
.woocommerce div.product form.cart .variations label {
    margin-top: 12px;
}
/*==== woocommerce-checkout ====*/
.woocommerce-checkout #customer_details{
    margin-top: 35px;
}
.woocommerce-checkout .col2-set .col-1{
    padding: 0;
}

/*==== woocommerce-checkout ====*/
.woocommerce-checkout-payment{
    margin-bottom: 35px;
}

/*==== Theme Special ====*/
.cspt-woo-radius-bt .woocommerce ul.products li.product .button{
    border-radius: 2em;
}
.cspt-woo-box-border .woocommerce ul.products li.product{
    border: 1px solid #ededed;
    padding-bottom: 30px;
}
.woocommerce-breadcrumb,
.woocommerce-products-header__title{
	display: none;
}
.woocommerce #review_form #respond textarea{
	line-height: 20px;
	height: 110px;
}
.woocommerce #review_form #respond .form-submit input{
	padding: 10px 22px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 5px;
    color: #fff;
}
.select2-container--default .select2-selection--single {
    background-color: #eff2f7;
    border: none;
    border-radius: 0px;
}
.select2-container .select2-selection--single {
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #848484;   
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}

/*===woocommerce-Reviews===*/
.woocommerce-Reviews .comment-reply-title{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

/*===woocommerce -- remove===*/
.woocommerce a.remove {
    line-height: 21px;
}

/*===woocommerce .select2-container===*/
.woocommerce .select2-container{
    display: none;
}
.woocommerce .select2-hidden-accessible {
    height: inherit !important;
    width: 100% !important;
    position: static !important;
    padding: 15px 20px !important;
    border: none !important;
    overflow: visible !important;
    vertical-align: top;
    margin: inherit !important;
}

/*===woocommerce -- customer_details===*/
.woocommerce-checkout .woocommerce-checkout-review-order, 
.woocommerce #customer_details {
    margin-bottom: 30px;
}
.woocommerce-form-coupon button[type=submit]{
    margin-top: 1em;
    padding: 15px 22px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    border-radius: 5px;
    margin-top: 0;
}
.return-to-shop,
.woocommerce-cart .wc-proceed-to-checkout{
    margin-bottom: 40px;
}

/*===woocommerce -- Sidebar widget===*/
.woocommerce-product-search [type=submit]{
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 58px;
    line-height: 58px;
    margin-top: -29px;
    color: #ffffff;
    z-index: 1;
    width: 70px;
}

/*===woocommerce -- cart_list - product_list_widget ===*/
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del{
    margin-right: 10px;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins{
    text-decoration: none;
    font-weight: 700;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li{
    margin-bottom: 10px;
}
.woocommerce ul.cart_list li:last-child, 
.woocommerce ul.product_list_widget li:last-child{
    margin-bottom: 0px;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
    border: 1px solid rgba(0, 0, 0, 0.10);
}

/*=== widget_product_categories ===*/
.widget_product_categories ul li{
    position: relative;
    margin-bottom: 18px;
    padding: 0;
}
.widget_product_categories ul li .count {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #000;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
}

/*=== woocommerce-message ===*/
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button{
    float: none;
    position: absolute;
    right: 34px;
    top: 14px;
    padding: 14px 22px;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
    padding: 25px 180px 25px 55px;
}
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message,
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{
    background-color: #eef7f9;
}

/* --------------------------------------
 * Custom font
 * ---------------------------------------*/
.cspt-view-client-bt{
    font-size: 13px;
    line-height: 23px;
    font-weight: bold;
    padding-left: 89px;
    padding-top: 20px;
    position: relative;
}
.cspt-view-client-bt:before{
    content: "\e810";
    font-family: "creativesplanet-base-icons";
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    background-color: #fff;
    color: #000;
    left: 0;
    top: -6px;
    font-size: 19px;
}
.cspt-colum-box-shadow{
    -webkit-box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.07);  
}

/* --------------------------------------
 * Border button
 * ---------------------------------------*/
.cspt-full-height .wpb_wrapper{
    height: 100%;
}
.cspt-bottom-heading{
    text-align: left;
    padding: 44px 0px;
    background-color: #70ffcf;
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #fff;
    width: 100%;
}
.cspt-bottom-heading:parent{
    height: 100%;
}

/*=== Frontend css===*/
.cspt-full-height .vc_vc_custom_heading{
    height: 100%;
}

.cspt-bottom-heading:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #70ffcf;
    left: 0;
    top: 0;
    position: absolute;
    margin-left: -100%;
}

/* --------------------------------------
 * Vertical sep
 * ---------------------------------------*/
.cspt-vertical-sep .wpb_column:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 65%;
    background-color: rgba(0, 0, 0, 0.07);
}
.cspt-vertical-sep .wpb_column:last-child:after {
    display: none;
}

/* --------------------------------------
 * Cspt-circle
 * ---------------------------------------*/
.cspt-circle,
.creativesplanet-ele-fid-style-5 {
    position: relative;
    text-align: center;
}
.cspt-circle canvas {
    max-width: 100%;
    height: auto !important;
    background-color: transparent;
    border-radius: 50%;
}
.cspt-circle-number {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}
.creativesplanet-ele-fid-style-5 {
    background: #fff;
    position: absolute;
    padding: 15px 20px;
    padding-right: 40px;
    border-radius: 6px;
    box-shadow: 9px 0px 30px 0px rgba(26, 47, 106, 0.09);
    top: 50px;
    z-index: 9;
    right: 10px;
}
.creativesplanet-ele-fid-style-5 .cspt-circle-inner{
    padding-left: 15px;
}
.creativesplanet-ele-fid-style-5 .cspt-circle-number {
    font-size: 30px;
    line-height: 32px;
    font-weight: 900;
    position: static;
    text-align: left;
    -khtml-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
}
.creativesplanet-ele-fid-style-5 .cspt-circle-number sup{
    position: relative;
    top: -8px;
    font-size: 18px;
}
.creativesplanet-ele-fid-style-5 .cspt-fid-title {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600 !important;
    margin-top: 0;
}

/*=== creativesplanet-ele-fid-style-6 ===*/
.creativesplanet-ele-fid-style-6 .cspt-circle-number sup,
.creativesplanet-ele-fid-style-6 .cspt-circle-number sub{
    font-size: 12px;
    line-height: 12px;
    margin: 2px;
}
.creativesplanet-ele-fid-style-6 .cspt-circle-number {
    font-size: 22px;
    line-height: 20px;
    font-weight: bold;
}
.creativesplanet-ele-fid-style-6 .cspt-circle-number sub{
    position: relative;
    top: -8px;
    font-size: 12px;
}
.creativesplanet-ele-fid-style-6 .cspt-fid-title {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500 !important;
    margin-top: 0;
}

/* --------------------------------------
 * Sidebar widget
 * ---------------------------------------*/
.cspt-sidebar-right .creativesplanet-sidebar .widget{
    padding-left: 15px;
}
.cspt-sidebar-left .creativesplanet-sidebar .widget{
    padding-right: 15px;
}
.creativesplanet-sidebar{
    font-size: 14px;
}
.creativesplanet-sidebar .widget a{
    font-weight: 700;
}

/* --------------------------------------
 * Service form
 * ---------------------------------------*/
 .cspt-box-shadow-2 > div > .wpb_wrapper{
    padding: 0;
    border-radius: 6px !important;
    box-shadow: 0 0 40px rgba(55, 69, 111, 0.07);
    overflow: hidden;
    position: relative;
    z-index: 99;
    background-color: #fff;
 }
 .cspt-box-shadow-2 > div:before{
    display: block;
    content: "";
    width: calc(100% - 50px) !important;
    height: 100%;
    background-color: #fff;
    border-radius: 6px !important;
    box-shadow: 0 0 40px rgba(55, 69, 111, 0.1);
    position: absolute;
    left: 26px !important;
    top: auto !important;
    z-index: -1;
    bottom: -12px !important;
}
.cspt-home-service-form{
    padding: 35px 30px 15px 30px;
}
.cspt-home-service-form input[type="text"],
.cspt-home-service-form input[type="email"]{
    background-color: transparent;
    padding-left: 0;
}
.cspt-home-service-form .cspt-select{
    border: none;
}
.cspt-home-service-form .cspt-select,
.cspt-home-service-form input[type="text"],
.cspt-home-service-form input[type="email"]{
    font-size: 18px;
    font-weight: 800;
    height: 35px;
}
.cspt-home-service-form .cspt-select {
    background: transparent;
}
.cspt-home-service-form .cspt-select select{
    padding-left: 0;
    padding-top: 0;
    font-weight: 800;
}
.cspt-home-service-form .cspt-select select option{
    font-size: 16px;
}
.cspt-home-service-form input[type="submit"]{
    width: 100%;
}
.cspt-home-service-form .input-button{
    padding-top:  5px;
}
.cspt-home-service-form  .input-box{
    position: relative;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cspt-home-service-form  .input-box i{
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 45px;
}
.cspt-home-service-form  .input-box p{
    margin: 0;
}
.cspt-home-service-form .input-box:after{
    content: "";
    height: 100%;
    width: 1px;
    background-color: #e8e7ec;
    top: 0;
    right: -15px;
    position: absolute;
}
div.wpcf7-response-output{
    margin-top: 0 !important;
}

/*===cspt-home-service-form-2===*/
.cspt-box-shadow-3{
    padding: 0;
    border-radius: 6px !important;
    box-shadow: 0 0 40px rgba(55, 69, 111, 0.07);
    overflow: hidden;
    position: relative;
    z-index: 99;
    background-color: #fff;
 }
.cspt-home-service-form-2{
    padding: 0;
}
.cspt-home-service-form-2 input[type="text"],
.cspt-home-service-form-2 input[type="email"]{
    background-color: transparent;
    padding-left: 0;
}
.cspt-home-service-form-2 .cspt-select{
    border: none;
}
.cspt-home-service-form-2 .cspt-select,
.cspt-home-service-form-2 input[type="text"],
.cspt-home-service-form-2 input[type="email"]{
    font-size: 18px;
    font-weight: 800;
    height: 35px;
}
.cspt-home-service-form-2 .cspt-select{
    background: transparent;
}
.cspt-home-service-form-2 .cspt-select select{
    padding-left: 0;
    padding-top: 0;
    font-weight: 800;
    background-color: transparent;
}
.cspt-home-service-form-2 .cspt-select select option{
    font-size: 16px;
}
.cspt-home-service-form-2 input[type="submit"]{
    width: 100%;
    padding: 20px 30px;
}
.cspt-home-service-form-2 .input-button{
    padding-top:  5px;
}
.cspt-home-service-form-2  .input-box{
    position: relative;
    padding-left: 60px;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e7ec;
}
.cspt-home-service-form-2  .input-box.brd-none{
    border-bottom: 0;
}
.cspt-home-service-form-2  .input-box i{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
}
.cspt-home-service-form-2  .input-box p{
    margin: 0;
}

/* --------------------------------------
 * Pricelist section
 * ---------------------------------------*/ 
ul.cspt-ohlist-ul {
    padding: 0px;
    margin: 0;
    font-size: 14px;
}
ul.cspt-ohlist-ul li {
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    padding: 13px 0px;
}
ul.cspt-ohlist-ul li:last-child{
    border-bottom: none;
}
ul.cspt-ohlist-ul li .cspt-list-right {
    float: right;
    font-weight: 700;
}

/* --------------------------------------
 * Pricelist box - Homepage
 * ---------------------------------------*/ 
 .cspt-pricelist-box{
    width: 55%;  
    z-index: 99 !important;
    position: relative;
    border-radius: 5px;
    overflow: hidden;   
    opacity: 0.97;
}
.creativesplanet-ohlists-w.wpb_content_element{
    margin-bottom: 0;
}
 .cspt-pricelist-box ul.cspt-ohlist-ul li{
    padding-bottom: 0;
    border-bottom: 0;
}

/* --------------------------------------
 * Border radius image - Homepage
 * ---------------------------------------*/ 
.cspt-border-radius-top-bottom .cspt-stretched-div{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.cspt-border-radius-top-bottom .wpb_wrapper{
    height: 100%;
}
.cspt-border-radius{
	border-radius: 8px;
}

/*cspt-text-underline*/
a.cspt-text-underline{
    display: inline-block;
    position: relative;    
}
a.cspt-text-underline:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: red;
    transition: width .3s;
    position: absolute;
    bottom: 3px;
    background-color: #130947;
}
a.cspt-text-underline:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: width .3s;
    position: absolute;
    bottom: 3px;
}
a.cspt-text-underline:hover:after{
    width: 100%;
}
.border-radius-r-b,
.border-radius-r-b .cspt-stretched-div{
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;    
}
.border-radius-r-b .cspt-stretched-div{
	overflow: hidden;
}

/*cspt-extend-right-bg*/
.cspt-extend-right-bg .cspt-stretched-div{
    margin-left: -366.5px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

body .scroll-to-top {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 200;
    opacity: 0;
    top: -18px;
    right: 20px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 22px;
    background-color: #86bb46;
    text-align: center;
    text-align: center;
    border-radius: 10px;
    border: none;
    color: #fff;
}
body .scroll-to-top i{
    transform: rotate(-90deg);
    position: absolute;
    width: auto;
    left: 16px;
}
body .scroll-to-top i:before{
    font-weight: bold;
}

/*=== cspt-footer-big-right ===*/
.cspt-footer-big-right .vc_general.vc_btn3 {
    text-align: right;
    border: 1px solid transparent;
    background-color: transparent;
    color: #fff;
    border-style: solid;
    border-color: #fff;
    border-width: 2px;
}
.cspt-footer-big-right  .vc_btn3-container{
    text-align: right;
}
.cspt-footer-big-right .vc_general.vc_btn3:hover{
    background-color: #fff;
}

/*=== Content Social ===*/
.wpb_text_column .cspt-social-links{
    margin-top: 00px;
    margin-left: 0;
}
.wpb_text_column .cspt-social-links li{
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}
.wpb_text_column .cspt-social-links li a{
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: none;
    border-radius: 5px;
    background-color: #000;
}
.widget_media_image{
    margin: 50px 0 40px 0px !important;
}

/* --------------------------------------
 * Booking calendar 2
 * ---------------------------------------*/
.wpdevart-booking-form-container,
.booking_calendar_container,
.booking_calendar_main_container{
    max-width: 100% !important;
}

/* Booking calendar */
.booking_calendar_main_container .wpda-booking-calendar-head {
    padding: 44px;    
}
.booking_calendar_main_container .week-day-name .wpda-day-header{   
    background-color: #42474d !important;
}
.booking_calendar_main_container .wpda-booking-calendar-head *,
.main-holder .booking_calendar_main_container .week-day-name .wpda-day-number{
    color: #fff !important; 
}
.wpda-booking-calendar-head,
.wpdevart-calendar-container > div.week-day-name{
    border: none !important;
}
.main-holder .week-day-name .wpda-day-header {
    padding: 12px 0 !important;  
}

.booking_calendar_main_container .wpdevart-calendar-container > div:not(.week-day-name) {
    height: 113px !important;
}
.booking_calendar_main_container .wpda-day-header{
    background-color: transparent !important;
}
.wpda-day-number {
    float: none !important;
    width: auto !important;
}
.wpdevart-booking-form {
    margin: 20px 0 !important;
    padding: 34px !important;
    border: none !important;
    background-color: #42474d !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container label {
    color: #ffffff !important;
    display: inline-block;
    margin-bottom: 7px;
    font-weight: normal;
    font-style: normal;
}
h4.form_title {
    margin: 0px 0 14px !important;
    font-weight: normal;
    font-style: italic;
    color: #ffffff !important;
    line-height: 1;
}
.wpdevart-booking-form .wpdevart-fild-item-container label {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 7px;
    font-weight: normal;
    font-style: normal !important;
}
.check-info {
    color: #ffffff !important;
    font-size: 14px;
}
.wpdevart-booking-form-container{
    width: 100%;
    margin: 0 auto;
}
.wpdevart-check-section {
    width: 47%;
    padding: 18px;
    background-color: rgba(255, 255, 255, 0.10);
}
.wpdevart-booking-form .wpdevart-fild-item-container textarea,
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"] {
    width: 100% !important;
}
.wpdevart-form-section {
    margin-left: 5% !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"], 
.wpdevart-booking-form .wpdevart-fild-item-container input[type="checkbox"], 
.wpdevart-booking-form .wpdevart-fild-item-container select, 
.wpdevart-booking-form .wpdevart-fild-item-container textarea {
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.15) !important;
    padding: 8px !important;
    color: #fff !important;
}
.wpdevart-booking-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}
.wpdevart-booking-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.wpdevart-booking-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;    
}
.wpdevart-booking-form .select2-container--default .select2-selection--single {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}
.wpdevart-total-price.reserv_info_row {
    background: rgba(255, 255, 255, 0.15);
    padding: 17px 20px;
}
.wpdevart-submit{
    background-color: #7fc540 !important;
}

/* Booking calendar 2 */
body table.booked-calendar thead tr:first-child th{
    height: 100px;
}
body table.booked-calendar th .monthName{
    font-size: 20px !important;
}
body table.booked-calendar tr.days th, 
body #booked-profile-page .booked-tabs{
    background-color: #42474d !important;
}
body table.booked-calendar tr.days th {
    padding: 18px 0 !important;   
    font-size: 14px !important; 
}
body table.booked-calendar tr.days th, 
body #booked-profile-page .booked-tabs {
    border-color: #6b6b6b !important;
}
body .booked-modal input[type=submit].button-primary:hover,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover{
    background-color: #42474d !important;
    border-color: #42474d !important;
}
body table.booked-calendar th .monthName a {
    font-size: 14px !important;  
    color: rgba(255, 255, 255, 0.51) !important;
}

.revslider-initialised  .cspt-text-stroke {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0c121d;
    display: block;
}
/* WP Job Manager */
#job-manager-job-dashboard table td, #job-manager-job-dashboard table th {
    padding: .5em 1em .5em 20px !important;
}
.cstp-vc-inner-container .wpb_column .cspt-row-inner .vc_column_container{
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto;
    float: none;
}
.cstp-vc-inner-container .wpb_column .cspt-row-inner{
    border-radius: 20px;
    overflow: hidden;
}
