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

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

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

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

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

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

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

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

.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading strong{
    font-weight: 900;
}
.cspt-divider .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading,
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-divider .cspt-ihbox-heading{
    padding-top: 10px;
    margin-bottom: 20px;
}

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

/*** cspt-ihbox-style-2 ***/
.cspt-ihbox-style-2{
    position: relative; 
    border-radius: 6px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
    padding: 30px 25px;
    border: 1px solid #dce5e7;
} 

.cspt-ihbox-style-2 .cspt-ihbox-icon{
    padding-right: 25px;  
}
.cspt-text-color-white .cspt-ihbox-style-2 .cspt-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.cspt-ihbox-style-2.cspt-ihbox h2{
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 0;    
}
.cspt-ihbox-style-2 .cspt-ihbox-content{
    margin-bottom: 0px;
    margin-top: 5px;
}
.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper{
    font-size: 30px;
    line-height: 65px;
    background-color: #000;
    color: #fff;
    width: 65px;
    text-align: center;
    height: 65px;
    border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*** cspt-ihbox-style-14 ***/
.cspt-ihbox-style-14{
    overflow: hidden;
    padding: 40px 30px 13px;
    color: #fff;
    border-radius: 6px;   
    position: relative; 
}
.cspt-ihbox-style-14 .cspt-ihbox-icon{
    position: absolute;
    right: -25%;
    top: 0;
}
.cspt-ihbox-style-14 .cspt-ihbox-icon .cspt-ihbox-icon-wrapper{
    font-size: 200px;
    line-height: 200px;
    color: rgba(255, 255, 255, 0.2);
}
.cspt-ihbox-style-14 h2{
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
}
.cspt-ihbox-style-14 .cspt-ihbox-heading:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 2px;
    background: #ffffff;
    transition: 0.4s;
}
.cspt-ihbox.cspt-ihbox-style-14 .vc_general.vc_btn3{
    padding: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #0c121d !important;
    background-color: #ffffff !important;
    box-shadow: 4px 5px 16px 0px rgba(0, 0, 0, 0.2);    
    margin-bottom: 5px;
    margin-top: 20px;
}
.cspt-ihbox.cspt-ihbox-style-14 .vc_btn3.vc_btn3-size-md .vc_btn3-icon{
    font-size: 20px;
    line-height: 60px;
}
/*=== ts-blogbox-style-1 ===*/ 
.cspt-blogbox-style-1 {
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
} 
.cspt-blogbox-style-1 .cspt-featured-wrapper img{
   border-radius: 6px; 
}
.cspt-blogbox-style-1 .cspt-featured-container{
    position: relative;
}
.cspt-blogbox-style-1 .cspt-featured-container .cspt-meta-date{
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 6px;
    padding: 12px 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Nunito",sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
}
.cspt-blogbox-style-1 .cspt-featured-container .cspt-meta-date span{
    font-weight: normal;
    font-size: 14px;
    display: block;
    letter-spacing: 3px;
    line-height: 14px;
}
.cspt-blogbox-style-1 .cspt-meta-category a{
    color: #fff;
}
.cspt-blogbox-style-1 .creativesplanet-box-content{
    padding: 30px;
    background: #fff;
}
.cspt-blogbox-style-1 .creativesplanet-box-content .cspt-post-title{
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 0;
}
.cspt-blogbox-style-1 .cspt-meta-container{
    margin-bottom: 15px;
}
.cspt-blogbox-style-1 .creativesplanet-box-desc{
    margin-top: 10px;    
}
.cspt-blogbox-style-1 .creativesplanet-box-desc-text{
    margin-bottom: 15px;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #201846;    
    font-weight: 600;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line a,
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line{
    color: #6d7a8c;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line:last-child:after{
    display: none;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line:first-child{
    margin-left: 0;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line:first-child i:before{
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=== single-cspt-service ===*/
.archive .creativesplanet-ele-portfolio{
    margin-bottom: 30px;
}
.cspt-sortable-list-ul{
	list-style: none;
	text-align: 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:hover{
	color: #222222;
}
.cspt-sortable-list a.cspt-selected{
     color: #fff;
     border: 1px solid;
}
.cspt-sortable-list a.cspt-selected:hover{
     color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=== Testimonial style 4 ===*/
.cspt-testimonial-style-4{
    position: relative;
}
.owl-carousel .owl-item .cspt-testimonial-style-4 img,
.cspt-testimonial-style-4 .creativesplanet-box-img img{
    border-radius: 6px;
    height: 100px;
    width: 100px;
    border:5px solid #fff;
    box-shadow: 0 0 30px rgba(140, 152, 164, 0.5);
}
.cspt-element-testimonial-style-4 .creativesplanet-box-inner{
    background: #fff;
    padding: 40px 30px 50px 80px;
    border-radius: 6px;
}
.cspt-testimonial-style-4 .creativesplanet-box-desc{
    padding-bottom: 5px;
    padding-top: 0;
}
.cspt-testimonial-style-4 .creativesplanet-box-author {
    position: relative;
    text-align: left;
    display: inline-block;     
}
.cspt-testimonial-style-4 .creativesplanet-box-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700 !important;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 25px;
}
.cspt-text-color-white .cspt-testimonial-style-4 .creativesplanet-box-author-details,
.cspt-text-color-white .cspt-testimonial-style-4 .cspt-designation{
    color: #6d7a8c;
}
.cspt-testimonial-style-4 blockquote{
    font-size: 22px;
    line-height: 30px; 
    padding: 0;
    margin : 0;
    margin-top: 15px;
    border: 0;
    font-style: normal;
    font-weight: 400;
    background: transparent;
}
.cspt-testimonial-style-4 .creativesplanet-box-content{
    position: relative;
    padding-top: 40px;
    padding-left: 60px;
}
.cspt-testimonial-style-4 .creativesplanet-box-img{
    position: absolute;
    top: 0;
    left: 0;
}
.cspt-testimonial-style-4:after {
    position: absolute;
    content: "\e805";
    font-family: "creativesplanet-base-icons";
    font-size: 60px;
    line-height: 60px;
    bottom: 40px;
    right: 40px;
    transform: rotate(180deg);
}
.cspt-element-testimonial-style-4 .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 0;
    position: absolute;
    bottom: -50px;
    right: 40%;
}
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot{
    background: #fff;
}
/* --------------------------------------
 * 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-2 ===*/
.cspt-client-style-2{
    padding: 30px 0px;
    border: 1px solid #eee;
}
/* --------------------------------------
 * VC Icon size
 * ---------------------------------------*/
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon{
    font-size: 1.85em!important;
} 
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon{
    font-size: 2.85em!important;
} 
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon{
    font-size: 3.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 4.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon{
    font-size: 5.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm{
    width: 3em!important;
    height: 3em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm .vc_icon_element-icon{
    font-size: 0.75em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm{
    width: 4em!important;
    height: 4em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm .vc_icon_element-icon{
    font-size: 1.25em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-md{
    width: 5em!important;
    height: 5em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-md .vc_icon_element-icon{
    font-size: 1.75em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-lg{
    width: 6em!important;
    height: 6em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 2.25em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl{
    width: 7em!important;
    height: 7em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl .vc_icon_element-icon{
    font-size: 2.75em!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.creativesplanet-ul-list.cspt-list-style ul li i{
    font-size: 30px;
    line-height: 30px;
}
.cspt-skill-box{
    padding-right: 60px;
}
.cspt-skill-box .vc_column-inner{
   box-shadow: 0 0 30px rgba(26, 47, 106, 0.1);
   border-radius: 6px; 
}

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

.cspt-right-pad-btn .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 128px;
}
.cspt-brdr-btm-effect > .vc_column-inner:before {
    border-bottom: 3px solid #86bb46;
    border-radius: 2px;
}
.cspt-effect-square:after {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 170px;
    height: 170px;
    content: " ";
    background: #000;
}
.cspt-effect-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    content: " ";
    background: url('../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: -138px;
    right: 50px;
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
    text-shadow: 0px 5px 57px rgba(0, 0, 0, 0.15);
}
.cspt-promo-image-1 img{
    border-radius: 8px;
}
.cspt-promo-image-1:before {
    position: absolute;
    top: -160px;
    left: -113px;
    width: 440px;
    height: 475px;
    content: " ";
    background: url(../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;
}
.cspt-f-weight-700{
    font-weight: 700;
}
.creativesplanet-ul-list.cspt-list-line.cspt-ul-type-disc li{
    font-weight: 300;    
    padding-left: 50px;
}
.creativesplanet-ul-list.cspt-list-line.cspt-ul-type-disc li:after{
    width: 35px;
    height: 1px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    color: #91908e;
}
.cspt-special-blockquote blockquote{
    padding: 0;
    margin: 0;
    padding-left: 70px;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}
.cspt-special-blockquote blockquote:before {
    position: absolute;
    content: "\e83e";
    font-family: "creativesplanet-base-icons";
    font-size: 50px;
    line-height: 50px;
    top: 0;
    left: 0;
    color: rgb(255, 255, 255);
    font-style: normal;

}
.cspt-special-blockquote blockquote cite{
    display: block;
    font-family: Muli,sans-serif;
    font-size: 16px;
    padding-top: 5px;
    font-weight: normal !important;
    padding-left: 50px;
    position: relative;
    text-transform: none;
    line-height: normal;
}
.cspt-special-blockquote blockquote cite:before{
    content: "";
    position: absolute;
    top: 16px;
    width: 40px;
    height: 1px;
    background: #fff;
    left: 0;
}

/* --------------------------------------
 * Slider controler
 * ---------------------------------------*/
.cspt-slider{
    border-radius: 10px;
    overflow: hidden;
}
.cspt-slider .vc_images_carousel .vc_carousel-control{
    opacity: 0;    
    text-shadow: none;
    width: 70px;
    height: 50px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.cspt-slider:hover .vc_images_carousel .vc_carousel-control{
    opacity: 1;    
}
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-next, 
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-prev{
    background-color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;  
    color: #484746; 
    margin-top: -25px;
    margin-left: -25px; 
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-next:hover, 
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-prev:hover{
    color: #fff; 
}
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-next:before,
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-prev:before{
    top: -3px;
    font-family: "creativesplanet-base-icons";
    font-size: 24px;    
}
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-prev:before{
    content: '\e81e';
}
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-next:before{
    content: '\e814';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.revslider-initialised  .cspt-text-stroke {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0c121d;
    display: block;
}
/* WP Job Manager */
#job-manager-job-dashboard table td, #job-manager-job-dashboard table th {
    padding: .5em 1em .5em 20px !important;
}