/* Support #123887 - Fix Close Button Z-Index */

.close-btn, .close-contact-form{
    z-index: 1000000;
}

/* Support #132417 - H2 styling on blog posts */

    .blog-content-wrapper h2 span, .blog-content-wrapper h2 {
        max-width: 504px;
        font-size: 1.3333em;
        line-height: 1.4166em;
        font-weight: 300;
        margin-bottom: 30px;
        font-weight: bold !important;
    }

/* Support #133599 - Header Navigation Item Overlapping fix */  


.overlaybox .image-1 {
    position: absolute;
    left: -1200px;
    transition: 1s all;
    width: 101%;
}
.thankyou .footer-top{
    display:none;
}


@media only screen and (min-width:1281px) and (max-width:1370px){
    header .menu-primary-navigation-container a, header .primary-nav a{
        margin:0 5px;
    }
}


@media only screen and (min-width:1400px) {
    .overlaybox .image-1 {
            width: 114%;
            top: -20vh;
    }
    
}

.topheader{
    background:#f5f8fa;
    border-bottom: 1px solid #cbd6e2;
    padding: 10px;
}
.hero{margin-top: 7em;}

.headermain{
    position: fixed;z-index: 999;width: 100%;
    background: #fff;
}



.hero-background{
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
}
.ecomm-seo-back{
    background-image:url('../images/ecommerce-seo/ecommerce-seo.png');
}

.social-mm-back{
    background-image:url('../images/social-media-marketing/social-media-marketing.png');
}

.convers-rate-back{
    background-image:url('../images/conversion-rate-optimization/cinversion-rate-optimization.png');
}


.high-auth-back{
    background-image:url('../images/high-authority-backlinks/high-authority-backlinks.png');
}

.press-release-back{
    background-image:url('../images/press-release-syndication/press-release-syndication.png');
}


.analytics-track-back{
    background-image:url('../images/analytics-tracking-setup/analytics-tracking-setup.png');
}

.article-writ-back{
    background-image:url('../images/article-writing/best-article-writing-service.png');
}

.white-label-back{
    background-image:url('../images/white-label-seo/turnkey-white-label-seo-services.png');
}

.website-content-back{
    background-image:url('../images/website-content/website-content.png');
}

.blog-post-back{
    background-image:url('../images/blog-posts/blog-posts.png');
}


.enterp-seo-back{
    background-image:url('../images/enterprise-seo/enterprise-seo.png');
}

.seo-smb-back{
    background-image:url('../images/seo-for-smbs/banner.png');
}

.seo-audit-back{
    background-image:url('../images/seo-audit-report/banner.png');
}

.keyword-research-back{
    background-image:url('../images/keyword-research/keyword-research.png');
}

.backlink-audit-back{
   background-image:url('../images/backlink-audit/backlink-audit.png');
}
.local-seo-optimization{
   background-image:url('../images/local-seo-optimization/local-seo-optimization.png');
   position:relative;
   /*background:#f5f8fa;*/
}
.local-seo-optimization:before {
    position: absolute;
    background: #fff;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
}
.national-seo{
   background-image:url('../images/national-seo/national-seo.png');
}
.product-descriptions{
   background-image:url('../images/product-descriptions/product-descriptions.png');
}

.schema-mark-back{
   background-image:url('../images/schema-markup-integration/schema-markup-integration.png');
}

.internat-seo-back{
   background-image:url('../images/international-seo/international-seo.png');
}

.citation-clean-back{
   background-image:url('../images/citation-cleanup/citation-cleanup.png');
}
.content-marketing-back{
   background-image:url('../images/content-marketing/content-marketing.png');
}
.seo-resellers-back{
   background-image:url('../images/seo-reseller/seo-reseller.png');
}

.paid-market-back{
   background-image:url('../images/paid-marketing-services/banner.png');
}

.website-design-back{
   background-image:url('../images/website-design-and-development/banner.png');
}






