/*------------------------------------------------------------------
[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;
}
.cspt-tranparent-colum.cspt-bg-color-globalcolor {
    background-color: transparent;
}
/* --------------------------------------
 * 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: 12px;
    font-weight: 500;
}
.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-header-style-1 ====*/
.cspt-header-style-1 .cspt-header-button a:after {
    content: "";
    position: absolute;
    margin: 4px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: calc(100% - 8px);
    left: 0;
    height: calc(100% - 8px);
    top: 0;
}
/*==== 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: #eef6ec;
    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-3 ====*/
.cspt-header-style-3 .cspt-header-info-inner .cspt-header-box{
    margin-right: 30px;
    padding-right: 0;
    position: relative;
    padding-left: 55px;
}
.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: 0px;
    left: 0px;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
}
.cspt-header-style-3 .cspt-right-side {
    display: flex;
    align-items: center;    
}
.cspt-header-style-3 .cspt-header-button{
    display: inline-block;
}
.cspt-header-style-3 .cspt-header-button a{
    padding: 15px 26px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 30px;
    border: 2px solid #000;
    color: #000;
}
.cspt-header-style-3 .cspt-header-social ul{
    margin: 0;
    padding: 0;
    padding-left: 24px;
}
.cspt-header-style-3 .cspt-social-links li {
    margin-right: 13px;   
}
.cspt-header-style-3 .cspt-social-links li a{
    font-size: 14px;
}
.cspt-header-style-3 .cspt-header-search-btn{
    padding-right: 24px;
}
.cspt-header-style-3 .cspt-cart-wrapper{
    padding-right: 24px;
}
.cspt-header-style-3 .cspt-cart-details {
    position: relative;
}
.cspt-header-style-3 .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: -15px;
    right: 0;
}
.cspt-header-style-3 .cspt-cart-wrapper .cspt-cart-link,
.cspt-header-style-3 .cspt-header-button a:hover,
.cspt-header-style-3 .cspt-header-search-btn a,
.cspt-header-style-3 .cspt-social-links li a{
    color: #fff;
}
/*==== cspt-header-style-4 ====*/
.cspt-header-style-4 .cspt-header-info-inner .cspt-header-box{
    margin-right: 30px;
    padding-right: 0;
    position: relative;
    padding-left: 85px;
}
.cspt-header-style-4 .cspt-header-info-inner .cspt-header-box{
    display: inline-block;
    vertical-align: middle;
}
.cspt-header-style-4 .cspt-header-info-inner .cspt-header-box-icon i{
    position: absolute;
    top: -10px;
    left: 0px;
    font-size: 28px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #f8fbf2;
    border-radius: 50%;
}
.cspt-header-style-4 .cspt-header-button {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}
.cspt-header-style-4 .cspt-right-side{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.cspt-header-style-4 .cspt-header-menu-area-wrapper{
    border-top: 1px solid #eee
}
.cspt-header-style-4  .cspt-header-button a{
    position: relative;
    padding: 18px 25px;
    color: #fff;
}
.cspt-header-style-4  .cspt-header-button a:before {
    content: "";
    position: absolute;
    margin: 4px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: calc(100% - 8px);
    left: 0;
    height: calc(100% - 8px);
    top: 0;
}
.cspt-header-style-4 .cspt-header-button a:after {
    content: "\e82c";
    font-family: "creativesplanet-base-icons";
    margin-left: 13px;
    font-size: 20px;
    top: 2px;
    position: relative;
}
.cspt-header-style-4 .cspt-right-side .cspt-header-search-btn{    
    margin-left: 15px;   
}
.cspt-header-style-4 .cspt-right-side .cspt-header-search-btn a{
    color: #fff;
    background-color: #847690; 
    padding: 0 20px;
    display: block;
}
/*==== 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;
}
/* --------------------------------------
 * 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-skincolor-heading .cspt-ihbox-heading em{
	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: 0px 55px 30px;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}
.cspt-ihbox-style-1.cspt-ihbox h2{
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
}
.cspt-ihbox-style-1 .cspt-ihbox-content{
    margin-bottom: 15px;
    font-size: 15px;
    margin-top: 10px;
}

.cspt-ihbox-style-1 .cspt-ihbox-icon-wrapper{
    font-size: 60px;
    line-height: 110px;
    margin-bottom:30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: inline-block;
    background-color: #eff3f7;
}
.cspt-ihbox-style-1:hover .cspt-ihbox-icon-wrapper{
    color: #fff !important;
}
.cspt-ihbox-style-1 h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px; 
}
.cspt-ihbox-style-1 h4{
    font-size: 16px;
    line-height: 26px;
}
.cspt-ihbox-style-1 .vc_general.vc_btn3{
    background: none !important;
    padding: 0;
    color: #272727;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 600;
    text-transform: none;
    position: relative;
}
.cspt-ihbox-style-1 .vc_general.vc_btn3:after{
    content: "\e82c";
    font-family: "creativesplanet-base-icons";
    font-size: 20px;
    padding-left: 10px;
    background: none !important;
    font-weight: normal;
    line-height: 22px;
    vertical-align: middle;
}
/*** cspt-ihbox-style-2 ***/
.cspt-ihbox-style-2{
    position: relative;
    margin-bottom: 30px;
   padding-right: 20px;
} 
.cspt-ihbox-style-2 .cspt-ihbox-contents,
.cspt-ihbox-style-2 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
} 
.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-icon-wrapper{
    font-size: 55px;
    line-height: 115px;
    display: block;
    width: 115px;
    height: 115px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}
.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image{
	line-height: normal;
	font-size: unset;
}
.cspt-ihbox-style-2 .cspt-ihbox-contents{
    margin-top: 10px;
}
.cspt-ihbox-style-2 h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px; 
}
.cspt-ihbox-style-2 h4{
    font-size: 16px;
    line-height: 26px;
}
.cspt-ihbox-style-2:hover .cspt-ihbox-icon-wrapper{
    color: #fff !important;
}
/*** cspt-ihbox-style-3 ***/
.cspt-ihbox.cspt-ihbox-style-3 {
    padding: 0 65px;   
    padding-top: 60px;
}
.cspt-ihbox.cspt-ihbox-style-3 .vc_custom_heading{
    font-size: 20px;
    line-height: 24px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
.cspt-ihbox.cspt-ihbox-style-3 h2.vc_custom_heading {
    font-size: 30px;
    line-height: 30px;
}
.cspt-ihbox.cspt-ihbox-style-3 .cspt-ihbox-icon-wrapper{
    font-size: 27px;
    line-height: 60px;
    margin-bottom: 20px;
    background-color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    margin-left: -15px;
    margin-top: 20px;
}
.cspt-ihbox-style-3 .cspt-ihbox-content{
    margin-top: 10px;
}
/*** cspt-ihbox-style-4 ***/
.cspt-ihbox-style-4{
    position: relative;
    padding-bottom: 20px;
} 
.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{
    padding-right: 20px;  
}
.cspt-ihbox-style-4 .cspt-ihbox-icon-wrapper{
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 46px;
    border-radius: 50%;
    border: 2px solid #000;
    text-align: center;
    font-weight: 600;
    position: relative;
}
.cspt-ihbox-style-4:last-child .cspt-ihbox-icon-wrapper:after{
    border: none;
}
.cspt-ihbox-style-4 .cspt-ihbox-icon-wrapper:after{
    content: "";
    position: absolute;
    border: 1px dashed #a2cc41;
    left: 50%;
    top: 60px;
    height: 60%;
    opacity: 0.5;
}
.cspt-ihbox-style-4 h2{
    font-size:18px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}
/*** cspt-ihbox-style-5 ***/
body{
    counter-reset: item csptbox1;
}
.cspt-ihbox-style-5.cspt-ihbox {
    text-align: center;
    position: relative;
}
.cspt-ihbox-style-5.cspt-ihbox h2{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.cspt-ihbox-style-5 .cspt-ihbox-icon-wrapper{
    font-size: 40px;
    margin-bottom: 25px;
    width: 140px;
    height: 140px;
    color: #fff;
    line-height: 140px;
    display: inline-block;
    border:1px dashed #dddddd;
    border-radius: 50%;
    position: relative;
} 
.cspt-ihbox-style-5 .cspt-ihbox-content{
    margin-top: 10px; 
    padding: 0 30px;
}
.cspt-ihbox-style-5  .cspt-ihbox-icon-wrapper:after{
    content: '';
    background: #000;
    position: absolute;
    top: 17px;
    left: 17px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    z-index: -1;
}
.cspt-steps-counter .cspt-ihbox-style-5 .cspt-ihbox-icon-wrapper:before {
    content: counter(csptbox1, decimal-leading-zero) " ";
    counter-increment: csptbox1;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 500;
    top: 0;
    left: 0;
    z-index: 99;
}
.cspt-steps-counter .vc_column_container .cspt-ihbox-style-5:before {
    content: '';
    top: 25%;
    right: -15%;
    z-index: 99;
    width: 55px;
    height: 43px;
    background: url(../images/arrow.png) no-repeat 0 0;
    display: block;
    position: absolute;
}
.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: 0;
    text-align: 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-wrapper{
   height: 85px;
   width: 85px;
   line-height: 85px;
   text-align: center;
   color: #fff;
   font-size: 40px;
   display: inline-block;
   border-radius: 50%;
   margin-bottom: 15px;
   background-color: #283138;
}
.cspt-text-color-white .cspt-ihbox-style-6 .cspt-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.cspt-ihbox-style-6 h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400; 
}
.cspt-ihbox-style-6 h4{
    font-size: 18px;
    line-height: 26px;
}
/*** cspt-ihbox-style-7 ***/
.cspt-ihbox-style-7{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
} 
.cspt-ihbox-style-7 .cspt-ihbox-contents,
.cspt-ihbox-style-7 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
} 
.cspt-ihbox-style-7 .cspt-ihbox-icon{
    padding-right: 15px;  
}
.cspt-text-color-white .cspt-ihbox-style-7 .cspt-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.cspt-ihbox-style-7 .cspt-ihbox-icon-wrapper{
    font-size: 35px;
    line-height: 35px;
    text-align: center;
}
.cspt-ihbox-style-7 h2{
    font-size:18px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}
