/*------------------------------------------------------------------
[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



-------------------------------------------------------------------*/

/* --------------------------------------
 * Icon Heading Box
 * ---------------------------------------*/
/* --------------------------------------
 * 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;
}

/*-------------- ihbox-style-global ----------------*/
.cspt-ihbox{
    margin-bottom: 50px;
}
.cspt-ihbox h2{
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 0;
}

/*-------------- cspt-ihbox-style-1 ----------------*/
.cspt-ihbox-style-1{ 
    padding: 25px 20px;
    padding-bottom: 50px;
    text-align: center;
    box-shadow: 0 0px 0px rgba(183,196,226,.0);
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.cspt-ihbox-style-1.cspt-ihbox h2{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.cspt-ihbox-style-1 .cspt-ihbox-icon-wrapper{
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
}
.cspt-ihbox-style-1 .cspt-ihbox-content{
    margin-top: 20px;
}
.cspt-ihbox-style-1 .cspt-ihbox-subheading h4{
    font-size: 16px;
    line-height: 26px;
}
.cspt-ihbox-style-1:hover{
	box-shadow: 0 0px 40px rgba(183,196,226,.15);
}
.cspt-ihbox-style-1 .cspt-ihbox-icon-wrapper i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}

/*-------------- cspt-ihbox-style-2 ----------------*/
.cspt-ihbox-style-2{
    background: url('../images/icon-bg.jpg') repeat 0 0;
    border:1px solid #f3f3f3;
    border-radius: 6px;
    padding: 40px 35px;
}
.cspt-ihbox-style-2 .cspt-ihbox-heading-wrapper{
    margin-bottom: 25px;
}


/*-------------- cspt-ihbox-style-3 ----------------*/
.cspt-ihbox-style-3{
    background-color: #fff;
    position: relative;
    padding: 35px 35px 35px 35px;  
    margin-bottom: 20px; 
    border-radius: 5px;   
}

.cspt-ihbox-style-3{
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;   
}
.cspt-ihbox-style-3 .cspt-ihbox-contents,
.cspt-ihbox-style-3 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
}
.cspt-ihbox-style-3:hover{
    box-shadow: 0 0px 40px rgba(0,0,0,.15);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.cspt-ihbox-style-3:after{
    background-color: #fff;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-transition: 0.3s ease-out 0s;
    -o-transition: 0.3s ease-out 0s;
    transition: 0.3s ease-out 0s;
    top: 0;
    left: 0;
    opacity: 0
}
.cspt-ihbox-style-3:hover:after{
    opacity: 1
}
.cspt-ihbox-style-3 .cspt-ihbox-contents{
    position: relative;
    z-index: 10
}
.cspt-ihbox-style-3 .cspt-ihbox-icon-wrapper{
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
}
.cspt-ihbox-style-3 .cspt-ihbox-icon-wrapper i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}
.cspt-ihbox-style-3:hover .cspt-ihbox-icon-wrapper i,
.cspt-ihbox-style-3:hover h2,
.cspt-ihbox-style-3:hover .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-3:hover{
    color: #fff;
}
.cspt-ihbox-style-3:hover .cspt-ihbox-icon-wrapper i{
    background-image: none;
}
.cspt-ihbox-style-3:hover .cspt-ihbox-icon-wrapper i {
    -webkit-text-fill-color: #ffffff;
}
.cspt-ihbox-style-3 h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.cspt-ihbox-style-3 h4 {
    font-size: 16px;
    line-height: 26px;
}
.cspt-ihbox-style-3 .cspt-ihbox-btn{
    margin-top: 40px;
}
.cspt-ihbox-style-3 .cspt-ihbox-btn .vc_btn3{
    color: #282828 !important
}
.cspt-ihbox-style-3 .vc_general.vc_btn3{
    background-color: transparent !important;
    padding: 0
}
.cspt-ihbox-style-3 .vc_general.vc_btn3 .vc_btn3-icon{
    font-size: 20px;
}
.cspt-ihbox-style-3 .cspt-ihbox-content{
    margin-top: 10px;
}



/*-------------- cspt-ihbox-style-3-4 ----------------*/
.cspt-ihbox-style-4{
    background-color: #0652fd;
    padding: 30px 30px 30px 30px;   
}
.cspt-ihbox-style-4 .cspt-ihbox-icon-wrapper{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}
.cspt-ihbox-style-4 .cspt-ihbox-heading-wrapper{
    margin-bottom: 15px;
}
.cspt-ihbox-style-4 .cspt-ihbox-content,
.cspt-ihbox-style-4 .cspt-ihbox-heading-wrapper h4,
.cspt-ihbox-style-4 .cspt-ihbox-heading-wrapper h2,
.cspt-ihbox-style-4 .cspt-ihbox-icon{
    color: #fff;
}

/*-------------- cspt-ihbox-style-5 ----------------*/
.cspt-ihbox-style-5 .cspt-ihbox-content{
    margin-top: 40px;
}