/*.ctared{
    background-image: 
    background-position: center;
}*/




.leftnav li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}

.leftnav li a {
    color: #000;
    font-size: 14px;
}



.listitem{

}
.listitem li{
    padding-left: 20px;
    position: relative;
}
.listitem li:before{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #da412f;
    position: absolute;
    left: 0;
    content:"";
    top: 0;
    bottom: 0;
    margin: auto;
}
.overlaybox {
    /*position: absolute;
    left: 0px;
    top: 0px;*/
    position: relative;
}

.overlaybox .image-2 {
    position: absolute;
    top: 0px;
    left: -1200px;
    transition: 1s all;
    opacity: 0.2;
}

.overlaybox .image-3 {
    position: absolute;
    left: -600px;
    top: 461px;
    transition: 1s all;
}



.partnericon ul li:focus.partnericon ul li:hover,.partnericon ul li:active{
    outline: none;
}
.hero.layout-home{
    position: relative;
    overflow: hidden;
}
.home-video{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0px;
    top: 0px;
}

.hero.layout-home .overlaybox{
    z-index: 3;
}

.hero.layout-home .wrapper{
    z-index: 4;
}
.hero.layout-home{
    
}


div#load_screen{background-color: #6aa1be;
    opacity: 1;
    position: fixed;
    z-index: 1000000000;
    top: 0px;
    height: 100%;
    width: 100%;
    /* background: #ffffff; */
    display: flex;
    justify-content: center;
    align-items: center;
}



.loader{
    position: relative;
    box-sizing: border-box;
    width: 44px;
    /* height: 200px; */
    display: block;
    margin: auto;
    top: 50%;
    text-align: center;
    margin-top: 0;
}
.loaderdot {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    position: absolute;
    width: 10px;
}
.loaderdot_1 {
    animation: 1.5s linear 0s normal none infinite running animateDot1;
    background: #fff none repeat scroll 0 0;
    left: 12px;
}.loaderdot_2 {
    animation: 1.5s linear 0.5s normal none infinite running animateDot2;
    left: 24px;
}.loaderdot_3 {
    animation: 1.5s linear 0s normal none infinite running animateDot3;
    left: 12px;
}.loaderdot_4 {
    animation: 1.5s linear 0.5s normal none infinite running animateDot4;
    left: 24px;
}
 @keyframes animateDot1 {
0% {
    transform: rotate(0deg) translateX(-12px);
}
25% {
    transform: rotate(180deg) translateX(-12px);
}
75% {
    transform: rotate(180deg) translateX(-12px);
}
100% {
    transform: rotate(360deg) translateX(-12px);
}
}
@keyframes animateDot2 {
0% {
    transform: rotate(0deg) translateX(-12px);
}
25% {
    transform: rotate(-180deg) translateX(-12px);
}
75% {
    transform: rotate(-180deg) translateX(-12px);
}
100% {
    transform: rotate(-360deg) translateX(-12px);
}
}
@keyframes animateDot3 {
0% {
    transform: rotate(0deg) translateX(12px);
}
25% {
    transform: rotate(180deg) translateX(12px);
}
75% {
    transform: rotate(180deg) translateX(12px);
}
100% {
    transform: rotate(360deg) translateX(12px);
}
}
@keyframes animateDot4 {
0% {
    transform: rotate(0deg) translateX(12px);
}
25% {
    transform: rotate(-180deg) translateX(12px);
}
75% {
    transform: rotate(-180deg) translateX(12px);
}
100% {
    transform: rotate(-360deg) translateX(12px);
}
}


.slide-one{
    position: relative;
    min-height: auto !important;
    /*padding-top: 60px;*/  
    padding-bottom: 60px;
}
.slide-one:before {
       width: 90%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -40%;
    background: url(../images/home/on-page-seo.png) no-repeat;
    content: "";
    opacity: 0.5;
    background-size: cover;
        /*transform: scale(1.069);*/
}