.cspt-ihbox-style-7 h4{
    font-size: 16px;
    line-height: 26px;
}
/*** cspt-ihbox-style-8 ***/
.cspt-ihbox-style-8{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    padding-left: 20px;
} 
.cspt-ihbox-style-8 .cspt-ihbox-contents,
.cspt-ihbox-style-8 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
} 
.cspt-ihbox-style-8 .cspt-ihbox-icon{
    padding-right: 20px;  
}
.cspt-ihbox-style-8 h2{
    font-size:18px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0
}
.cspt-ihbox-style-8 h4{
    font-size: 16px;
    line-height: 26px;
}
.cspt-ihbox-style-8{
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: absolute;
    left: 25px;
    bottom: -10px;
    z-index: 2;
    background-color: #fff;
}
.cspt-ihbox-style-8:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -15px;
    right: 30px;
}
.cspt-ihbox-style-8 h2{
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
}
.cspt-ihbox-style-8  .cspt-ihbox-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
}
.cspt-ihbox-style-8 .cspt-ihbox-icon i{
    color: #fff;
}
/*** cspt-ihbox-style-9 ***/
.cspt-ihbox-style-9{
    position: relative;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    padding-right: 20px;
} 
.cspt-ihbox-style-9 .cspt-ihbox-content{
	margin-top: 10px;
}
.cspt-ihbox-style-9 .cspt-ihbox-contents,
.cspt-ihbox-style-9 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
} 
.cspt-ihbox-style-9 .cspt-ihbox-icon{
    padding-right: 25px;  
}
.cspt-text-color-white .cspt-ihbox-style-9 .cspt-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.cspt-ihbox-style-9 .cspt-ihbox-icon-wrapper{
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}
.cspt-ihbox-style-9 h2{
    font-size:18px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0
}
.cspt-ihbox-style-9 h4{
    font-size: 16px;
    line-height: 26px;
}
.cspt-ihbox-style-9 .cspt-ihbox-content br + br {
    display: none;
}
/*** cspt-ihbox-style-10 ***/
.cspt-ihbox-style-10{
    position: relative;
    margin-bottom: 30px;
    padding-right: 20px;
} 
.cspt-ihbox-style-10 .cspt-ihbox-contents,
.cspt-ihbox-style-10 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
} 
.cspt-ihbox-style-10 .cspt-ihbox-icon{
    padding-right: 25px;  
}
.cspt-text-color-white .cspt-ihbox-style-10 .cspt-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.cspt-ihbox-style-10 .cspt-ihbox-icon-wrapper{
    font-size: 40px;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -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-10 .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image{
    line-height: normal;
    font-size: unset;
}
.cspt-ihbox-style-10 h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px; 
}
.cspt-ihbox-style-10 h4{
    font-size: 16px;
    line-height: 26px;
}
.cspt-ihbox-style-10:hover .cspt-ihbox-icon-wrapper{
    color: #fff !important;
}
/*** cspt-ihbox-style-11 ***/
.cspt-ihbox-style-11{  
   padding: 0px 30px 30px 0;
}
.cspt-ihbox-style-11.cspt-ihbox h2{
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
}
.cspt-ihbox-style-11 .cspt-ihbox-icon-wrapper{
    position: relative;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cspt-ihbox-style-11 .cspt-ihbox-icon-wrapper:after{
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cspt-ihbox-style-11 .cspt-ihbox-content{
    margin-bottom: 15px;
    font-size: 15px;
    margin-top: 10px;
}
/* --------------------------------------
 * Blog Box
 * ---------------------------------------*/
.creativesplanet-box-blog{
    margin-bottom: 30px;
}
.creativesplanet-ele-blog .cspt-post-title{
    margin-bottom: 10px;
}
.cspt-meta-container .cspt-meta-line{
    color: #abacaf;
}
/*=== ts-blogbox-style-1 ===*/ 
.cspt-blogbox-style-1 {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
} 
.cspt-blogbox-style-1 .cspt-featured-container{
    position: relative;
}
.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: 20px;
    line-height: 30px;
}
.cspt-blogbox-style-1 .creativesplanet-box-content .cspt-post-title a{
    color: #484746
}
.cspt-blogbox-style-1 .post-item .cspt-read-more-link a{
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.cspt-blogbox-style-1 .cspt-meta-container{
    margin-bottom: 10px;
    font-size: 16px;
}
.cspt-blogbox-style-1  .creativesplanet-box-desc{
    margin-top: 15px;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #484746;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line a{
    color: #484746;
}
.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-1 .creativesplanet-box-content .vc_general.vc_btn3{
    padding: 10px 30px;
    margin-top: 15px;
	display: inline-block;
}
/*=== .cspt-blogbox-style-2 ===*/
.cspt-blogbox-style-2 {
    margin-bottom: 50px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
} 
.cspt-blogbox-style-2 .cspt-featured-container{
    position: relative;
}
.cspt-blogbox-style-2 .cspt-meta-category a{
    color: #fff;
}
.cspt-blogbox-style-2 .creativesplanet-box-content{
    padding: 30px;
    background: #fff;
}
.cspt-blogbox-style-2 .creativesplanet-box-content .cspt-post-title{
    font-size: 22px;
    line-height: 28px;
}
.cspt-blogbox-style-2 .creativesplanet-box-content .cspt-post-title a{
    color: #484746;
}
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a{
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.cspt-blogbox-style-2 .cspt-meta-container{
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
}
.cspt-blogbox-style-2  .creativesplanet-box-desc{
    margin-top: 10px;
    margin-bottom: 20px;
}
.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #484746;
}
.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line a{
    color: #484746;
}
.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-3 ===*/
.cspt-blogbox-style-3 .cspt-featured-container,
.cspt-blogbox-style-3{
    position: relative;
}
.cspt-blogbox-style-3 .creativesplanet-box-content{
    padding: 22px 25px 20px;
    background: #fff;
}
.cspt-blogbox-style-3 .cspt-meta-date{
    position: absolute;
    padding: 7px 12px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    top: 15px;
    left: 15px;
    letter-spacing: 1px;
}
.cspt-blogbox-style-3 .post-item .cspt-post-title{
    font-size: 22px;
    line-height: 30px;  
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 5px;
}
.cspt-blogbox-style-3 .cspt-meta-container .cspt-meta-category a{
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
.cspt-blogbox-style-3 .creativesplanet-box-desc p{
    font-size: 15px;
    margin-bottom: 25px;
}
.cspt-blogbox-style-3 .cspt-post-link{
    margin-top: 15px;
    border-top: 1px solid #dee4ea;
    padding-top: 15px;
}
.cspt-blogbox-style-3 .cspt-meta-comments-wrapper{
    font-size: 14px;
    color: #272727;
}
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a{
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:after {
    content: "\e82c";
    font-family: "creativesplanet-base-icons";
    font-size: 20px;
    padding-left: 10px;
    background: none !important;
    font-weight: normal;
    line-height: 22px;
    vertical-align: middle;
}
.cspt-blogbox-style-1 .creativesplanet-icon-box,
.cspt-blogbox-style-1 .cspt-featured-wrapper:before,
.cspt-blogbox-style-1 .cspt-featured-wrapper,
.cspt-blogbox-style-3 .creativesplanet-icon-box,
.cspt-blogbox-style-3 .cspt-featured-wrapper:before,
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:after,
.cspt-blogbox-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-blogbox-style-1 .cspt-featured-wrapper,
.cspt-blogbox-style-3 .cspt-featured-wrapper{
    position: relative;
    overflow: hidden;
}
.cspt-blogbox-style-1 .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-blogbox-style-1:hover .cspt-featured-wrapper:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); 
}
.cspt-blogbox-style-1 .cspt-meta-link{
    position: absolute;
    left: 50%;
    top: 50%;  
    z-index: 99;
    margin-left: -25px;  
    margin-top: -25px; 
    transition: .5s ease;
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    transition-delay: .5s;
}
.cspt-blogbox-style-1 .cspt-meta-link a{
    height: 50px;
    text-align: center;
    width: 50px;
    background: #fff;
    line-height: 50px;
    font-size: 16px;
    display: block;
}
.cspt-blogbox-style-1:hover .cspt-meta-link{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*=== .cspt-blogbox-style-4 ===*/
.cspt-blogbox-style-4{
    padding-top: 40px;
    position: relative;
}
.cspt-blogbox-style-4 .creativesplanet-box-content{
    padding: 20px 0;
}
.cspt-blogbox-style-4 .cspt-meta-date{
    position: absolute;
    width: 90px;
    height: 87px;
    text-align: center;
    padding-top: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;    
    top: 0;
    left: 40px;
}
.cspt-blogbox-style-4 .cspt-meta-date span{
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}
.cspt-blogbox-style-4 .post-item .cspt-post-title{
    font-size: 24px;
    line-height: 34px;  
    font-weight: normal;
    margin-bottom: 20px;
}
.cspt-blogbox-style-4 .cspt-meta-container .cspt-meta-category a{
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}
.cspt-blogbox-style-4 .creativesplanet-box-desc p{
    font-size: 15px;
    margin-bottom: 0;
}
.cspt-blogbox-style-4 .post-item .cspt-read-more-link{
    margin-top: 15px;
}
.cspt-blogbox-style-4 .post-item .cspt-read-more-link a{
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.cspt-blogbox-style-4 .post-item .cspt-read-more-link a:after {
    content: "\e82c";
    font-family: "creativesplanet-base-icons";
    font-size: 20px;
    padding-left: 10px;
    background: none !important;
    font-weight: normal;
    line-height: 22px;
    vertical-align: middle;
}
/*=== Classic blog ===*/
.cspt-blog-classic .cspt-featured-wrapper{
    margin-bottom: 0;
}
.cspt-blog-classic {
    margin-bottom: 70px;
    position: relative;
}
.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: 28px;
    line-height: 32px;
    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{
    background: none;
    padding: 0;
    color: #272727;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cspt-blog-classic .cspt-blog-classic-inner{
    padding: 30px 0 0;
}
.cspt-no-img .cspt-blog-classic .cspt-blog-classic-inner{
    padding-top: 0;
}
.cspt-blog-classic .cspt-meta-date-top{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    padding-top: 10px;
}
.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{   
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
    padding: 50px 40px;
    padding-left: 120px;
    position: relative;
    border: none;
    -webkit-clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}
.cspt-blog-classic blockquote a{
    color: #fff;
}
.cspt-blog-classic blockquote:after {
   position: absolute;
    content: "\e805";
    font-family: "creativesplanet-base-icons";
    font-size: 50px;
    line-height: 50px;
    top: 50px;
    left: 40px;
    color: #fff;
}
.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: #bcbdc1;
    display: block;
    font-size: 13px;
    line-height: 23px;
    font-style: normal!important;
    margin-top: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.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;
}
.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: -50px;
    top: -55px;
    background-color: #000;
    padding: 10px 20px;
}

/* --------------------------------------
 * 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;
}
.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 600ms;
    -moz-transition: all ease 600ms;
    -webkit-transition: all ease 600ms;
}
.cspt-portfolio-style-1:hover .creativesplanet-icon-box {
    visibility: visible;
    opacity: 1;
    right: 40px;
}
.cspt-portfolio-style-1 .creativesplanet-icon-box a{
    background-color: #ff5ee1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #fff;
    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: 24px;
    line-height: 34px;
    font-weight: 500;
    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: 90px;
}
/*=== .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-portfolio-style-2 .cspt-image-wrapper{
    position: relative;
    overflow: hidden;
} 
.cspt-portfolio-style-2 .cspt-content-wrapper{
    padding:15px 0 10px;
}
.cspt-portfolio-style-2 .cspt-portfolio-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 0px;
}
.cspt-portfolio-style-2 .cspt-portfolio-title a{
    color: #2c2c2c;
}
.cspt-portfolio-style-2 .cspt-port-cat a{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 4px;
    display: inline-block;      
}
.cspt-portfolio-style-2 .cspt-port-cat a:first-child{
    padding-left: 8px;     
}
.cspt-portfolio-style-2 .cspt-port-cat{
    position: relative;
    line-height: 13px;
    margin-bottom: 10px;
}
.cspt-portfolio-style-2 .cspt-port-cat:before{
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
}
.cspt-text-color-white .cspt-portfolio-style-2 .cspt-portfolio-title a{
    color: #fff;
}
.cspt-portfolio-style-2 .vc_general.vc_btn3{
    padding: 12px 60px;
}
body .cspt-portfolio-style-2  .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: 0px;
    font-weight: 600;
}
.cspt-portfolio-style-2 .vc_btn3-container{
    margin-bottom: 0;
}
.cspt-portfolio-style-2 .cspt-portfolio-icon-wrapper {
    height: 80px;
    width: 80px;
    font-size: 30px;
    line-height: 60px;
    border-top: 80px solid #fff;
    border-left: 80px solid transparent;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    opacity: 0;
}
.cspt-portfolio-style-2:hover .cspt-portfolio-icon-wrapper {
    opacity: 1;
}
.cspt-portfolio-style-2 .cspt-portfolio-icon-wrapper i {
    position: absolute;
    top: -87px;
    right: 5px;
    font-size: 20px;
}
.cspt-portfolio-style-2:hover .cspt-portfolio-icon-wrapper i{
    color: #fff !important;
}
.cspt-portfolio-style-2:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.cspt-portfolio-style-2 img {
    transform: scale(1, 1);
}
/*=== 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: 20px;
    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: 600;
    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-lines-wrapper ===*/
.cspt-portfolio-summary{
    padding: 35px 40px; 
    margin-bottom: 0px;
}
.cspt-portfolio-summary h3{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(225, 225, 225);
}
.cspt-portfolio-lines-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px 30px;
}
.cspt-portfolio-line-title{  
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
.cspt-portfolio-line-li{
    margin-bottom:  0px;
    position: relative;    
}
.cspt-details-label{ 
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #272727;
}
.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: center;
	margin: 0;
	padding: 0;
	margin-bottom: 42px;
    display: block;
}
.cspt-sortable-list-ul li{
	display: inline-block;
	margin: 0 15px;
}
.cspt-sortable-list a{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: block;
}
.cspt-sortable-list a.cspt-selected {
    color: #fff;
    border: 1px solid;
}
.cspt-sortable-list a.cspt-selected:hover {
	color: #fff;
}
.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;
}
/*=== cspt-portfolio-single-style-1  ===*/
.cspt-portfolio-single-style-1 .cspt-featured-wrapper{
  margin-bottom: 35px;
}
.cspt-portfolio-single-style-1 .cspt-portfolio-summary h3,
.cspt-portfolio-single-style-1 .cspt-portfolio-line-li a,
.cspt-portfolio-single-style-1 .cspt-portfolio-line-li{
    color: #fff;  
}
.cspt-portfolio-single-style-1 .cspt-portfolio-summary h3{
    font-weight: bold;
}
/* --------------------------------------
 * 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: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.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: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px;
}
.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.creativesplanet-ele-team{
    position: relative; 
}
.cspt-team-style-2,
.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-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-bottom: 5px;
}
.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;
}
.cspt-team-style-2 .creativesplanet-box-social-links{
    position: absolute;
    bottom: 10px;
    opacity: 0;
    left: -30px; 
}
.cspt-team-style-2:hover .creativesplanet-box-social-links{
    left: 10px; 
    opacity: 1;
}
.cspt-team-style-2 .creativesplanet-box-social-links li{
    display: block;
    margin-right: 0;
    margin-bottom: 1px;
}
.cspt-team-style-2 .creativesplanet-box-social-links li a{
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    background: #fff;
    line-height: 50px;
    color: #071323;
    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 2 ===*/