.cspt-ihbox-style-5  .cspt-ihbox-icon-wrapper{
    width: 90px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    box-shadow: 0 10px 50px rgba(183,196,226,.4);
    font-size: 35px;
    border-radius: 45px 45px 45px 5px;
}
.cspt-ihbox-style-5  .cspt-ihbox-icon-wrapper i{
    color: #fff;
}
.cspt-ihbox-style-5 .cspt-ihbox-icon-heading {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.cspt-ihbox-style-5 .cspt-ihbox-heading{
    margin-left: 20px;
}
.cspt-ihbox-style-5 .cspt-ihbox-heading .vc_custom_heading{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}


/* --------------------------------------
 * Blog Box
 * ---------------------------------------*/
.creativesplanet-box-blog{
    margin-bottom: 30px;
}

/* ts-blogbox-style-1 */
.cspt-blogbox-style-1 {
    margin-bottom: 30px;
} 
.cspt-blogbox-style-1 .cspt-featured-container{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.cspt-blogbox-style-1 .creativesplanet-box-content{
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 0px 40px rgba(183,196,226,.15);
    border-radius: 0px 0px 10px 10px;
    margin-top: -5px;
}
.cspt-blogbox-style-1 .creativesplanet-box-content .cspt-post-title{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.cspt-blogbox-style-1 .creativesplanet-box-content .cspt-post-title a{
    color: #2c2c2c
}
.cspt-blogbox-style-1 .cspt-post-format-icon{
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
}
.cspt-blogbox-style-1  .cspt-read-more-btn{
    margin-top: 30px;
}
.cspt-blogbox-style-1  .cspt-read-more-btn a{
    display: inline-block;
    position: relative;
}
.cspt-blogbox-style-1  .cspt-read-more-btn a:after{
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    position: absolute;
    background-color: #000;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.cspt-blogbox-style-1 .cspt-read-more-btn {
    margin-top: 20px;
    font-size: 14px;
}
.cspt-blogbox-style-1 .cspt-read-more-btn a{
    text-decoration: none;
}
.cspt-blogbox-style-1 .cspt-read-more-btn a:hover:after{
    width: 5px;
}
.cspt-blogbox-style-1 .cspt-meta-container{
    margin-bottom: 7px;
    font-size: 16px;
}
.cspt-blogbox-style-1  .creativesplanet-box-desc{
    margin-top: 15px;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    color: #b2b2b2;
    margin-left: 20px;
    position: relative;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line a{
    color: #b2b2b2;
}
.cspt-blogbox-style-1 .cspt-meta-container .cspt-meta-line:after{
    content: "/";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -15px;
}
.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-2*/
.cspt-blogbox-style-2{
    padding: 40px 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
.cspt-blogbox-style-2 .cspt-post-title{
    font-size: 20px;
    line-height: 30px;
    color: #2c2c2c;
}
.cspt-blogbox-style-2 .cspt-post-title a{
    color: #2c2c2c;
}
.cspt-blogbox-style-2 .creativesplanet-box-desc-text{
    font-size: 16px;
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.creativesplanet-element-blog div.cspt-blog-ele .cspt-blogbox-style-2{
    background-color:#fff !important;
    box-shadow: 0 0px 40px rgba(0,0,0,.07);
}

.cspt-blogbox-style-2 .cspt-meta-container{
    margin-bottom: 7px;
    font-size: 14px;
}
.cspt-blogbox-style-2  .creativesplanet-box-desc{
    margin-top: 15px;
}
.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    color: #b2b2b2;
    margin-left: 20px;
    position: relative;
}
.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line:after{
    content: "/";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -15px;
}
.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-3*/
.cspt-blogbox-style-3{    
    background-color: #fff;
    margin-bottom: 30px;    
    box-shadow: 0 0px 40px rgba(0,0,0,.07);
}
.cspt-blogbox-style-3 .creativesplanet-box-content{
    padding: 30px 30px 30px 30px;
}
.cspt-blogbox-style-3 .cspt-meta-container .cspt-meta {
    margin-right: 15px;
    display: inline-block;
    font-size: 14px;
}
.cspt-blogbox-style-3.format-video .cspt-featured-wrapper{
    padding-bottom: 60.25%;
}
.cspt-blogbox-style-3 .cspt-post-title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.cspt-blogbox-style-3 .cspt-post-title a {
    color: #2c2c2c;
}
.cspt-blogbox-style-3 .cspt-meta-container .cspt-meta {
    display: inline-block;    
    position: relative;
}
.cspt-blogbox-style-3 .cspt-meta-container .cspt-meta,
.cspt-blogbox-style-3 .cspt-meta-container .cspt-meta a{
    color: #b2b2b2;
}
.cspt-blogbox-style-3 .cspt-meta-container .cspt-meta:after{
    content: "/";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -15px;
}
.cspt-blogbox-style-3 .cspt-meta-container .cspt-meta:last-child:after{
    display: none;
}

/* Classic blog */
.cspt-blog-classic {
    margin-bottom: 70px;
}
.cspt-blog-classic .cspt-post-thumbnail{
    margin-bottom: 60px;
}
.cspt-blog-classic .cspt-post-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
}
.cspt-blog-classic .cspt-post-title a{
    color: #2c2c2c;
}
.cspt-blog-classic .cspt-read-more-btn{
    font-size: 16px;
    line-height: 16px;    
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    letter-spacing: .1em;
}
.cspt-blog-classic .cspt-entry-content{
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
}
.cspt-blog-classic .cspt-read-more-btn a{        
    display: inline-block;   
    font-size: 16px;
    color: #2c2c2c;
}
.blog .cspt-blog-classic .cspt-read-more-btn a:after {
    content: "\e810";
    font-family: "creativesplanet-base-icons";
    margin-left: 10px;
}


/* --------------------------------------
 * 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-2-3 */
.creativesplanet-overlay-box .creativesplanet-post-item {
    position: relative;
    overflow: hidden;
}
.creativesplanet-overlay-box .creativesplanet-overlay{	
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: '';
    text-align: left;
	opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    /* Standard syntax (must be last) */
}
.creativesplanet-overlay-box:hover .creativesplanet-overlay{
	opacity: 1;
    height: 100%;
}
.cspt-portfolio-style-1 .creativesplanet-overlay .creativesplanet-box-content-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
}
.cspt-portfolio-style-1 .creativesplanet-overlay .creativesplanet-box-content-inner .cspt-portfolio-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}
.cspt-portfolio-style-1 .creativesplanet-overlay .creativesplanet-box-content-inner .cspt-portfolio-title,
.cspt-portfolio-style-1 .creativesplanet-overlay .creativesplanet-box-content-inner .cspt-portfolio-title a{
	color: #fff
}
.cspt-portfolio-style-1 .creativesplanet-overlay .creativesplanet-icon-box{
    display: block;
    text-align: center;
    margin-top: 20px;
}
.cspt-portfolio-style-1 .creativesplanet-overlay .creativesplanet-icon-box a{
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #2c2c2c;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    font-size: 25px;
}

/* .cspt-blogbox-style-2 */
.cspt-portfolio-style-2 {
    margin-bottom:  140px;
}
.cspt-portfolio-style-2 .cspt-portfolio-title{
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}
.cspt-portfolio-style-2 .cspt-portfolio-title a{
    color: #2c2c2c;
}
.cspt-portfolio-style-2 .cspt-short-description{
    margin-top: 30px;
}
.cspt-portfolio-style-2.cspt-even .row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.cspt-portfolio-style-2.cspt-odd .cspt-image-wrapper{
    padding-right:  30px;
}
.cspt-portfolio-style-2.cspt-even .cspt-image-wrapper{
    padding-left:  30px;
}
.cspt-portfolio-style-2 .vc_general.vc_btn3{
    padding: 12px 60px;
}

/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/
.cspt-portfolio-single-style-1 .cspt-entry-content{
    margin-top: 90px;
}
.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;
}

/* .cspt-portfolio-lines-wrapper */
.cspt-portfolio-lines-wrapper{
    margin-top: 50px;
    margin-bottom: 80px;
}
.cspt-portfolio-lines-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.cspt-portfolio-line-title{
    color: #424242;    
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 116px;
    display: inline-block;
}
.cspt-portfolio-line-li{
    margin-bottom:  20px;
    position: relative;
    padding-left: 30px;
}
.cspt-portfolio-line-li:before{
    position: absolute;    
    content: "\f0a9";
    font-family: "creativesplanet-base-icons";
    left: 0;
    font-size: 18px;
}

.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:hover .cspt-portfolio-nav-wrapper span{
    color: #fff
}

/* single-cspt-service*/
.tax-cspt-portfolio-category.cspt-sidebar- #primary.content-area{
    margin-top: 60px;
}
.archive .cspt-element-cat-wrapper{
    margin-top: 40px;
    margin-bottom: 40px;
}