.slide-two{
    position: relative;
    min-height: auto !important;
}
.slide-two:before {
        width: 90%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -40%;
    background: url(../images/home/off-page-seo.png) no-repeat;
    content: "";
    opacity: 0.5;
    background-size: cover;
        /*transform: scale(1.069);*/
}


/* title styles */
.home-title{
    display: none;
}
.home-title strong{
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 1.2;
    color: #fff;
}

.home-title strong::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: yellow;
    animation: a-ltr-after 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(-101%);
}

.home-title strong::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: yellow;
    animation: a-ltr-before 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(0);
}

.home-title strong:nth-of-type(1)::before,
.home-title strong:nth-of-type(1)::after{
    animation-delay: 1s;
}

.home-title strong:nth-of-type(2)::before,
.home-title strong:nth-of-type(2)::after{
    animation-delay: 1.5s;
}




.headinganimation{
    display: none;
}
.headinganimation strong{
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 1.2;
    /*color: #fff;*/
}

.headinganimation strong::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: yellow;
    animation: a-ltr-after 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(-101%);
}

.headinganimation strong::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: yellow;
    animation: a-ltr-before 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(0);
}

.headinganimation strong:nth-of-type(1)::before,
.headinganimation strong:nth-of-type(1)::after{
    animation-delay: 1s;
}

.headinganimation strong:nth-of-type(2)::before,
.headinganimation strong:nth-of-type(2)::after{
    animation-delay: 1.5s;
}




@keyframes a-ltr-after{
    0% {transform: translateX(-100%)}
    100% {transform: translateX(101%)}
}

@keyframes a-ltr-before{
    0% {transform: translateX(0)}
    100% {transform: translateX(200%)}
}




/* Support #123887 - Fix Blog H2 Margin */  

.blog-content-wrapper p+h2 {
    margin-top: 40px;
}

/* Support #134369 - Add Bullet points to the Li's inside blog content */   

.blog-content-wrapper ul li {
    list-style: disc;
    margin-left: 20px;
}
.side-cart .tags li{
    list-style: none;
}

/* Support #134367 - Fix White Space wrap for Categories */

.side-cart .tags ul li a{
    white-space: nowrap;
}