.cspt-team-style-3.creativesplanet-ele-team{
    position: relative;
}
.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 .creativesplanet-box-content {
   padding-top: 20px;
}
.cspt-team-style-3 .creativesplanet-box-content .cspt-team-title{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
}
.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: #272727;
}
.cspt-team-style-3 .cspt-social-links li a:hover{
    color: #272727;
}
.cspt-team-style-3 .creativesplanet-team-image-box{
    position: relative;
    overflow: hidden;
}
.cspt-team-style-3 .creativesplanet-box-team-position{
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cspt-team-style-3 .creativesplanet-box-team-description{
    margin-bottom: 18px;
}
/*=== 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: 600;
    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
 * ---------------------------------------*/
.cspt-consultation-form h4{
    margin-right: 30px;
 }
.cspt-consultation-form input[type="email"]{
    width: 265px;
    height: 55px;
    border: none;
    font-size: 13px;
}
.cspt-consultation-form button[type=submit]{
    padding: 12px 40px;
    line-height: 31px;
    outline: none;
}
.vc_vc_column_text .cspt-consultation-form  br{
    display: none;
}
.vc_vc_column_text .cspt-consultation-form  p{
    display: flex;
}

/* --------------------------------------
 * 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_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple){
    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-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
}
.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
}
/* --------------------------------------
 * Testimonial
 * ---------------------------------------*/
/*=== Team Member style 1 ===*/
.cspt-testimonial-style-1{
    position: relative;
    padding:50px 30px;
    background: #fff;
    border-radius: 4px;
    margin-top: 50px;
}
.owl-carousel .owl-item .cspt-testimonial-style-1 img,
.cspt-testimonial-style-1 .creativesplanet-box-img img{
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.cspt-testimonial-style-1 .creativesplanet-box-desc{
    padding-bottom: 30px;
    padding-top: 20px;
}
.cspt-testimonial-style-1 .creativesplanet-box-author {
    position: relative;
    text-align: left;
    display: inline-block; 
}
.cspt-testimonial-style-1 .creativesplanet-box-title{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
}
.cspt-testimonial-style-1 span.cspt-designation {
    font-size: 13px;
}
.cspt-testimonial-style-1 blockquote{
    font-size: 22px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}
.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: 100px;
    line-height: 100px;
    top: -50px;
    right: 25px;
    color: #fff;
    text-align: center;
    transform: rotate(-180deg);
}
.cspt-element-testimonial-style-1 .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 0;
    position: absolute;
    bottom: 90px;
    right: 40px;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot{
    border: none;
    border-radius: 0;
    height: 3px;
    width: 30px;
    background: #ccc;
}
.cspt-element-testimonial-style-1.cspt-testimonial-small .cspt-testimonial-style-1 {
    margin: 0;
}
.cspt-element-testimonial-style-1.cspt-testimonial-small blockquote{
    font-size: 23px;
    line-height: 33px;
    color: #fff;
    font-weight: normal;
}
.cspt-element-testimonial-style-1.cspt-testimonial-small .creativesplanet-box-star-ratings i,
.cspt-element-testimonial-style-1.cspt-testimonial-small .cspt-testimonial-style-1:after{
    color: #fff !important;
}
.cspt-element-testimonial-style-1.cspt-testimonial-small .creativesplanet-box-star-ratings i.cspt-active{
    color: #09162a !important;
}
.cspt-element-testimonial-style-1.cspt-testimonial-small .owl-carousel .owl-dots{
    right: 0;
}
.cspt-element-testimonial-style-1.cspt-testimonial-small.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot{
    background: #fff;
}
.cspt-element-testimonial-style-1.cspt-testimonial-small.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot.active{
    background: #09162a;
    background-image:none !important;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:before,
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:before{
    background-color: transparent;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after{
    transform: rotate(180deg);
    top: 6px;
    right: 30px;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next, 
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev{
    color: #000;
    font-size: 35px;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after,
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after{
    content: none;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav{
    width: 0;
    right: 18%;
    top: 72%;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: -30px;
}

/*===  cspt-testimonial-style 2 ===*/
.cspt-testimonial-style-2 {
    padding: 40px 130px;
    text-align: center;
    overflow: hidden;
    margin: 0 40px;
}
.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; 
}
.cspt-testimonial-style-2 .creativesplanet-box-title{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}
.cspt-testimonial-style-2 span.cspt-designation {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cspt-testimonial-style-2 blockquote{
    font-size: 22px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    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;
}
/*=== Team testimonialbox style 3 ===*/
.cspt-testimonial-style-3 .creativesplanet-box-content{
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 33px 30px 30px;
}
.cspt-testimonial-style-3 .creativesplanet-box-content:before{
    position: absolute;
    top: 100%;
    left: 60px;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.owl-carousel .owl-item .cspt-testimonial-style-3 img,
.cspt-testimonial-style-3 .creativesplanet-box-img img{
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
.cspt-testimonial-style-3 .creativesplanet-box-desc{
    padding-top: 15px;
}
.cspt-testimonial-style-3 .creativesplanet-box-author {
    position: relative;
    margin-top: 30px;
    margin-left: 40px;
}
.cspt-testimonial-style-3 .creativesplanet-box-title{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
}
.cspt-testimonial-style-3 span.cspt-designation {
    font-size: 13px;
}
.cspt-testimonial-style-3 blockquote{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border: 0;
    color: #283138;
    background: transparent;
}
.cspt-testimonial-style-3 .creativesplanet-box-img{
    padding-right: 15px;
}
.cspt-element-testimonial-style-3 .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    right: 0;
}
/*=== Team Member style 4 ===*/
.cspt-element-testimonial-style-4{
    background-color: #fff; 
}
.cspt-testimonial-style-4{
    position: relative;
    padding:50px 50px;       
}
.owl-carousel .owl-item .cspt-testimonial-style-4 img,
.cspt-testimonial-style-4 .creativesplanet-box-img img{
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.cspt-testimonial-style-4 .creativesplanet-box-desc{
    padding-bottom: 30px;
    padding-top: 30px;
}
.cspt-testimonial-style-4 .creativesplanet-box-author {
    position: relative;
    margin-top: 10px;
}
.cspt-testimonial-style-4 .creativesplanet-box-title{
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}
.cspt-testimonial-style-4 span.cspt-designation {
    font-size: 13px;
    font-weight: 500;    
}
.cspt-testimonial-style-4 blockquote{
    font-size: 27px;
    line-height: 40px;
    font-weight: 300;
    font-style: italic;
    color: #272727;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;    
    font-family: PT Serif,sans-serif;
}
.cspt-testimonial-style-4 .creativesplanet-box-author-details{
    margin-bottom: 10px;
}
.cspt-testimonial-style-4 .creativesplanet-box-img{
    padding-right: 15px;
}
.cspt-testimonial-style-4 .creativesplanet-box-desc{
    position: relative;
}
.cspt-testimonial-style-4:before {
    content: "\e82d";
    font-family: "creativesplanet-base-icons";
    font-size: 75px;
    line-height: 75px;
    color: #0b3d2c;    
}
.cspt-element-testimonial-style-4 .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 0;
    position: absolute;
    bottom: 50px;
    right: 40px;
}
.cspt-testimonial-style-4 .creativesplanet-box-star-ratings i.cspt-active{
    color: #272727;
}
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot {
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #b5b5b5;
}
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    border-color: transparent;
}
.cspt-element-testimonial-style-4 .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading{
    position: absolute;
    top: -80px;
    right: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.cspt-element-testimonial-style-4 .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading:before {
    background: #000;
    display: inline-block;
    content: "";
    width: 22px;
    height: 2px;
    vertical-align: middle;
    margin: 0 8px;
}
/*=== Team Member style 5 ===*/
.cspt-testimonial-style-5 {
    padding: 15px 215px;
    text-align: center;
    overflow: hidden;
    margin: 0px;
}
.cspt-testimonial-style-5 .creativesplanet-box-img{
    position: relative;
    display: inline-block;
}
.cspt-element-testimonial-style-5 .creativesplanet-box-img img{
    border-radius: 50%;
    height: 85px !important;
    width: 85px !important;
    max-width: none;
    border: 5px solid #fff;
}
.cspt-testimonial-style-5 .creativesplanet-box-author {
    position: relative;
    padding-left: 0;
    padding-top: 20px;
    text-align: left;
    display: inline-block;
}
.cspt-testimonial-style-5 .creativesplanet-box-title{
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;    
}
.cspt-testimonial-style-5 span.cspt-designation {
    font-size: 14px;
    display: block;
    text-align: center;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}
.cspt-testimonial-style-5 blockquote{
    font-size: 22px;
    line-height: 36px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}
.cspt-testimonial-style-5 .creativesplanet-box-desc{
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
}
.cspt-testimonial-style-5 .creativesplanet-box-author * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.cspt-element-testimonial-style-5.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot{  
    display: inline-block;
    margin: 10px 5px;  
}
.cspt-element-testimonial-style-5.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot.active{  
    background-color: #272727;
}
.cspt-element-testimonial-style-5.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:before, 
.cspt-element-testimonial-style-5.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:before{
    background-color: #616161;
}
/* --------------------------------------
 * 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-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: 20px;
    font-weight: 700;
    line-height: 20px;
}
.cspt-ourhistory h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;    
    margin-bottom: 30px;
}
.cspt-ourhistory .cspt-ourhistory-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    width: 4px;
    height: 100%;
    background: #ececec;
}
.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: 15px;
}
.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;
}
.creativesplanet-ele-fid-style-2 .cspt-sbox-icon-wrapper{
    font-size: 50px;
    line-height: 90px;
    margin-bottom: 20px;
}
.creativesplanet-ele-fid-style-2 .cspt-fid-inner{
    font-size: 45px;
    margin-bottom: 15px;
}
.creativesplanet-ele-fid-style-2 .cspt-fid-inner .cspt-fid-sub{
    margin-left: 0px;
}
.creativesplanet-ele-fid-style-2 .cspt-fid-title{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.cspt-bg-color-secondarycolor .creativesplanet-ele-fid-style-2 .cspt-sbox-icon-wrapper{
    color: #ffffff;
    background: #484746;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    margin-bottom: 30px;
}
/*=== 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;
}
.creativesplanet-ele-fid-style-4 .cspt-sbox-icon-wrapper{
    font-size: 50px;
    line-height: 90px;
    margin-bottom: 20px;
}
.creativesplanet-ele-fid-style-4 .cspt-fid-inner{
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    min-width: 150px;
}
.creativesplanet-ele-fid-style-4 .cspt-fid-inner .cspt-fid-sub{
    margin-left: 0px;
}
.creativesplanet-ele-fid-style-4 .cspt-fid-title{
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Work Sans';
    position: relative;
    padding-top: 20px;
}
.creativesplanet-ele-fid-style-4 .cspt-fid-title:before{
    content: ' ';
    width: 50px;
    height: 1px;
    background: #000;
    top: 0;
    left: 50%;
    position: absolute;
    display: block;
    margin-left: -25px;
}
.creativesplanet-ele-fid-style-4 .cspt-fid-inner:before{
    content: '';
    background: url('../images/wreath-left.png') no-repeat 0 0;
    width: 35px;
    height: 73px;
    top: 0;
    left: 0;    
    display: block;
    position: absolute;
}
.creativesplanet-ele-fid-style-4 .cspt-fid-inner:after{
    content: '';
    background: url('../images/wreath-right.png') no-repeat 0 0;
    width: 35px;
    height: 73px;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
}
/* --------------------------------------
 * Service Style
 * ---------------------------------------*/
.cspt-service-style-1{
    position: relative;   
    background-color: #fff; 
    border-radius: 4px;
    overflow: hidden;   
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03); 
}
.cspt-service-style-1,
.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 .creativesplanet-box-content{
   text-align: center;
   position: relative;  
}
.cspt-service-style-1 .creativesplanet-box-content-inner{
    padding: 0 30px 20px;
}
.cspt-service-style-1 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0 15px;
}
.cspt-service-style-1 .cspt-service-icon{
    display: inline-block;
    position: relative;
    top: -30px;
}
.cspt-service-style-1 .cspt-service-icon-wrapper{
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 60px;  
    text-align: center;
    border:2px solid #fff;
    border-radius: 50%;
    color: #fff;
}
.cspt-service-style-1 .cspt-service-icon-wrapper i {
    font-size: 30px;
}
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:hover .cspt-service-icon-wrapper{
    background: #283138 !important;
}
.cspt-team-style-3 .cspt-featured-wrapper,
.cspt-service-style-2 .cspt-featured-wrapper,
.cspt-service-style-1 .cspt-featured-wrapper{
    overflow: hidden;
}
.cspt-team-style-3 .cspt-featured-wrapper img,
.cspt-service-style-1 .cspt-featured-wrapper img {
    transform: scale(1, 1);
        transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.cspt-team-style-3:hover .cspt-featured-wrapper img,
.cspt-service-style-1:hover .cspt-featured-wrapper img {
       transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
} 
/*=== cspt-service-style-2 ===*/
body .cspt-service-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3,
.cspt-service-style-2 .creativesplanet-box-content-inner:before,
.cspt-service-style-2 .cspt-featured-wrapper,
.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-box-content{
   text-align: center;
   position: relative;
}
.cspt-service-style-2 .creativesplanet-box-content-inner{
    padding: 40px 10px 0px;
}
.cspt-service-style-2 .cspt-service-title {
    position: relative;
    font-size: 20px;
    line-height: 22px;
    margin: 0px 0 10px;
}
.cspt-service-style-2 .cspt-featured-wrapper{
    position: relative;
    overflow: visible;
    top: 0;
    box-shadow: 7px 12px 25px 0px rgba(193, 194, 208, 0.3);
    border-radius: 100%;
    width: 245px;
    border: 5px solid #fff;
    margin: 0 auto;
}
.cspt-service-style-2 .cspt-featured-wrapper img{
    border-radius: 100%;
}
.cspt-service-style-2:hover .cspt-featured-wrapper{
    top: -0.5rem;
    box-shadow: 0 5px 24px rgba(12, 71, 84, 0.08), 0 20px 77px rgba(12,71,84,0.08);
}
.cspt-service-style-2 .vc_general.vc_btn3{
    background-color: transparent !important;
    padding: 0;
    color: #272727;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0 !important;
    font-weight: 700; 
}
.cspt-service-style-2 .vc_general.vc_btn3:after{  
    content: "\e829";
    font-family: "creativesplanet-base-icons";
    margin-left: 5px;
}
.cspt-service-style-2 .cspt-service-btn{
    margin-top: -10px;
}
/*=== cspt-service-style-3 ===*/
.cspt-service-style-3{
    border: 1px solid #e8e8e8; 
    position: relative;
    height: 100%;
}
.cspt-service-style-3,
.cspt-service-style-3 .creativesplanet-box-content:before,
.cspt-service-style-3 .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-3 .creativesplanet-box-content{
   position: relative;
}
.cspt-service-style-3 .creativesplanet-box-content-inner{
    padding: 40px 30px 10px;
}
.cspt-service-style-3 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0 15px;
}
.cspt-service-style-3 .cspt-service-icon-wrapper{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 35px;
}
.cspt-service-style-3 .cspt-service-btn .vc_general.vc_btn3{
    background-color: transparent !important;
    background-image: none !important;
    padding: 0;   
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 700; 
    color: #000
}
.cspt-service-style-3-main .cspt-element-posts-wrapper > .cspt-service-ele:last-child .cspt-service-style-3 {
    border-right: 1px solid #e8e8e8; 
} 
.cspt-service-style-3-main .creativesplanet-element-inner .cspt-service-ele{
    padding: 0;
}
.cspt-service-style-3:hover .creativesplanet-box-content:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.cspt-service-style-3 .creativesplanet-box-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    background-color: #001e57;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    z-index: -1;
}
.cspt-service-style-3:hover{
    color: #fff;
}
.cspt-service-style-3:hover .cspt-service-title a,
.cspt-service-style-3:hover .cspt-service-icon-wrapper i{
    color: #fff;
    transition-delay: .1s;
}
/*=== cspt-service-style-4 ===*/
.cspt-service-style-4 {
    position: relative;
}
.cspt-service-style-4 .creativesplanet-box-content{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
}
.cspt-service-style-4 .creativesplanet-box-content .cspt-service-icon{
    position: absolute;
    left: 15px;
    top: 11px;
    font-size: 21px;
    background-color: #7d0110;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.cspt-service-style-4 .creativesplanet-box-content .creativesplanet-box-content-inner{
    padding-left: 70px;
}
.cspt-service-style-4 .creativesplanet-box-content .cspt-service-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cspt-service-style-4 .creativesplanet-box-content .cspt-service-title a{
    color: #fff;
}
/*=== cspt-service-style-5 ===*/
.cspt-service-style-5,
.cspt-service-style-5 .creativesplanet-box-content .cspt-service-icon,
.cspt-service-style-5 .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-5 {
    position: relative;
}
.cspt-service-style-5 .creativesplanet-box-content{
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border:1px solid #dee4ea;    
}
.cspt-service-style-5 .creativesplanet-box-content .cspt-service-icon{
    font-size: 55px;
    line-height: 60px;
    height: 160px;
    color: #ced4da;
}
.cspt-service-style-5 .creativesplanet-box-content .creativesplanet-box-content-inner{
    padding: 40px 25px 0;
    height: 100%;
    position: relative;
}
.cspt-service-style-5 .cspt-service-cat a{
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cspt-service-style-5 .creativesplanet-box-content .cspt-service-title{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 5px;
}
.cspt-service-style-5 .creativesplanet-box-content .cspt-service-title a{
    color: #272727;
}
body .cspt-service-style-5 .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: 0px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: block;
}
body .cspt-service-style-5 .vc_btn3-container.vc_btn3-inline{
    display: block;
    margin-bottom: 0;
    border-top:1px solid #dee4ea;  
    padding-top: 15px;
}
body .cspt-service-style-5 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after {
    content: "\e82c";
    font-family: "creativesplanet-base-icons";
    font-size: 20px;
    padding-left: 10px;
    background: none !important;
    font-weight: normal;
    line-height: 22px;
    vertical-align: middle;
    float: right;
}
body .cspt-service-style-5 .cspt-head {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 90px;
    left: 30px;        
}
body .cspt-service-style-5 .cspt-service-btn {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 15px;
    left: 30px;        
}
.cspt-service-style-5:hover .cspt-service-cat a,
body .cspt-service-style-5:hover .vc_btn3-color-globalcolor.vc_general.vc_btn3,
.cspt-service-style-5:hover .creativesplanet-box-content .cspt-service-title a,
.cspt-service-style-5:hover .creativesplanet-box-content .cspt-service-icon{
    color: #fff;
}
/*=== cspt-service-style-6 ===*/
.cspt-service-style-6 .cspt-featured-wrapper img{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -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-6 .cspt-featured-wrapper{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.cspt-service-style-6:hover .cspt-featured-wrapper img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.cspt-service-style-6 .cspt-service-cat a{
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cspt-service-style-6 .creativesplanet-box-content .cspt-service-title{
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 5px;
}
/*=== cspt-service-single-style-2 ===*/
.cspt-service-single-style-2 .cspt-short-description{
    border: 1px solid #eee;
    padding: 30px 35px;
    margin-top: 35px;
}
/* --------------------------------------
 * 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 .creativesplanet-ptable-heading{
    font-size: 20px; 
    line-height: 26px;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-top: 40px;
    color: #fff;
}
.cspt-pricing-table-style-1 .cspt-pricing-table-featured-col .creativesplanet-ptable-heading{
    color: #fff;
}
.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: 50px;
    line-height: 50px;   
    font-weight: bold; 
    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 .cspt-ptablebox-main-icon{
    display: block;
    text-align: center;
}
.cspt-pricing-table-style-1 .cspt-ptablebox-main-icon i{
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 40px; 
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -40px;
    background: #fff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.cspt-pricing-table-style-1 .cspt-ptable-line i{
    margin-right: 5px;
}
.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 .cspt-pricing-table-box{
    padding-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.cspt-pricing-table-style-1 .vc_btn3.vc_btn3-style-classic:after{
    display: none;
}
.cspt-pricing-table-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple){
    background-color: transparent !important;
    border: 2px solid;
}

.cspt-pricing-table-style-1 .cspt-pricing-table-featured-col .vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple):hover,
.cspt-pricing-table-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple):hover{
    color: #fff !important;
}
.cspt-pricing-table-style-1 .cspt-pricing-table-box .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, 
.cspt-pricing-table-style-1 .cspt-pricing-table-box .vc_btn3.vc_btn3-size-md{
    padding: 10px 25px;
}
/* === 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 .creativesplanet-ptable-heading{
    font-size: 20px; 
    line-height: 26px;
    margin-bottom: 0;
    padding-top: 40px;
    font-weight: bold;
}
.cspt-pricing-table-style-2 .cspt-pricing-table-featured-col .cspt-ptablebox-main-icon i{
    color: #fff;
}
.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;
}
.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: 50px;
    line-height: 50px;   
    font-weight: bold; 
}
.cspt-pricing-table-style-2 .cspt-ptable-lines-w{
    padding: 30px 40px;
    border-bottom: 1px solid #dee4ea;
    margin-bottom: 40px;    
}
.cspt-pricing-table-style-2 .cspt-ptable-line{
    margin: 15px 0;
    font-size: 15px;
}
.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 {
    border-radius: 0;
}
.cspt-pricing-table-style-2 .cspt-ptablebox-main-icon{
    display: block;
    text-align: center;
    border-bottom: 1px solid #dee4ea;
    padding-top: 25px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.cspt-pricing-table-style-2 .cspt-ptablebox-main-icon i{
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 40px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    background: #eff3f7; 
}
.cspt-pricing-table-style-2 .cspt-ptable-line i{
    margin-right: 5px;
}
.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 .cspt-pricing-table-box{
    padding-bottom: 30px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    border: 1px solid #dee4ea;
}
/*=== Hide next prev button ===*/
.single-cspt-service .navigation {
    display: none;
}
/*=== single-service-contact ===*/
.single-service-contact {
    padding: 20px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
}
.single-service-contact-inner {
    position: relative;
    z-index: 2;
    border: 1px dashed rgba(255, 255, 255, 0.50);
    padding: 25px;
    padding-top: 35px;
}
.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 .widget-title{
    display: none;
}
.single-cspt-service .creativesplanet-sidebar .widget{
    overflow: hidden;   
}
.single-cspt-service .creativesplanet-sidebar .widget ul > li{
    border: none;
    padding: 0 !important;
    margin-bottom: 10px;
    position: relative;
}
.widget.nutrical_category_list_widget ul > li{
    margin-bottom: 0 !important;
}
.single-cspt-service .creativesplanet-sidebar .widget ul > li a{
    padding: 15px 20px;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
}
.single-cspt-service .creativesplanet-sidebar .widget ul > li a:after{
    content: '\e814';
    font-family: "creativesplanet-base-icons";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 15px;
    right: 20px;
}
.single-cspt-service .creativesplanet-sidebar .widget ul > li:before,
.single-cspt-service .creativesplanet-sidebar .widget ul > li:after{
    content: '';
    width: 100%;
    right: -50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -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);
}
.single-cspt-service .creativesplanet-sidebar .widget ul > li:before{
    right: inherit;
    left: -50%;
}
.single-cspt-service .creativesplanet-sidebar .widget ul > li.cspt-post-active a,
.single-cspt-service .creativesplanet-sidebar .widget ul > li:hover a{
    color: #fff;
}
.single-cspt-service .single-service-contact h3{
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.single-service-contact-inner i:before {
    font-size: 70px;
    line-height: 70px;
}
/* --------------------------------------
 * VC Button
 * ---------------------------------------*/

 .button-border-hide .vc_btn3.vc_btn3-style-classic:after{
     border: none;
 }
.vc_btn3.vc_btn3-shape-rounded{
    border-radius: 3px;
}
.vc_general.vc_btn3.vc_btn3-color-secondarycolor,
.vc_btn3-color-globalcolor.vc_general.vc_btn3:focus, 
.vc_btn3-color-globalcolor.vc_general.vc_btn3:hover,
.vc_btn3-color-global_color.vc_general.vc_btn3{
    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;
}

.vc_general.vc_btn3.vc_btn3-style-simple.vc_btn3-color-black,
.vc_general.vc_btn3.vc_btn3-style-simple.vc_btn3-color-black:hover{
    color: #000000;
}
.cspt-ihbox .vc_general.vc_btn3,
.creativesplanet-ele-service .vc_general.vc_btn3{
    background-color: transparent !important;
}
/* --------------------------------------
 * 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: -4px;
    color: inherit;
    font-family: 'creativesplanet-base-icons';
}
.widget.widget_recent_comments ul li:before {    
    content: '\f0e5';
    top: 0px;
    font-size: 13px;
}
.widget.widget_pages ul li a:before {
    content: '\e816';
    top: 0px;
    font-size: 13px;
}
.widget.widget_categories ul li a:before {
    content: '\f115';
    top: 0px;
    font-size: 13px;
}
.widget.widget_recent_entries ul li:before{
    top: 0px;
}
/*=== 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: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
}
.cspt-metabox .widget ul li{
    margin-bottom: 12px;
}
/*=== download  ===*/
.widget .download .item-download {
    margin-bottom: 15px;     
}
.widget .download .item-download a {
    display: block;
    padding: 0px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    padding: 13px 15px;
    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: #686868;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
}
.widget .download .item-download:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.creativesplanet-sidebar.widget-area input[type="text"], 
.creativesplanet-sidebar.widget-area input[type="email"], 
.creativesplanet-sidebar.widget-area input[type="password"], 
.creativesplanet-sidebar.widget-area input[type="tel"], 
.creativesplanet-sidebar.widget-area input[type="url"], 
.creativesplanet-sidebar.widget-area input[type="search"], 
.creativesplanet-sidebar.widget-area select, 
.creativesplanet-sidebar.widget-area textarea {
    background: #fff;
}
.creativesplanet-sidebar .cspt-consultation-form {
    display: block !important;
}
.creativesplanet-sidebar .cspt-consultation-form input[type="email"] {
    width: 195px;
}
.creativesplanet-sidebar .cspt-consultation-form h4 {
    font-size: 18px;
}
.creativesplanet-sidebar .cspt-consultation-form  {
    position: relative;
}
.creativesplanet-sidebar .cspt-consultation-form button[type=submit] {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    top: 80px;
    height: 56px;
    line-height: 58px;
    margin-top: -29px;
    color: #fff;
    font-size: 11px;
    z-index: 1;
    width: 100px;
}
/* --------------------------------------
 * Footer
* ---------------------------------------*/
.site-footer .widget {
    margin: 35px 0 20px;
}
.site-footer.cspt-bg-color-blackish:before{
    background-color: #191c21;
}
.site-footer .widget.nutrical_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: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}
.site-footer .widget-title:after{
    content: "";
    width: 50px;
    height: 2px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
}
/*=== Footer Social ===*/
.cspt-footer-widget .cspt-social-links{
    margin-top: 00px;
    margin-left: 0;
}
.cspt-social-links li{
    margin-right: 8px;
    display: inline-block;
}
.cspt-social-links li a{
    position: relative;
    display: inline-block;
    text-align: center;
    color: #777;
    font-size: 20px; 
}
.cspt-social-links li a:hover{  
   color: #272727;
    transition: all 500ms ease;
}
/*=== Footer contact ===*/
.footer-wrap .cspt-contact-widget-lines .cspt-contact-widget-line:before {
    position: absolute;
    content: '\e814';   
    font-size: 16px;  
    color: inherit;
    font-family: 'creativesplanet-base-icons';
    display: inline-block;
    position: absolute;
    left: 5px;
    color: rgba(255, 255, 255, 0.60);    
    top: 0;
}
.footer-wrap .cspt-contact-widget-lines .cspt-contact-widget-address:before{
    content: '\e80e';   
}
.footer-wrap .cspt-contact-widget-lines .cspt-contact-widget-phone:before{
    content: '\e833';   
}
.footer-wrap .cspt-contact-widget-lines .cspt-contact-widget-email:before{
    content: '\f0e0';   
}
.footer-wrap .cspt-contact-widget-lines .cspt-contact-widget-line, 
.footer-wrap .contact-info li {
    position: relative;
    padding: 0 0 0 35px !important;
    margin-bottom: 15px;
    font-size: 16px;
}
/*=== cspt-footer-text-area ===*/
.cspt-footer-text-area .cspt-footer-copyright-text-area{
	padding-top: 15px;
}
.cspt-footer-text-area .cspt-footer-text-inner{
	font-size: 15px;   
	padding-top: 25px;
	padding-bottom: 5px;    
}
.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;
}
/* --------------------------------------
 * Custom css ( Theme Special )
 * ---------------------------------------*/
.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: 600;
    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: 0;   
    font-size: 14px;
    color: #888888;
    height: 60px;
    line-height: 60px;
}
.cspt-main-form.cspt-form-style-1 .input-group textarea{
    height: 230px;
    padding: 0px 15px;
}
.cspt-main-form.cspt-form-style-1 .input-group input[type="text"]::placeholder, 
.cspt-main-form.cspt-form-style-1 .input-group input[type="email"]::placeholder, 
.cspt-main-form.cspt-form-style-1 .input-group textarea::placeholder{
    color: rgba(7, 19, 35, 0.6);
    opacity: 1; 
}
.cspt-main-form.cspt-form-style-1 .input-group input[type="text"]:-ms-input-placeholder , 
.cspt-main-form.cspt-form-style-1 .input-group input[type="email"]:-ms-input-placeholder , 
.cspt-main-form.cspt-form-style-1 .input-group textarea:-ms-input-placeholder {
    color: rgba(7, 19, 35, 0.6);
}
.cspt-main-form.cspt-form-style-1 .input-group input[type="text"]::-ms-input-placeholder,
.cspt-main-form.cspt-form-style-1 .input-group input[type="email"]:-ms-input-placeholder,
.cspt-main-form.cspt-form-style-1 .input-group textarea:-ms-input-placeholder{
    color: rgba(7, 19, 35, 0.6);
}
.cspt-main-form.cspt-form-style-1 input[type=submit]{
    padding: 15px 40px;
    font-weight: 700;   
}
.cspt-main-form.cspt-form-style-1 input[type=submit]:hover{
	background-color: #272727;
}
.cspt-appoiment-box .wpb_wrapper {
    background: #fff;
    padding: 42px 30px 20px;
    border-radius: 4px;
}

/*=== cspt-form-style-2 ===*/

.cspt-form-style-2 .input-button input[type=submit]{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 2em;
}
/* --------------------------------------
 * Custom Accordion
 * ---------------------------------------*/
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title{
    font-size: 20px;
    font-weight: 600;
    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;
}
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel .vc_tta-panel-heading{
    background-color: #f1f1f1 !important;
    color: #272727;
    border: none;
}
.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: 170px 0px 160px 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: 400;
    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: 0px;
    height: 58px;
    line-height: 58px;   
    border: 2px solid #f2f3f4;
}
.error404 .search-form .search-submit:after{
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 18px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #dbdbdb;
    font-size: 20px;
}
.error404 .search-form label{
    display: none;
}
.error404 .search-form button{
    position: absolute;
    right: 0;
    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-contain{
    position: relative;
}
.error404 .site-content-contain:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
}
/*=== 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: 20px;
    line-height: 30px;
    max-width: 480px;
}
/* --------------------------------------
 * 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 ( Nutrical 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: 600;
    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,
.blog .cspt-blog-classic-inner .cspt-read-more-link a:before,
.blog .cspt-blog-classic-inner .cspt-read-more-link a: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,
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:after,
.cspt-blogbox-style-1 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-1 .post-item .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,
.cspt-blog-classic-inner .cspt-read-more-link a:after,
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:after,
.cspt-blogbox-style-1 .post-item .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,
.blog .cspt-blog-classic-inner .cspt-read-more-link a:before,
.cspt-search-results-right .cspt-read-more-link a:before,
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-1 .post-item .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,
.cspt-blog-classic-inner .cspt-read-more-link a:hover:after,
a.cspt-link:hover:after,
.cspt-search-results-right .cspt-read-more-link a:hover:after,
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:hover:after,
.cspt-blogbox-style-1 .post-item .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:first-child .vc_label{
    margin-top: 20px;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_label {
    padding: 0px;
    margin-top: 60px;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #eff3f7;
}
.cspt-team-left-inner .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    background-color: #fff;
}
.cspt-bg-color-light .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{
    background-color: #1e2727277; 
}
.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:0;
}
.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: 600;
}
.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: 7px;    
}
.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: 24px;
    line-height: 34px;
}
.cspt-element-static_box-style-1 a.cspt-more-bt {
    background-color: #86bb46;
    color: #fff;
    display: block;
    padding: 10px 15px;
    margin: 0 -30px;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}
/*=== cspt-element-static_box-style-2 ===*/
.cspt-static-box-style-2 img{
    border-radius: 2px;
    margin-bottom: 25px;
}
.cspt-static-box-style-2 .creativesplanet-box-title{
    margin-bottom: 15px;
}
.cspt-static-box-style-2 .creativesplanet-box-title h4{
    font-size: 20px;
    line-height: 24px;
}
/* --------------------------------------
 * Video icon on image
 * ---------------------------------------*/
.cspt-single-image-w{
    position: relative;
}
.cspt-video-image-style-1.cspt-single-image-w .vc_icon_element {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    margin-left: -50px;
    left: auto;
}
.cspt-video-image-style-1.cspt-single-image-w  .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-video-image-style-1.cspt-single-image-w .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon{
     font-size: 30px !important;
}
.cspt-lightbox-video .vc_icon_element-inner{    
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
}
/* --------------------------------------
 * Global Dark Color
 * ---------------------------------------*/
 .cspt-service-style-3 .cspt-service-btn .vc_general.vc_btn3{
    color: #1e2727277;
 }
/* --------------------------------------
 *  Special Elements for Theme
 * ---------------------------------------*/
/*=== cspt-about-image ( Theme Special ) ===*/
.cspt-about-image > .vc_column-inner  > .wpb_wrapper{
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
    border-radius: 10px;
}
.cspt-about-image .cspt-frameimage{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.cspt-about-image .cspt-ihbox.cspt-ihbox-style-hsbox{
    position: absolute;
    z-index: 3;
    bottom: 50px;
    right: 15px;
    text-align: center;
    margin-bottom: 0;
}
.cspt-about-image .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading *{
    font-size: 24px !important;
    line-height: 34px !important;
    color: #fff;
    font-weight: 500;
}
.cspt-about-image .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading *{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}
.cspt-about-image .vc_icon_element{
    position: absolute;
    bottom: 216px;
    margin-bottom: 0;
    right: 90px;
    z-index: 2;
}
/*=== 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-2 img,
.cspt-effect-img img,
.cspt-abs-img img {
    border-radius: 8px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05); 
}
.cspt-row.cspt-row-radius-8.cspt-bg-color-globalcolor,
.cspt-row.cspt-row-radius-8.cspt-bg-color-globalcolor:before{
    border-radius: 8px;
}
.cspt-abs-img {
    position: absolute;
    bottom: -30px;
    right: 0;
}
.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('../images/pattern-01.jpg') repeat 0 0;
}
.cspt-effect-dot2:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 70%;
    content: " ";
    background: url('../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: -135px;
    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: -90px;
    left: -80px;
    width: 390px;
    height: 380px;
    content: " ";
    background: url(../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(../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;
}
.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;
}
/* --------------------------------------
 * 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: 20px;
    line-height: 30px;
}
.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: 600;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transform: translateX(-100%) rotateZ(-90deg);
    transform: translateX(-100%) rotateZ(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    border-radius: 0;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    font-weight: 500;
    letter-spacing: 2px;
}
.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: 600;
    color: #fff;
    border-radius: 0;
}
.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: 500;
    text-transform: uppercase;
    font-size: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*=== Woocommerce Details Page ===*/
.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;
    font-weight: 500;
    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: 20px;
    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: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}
.woocommerce div.product form.cart .button:hover{
    background-color: #09162a;
}
/*=== .woocommerce .quantity .qty ===*/
.woocommerce .quantity .qty {
    height: 42px;
    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;
}
/*=== woocommerce ul.products li.product .onsale ===*/
.woocommerce span.onsale {
    padding: 0px 12px;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transform: translateX(-100%) rotateZ(-90deg);
    transform: translateX(-100%) rotateZ(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    border-radius: 0;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    font-weight: 500;
    letter-spacing: 2px;
}
/*=== 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: 10px 22px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}
.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{
    background-color: #09162a;
    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: 115px;
    height: 43px;
}
/*=== 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;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}
.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: 10px 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 ul.cart_list li, 
.woocommerce ul.product_list_widget li {
    font-size: 13px;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{
    font-weight: normal;
    color: #071323;
}
.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: 600;
    border-radius: 0;
    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;
}


/* --------------------------------------
 * 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);  
}
/* --------------------------------------
 * Footer Section
 * ---------------------------------------*/
.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;
}
/*=== cspt-footer-text-area ===*/
.cspt-footer-text-area {
	padding-top: 10px;
    padding-bottom: 25px;
}
.cspt-footer-text-area .cspt-footer-text-inner{
	padding-top: 10px;
}
.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;
}
/*=== cspt-footer-text-area ===*/
.cspt-footer-widget .cspt-consultation-form{
    position: relative;
}
.cspt-footer-widget .mc4wp-form h4{
    display: none;
}
.cspt-footer-widget .cspt-consultation-form input[type="email"] {
    border: 4px solid #766584;
    border-right: 0;
    font-size: 13px;
}
.cspt-footer-widget .cspt-consultation-form button[type=submit] {
    padding: 12px 42px;
    position: absolute;
    top: 0;
    right: 0;
}
.cspt-footer-widget .mc4wp-form p br{
    display: none;
}
.mc4wp-form-wrapper{
    position: relative;
}
.mc4wp-form-wrapper h4{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.mc4wp-form-wrapper h4:after{
    position: absolute;
    content: "\e82f";
    font-family: "creativesplanet-base-icons";
    transform: rotate(80deg);
    font-size: 43px;
    right: -57px;
    bottom: 9px;
}
.cspt-footer-text-area.cspt-bg-color-transparent{
    border-top: 1px solid #53485c;
}
/* --------------------------------------
 *  Footer Newsletter section - cspt-parent-header-style-5
 * ---------------------------------------*/
.cspt-footer-big-area-wrapper{
    background-color: transparent !important;
}
.cspt-footer-big-area-wrapper.cspt-bg-color-white{
    background-color: #fff !important;
}
.cspt-footer-big-area-wrapper.cspt-bg-color-white .cspt-footer-big-area{
    background-color: #fff;
}
.cspt-footer-big-area-wrapper.cspt-bg-color-light .cspt-footer-big-area{
    background-color: #ccc;
}
.cspt-footer-big-area-wrapper{
    position: relative;
    z-index: 3
}
.cspt-footer-big-area{
    background-color: #333;
    border-radius: 0.5em;
    padding-top: 35px;
    padding-bottom: 25px;
    padding-right: 30px;
    margin-bottom: 0px;
    position: relative;
}
.cspt-footer-big-text-area-overlay .cspt-footer-big-area{
    margin-bottom: -70px;
}
.cspt-footer-big-area .cspt-footer-big-left{   
    margin-right: auto!important;
    margin-top: 10px;
    padding-left: 90px;
    position: relative;
}
.cspt-footer-big-title{
    position: relative;
}
.cspt-footer-big-title i{
    font-size: 55px;
    line-height: 55px;
    vertical-align: middle;
    padding-right: 10px;
    position: absolute;
    left: -88px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cspt-footer-big-area-wrapper .cspt-footer-small-title{
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    display: block;
}
.cspt-footer-big-area .mc4wp-form{
    position: relative;
    margin-top: 15px;
}
.cspt-footer-big-area .mc4wp-form-fields{
    display: -ms-flexbox;
    display: flex;
}
.cspt-footer-big-area .mc4wp-form input[type="email"]{       
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;   
    width: 360px; 
    height: 60px;    
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 3em;
}
.cspt-footer-big-area .mc4wp-form .btn{
    border-radius: 3em;
    margin-left: -60px;    
    height: 60px;
    color: #fff;    
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 50px;
    background-color: #272727;
    font-weight: 500;
    margin-left: -50px;
}
.cspt-footer-big-area-wrapper.cspt-bg-color-secondarycolor .cspt-footer-small-title,
.cspt-footer-big-area-wrapper.cspt-bg-color-secondarycolor .cspt-footer-big-title i,
.cspt-footer-big-area-wrapper.cspt-bg-color-secondarycolor .cspt-footer-big-title{
    color: #fff;
}
.cspt-footer-big-area-wrapper.cspt-bg-color-white{
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.cspt-footer-big-area-wrapper.cspt-bg-color-white .cspt-footer-big-area{
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 45px;
}
.cspt-footer-big-area-wrapper.cspt-bg-color-white .cspt-footer-big-title{
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative
}
.cspt-footer-big-area-wrapper.cspt-bg-color-white .cspt-footer-big-title i{
    font-size: 55px;
    line-height: 55px;
    vertical-align: middle;
    padding-right: 10px;
    position: absolute; 
    left: -88px;    
}
.cspt-footer-big-area-wrapper.cspt-bg-color-white .cspt-footer-big-area .mc4wp-form .btn {
    border-radius: 50px;
    margin-left: -60px;
    background-color: #ff8329;
    padding: 10px 50px;
}
.cspt-footer-big-area-wrapper.cspt-bg-color-white .cspt-footer-big-area .mc4wp-form input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.cspt-footer-big-area-wrapper.cspt-bg-color-white .cspt-footer-big-area .mc4wp-form{
    margin-top: 0px;
}
/* --------------------------------------
 * Border button
 * ---------------------------------------*/
.wpcf7-submit,
.rev-btn,
.cspt-consultation-form button[type=submit],
.vc_btn3.vc_btn3-style-classic{
    position: relative;
}
.wpcf7-submit:after,
.rev-btn:after,
.cspt-consultation-form button[type=submit]:after,
.vc_btn3.vc_btn3-style-classic:after {
    content: "";
    position: absolute;
    margin: 4px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: calc(100% - 8px);
    left: 0;
    height: calc(100% - 8px);
    top: 0;
}
/* --------------------------------------
 * 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: #fff;
    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 .thsn-fid-title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
}
.creativesplanet-ele-fid-style-5 .cspt-circle-number sup,
.creativesplanet-ele-fid-style-5 .cspt-circle-number sub{
    font-size: 12px;
    line-height: 12px;
    margin: 5px;
}
.creativesplanet-ele-fid-style-5 .cspt-circle-number {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.creativesplanet-ele-fid-style-5 .cspt-circle-number sub{
    position: relative;
    top: -8px;
    font-size: 18px;
}
.creativesplanet-ele-fid-style-5 .cspt-fid-title {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-top: 0;
}
/* --------------------------------------
 * Sidebar widget
 * ---------------------------------------*/
.creativesplanet-sidebar .widget{
    background-color: #eef1f5;
    padding: 20px 20px;
}
.creativesplanet-sidebar{
    font-size: 14px;
}
.creativesplanet-sidebar .widget a{
    font-weight: 500;
    color: #272727;
}
/* --------------------------------------
 * BMI Calculator
 * ---------------------------------------*/
.cspt-bmi-cal-wrapper{
    position: relative;
}
.cspt-imp-box{
    display: -ms-flexbox!important;
    display: flex!important;
    display: -webkit-flex;
}
.cspt-bmi-cal-wrapper.cspt-hr .cspt-bmi-calc-imperial .cspt-height .input-box{
    display: inline-block;
    width: 50%;
    margin-right: 5px;
}
.cspt-bmi-cal-wrapper input[type="number"],
.cspt-bmi-cal-wrapper input[type="text"]{
    background-color: transparent;  
    padding: 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background-color: rgba(255, 255, 255, 0.10);
    font-size: 14px;
    color: #fff;
    -webkit-appearance: none; 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.cspt-bmi-cal-wrapper button{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 35px;
    outline: none;
    position: relative;
    width: 100%;
}
.cspt-bmi-cal-wrapper button:after {
    content: "";
    position: absolute;
    margin: 4px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    width: calc(100% - 8px);
    left: 0;
    height: calc(100% - 8px);
    top: 0;
}
.cspt-bmi-cal-wrapper input[type=number] {
    -moz-appearance:textfield;
}
.cspt-bmi-cal-wrapper input[type="number"]::placeholder{
    color: rgba(255, 255, 255, 0.50);
    opacity: 1; 
}
.cspt-bmi-cal-wrapper input[type="number"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
}
.cspt-bmi-cal-wrapper input[type="number"]:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.50);
}
.cspt-bmi-cal-wrapper .cspt-label{
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
}
.cspt-checkcontainer {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-weight: 600;
    margin-right: 20px;
    padding-left: 20px;
}
.cspt-checkcontainer .cspt-radiobtn {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
    border-radius: 50%;
}
.cspt-checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.cspt-checkcontainer input:checked ~ .cspt-radiobtn:after{
    content: "";
    width: 4px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
}
.cspt-radio-box .cspt-radio-box{
    margin-bottom: 5px;
}
.cspt-bmi-calc-metric{
    display:none;
}

/*=== cspt-footer-text-area ===*/
.creativesplanet-ele-bmi-calc-style-3 .cspt-bmi-cal-wrapper input[type="number"], 
.creativesplanet-ele-bmi-calc-style-3 .cspt-bmi-cal-wrapper input[type="text"]{
    background-color: #fff;
    height: 60px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color:#484746;
}
.creativesplanet-ele-bmi-calc-style-3 .cspt-bmi-cal-wrapper .cspt-button{
    padding: 15px 35px;
    border-radius: 8px;
}
.creativesplanet-ele-bmi-calc-style-3 .cspt-bmi-cal-wrapper button:after{
    display: none;
}
.creativesplanet-ele-bmi-calc-style-3 .cspt-bmi-cal-wrapper input[type="number"]::placeholder{
    color:  rgb(72 71 70 / 70%);
}
.creativesplanet-ele-bmi-calc-style-3 .cspt-bmi-cal-wrapper input[type="number"]:-ms-input-placeholder {
    color:  rgb(72 71 70 / 70%);
}
.creativesplanet-ele-bmi-calc-style-3 .cspt-bmi-cal-wrapper input[type="number"]:-ms-input-placeholder{
    color:  rgb(72 71 70 / 70%);
}

/*=== Vertical form ===*/
.cspt-bmi-cal-wrapper.cspt-vr .cspt-bt{
    margin-top: 15px;
}
.cspt-bmi-cal-wrapper.cspt-vr .cspt-bmi-calc-imperial .cspt-height .input-box {
    margin-right: 5px;
}
.cspt-bmi-cal-wrapper.cspt-vr .cspt-bmi-calc-metric .cspt-imp-box{
    display: block !important
}
.cspt-bmi-result{
    background-color: #fff;
    padding: 15px 20px;
    width: 100%;
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
    text-align: center;
}
.cspt-bmi-result p{
    margin-bottom: 5px;
}
.cspt-bmi-result p:first-child{
    font-weight: 600;
}
/*=== Title with arrow desing ===*/
.creativesplanet-element-viewtype-carousel .cspt-ihbox-contents.container{
    margin-left: 0;
    padding: 0;
}
.creativesplanet-element-viewtype-carousel .cspt-ihbox-contents.container .cspt-carousel-navs {
    right: 20px;
}
.creativesplanet-element-viewtype-carousel .cspt-ihbox .cspt-carousel-navs a i{
    position: absolute;    
}
.creativesplanet-element-viewtype-carousel .cspt-ihbox .cspt-carousel-navs a.cspt-carousel-prev i{
    transform: rotate(180deg);
    left: 0;
}
.creativesplanet-element-viewtype-carousel .cspt-ihbox .cspt-carousel-navs a.cspt-carousel-next i{
    right: 0;
}
.creativesplanet-element-viewtype-carousel .cspt-ihbox .cspt-carousel-navs a {
    width: 50px;
    height: 67px;
    line-height: 67px;
    border-radius: 0;
    font-size: 36px;
    background-color: transparent;
    display: inline-block;
    position: relative;
}
.creativesplanet-element-viewtype-carousel .cspt-ihbox .cspt-carousel-navs .cspt-base-icon-angle-left:before,
.creativesplanet-element-viewtype-carousel .cspt-ihbox .cspt-carousel-navs .cspt-base-icon-angle-right:before{
    content: '\e82c';
}