.archive .creativesplanet-ele-portfolio{
    margin-bottom: 30px;
}
.cspt-sortable-list-ul{
	list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 42px;
    display: block;
}
.cspt-sortable-list-ul li{
	display: inline-block;
	margin: 0 15px;
}
.cspt-sortable-list a{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: block;
}
.cspt-sortable-list a.cspt-selected {
    color: #fff;
    border: 1px solid;
}
.cspt-sortable-list a.cspt-selected:hover {
	color: #fff;
}
.cspt-sortable-list a:hover {
    color: #222222;
}

/* --------------------------------------
 * Team Member Section
 * ---------------------------------------*/

 /* Team Member style 1 */
.creativesplanet-ele-team{
    position: relative;
    margin-bottom: 50px;
}
.cspt-team-style-1 .creativesplanet-team-image-box .cspt-featured-wrapper{
    overflow: hidden;
}
.cspt-team-style-1 .creativesplanet-box-content{
    background: #fff;
    position: relative;
    top:-30px;
    margin: 0 40px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,.05);
    padding: 20px 0;
    border-radius: 4px;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.cspt-team-style-1:hover .creativesplanet-box-content{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff;
}
.cspt-team-style-1 .creativesplanet-box-content:after{
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: -1;
    -webkit-transition: height .8s cubic-bezier(.25,.8,.25,1) 0s;
    transition: height .8s cubic-bezier(.25,.8,.25,1) 0s;
    border-radius: 4px;
}
.cspt-team-style-1:hover .creativesplanet-box-content:after{
    height: 100%;
    top: 0;
    bottom: auto;
}
.cspt-team-style-1:hover .creativesplanet-box-content .cspt-team-title a{
    color: #fff;
}
.cspt-team-style-1 .creativesplanet-box-content .creativesplanet-box-content-inner{
   font-size: 14px;
}
.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title{
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0px;
    font-weight: 600;
}
.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title,
.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title a{
    color: #282828;
}
.cspt-team-style-1 .creativesplanet-box-content ul{
    margin: 0;
    padding: 0;
    margin-top: 18px;
}
.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{    
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    border-radius: 50%;
}