/* Support 136057 - Style of footer links */

    footer .copyright a { color: #93aab7; }
    footer .copyright a:hover { color: #fff; }

/* Support #140017 - Hubspot form */

    .old-content .hs-cta-wrapper img { padding: 0; }

.logo{width: 150px;}


.seprator{
    height: 1px;     width: 100%;     background: #6aa1be47;     
}

.testimonials_main{
    margin-top: 60px;
}
.testimonialsbox{
    max-width: 550px;
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
}


.testimonialhd{position: relative;z-index: 2;margin-bottom: 0px;}
.testimonialhd h2{
    margin-bottom: 0px;
}

.testimonialsbox .case-study-slide .case-content{
    height: 350px;
}
.testimonial_slider{
    position: relative;
    z-index: 2;
    padding:40px;
}

.testimonial_slider .slick-slide{
    padding:20px;   
}
.testimonial_slider .slick-slide:focus{
    outline: none;
}

.testimonial_slider .slick-arrow.slick-prev{
        font-size: 0;
    padding: 0;
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 50px;
    height: 50px;
    margin: auto;
    left: 0px;
    top:-90px;
    outline: none;
    cursor: pointer;
}
.testimonial_slider .slick-arrow.slick-prev:before {
    font-size: 60px;
    content: "\e973";
    font-family: icomoon;
    color: #f25644;
}
.testimonial_slider .slick-arrow.slick-next{
        font-size: 0;
    padding: 0;
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 50px;
    height: 50px;
    margin: auto;
    right: 0px;
    top:-90px;
    outline: none;
    cursor: pointer;
}
.testimonial_slider .slick-arrow.slick-next:before {
    font-size: 60px;
    content: "\e972";
    font-family: icomoon;
    color: #f25644;
}
.testimonial_slider .slick-arrow.slick-next:hover:before,.testimonial_slider .slick-arrow.slick-next:hover:before{
color:  #fb7d4b;outline: none;
}




/*book a call popup css*/









.book-call-ys-layer {
    display: none;
    /*background-image: url(../images/pattern.png);*/
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.book-call-ys-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    
}

.book-call-ys-container.visible, .book-call-ys-layer.visible {
    display: block;
}

.book-call-ys-box {
    background-color: #fff;
    width: 0;
    height: 0;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px 20px 20px 20px;
    /*box-shadow: 2px 2px 2px 0px rgba(0,0,0,.8);*/
    transition: height .2s ease-in-out;
}

/*.book-call-ys-popup-close {
    box-shadow: 0px 0px 10px #0000000d;
    position: absolute;
    background-color: #fff;
    color: #0c71f4;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: none;
    text-indent: -5000px;
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    right: 0;
    top: 0;
    line-height: 1.7;
    width: 0;
    height: 0;
    transform: translateX(50%) translateY(-50%);
    transition: .2s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
}*/

.crossbtn {
    float: right;
    font-size: 30px;
    border: 2px solid #000;
    padding: 2px 7px;
    border-radius: 8px;
    color:#212529;
}
.crossbtn:hover{
color:#212529;
}

.book-call-ys-popup-close{position: absolute;color: #da412f;text-align: center;font-size: 18px;text-decoration: none;display: block;right: 10px;top: 10px;font-weight: 700;border: solid 1px #da412f;padding: 2px 9px 3px 9px;line-height: initial;border-radius: 100%;}
.book-call-ys-container.finished .book-call-ys-popup-close {width: 30px;height: 30px;text-indent: 0;}

.book-call-ys-popup-content {display: none;padding: 20px 40px;background: #fff;border-radius: 20px 20px 20px 20px;}

.book-call-ys-container.finished .book-call-ys-popup-content {display: block;}

.book-call-ys-popup-close:hover {text-decoration: none;color: #000;}

.book-call-ys-box{height: auto;width: 572px !important;background:#f3c06a;padding:0;background-size: cover;}
.book-call-ys-box .mainbann{border-radius: 20px 20px 0 0;width:100%;}
.book-call-popupform h2{font-weight: 500;font-size: 20px;color: #3a3a3a;margin: 10px 0 20px;}
.book-call-popupform h2 span{color: #da412f;}
.book-call-popupform p {color: #000;padding: 0 0 8px;font-size: 14px;}
.book-call-popupform form p{color: #000;font-size: 14px;font-weight: 700;margin: 0;}
.book-call-popupform form p span{color: #0c71f4;}
p.small{font-size: 14px;color: #000;text-align: center;display: block;}
.book-call-popupform form{font-size: 0;}
.book-call-popupform form .fldst{margin: 0 0 30px;display: block;width: 100%;}
.book-call-popupform span.heading {font-size: 30px;
    /*font-family: "Poppins", sans-serif;*/
    font-weight: 700;
    color: #000;
    text-align: center;
    display: block;}
    .book-call-popupform figure { -webkit-animation: ripple 0.9s linear infinite;
    animation: ripple 0.9s linear infinite;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    margin: -40px auto 30px;
    border: solid 1px #ededed;
    background: #da412f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;}

.book-call-popupform form .fldst .intl-tel-input{width:79%;margin-bottom:15px;}
.book-call-popupform form input[type="text"]{border-radius: 8px;}
.book-call-popupform form .fldst.btnattach button {position: relative;bottom: 0;border: 0;display: block;right: 0;background: #da412f;width: 100%;height: 50px;border-radius: 4px;cursor: pointer;font-size: 16px;color: #fff;}
 .book-call-popupform form .callus {      border-top: 3px solid transparent;
    background-color: #da412f;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    padding: 8px 25px;
    outline: none;
    cursor: pointer;
    border-radius: 8px;
    display: block;
    text-align: center;}
    .book-call-popupform form .callus i {margin: 0 0 0 15px;}
.book-call-popupform form .lst-p{text-align: center;padding: 0px 0px 15px;}
.book-call-popupform form .lst-p a {font-weight: 700;color: #da412f;}
.book-call-popupform form .lst-p a:hover {color: #000;}
.book-call-popupform form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 8px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 0px 0;
}
.book-call-popupform form .newbtn {
    background: #da412f;
    height: 51px;
    width: 100px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-left: 0;
    font-size: 16px;
    font-weight: bold;
    }


.book-call-popupform .fldst-two{width: 50%;display: inline-block;padding:5px 5px 5px 0px;}
.book-call-popupform .fldst-two.last{padding:5px 4px 5px 5px;}



.callusnow {
    width: 40px;
    height: 40px;
    color: #da412f;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 6px 0px 12px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #ffffff;
    
    /* background: -webkit-linear-gradient(left, #da412f 0%,#9b2c92 100%); */
    /* background: linear-gradient(to right, #da412f 0%,#9b2c92 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da412f', endColorstr='#9b2c92',GradientType=1 );
    border: solid 3px #da412f;
}
.callusnow:hover {color: #da412f;}


.whatsap-btn {
    width: 40px;
    height: 40px;
    color: #00a155;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    position: fixed;
    bottom: 80px;
    left: 20px;
    z-index: 9999999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 6px 0px 12px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #ffffff;
    
    /* background: -webkit-linear-gradient(left, #da412f 0%,#9b2c92 100%); */
    /* background: linear-gradient(to right, #da412f 0%,#9b2c92 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da412f', endColorstr='#9b2c92',GradientType=1 );
    border: solid 3px #00a155;
}
.whatsap-btn:hover {color: #00a155;}






@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}


@-webkit-keyframes ripple{0%{box-shadow:0 0 0 0 
  rgba(1, 201, 226, 0.3), 0 0 0 10px 
  rgba(1, 201, 226, 0.3), 0 0 0 20px 
  rgba(1, 201, 226, 0.3), 0 0 0 30px 
  rgba(1, 201, 226, 0.3);}
100%{box-shadow:0 0 0 1em 
  rgba(1, 201, 226, 0.3), 0 0 0 20px 
  rgba(1, 201, 226, 0.3), 0 0 0 30px 
  rgba(1, 201, 226, 0.3), 0 0 0 50px 
  rgba(1, 201, 226, 0);}
}
@keyframes ripple{0%{box-shadow:0 0 0 0 
  rgba(201, 205, 206, 0.3), 0 0 0 10px 
  rgba(232, 238, 239, 0.3), 0 0 0 20px 
  rgba(219, 224, 224, 0.3), 0 0 0 30px
  rgba(197, 199, 199, 0.3);}
100%{box-shadow:0 0 0 1em 
  rgba(207, 219, 220, 0.3), 0 0 0 20px 
  rgba(167, 174, 175, 0.3), 0 0 0 30px 
  rgba(187, 194, 195, 0.3), 0 0 0 50px 
  rgba(1, 201, 226, 0);}


}










/*floating strips css start */
.floatbutton{-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;position: fixed;right: -650px;top: 170px;font-size: 0;width: 700px;/* transform: translateY(-50%); */z-index: 200;}
.floatbutton.active{right: 0;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floatbutton.active .floating-overlay{display:block;}
.floatbutton .clickbutton{width: 50px;z-index: 99;height: 50px;cursor: pointer;/*box-shadow: -20px 0 35px #0000001f;*/border-radius: 40px 0px 0px 40px;/*background: #fff;*/display: inline-block;padding-top: 0;vertical-align: top;margin-top: 125px;}
.floatbutton .clickbutton .crossplus{
    background: #17253f;
    height: 76px;
    width: 152px;
    left: -93px;
    color: #fff;
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -o-transform: skew(-14deg);
    transform: skew(-14deg);
    border-right: 3px;
}
.floatbutton .clickbutton .crossplus:before{content: ""; display:none;position: absolute;width: 20px;height: 2px;right: 0;background: #fbb334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus:after{content: ""; display:none;position: absolute;width: 2px;height: 20px;right: 0;background: #fab334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus{position: relative;display: block;
    /*transform: rotate(0deg);*/
    -webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floatbutton .clickbutton .crossplus:before{
    position: absolute;
    content: "";
    background: url(../images/float-icon.png);
    width:26px;
    height: 25px;
    display: block;
    left: -171px;
    top: -96px;
    /*background-repeat: no-repeat;
    width: 124px;
    height: 96px;
    left: -73px;
    top: 75px;
    display: block;
    background-color: transparent;*/
}

p.parafloat {
    color: #fff;
    font-size: 10px;
    padding: 5px 0 0 7px;
    font-weight: 700;
    margin:0px;
}

p.parafloat span {
    color: #f0235a;
    /*font-weight: 600;*/
    font-size: 19px;
}

.crossplus h3 {
    color: #ffff;
    font-size: 45px;
    padding-left: 11px;
    line-height: 40px;
    margin:0px;
}
/*.floatbutton .clickbutton .crossplus.rotate{transform: rotate(45deg);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}*/
.floatbutton .clickbutton .crossplus i {font-size: 18px;color: #f23386;margin: 17px 0 0 15px;}
.floatbutton .banner-form{background: #fff;padding: 20px 30px 20px 20px;position: relative;z-index: 9;border-radius: 5px 0 0 5px;margin: 0;width: 650px;max-width: 650px;display: inline-block;box-shadow: 0px 0px 30px #0000001f;}
.floatbutton .banform{}
.floatbutton .ban-form{}
.floatbutton .ban-form input{position: relative;width: 100%;margin: 0 0 0 0;border: 1px solid #e5e5e5;background: white;padding: 10px 15px 10px 40px;color: gray;font-size: 14px;border-radius: 8px;height: 40px;font-weight: 400;outline: none !important;margin: 0 0 15px 0;}
.floatbutton .ban-form select{position: relative;width: 100%;margin: 0 0 0 0;border: 1px solid #e5e5e5;background: white;padding: 10px 15px 10px 40px;color: gray;font-size: 14px;border-radius: 8px;height: 40px;font-weight: 400;outline: none !important;margin: 0 0 15px 0;-webkit-appearance:none;font-family: Poppins, sans-serif;}
.floatbutton .ban-form .flt-slct:after{
    position: absolute;
    content: "\e958";
    font-family: 'icomoon' !important;
    bottom: 23px;
    right: 16px;
    font-size: 14px;
}
.floatbutton .ban-form i{
        position: absolute;
        top: 14px;
        left: 30px;
        font-size: 14px;
        color: #f25644;
}
.floatbutton .col-lg-6, .floatbutton .col-lg-12{
    padding-right: 0px;
}
.floatbutton .banner-form .intl-tel-input{width: 100%;}
.floatbutton .banner-form  h3 {color: #333;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
        text-align: left;
}
.floatbutton .banner-form  h3:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5px;
    height: 85%;
    border-radius: 15px;
    background-color: #f25644;
}    
.floatbutton .banner-form h3 strong {    font: 24px/24px "gilroy-bold", sans-serif;text-align: left;
    font-weight: 800;}
.floatbutton .ban-form input[type="submit"]{color: #fff;font-weight: 600;background: #f25644;border-radius: 6px;text-align: center;padding: 10px 15px;margin: 20px 0 0;border: transparent;}
.floatbutton .ban-form textarea{position:relative;width: 100%;border: 1px solid #e5e5e5;background: white;padding: 10px 15px 10px 40px;color: gray;font-size: 14px;border-radius: 8px;font-weight: 400;height: 90px;outline: none !important;margin: 0px 0 0px 0;}

.floatbutton .ban-form textarea + i{
        position: absolute;
    top: 16px;
    left: 30px;
    font-size: 14px;
    color: #f0235a
}
.floating-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color:rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    z-index: -9;
    display: none;
}
.floatbutton .btns_wrap{position:fixed;right: -6px;}
.floatbutton .btns_wrap a:hover{text-decoration: none!important;right: 0px;}
/*.floatbutton .btns_wrap .call_wrap{width: 280px;position: absolute;right: -225px;background: #fff;top: 60px;border-radius: 50px 0px 0px 50px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
 
.floatbutton .btns_wrap .call_wrap span{border-left: 1px solid #ded9d9;color: #333;font-size: 20px;vertical-align: middle;background: #fff;padding: 15px 20px 15px 15px;}
.floatbutton .btns_wrap .chat_wrap{display: block;position: absolute;right: -225px;width: 280px;background: #fff;top: -5px;border-radius: 0px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;
-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;border-radius: 50px 0px 0px 50px;}
.floatbutton .btns_wrap .chat_wrap span.icoo,
.floatbutton .btns_wrap .call_wrap span.icoo{color: #f23386;background: #fff;font-size: 18px;padding: 15px 20px;vertical-align: middle;
display: inline-block;border-radius: 50px 0px 0px 50px;}
.floatbutton .btns_wrap .chat_wrap span{color: #333;font-size: 20px;vertical-align: middle;background: #fff;padding: 15px 30px 15px 15px;}*/
/*floating strips css end */




footer .footer-bottom .column-layout{
    margin-top:30px;
}




.form-box-main{}
.form-box-main form{margin-top: 50px;}
.form-box-main input{
        border: 1px solid #cbd6e2;
        border-radius: 10px;
        margin-bottom: 20px;
        width: 100%;
        padding: 15px;
}
.form-box-main input:focus{
    outline: none;

}
.form-box-main textarea{
        border: 1px solid #cbd6e2;
        border-radius: 10px;
        margin-bottom: 20px;
        width: 100%;
        height: 100px;
        resize: none;
}
.form-box-main textarea:focus{
    outline: none;
}

.form-box-main select{
    border: 1px solid #cbd6e2;
    border-radius: 10px;
    width: 100%;
    padding: 15px;

}
.form-box-main select:focus{
    outline: none;
    /*border-radius: 15px 15px 0px 0px;*/
}
.form-box-main button{
    width: 150px;
    cursor: pointer;

}
.form-box-main button:focus,.form-box-main button:hover,.form-box-main button:active{
    outline: none;
}


.resources section.case-study-testimonies{
        padding: 0em 5vw;

}

.mainheading h2{margin-top: 2em;}


.searchbox{font-size: 0;}
.searchbox input[type='text']{
    
    background: #fff;
    padding: 13px 15px 13px 30px;
    color: gray;
    font-size: 13px;
    font-weight: 400;
    border-radius: 10px 0 0 10px;
    width: 50%;
    height: 51px;
    vertical-align: middle;

}

.searchbox button {
    padding: 11.5px 30px;
    font-size: 19px;
    border: none;
    border-radius: 0 10px 10px 0;
    background: #f25644;
    color: #fff;
    height: 51px;
    vertical-align: middle;
}
.searchbox button:hover,.searchbox button:active,.searchbox button:focus{
    outline: none;
}
.hero .content .searchbox p{
        font-size: 20px;
    margin-top: 20px;
    margin-left: 20px;
    color: #fff;
}

.searchbx{
    position: relative;
    /*height: 30vw;*/
    padding-top: 80px;
}
.searchbx:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5d82c2;
    content:"";
    left: 0px;
    top: 0px;

}

.searchbx .headline-1{
    color: #fff;
    margin:0px;
}

.searchbx .headline-1 span {
    font-weight: 400;
    font-size: 0.7em;
    display: block;
}
.searchbx.hero .wrapper{
        padding: 3.5555em 0;
}


.form-error {
    display: none;
    color: red;
    font-size: 20px;
}
.is-visible {
    display: block!important;
}

.vertical-callouts .icon{
    margin-bottom: 20px;
}





@media only screen and (max-width:768px){
    .slide-one .cta{
        margin-bottom: 80px;
    }
    .slide-two .cta{
        margin-bottom: 80px;
    }
    .slide-one:before{
        display: none;
    }

    .slide-two:before{
        display: none;
    }
.topheader{
    display: none;
}
.hero{
    margin-top: 0px;
}

.page{
    padding-top: 100px;
}


body{
    padding-top: 0px !important;
}

.floatbutton{
    display: none;
}



}

.rightnav {
    width: 100%;
    text-align: right;
    margin-left: calc(100% - 88%);
    float: right;
}

.rightnav ul li {
    display: inline-block;
    padding: 10px;
}

.rightnav ul li a {
    
    color:#25364b;
    font-weight: 500;
    font-size: 14px;
}
.rightnav ul li img{
    width: 30px;
    margin-right: 10px;
}
.rightnav ul li a.rd{
    color: #f25644;
} 

.rightnav ul li a.lvchat{
    color: #1f73b7;
} 

.rightnav ul li a.book-a-callbtn{
        border: 1px solid #cbd6e2;
    padding: 6px 12px;
    border-radius: 10px;
}

.top-bar {
    position: fixed;
    background: #f5f8fa;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #cbd6e2;
    z-index: 99;
}

.mobile-nav {
    background: #25364b;
    width: 300px;
    position: absolute;
    right: -300px;
    top: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px 0 50px;
    z-index: 200
}

.mobile-nav .sep {
    width: 100%;
    height: 1px;
    background: #334b68
}

.mobile-nav a {
    color: #fff;
    padding: 20px;
    margin-left: 20px
}

.mobile-nav a:nth-child(8) {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.mobile-nav .primary-nav .cta-button a,
.mobile-nav a.button,
.primary-nav .cta-button .mobile-nav a {
    width: 88%;
    text-align: center
}

.mobile-nav.show {
    right: 0
}


.rightnav ul li a.headerbtn{
    background-color: #f25644;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: .7777em;
    font-weight: 500;
    padding: 1em 1.8571em .8285em;
    border-radius: 10px;
    border: 0;
    text-decoration: none;
}

@media (min-width:768px) {
    .mobile-nav.show {
        right: -300px
    }
}

.mobile-nav .mobile-menu-icon {
    position: absolute;
    right: 5vw;
    top: 40px;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

.mobile-nav ul,
.mobile-nav ul li,
header .menu-primary-navigation-container {
    display: block
}

.mobile-nav ul li {
    padding: 20px;
    margin-left: 20px
}

.mobile-nav .cta-button {
    display: none
}

.mobile-nav .secondary-button {
    margin-top: 50px
}

.mobile-nav ul li a {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 16px
}

.mobile-nav ul.sub-menu a {
    font-size: 13px;
    opacity: .4
}

.mobile-nav ul.sub-menu li {
    padding-bottom: 5px;
    padding-top: 0;
    top: 5px;
    margin-left: 20px!important
}

.mobile-nav ul.sub-menu .sub-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
    top: 0
}

.menu-item-has-children li .sub-menu a {
    font-size: 12px;
    padding-top: 1px!important;
    padding-bottom: 1px!important;
}

.sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    background: #fff;
    -webkit-box-shadow: 0 20px 40px rgba(24, 42, 63, .2);
    box-shadow: 0 20px 40px rgba(24, 42, 63, .2);
    border-top: 2px solid #6aa1be;
    padding: 22px 22px 22px 0;
    width: 270px;
    /*left: 20px;*/
    /*transform: none;*/
}
.col-sm-12.top-bar {
    position: fixed;
    width: 100%;
    /* margin-bottom: 19px; */
}
.award {
    display: none !important;
}

.partnericon {
    display: none;
}