/* Team Member style 2 */
.cspt-team-style-2 .creativesplanet-box-content{
    position: relative;    
    padding-top: 20px;
    text-align: center;
}
.cspt-team-style-2 .cspt-team-title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.cspt-team-style-2 .cspt-team-title a{
    color: #2c2c2c
}
.cspt-team-style-2 .icon.fa-share-alt{
    display: none;
}
.cspt-team-style-2 .cspt-team-social-links li a {
    position: relative;
    text-align: center;
    color: #848484;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.cspt-team-style-2 .cspt-team-social-links li a:hover {
    color: #fff;
    border-color: transparent;
}
.cspt-team-style-2 .creativesplanet-team-image-box{
    position: relative;
}
.cspt-team-style-2 .creativesplanet-team-image-box img{
	border-radius: 8px;
    box-shadow: 0 0px 30px rgba(183,196,226,.15);    
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.cspt-team-style-2:hover .creativesplanet-team-image-box img{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0px 30px rgba(183,196,226,.45); 
}
.cspt-team-style-2 .creativesplanet-box-team-position{
	font-size: 14px;
}

/* 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;
}


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

/* --------------------------------------
 * Custom Button
 * ---------------------------------------*/
.vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple){
    color: #fff;
}
.vc_btn3-style-classic.vc_general.vc_btn3.vc_btn3-color-secondarycolor,
.vc_btn3-style-classic.vc_general.vc_btn3-color-globalcolor{
    border-color: transparent;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondarycolor:hover,
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-globalcolor:hover{
    background-color: #222;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 45px;
    padding-right: 45px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 35px;
    padding-right: 35px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{
    color: #262626;
    border-color: #d5d5d5;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus, 
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
    background-color: #d5d5d5;
    border-color: transparent;
    color: #fff
}

/* --------------------------------------
 * Testimonial
 * ---------------------------------------*/

/* Team Member style 1 */
.cspt-testimonial-style-1{
    position: relative;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0px 40px rgba(183,196,226,.15);
}
.cspt-testimonial-style-1 .creativesplanet-box-img{
    position: absolute;
    width: 70px;
    height: 70px;
    overflow: hidden;
    left: 0;
}
.cspt-testimonial-style-1 .creativesplanet-box-img img{
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
.cspt-testimonial-style-1 .creativesplanet-box-author {
    position: relative;
    padding-left: 85px;
    padding-top: 30px; 
}
.cspt-testimonial-style-1 .creativesplanet-box-title{
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}
.cspt-testimonial-style-1 span.cspt-designation {
    font-size: 14px;
}
.cspt-testimonial-style-1 blockquote{
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    line-height: 28px;
    color: #a8adbd;
}
.cspt-testimonial-style-1 .creativesplanet-box-desc{
    position: relative;
}
.cspt-testimonial-style-1 .creativesplanet-box-author:after {
    position: absolute;
    content: "\e80d";
    font-family: "creativesplanet-base-icons";
    font-size: 45px;
    line-height: 45px;
    bottom: 0;
    right: 0px;
    opacity: 0.8;
    transform: rotate(-180deg);
    color: rgba(0, 0, 0, 0.12);
}

/*  cspt-testimonial-style 2 */
.cspt-testimonial-style-2{
    margin-bottom: 30px;
} 
.cspt-testimonial-style-2 .creativesplanet-box-content .creativesplanet-box-img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;    
    margin-top: 30px;
}
.cspt-testimonial-style-2 .creativesplanet-box-desc{
    position: relative;
    padding-top: 80px;  
}
.cspt-testimonial-style-2 .creativesplanet-box-desc:after{
    position: absolute;
    content: "\e80d";
    font-family: "creativesplanet-base-icons";
    font-size: 70px;
    line-height: 70px;
    top: 0px;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(-0%);
    -moz-transform: translateX(-50%) translateY(-0%);
    -ms-transform: translateX(-50%) translateY(-0%);
    -o-transform: translateX(-50%) translateY(-0%);
    transform: translateX(-50%) translateY(-0%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}
.cspt-testimonial-style-2 .creativesplanet-box-content .creativesplanet-box-author{
    text-align: center;
    margin-top: 40px;
} 
.cspt-testimonial-style-2 .creativesplanet-box-content .creativesplanet-desingnation{
    color: #c5c5c5;
    font-size: 16px;
}
.cspt-testimonial-style-2 .creativesplanet-box-content .creativesplanet-testimonial-text{
     font-size: 26px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    border: 0;
    color: #999999;
    font-style: italic;
    text-align: center;
}
.cspt-testimonial-style-2 .creativesplanet-box-content .creativesplanet-box-title{
    font-size: 22px; 
    line-height: 28px; 
    margin-bottom: 0;
    font-weight: 600;
}
.cspt-testimonial-style-2  blockquote:after{
    display: none;
}
.cspt-testimonial-style-2 .creativesplanet-box-content .creativesplanet-box-author{
    text-align: center;
}
.cspt-testimonial-style-2 .creativesplanet-box-content .creativesplanet-box-author .creativesplanet-box-title,
.cspt-testimonial-style-2 .creativesplanet-box-content .creativesplanet-box-author .cspt-designation{
    display: inline-block;
    vertical-align: middle;
}
.cspt-testimonial-style-2 .creativesplanet-box-content .creativesplanet-box-author .cspt-designation{
    position: relative;
    margin-left: 25px;
}
.cspt-testimonial-style-2 .creativesplanet-box-content .creativesplanet-box-author .cspt-designation:before{
    content: "/";
    position: absolute;    
    left: -15px;
}
.creativesplanet-element-testimonial.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav,
.creativesplanet-element-testimonial.creativesplanet-element-viewtype-carousel .owl-carousel:hover .owl-nav{
    opacity: 1
}
.creativesplanet-element-testimonial.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {   
    top: calc(27% - 25px);
}
.creativesplanet-element-testimonial.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: -90px;
}
.creativesplanet-element-testimonial.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    right: -90px;
}

/*.cspt-testimonial-style-3 */
.cspt-testimonial-style-3 .creativesplanet-box-content .creativesplanet-box-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.cspt-testimonial-style-3 .creativesplanet-box-content .creativesplanet-box-img,
.cspt-testimonial-style-3 .creativesplanet-box-content .creativesplanet-box-author-right{
    display: inline-block;
    vertical-align: middle;
}
.cspt-testimonial-style-3 .creativesplanet-box-content .creativesplanet-box-author-right{
    margin-left: 15px;
}
.cspt-testimonial-style-3 .creativesplanet-box-content .creativesplanet-box-author-right .creativesplanet-box-title{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.cspt-testimonial-style-3 .creativesplanet-box-desc blockquote{
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}
.cspt-testimonial-style-3 .creativesplanet-box-desc{
    background-color: #fff;
    box-shadow: 0 0px 40px rgba(183,196,226,.15);
    border-radius: 10px;
    padding: 40px 35px;
    text-align: center;
    position: relative;
}
.cspt-testimonial-style-3 .creativesplanet-box-desc:after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #fff;
    bottom: -20px;
    left: 68px;
}
.cspt-testimonial-style-3 .creativesplanet-box-author{
    margin-top: 25px;
    margin-left: 50px;
}
.cspt-testimonial-style-3 .creativesplanet-box-star-ratings .cspt-base-icon-star{
    font-size: 13px;
    color: #f8c823;
}
.creativesplanet-box-star-ratings .cspt-base-icon-star:before{
    margin: 0;
}
.cspt-testimonial-style-3 .creativesplanet-box-star{
    margin-bottom: 15px;
}
.cspt-testimonial-3-carousel-area .cspt-testimonial-3-inner{
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
}
.cspt-testimonial-3-carousel-area .cspt-testimonial-3-inner:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.creativesplanet-element-viewtype-carousel .cspt-testimonial-3-carousel-area .cspt-testimonial-3-inner:after{
    height: 60%;
}
.creativesplanet-element-viewtype-carousel .col-md-7.cspt-testimonial-3-carousel-area{
    padding-right: 0px;
}

.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .creativesplanet-ele{
    padding: 0 20px
}
.creativesplanet-element-viewtype-row-column .cspt-carousel-navs{
    display: none;
}
.col-md-7.cspt-testimonial-3-carousel-area .cspt-ele{
    z-index: 9
}


/* Set row colum view */
.creativesplanet-element-viewtype-row-column .creativesplanet-box-content .creativesplanet-box-author-right .creativesplanet-box-title{
    color: #fff
}
.creativesplanet-element-viewtype-row-column .creativesplanet-box-content .creativesplanet-box-author-right .cspt-designation{    
    color: rgba(255, 255, 255, 0.66);
}
.creativesplanet-element-viewtype-row-column .cspt-testimonial-3-carousel-area .cspt-testimonial-3-inner{
    padding-bottom: 50px;
}
.creativesplanet-element-viewtype-row-column .cspt-testimonial-style-3{
    margin-bottom: 30px;
}

.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-next {
    margin-left: 10px;
}
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-prev, 
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-next {
    text-align: center;
    z-index: 15;
    cursor: pointer;
    color: #9b9b9b;
    width: 50px;
    height: 50px;
    line-height: 50px;    
    border-radius: 50%;
    font-size: 15px;
    outline: none;
    display: inline-block;
    position: relative;
}
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-prev:after, 
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-next:after{
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-prev i, 
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-next i{
    position: relative;
    z-index: 21;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-prev:hover, 
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-next:hover{
    border-color: transparent;
}
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-prev:hover:after, 
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-next:hover:after{
    opacity: 0;
}
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-prev:hover i, 
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-next:hover i{
    color: #fff;
}
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-ihbox.cspt-ihbox-style-hsbox {
    margin-bottom: 25px;
}

/* --------------------------------------
 * 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 */
.creativesplanet-element-cspt-client


.cspt-client-style-1{
    padding: 30px 0px;
}
.cspt-client-style-1 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.cspt-client-style-1:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.cspt-client-style-1 .cspt-client-wrapper.cspt-client-with-hover-img .cspt-client-hover-img {
    position: absolute;
    opacity: 0;
    left: 7px;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cspt-client-style-1 .cspt-client-wrapper.cspt-client-with-hover-img {
    position: relative;
}
.cspt-client-style-1 .cspt-client-wrapper.cspt-client-with-hover-img:hover .cspt-client-hover-img {
	opacity: 1;
}
.cspt-client-style-1 .cspt-client-wrapper.cspt-client-with-hover-img:hover .cspt-featured-wrapper {
	opacity: 0;
}
/* cspt-client-style-2 */
.cspt-client-style-2 .cspt-client-hover-img{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    width: 100%;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.cspt-client-style-2 .cspt-featured-wrapper,
.cspt-client-style-2 .cspt-client-hover-img{
    padding: 10px 20px;
}
.cspt-client-style-2:hover .cspt-client-hover-img{
    opacity: 1;
}


/* --------------------------------------
 * 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
 * ---------------------------------------*/
.cspt-timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
}
.cspt-timeline:after{
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background-color: #056af3;
    border-radius: 10px;
    top: 60px;
    left: 50%;    
    -khtml-transform: translateX(-50%) translateY(-0%);
    -moz-transform: translateX(-50%) translateY(-0%);
    -ms-transform: translateX(-50%) translateY(-0%);
    -o-transform: translateX(-50%) translateY(-0%);
    transform: translateX(-50%) translateY(-0%); 
}
.cspt-status:after{
    content: "";
    height: 40px;
    width: 40px;
    background-color: #056af3;
    position: absolute;
    left: 50%;
    top: -12px;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
}
.cspt-status:before{
    content: "";
    height: 15px;
    width: 15px;
    background-color: #fff;    
    position: absolute;
    left: 50%;
    top: -12px;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    border-radius: 50%;
}
.cspt-timeline .cspt-time {
    margin-bottom: 50px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cspt-status {
    padding: 0px 40px;
    display: flex;
    padding-top: 40px;
    padding-bottom: 30px;
    justify-content: center;
    position: relative;
    text-align: center;
}
.cspt-timeline .cspt-time .cspt-time-inner{
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.cspt-status h4{
    font-size: 18px;
    line-height: 28px;
}

/* --------------------------------------
 * Fact and digit
 * ---------------------------------------*/

/* creativesplanet-ele-fid-style-1 */
.creativesplanet-ele-fid-style-1 .cspt-sbox-icon-wrapper{
    display: none;
}
.creativesplanet-ele-fid-style-1 {
    text-align: center;
}
.creativesplanet-ele-fid-style-1 .cspt-sbox-icon-wrapper{
    font-size: 60px;
    line-height: 70px;
    color: #000;
}
.creativesplanet-ele-fid-style-1 .cspt-fid-inner{
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
}
.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: 400;
    line-height: 26px;
    margin: 0 30px; 
}
.creativesplanet-ele-fid-style-1 .cspt-fid-inner .cspt-number-rotate{
    display: inline-block;
}
.creativesplanet-ele-fid-style-1 .cspt-fid-sub{
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    position: absolute;
}

/* creativesplanet-ele-fid-style-3 */
canvas{
    max-width: 100%;
    max-height: 100%;
}
.cspt-circle-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -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%);
}

/* cspt-fid-boxstyle-thin-progressbar */
.creativesplanet-ele-fid-style-5 h3.cspt-fid-title{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.creativesplanet-ele-fid-style-5 .cspt-circle-number{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.creativesplanet-ele-fid-style-5 .cspt-circle-number sub{
    bottom: 0;
}

/* cspt-fid-boxstyle-strong-progressbar */
.creativesplanet-ele-fid-style-6 .cspt-fid-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
.creativesplanet-ele-fid-style-6 .cspt-circle-number{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.creativesplanet-ele-fid-style-6 .cspt-circle-number sub{
    bottom: 0;    
}
.creativesplanet-ele-fid-style-6 .cspt-fld-contents{
    padding-left:   10px;
    padding-right:  10px;
}


/* --------------------------------------
 * Service Style
 * ---------------------------------------*/


.cspt-service-style-1{
    margin-bottom: 30px;
    text-align: center;
}
.cspt-service-style-1 .creativesplanet-box-content {
    background-color: #fff;
    padding: 50px 25px 30px 25px;
    box-shadow: 0 0px 40px rgba(183,196,226,.15);
    border-radius: 4px;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.cspt-service-style-1 .cspt-service-title{
	font-size: 18px;
	line-height: 28px;
    font-weight: 600;	
    margin-top: 20px;
}
.cspt-service-style-1 .cspt-service-title,
.cspt-service-style-1 .cspt-service-title a{
	color: #010818;
}
.cspt-service-style-1 .cspt-service-icon-wrapper {
    font-size: 65px;
    font-weight: bold;
    line-height: 75px;
}
.cspt-service-ele .cspt-service-icon,
.cspt-service-ele .cspt-service-icon-wrapper,
.cspt-service-style-1 .cspt-service-icon-wrapper,
.cspt-service-style-1 .cspt-service-icon .cspt-service-icon-wrapper i{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}
.cspt-service-style-1 .creativesplanet-box-content:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0px 40px rgba(183,196,226,.3);
}
.cspt-service-style-1 .vc_general.vc_btn3{
    background-color: transparent !important;
    padding: 0
}
.cspt-service-style-1 .vc_general.vc_btn3 .vc_btn3-icon{
    font-size: 20px;
}
.cspt-service-style-1 .cspt-service-btn{
    margin-top: 40px;
}
.cspt-service-style-1 .cspt-service-btn .vc_btn3{
    color: #282828 !important;
    position: relative;
    font-size: 14px;
}
.cspt-service-style-1 .vc_btn3 i{
    right: 0px;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .cspt-ele .cspt-service-style-1{
    padding: 30px 0px;
}

/*.cspt-service-style-2*/
.cspt-service-style-2  .cspt-featured-wrapper{
    margin: 0 15px;
}
.cspt-service-style-2 .creativesplanet-box-content{
    padding-top: 55px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0px 40px rgba(183,196,226,.15);
    margin-top: -30px;
    margin-bottom: 60px;
    border-radius: 10px;
}
.cspt-service-style-2 .cspt-portfolio-title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.cspt-service-style-2 .cspt-portfolio-title a{
    color: #2c2c2c;
}
.cspt-service-style-2 .cspt-featured-wrapper{
    position: relative;
}
.cspt-service-style-2  .cspt-featured-wrapper img {
    border-radius: 4px;
    box-shadow: 0 0px 30px rgba(183,196,226,.15);
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.cspt-service-style-2 .vc_btn3-container{
    margin-bottom: 0;
}
.cspt-service-style-2 .creativesplanet-box-content-inner{
    position: relative;
}
.cspt-service-style-2 .cspt-service-btn{
    height: 54px;
    width: 54px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
    background-color: #000;
    position: absolute;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(50%);
    -moz-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    -o-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    opacity: 0
}
.cspt-service-style-2 .cspt-service-btn a{
    height: 54px;
    width: 54px;
    line-height: 54px;
    border-radius: 50%;
    display: inline-block;
}
.cspt-service-style-2:hover .cspt-service-btn{
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    opacity: 1
}
.cspt-service-style-2 .cspt-service-btn a{
    color: #fff;
}
.single-cspt-service.cspt-sidebar-no .content-area{
    padding-top: 110px;
    padding-bottom: 100px;
}
.cspt-short-description{
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 28px;
}
.single-cspt-service .cspt-service-feature-image .cspt-featured-wrapper{
    padding: 60px;
}
.cspt-middle-con{
    padding: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    text-align: center;
    color: #101010
}
.cspt-middle-con:after{
    height: 1px;
    width: 80%;
    background-color: #f2f2f2;
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.single-cspt-service .cspt-service-feature-image .cspt-featured-wrapper img{
    box-shadow: -5px 23px 49px rgba(0,0,0,0.2);
}

/* Hide next prev button*/
.single-cspt-service .navigation {
    display: none;
}

/* single-cspt-service*/
.tax-cspt-service-category.cspt-sidebar- #primary.content-area{
    margin-top: 60px;
}
.tax-cspt-service-category .cspt-element-team-wrapper{
    margin-top: 40px;
}
.single-cspt-service .cspt-service-single-style-2 .cspt-short-description{
    margin-bottom: 50px;
    margin-top: 50px;
}


/* --------------------------------------
 * VC Button
 * ---------------------------------------*/

.vc_btn3.vc_btn3-shape-rounded{
    border-radius: 3px;
}
.vc_general.vc_btn3.vc_btn3-color-secondarycolor,

.vc_btn3-color-globalcolor.vc_general.vc_btn3:focus, 
.vc_btn3-color-globalcolor.vc_general.vc_btn3:hover,
.vc_btn3-color-global_color.vc_general.vc_btn3{
    color: #fff;
}
.vc_general.vc_btn3{
    font-weight: 500;
}
.vc_general.vc_btn3 span{
    color: inherit;
}
.vc_general.vc_btn3.vc_btn3-style-simple{
    background-color: transparent;
    padding: 0;
}
.vc_general.vc_btn3.vc_btn3-style-simple{
    position: relative;
}
.vc_general.vc_btn3.vc_btn3-style-simple:after{
    content: "";
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    bottom: -2px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.vc_general.vc_btn3.vc_btn3-style-simple:hover:after{
    width: 0%;
}
.vc_general.vc_btn3.vc_btn3-style-simple.vc_btn3-color-black,
.vc_general.vc_btn3.vc_btn3-style-simple.vc_btn3-color-black:hover{
    color: #000000;
}


/* --------------------------------------
 * Footer 
 * ---------------------------------------*/
.site-footer .widget {
    margin: 35px 0 40px;
}

/* 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: 0px;
    margin-top: -25px;
    max-height: 70px;
}
.site-footer .widget-title{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Footer Social */
.cspt-footer-widget .cspt-social-links{
    margin-top: 30px;
    margin-left: 0;
}
.cspt-social-links li{
    margin-right: 8px;
    display: inline-block;
}
.cspt-social-links li a{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #1e2c2b !important;
    font-size: 16px;
    background-color: #ffffff; 
    border-radius: 50%;
}
.cspt-social-links li a:hover{   
    color: #fff !important;
    transition: all 500ms ease;
}

/* Footer contact */
.footer-wrap .cspt-contact-widget-lines .cspt-contact-widget-line,
.footer-wrap .contact-info li{
    position: relative;
    padding: 0px 0px 0px 35px !important;
    margin-bottom: 15px;
    font-size: 16px;
}
.footer-wrap .cspt-contact-widget-lines .cspt-contact-widget-line i,
.footer-wrap .contact-info i{
    position: absolute;
    left: 0px;
    top: 5px;
    color: #fff;
    font-size: 18px;
}
.footer-wrap .cspt-contact-widget-lines .cspt-contact-widget-line:before{
    display: inline-block;
    font-family: "creativesplanet-base-icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    left: 5px;
    color: #fff;
    font-size: 18px;
    top: 0px;
}
.footer-wrap .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-address:before {
    content: "\e80e";
}
.footer-wrap .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-phone:before {        
    content: "\e833";
}
.footer-wrap .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-email:before {
    content: "\f0e0";
}

/* Footer newsletter area */
.cspt-footer-big-area{
    padding-top: 56px;
    padding-bottom: 30px;
}
.cspt-footer-big-area-wrapper{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 3
}
.cspt-footer-big-area .cspt-footer-big-left{    
    margin-right: auto!important;
    margin-top: 10px;
}
.cspt-color-white .cspt-footer-big-title{
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
    font-weight: 600;
}

/* Form */
.cspt-footer-big-area .mc4wp-form{
    position: relative;
}
.cspt-footer-big-area .mc4wp-form input[type="email"]{
    background-color: #fff;
    height: 60px;
    border: none;
    border-radius: 30px;
    width: 330px;
    padding-left: 30px;
    font-size: 15px;
}
.cspt-footer-big-area .mc4wp-form .btn{
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    color: #fff;
    width: 60px;
    border-radius: 0 30px 30px 0px;
}

/* Recent Post */
.site-footer .widget_recent_entries ul li{
    padding-top: 0px;
    padding-bottom: 35px;    
}
.site-footer .widget_recent_entries ul li span { 
    line-height: 17px;
    display: block; 
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: .1em;
}
.site-footer .widget_recent_entries ul li a{
    color: #fff;
    font-size: 18px;
}
.site-footer .widget_recent_entries ul li a:hover{
    color: rgba(255, 255, 255, 0.80);
}

/* --------------------------------------
 * Custom css
 * ---------------------------------------*/
.about-tagline{
    border:1px solid #f5f5f5;
    border-radius: 20px;
    padding: 8px 35px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.rotate-bg .cspt-ihbox-heading{
    position: relative;
}
.rotate-bg .cspt-ihbox-heading:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 100px;
    left: 10%;
    top: 0;
    z-index: -1;
    background: #000;  
    transform: rotate(-5deg) skew(20deg);  
}
.cspt-addressbox{
    height: 220px;
    width: 220px;
    background-color: #fff;
    border: 20px solid #f2f3fe;
    text-align: center;
    border-radius: 50%;
    padding-top: 65px;
    -webkit-box-shadow: 0 13px 29px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 13px 29px rgba(0,0,0,0.25);
    box-shadow: 0 13px 29px rgba(0,0,0,0.25);
    position: relative;
    margin: 0 auto;
    margin-top: 90px;
}
.cspt-addressbox:after{
    position: absolute;
    content: "\e80e";
    font-family: "creativesplanet-base-icons";
    font-size: 50px;
    line-height: 50px;
    bottom: 21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cspt-contact-map .col-md-6.cspt-extended-bg-col{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.cspt-contact-map .col-md-6{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.cspt-contact-box{
    background-color: #fff; 
    box-shadow: 0 0px 40px rgba(183,196,226,.15);
    padding-bottom: 25px;
}
.cspt-contact-box.vc_column_container>.vc_column-inner{
    padding: 0
}
.cspt-contact-box .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading{
    padding: 30px 60px 30px 70px;
    border-bottom: 1px solid #eeeeee;
}
.cspt-contact-box .creativesplanet-box-title *{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
}
.cspt-contact-box  .cspt-static-box{
    padding: 0px 60px 0px 70px;
    margin-bottom: 30px;
}


/* --------------------------------------
 * Contact form
 * ---------------------------------------*/
.cspt-main-form .input-group{
    display: block;
    margin-bottom: 30px;
}
.cspt-main-form .input-group input[type="text"], 
.cspt-main-form .input-group input[type="email"], 
.cspt-main-form .input-group textarea{
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 0;
}
.cspt-main-form .input-group input[type="text"]::placeholder, 
.cspt-main-form .input-group input[type="email"]::placeholder, 
.cspt-main-form .input-group textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b4b4;
    opacity: 1; /* Firefox */
}
.cspt-main-form .input-group input[type="text"]:-ms-input-placeholder , 
.cspt-main-form .input-group input[type="email"]:-ms-input-placeholder , 
.cspt-main-form .input-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b4b4b4;
}
.cspt-main-form .input-group input[type="text"]::-ms-input-placeholder , 
.cspt-main-form .input-group input[type="email"]::-ms-input-placeholder , 
.cspt-main-form .input-group textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #b4b4b4;
}

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


/* --------------------------------------
 * Custom FAQ
 * ---------------------------------------*/
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel.vc_active{
    box-shadow: 0 0px 40px rgba(183,196,226,.15);
}
.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;
}
.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: 10px 55px 50px 55px;
}
.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_active .vc_tta-panel-title{
    padding-top: 10px;
}
.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: 10px 20px;
    color: #424d6c;  
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_general.cspt-faq .vc_tta-panel-title>a{    
    color: #424d6c;  
}

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

/* --------------------------------------
 * error-404
 * ---------------------------------------*/
.error-404{
    margin: 0;
    width: 100%;
    padding: 170px 0px 160px 0px;    
    position: relative;
    text-align: center;
}
.error-404 .page-header h2{
    font-size: 58px;
    line-height: 68px;
    color: #fff;
    font-weight: bold;
}

.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;
    color: #999;
    font-weight: 400;
    margin-top: 15px;
}
.error-404 .search-form{
    margin: 45px auto;
    max-width: 400px;
}
.error404 .wrap{
    width: 100%;
}
.error404 .search-form{
    position:  relative;
}
.error404 .search-form input[type="search"]{
    border-radius: 10px;
    height: 58px;
    line-height: 58px;    
}
.error404 .search-form .search-submit:after{
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 18px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #dbdbdb;
    font-size: 20px;
}
.error404 .search-form label{
    display: none;
}
.error404 .search-form button{
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 50px;
}
.error404 #primary{
    flex: none !important;
    max-width: none !important;
}
.error404  .cspt-title-bar-wrapper{
    display: none;
}



.error404 .page-content .page-title{
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;    
    margin: 0 auto;
    max-width: 580px;
    margin-top: 45px;  
}

.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 a.ts-home-back:focus,
.error404 a.ts-home-back:hover{
    color: #fff;
}




/*search-no-results*/
.search-no-results #primary{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.search-no-results-content{
    padding: 200px 50px;
    text-align: center;
    margin-bottom: 100px;
}
.search-no-results-content p{    
    margin-bottom: 30px;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    max-width: 480px;
}
.search-results.cspt-sidebar-no .site-content{
    margin-top: 100px;
    margin-bottom: 100px;
}
.search-results .site-content{
    margin-top: 100px;
    margin-bottom: 100px;
}

/* --------------------------------------
 * 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: 600px;
    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 input[type="search"],
.cspt-header-search-form-wrapper .search-form input[type="search"]:focus{
    border: none;
}
.cspt-header-search-form-wrapper .search-form input[type="search"]{
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background-color: transparent;
    text-align: center;
    color: #fff;
}
.cspt-header-search-form-wrapper .search-form .search-submit:after{
    display: none;
}
.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: static;
    height: 50px;
    width: 136px;    
    font-weight: 500;
    border-radius: 3px;
    margin-top: 15px;
}
.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 font
 * ---------------------------------------*/
.creativesplanet-ele-fid-style-1 .cspt-fid-title,
.cspt-pricing-table-style-4 .cspt-pricing-table-box .cspt-ptable-line,
.cspt-pricing-table-style-4 .cspt-pricing-table-box .creativesplanet-ptable-price-w *, 
.cspt-pricing-table-style-3 .creativesplanet-ptable-frequency,
.cspt-pricing-table-style-3 .creativesplanet-ptable-symbol,
.cspt-pricing-table-style-3 .creativesplanet-ptable-price,

.cspt-pricing-table-style-2 .cspt-pricing-table-box .creativesplanet-ptable-price-w .creativesplanet-ptable-symbol,
.cspt-pricing-table-style-2 .cspt-pricing-table-box .creativesplanet-ptable-price-w .creativesplanet-ptable-price,
.cspt-pricing-table-style-2 .cspt-pricing-table-box .creativesplanet-ptable-price-w *,

.cspt-pricing-table-style-1 .cspt-pricing-table-box .creativesplanet-ptable-frequency,
.cspt-pricing-table-style-1 .cspt-pricing-table-box .creativesplanet-ptable-price,
.cspt-timeline,
.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{
   font-family: 'Roboto', sans-serif;
}

.cspt-header-style-2 .cspt-header-button a,
.cspt-header-style-2 .cspt-phonenumber,
.cspt-blog-classic .cspt-read-more-btn a,
.error-404 .footer-message:after,
button, html input[type=button], input[type=reset], input[type=submit]{
    font-family: 'Roboto', sans-serif;
}

.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);
}
.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;
}
.creativesplanet-element-testimonial .owl-carousel.owl-drag .owl-item {
    margin: 15px 0px;
}

/* 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;
}

/*cspt-about-image*/
.cspt-about-image > .vc_column-inner  > .wpb_wrapper{
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
    border-radius: 10px;
}
.cspt-about-image .cspt-frameimage{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.cspt-about-image .cspt-ihbox.cspt-ihbox-style-hsbox{
    position: absolute;
    z-index: 3;
    bottom: 50px;
    right: 15px;
    text-align: center;
    margin-bottom: 0;
}
.cspt-about-image .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading *{
    font-size: 24px !important;
    line-height: 34px !important;
    color: #fff;
    font-weight: 500;
}
.cspt-about-image .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading *{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}
.cspt-about-image .vc_icon_element{
    position: absolute;
    bottom: 216px;
    margin-bottom: 0;
    right: 90px;
    z-index: 2;
}