@charset "utf-8";
/* CSS Document */

*
{
	padding:0;
	margin:0;
}

body
{
	font-family: "Outfit", sans-serif;
	background-color:#fff;
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Outfit", sans-serif;
    color:#000000;
}
h1,h2,h3
{
	margin:25px 0px;
}

h1{
	font-size:48px;
	font-weight:400;
}

h2{
	font-size:36px;
	font-weight:500;
}

h3{
	font-size:30px;
	font-weight:400;
}

h4{
	font-size:24px;
	font-weight:400;
}

h5{
	font-size:18px;
	font-weight:400;
}

h6{
	font-size:14px;
	font-weight:400;
}

p{
	font-family: "Outfit", sans-serif;
	font-size:15px;
	color:#5e5e5e;
	font-weight:400;
	line-height:22px;
}

ul,ol
{
	padding:0;
	margin:0;
}

ul li,ol li
{
	list-style-type:none;
	font-family: "Outfit", sans-serif;
	font-size:12px;
	color:#707070;
	font-weight:400;
	line-height:30px;
}

a
{
	font-family: "Outfit", sans-serif;
	transition: all 0.5s ease;
	color:#000000;
	font-weight:700;
	text-decoration:none;
}

a:hover {
    color:#f16223;
	text-decoration:none;
}

strong
{
	font-family: "Outfit", sans-serif;
	font-weight:600;
	color:#1e91eb;
}

hr {
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    height: 5px;
    width:auto;
}



/* Top Banner Section */

.bannerHeader {
    padding: 20px 0;
    /*background-color: #1B3044;*/
}

.phoneWrapper img, .emailWrapper img {
    padding-right: 8px;
}

.numberFont {
   font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.logoWrapper img {
    width: 80%;
}

.banner-section{   
    background:url(../img/banner-bg.png) no-repeat #000; 
    background-size: cover; 
    /* padding: 50px 0px 80px 0px; */
  }
.banner-section h1{ margin-bottom: 30px; font-weight: 600;font-size: 54px;line-height: 74px; }
.banner-section h1 span {
    background: url(../assets/wordpress-bg.svg) left bottom no-repeat;
    padding-bottom: 15px;
}
.banner-section h4{
    color: #fff;
    font-size: 22px;
    font-weight: 300; max-width:580px; 
}
.banner-section .special{
    text-decoration: underline;
}

.btn-1{
    background-color: #1A71B8;
    border-color: #1A71B8;
    color:#ffffff;
    font-weight: 300;
    padding: 10px;
    border-radius: 10px;
}
.btn-2{
    border-color: #1A71B8;
    color: #ffffff;
    font-weight: 300;
    padding: 10px;
    border-radius: 10px;
}

.banner-section ul li{
    color: #ffffff;
    /* background: url(../images/time-icon.png) left center no-repeat; */
    /* padding-left: 29px; */
    font-size: 17px;
    font-weight: 400;
    line-height: 100px;
    margin: 10px 0px; 
}

.v-line::after{
    position: absolute;
    /* left: 0; */
    /* top: 0; */
    content: '';
    border-left: 1px solid #ffffff;
    margin-left: -12px;
    height: 13%;
}
.v-line:first-of-type:after {
    top: 45%;
  }
  .v-line:last-of-type:after {
    top: -40%;
  }

  .our-guarantees{
    background-color: #EAF2F9;
  }
  .our-guarantees .outer{
    border: solid 1px #a4cbeb;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    margin: 10px 0 10px 0px;
    transition: transform 0.5s;
  } 
  .our-guarantees .outer:hover{
    transform: scale(1.1);    
  }
  
  .our-guarantees .img-card{
    background-color: #EAF2F9;
  }
  .our-guarantees .line {
    border-bottom: solid 4px #1A71B8;
    margin-left: 40%;
    margin-right: 40%;
}
.security-measure .line{
    border-bottom: solid 4px #1A71B8;
    margin-left: 40%;
    margin-right: 40%;
}
  .our-guarantees .title{
    color: #1A71B8;
  }
  .our-guarantees .sub-section{
    background-color: #1B3044;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .what-all{
    background-color: #eaf2f9;
  }
  .what-all .fr-second{
    background-color: #1B3044;
  }
  .what-all .line {
    border-bottom: solid 4px #1A71B8;
    margin-left: 44%;
    margin-right: 44%;
}
.what-all .c-card{
    background-color: #EAF2F9;
    color: #1a71b8;
    cursor: pointer;
    transition: transform 0.5s;
}
.what-all .c-card:hover{
    background-color: #1B3044;
    color: #FFFFFF;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
.what-all .c-card .f-sec{
    background: #f8f9fa;
    padding: 10px;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    border: solid 1px;
    margin: 0 60px 0 60px;
}
.what-all .c-card img{
    width: 60px;
    height: 60px;
    padding: 5px;
}

.what-all .c-card .img-bg{
    background: url("../img/circle-bg.png");
    background-repeat: no-repeat;
    background-size: auto;
    
}
.what-all .fr-card{
    margin-top: -120px;
}
.clientLogoWrap  img{
    transition: transform 0.5s;
}
.clientLogoWrap  img:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.clientLogoWrap .line{
    border-bottom: solid 4px #1A71B8;
    margin-left: 44%;
    margin-right: 44%;
}


.fr1-card{
    margin-top: -90px;
    margin-left: 150px;
}
.what-wordpress {
    background-color: #1B3044;
}
.what-wordpress .line {
    border-bottom: solid 4px #1A71B8;
    margin-left: 44%;
    margin-right: 44%;
}
.what-wordpress .content{
    border-left: 5px solid #fff;
    padding: 0 0.5rem;
}
.what-wordpress .content div .bg-btn:nth-child(8) {
    height: 90px;
  }
.what-wordpress .bg-btn{
    background: url("../img/btn-bg.png");
    background-repeat: no-repeat;
    background-repeat: round;
    background-size: auto;
    width: auto;
    height: 84px;
    margin-left: -47px;
    cursor: pointer;
    transition: transform 0.5s;
}
.what-wordpress .bg-btn:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}

.bg-btn:last-of-type {
    top: -40%;
  }
.bg-circle{
    background: url("../img/sm-circle.png");
    background-repeat: no-repeat;
    background-size: auto;
    width: auto;
    height: 60px;
}
.bg-circle,.bg-circle-filled img{
    padding: 18px;
}

.bg-circle-filled{
    background: url("../img/sm-filled-circle.png");
    background-repeat: no-repeat;
    background-size: auto;
    width: auto;
    height: 60px;
}

.what-wordpress .title{
    color: #1A71B8;;
}
.banner-section .shopify-psnBx img{    margin-bottom: -51px; }





/*  Balu Css Start */

.image {
    width: 100%;
    -webkit-animation:spin 25s linear infinite;
    -moz-animation:spin 25s linear infinite;
    animation:spin 25s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.brand-section{
    background-color: #000000;
}
.project-count{
    background-color: #1B3044;
}
.our-wp-service{
    background-color: #EAF2F9;
}
.our-wp-service .left-sec .sub-head{
   color: #1A71B8;
}
.our-wp-service .left-sec img{
    max-width: 100%;
}
.our-wp-service .right-sec{
    min-height: 600px;
    max-height: 630px;
    overflow-y: scroll;
    scrollbar-color: #1A71B8 #fff;
}
.our-wp-service .right-sec .card{
    background-color: #1B3044;
    border-radius: 10px;
}
.our-wp-service .right-sec .card .head, .details{
    letter-spacing: 1px;
}
.our-wp-service .right-sec .card .details{
    font-weight: 300;
}

.our-wp-guarantees,.security-measure{
    background-color: #EAF2F9;
}
.our-wp-guarantees .left-sec .card-bg1 img{
    width: 100%;
    /* background-color: #fff; */   
    /* background: url('../img/migration.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 160px; */
}
.our-wp-guarantees .left-sec .card .card-body{
    align-content: flex-end;
}
.our-wp-guarantees img{
    max-width: 100%;
}
.our-wp-guarantees .right-sec p{
color: #1A71B8;
}

.we-guarantees {
    background-color: #1B3044;
}
.we-guarantees .line {
    border-bottom: solid 4px #1A71B8;
    margin-left: 40%;
    margin-right: 40%;
}

.we-guarantees .bg-btn{
    background: url("../img/btn-bg.png");
    background-repeat: no-repeat;
    background-size: auto;
    height: 80px;  
    cursor: pointer;
    transition: transform 0.5s;
}
.we-guarantees .bg-btn:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
.we-guarantees  .sm-bg-circle{
    background: url("../img/sm-circle.png");
    background-repeat: no-repeat;
    background-size: auto;
    /* width: auto;
    height: 60px; */
    background-size: 20px 20px;
    padding: 12px;
}
.we-guarantees .sm-bg-circle-filled{
    background: url("../img/sm-filled-circle.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 20px 20px;
    padding: 12px;
}
.we-guarantees .content{
    /* min-height: 450px;
    max-height: 500px; */
    /* height: 150px; */
    /* overflow-y: auto;
    scrollbar-color: #1A71B8 #fff; */
}

.our-wp-guarantees .left-sec .card .percentage{
    color: #fff;
    background-color: #1B3044;
}
.our-wp-guarantees .left-sec .card .desc{
    color: #717171;
}
.security-measure .icon-img{
    background: #1A71B8;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.security-measure .txt{
    color: #1A71B8;
}
.security-measure img{
    max-width: 100%;
    transition: transform 0.5s;
}
.security-measure img:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.case-studies{
    background-color: #EAF2F9;
}
.case-studies .second-sec{
    background: #1B3044;
    border-radius: 10px;
}


.case-studies .line {
    border-bottom: solid 4px #1A71B8;
    margin-left: 45%;
    margin-right: 45%;
}
.case-studies .title{
    color: #1A71B8;
}

.case-studies .title , .details{
    font-size: 20px;
}
.case-studies .card{
    border-radius: 10px;
    height: 580px;
    cursor: pointer;
}
.case-studies .card img{
    width: 100%;
    transition: transform 0.5s;
}
.case-studies .card img:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
.case-studies .btn-primary{
    background-color: #1A71B8;
}
.inno-advantage{
    background-color: #EAF2F9;
}

.why-choose{
    background-color: #1B3044;
}
.why-choose .card{
    transition: transform 0.5s;
}
.why-choose .card:hover{
    cursor: pointer;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}

.why-choose .line {
    border-bottom: solid 4px #1A71B8;
    margin-left: 45%;
    margin-right: 45%;
}


.banner-section .con{
    border-left: 1px solid #fff;
    padding: 0 0.5rem;
}

.banner-section .l-item {
    margin-left: -20px;
}
.banner-section .l-item .l-title{
    color: #54A0DD;
}
.banner-section .l-item .desc
{
    font-weight: 300;
    font-size: smaller;
}
.inno-advantage .left-sec .count{
    color: #1A71B8;
}
.inno-advantage .left-sec .desc{
    color: #585858;
}
.inno-advantage .right-sec img{
    max-width: 100%;
}
.owl-carousel .owl-item {
    color: #1A71B8;
}

.owl-carousel .owl-item .card img{
    width: auto !important;
    padding: 0 100px 0 100px;
}

/* .owl-carousel .owl-item .item .c-card{
    background:url("../img/inno-adv-bg.png");
    background-repeat: no-repeat;
    background-size: auto;
} */
.owl-carousel .owl-item .item .c-card img{
    width: auto !important;
    padding: 8px;
}
.audit-now{
    background:url("../img/audit-now-bg.png");
    background-repeat: round;
    background-size: auto;
    padding: 10rem 0rem 4rem 0rem;
}

.asked-questions h1, h2, h3 {
    margin: 0px !important;
}

.footerFormSection{
    background:url("../img/footer-bg.png");
}

/*  Balu Css End */


.main-banner{  
   background-color: #fff;  
      padding:30px;
          border: 1px solid #ebebeb;
    border-radius:10px;    
   }
.main-banner ul{display: flex; 
    justify-content: space-between;
        flex-wrap: wrap;
    max-width: 680px;
    margin: auto; }
.main-banner ul li .shopBtn{background-color: #4285F4; 
	color: #fff;
    padding: 12px 40px 14px;
    border:1px solid #4285F4;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
transition: .5s;}

.main-banner ul li .shopBtn:hover{background-color: #fff;  border:1px solid #4285F4;
	color: #4285F4;}


.main-banner h3{color: #fff;  font-weight: 600; font-size: 24px; margin-top: 0px;
    margin-bottom: 20px; }

.shopBtn{background-color: #1A71B8; 
	color: #fff;
    padding: 12px 20px 14px 25px;
    border-radius:5px;
    font-weight: 600;
    font-size: 18px;
transition: .5s;}

.shopBtn:hover{background-color: #1A71B8;
	color: #fff;}

.shopBtn i{    margin-left: 3px;
    background-color: #000;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;}


    .shopBtn-2{background-color: #fff; 
        color: #1A71B8;
        padding: 12px 20px 14px 25px;
        border-radius: 5px;
        font-weight: 600;
        font-size: 18px;
    transition: .5s;}
    
    .shopBtn-2:hover{background-color: #fff;
        color: #1A71B8;}
    
    .shopBtn-2 i{    margin-left: 3px;
        background-color: #1a71b8;
        color:#fff;
        border-radius: 30px;
        height: 30px;
        width: 30px;
        line-height: 30px;}

.main-banner .banner-form-section{/*border-top: 2px solid #fff;*/
   padding-top:10px; }

.main-banner .form-control{  
    color: #000;
    border-radius:5px;
    background: #f5f5f5;
    border: 1px solid #d5d5d5;
}

.banner-form-section label
{
    color:#222222;
}

.trusted-sec {
   background: #4A6A27;
    padding: 20px 0px;
}

.trusted-sec ul{    display: flex;
    justify-content: space-between;
    align-items: center; list-style-type: none; 
        margin-bottom: 0px;  
        flex-wrap: wrap; 
           padding-left: 0px; }



.choosing-section{background: #F1F4F7; padding: 80px 0px; }
.choosing-section h2{font-size: 42px;
font-style: normal;
font-weight: 600; 
    margin: auto;     margin-bottom: 50px; }

    .choosing-section h2 span {
        background: url(../assets/wordpress-bg.svg) left bottom no-repeat;
        padding-bottom: 15px;
    }

    .choosing-section ul
    {
        text-align: center;
    }

    .choosing-section ul li
    {
        width:18%;
        float: left;
        margin-right:25px;
        display: inline-block;
    }

    .choosing-1
    {
        background-color: #fff;
        padding: 20px;
    }

    .choosing-1 h3
    {
        text-align: left;
    }

    .choosing-1 p
    {
        font-size: 20px;
        text-align: left;
    }


    .choosing-section-2{background: #F1F4F7; padding: 80px 0px; }
.choosing-section-2 h2{font-size: 42px;
font-style: normal;
font-weight: 600; 
    margin: auto;     margin-bottom: 50px; }

    .choosing-section-2 h2 span {
        background: url(../assets/wordpress-bg.svg) left bottom no-repeat;
        padding-bottom: 15px;
    }

    .choosing-section-2 ul
    {
        text-align: center;
    }

    .choosing-section-2 ul li
    {
        width: 23%;
        float: left;
        margin-right:25px;
        display: inline-block;
    }

    .choosing-2
    {
        background-color: #fff;
        padding: 20px;
    }

    .choosing-2 h3
    {
        color: #1A71B8;
        font-size: 40px;
        font-weight: 700;
        margin-top:70px;
        margin-bottom: 10px;
        text-align: left;
    }

    .choosing-2 p
    {
        font-size: 20px;
        text-align: left;
    }

    .choosing-im-2 img {
        float: right;
    }
    
    .appoinment-button {
        background-color: #ffe59a;
        border-radius: 20px;
        padding: 12px;
    }
    
.choosing-inner-one ul{display: flex; justify-content: space-between;     flex-wrap: wrap; }
.choosing-inner-one ul li{color: #000;
font-size: 15px;
font-weight: 400;
line-height: 23px;
/*background-color: #D0DFF2;*/
padding: 15px 0px 15px 60px;
border: 1px solid #525252;
border-radius: 10px; box-shadow:4px 4px #525252;
width: 350px;  
margin-bottom: 40px;
background: url(../images/key-icon.svg) left 10px center no-repeat #FAFFF4;
display: flex;
    align-items: center; }

.choosing-inner-one ul li img{margin-right: 10px;}

.choosing-inner-one ul li:nth-child(2){background-color: #EFFFDF;}
.choosing-inner-one ul li:nth-child(3){background-color: #D3F6B1;}
.choosing-inner-one ul li:nth-child(5){background-color: #EFFFDF;}
.choosing-inner-one ul li:nth-child(6){background-color: #D3F6B1;}
.choosing-inner-one ul li:nth-child(8){background-color: #EFFFDF;}
.choosing-inner-one ul li:nth-child(9){background-color: #D3F6B1;}


.spbg{background: #1A71B8; padding: 80px 0px; }

.choosing-inner-three .before-inner-right {
    width: 400px;
}
.choosing-inner-three .before-inner-left {
    width: 650px;
}

.choosing-inner-three h3{   margin-bottom: 20px; text-transform: capitalize; }
.choosing-inner-three h4{color: #fff;
font-size: 24px;
font-weight: 400;
line-height: 37px; 
text-transform: capitalize; }
.choosing-inner-three p{color: #fff; font-size: 17px; line-height: 27px;     margin-bottom: 40px;  }

.choosing-inner-three .shopBtn i{    margin-left: 40px; color: #fff;}



.choosing-inner-four .visitors-box{border-right: 2px solid #00457021;}
.choosing-inner-four .visitors-box-left{border-left: 2px solid #00457021;}

.choosing-inner-four h1{  
        font-size: 53px;
color: #000;
     font-weight: 800;
  font-style: normal; 
  line-height: 21.09px; 
  text-align: center;
  margin-bottom: 35px;

 }

.choosing-inner-four p{  
      font-family: "Outfit", sans-serif;
      font-size: 15px;
  color: #737373;
  font-weight: 500;
  font-style: normal; 
  text-align: center;
 }



.choosing-inner-four{ margin-top: 60px; border-top:1px solid #000; border-bottom:1px solid #000;
padding: 20px 0px;  }


.consider{background: #F90;}



.depends{background: #76B632; padding-bottom: 70px; }
.depends h3{color: #FFF;}

.depends-inner-two ul{display: flex;
    justify-content: space-evenly;
        align-items: center;
    list-style-type: none;
    background-color: #FAFFF4;
    border: 1px solid #222;
    box-shadow: 4px 4px #222;
    padding: 20px 40px;
    border-radius: 13px;
    margin-bottom: 30px;}
.depends-inner-two ul li img{max-width: 180px;}

.depends-inner-one{background-color: #EFFFDF;
    padding: 40px 70px 20px;
    border: 1px solid #000;
    border-radius: 30px;
    box-shadow: 4px 4px #525252;
    }

.depends-inner-one h4{
text-align: center;
font-size: 32px;
font-weight: 600;     margin-bottom: 30px; }   
.depends-inner-one ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.depends-inner-one ul li{color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    background-color: #FFF; 
    padding: 20px 0px 20px 20px;
    border: 1px solid #525252;
    border-radius: 16px;
    box-shadow: 4px 4px #525252;
    width: 290px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;}

.depends-inner-one ul li img{margin-right: 14px; max-width: 37px;}



.approach{background: #EFFFDF; padding-bottom: 70px;}
.approach .approach-inner-one h3{margin-bottom: 30px; font-size: 36px; }
.approach .approach-inner-one p{color: #000;
font-size: 26px;
font-weight: 400;
line-height: 37px;
text-transform: capitalize;     margin-bottom: 50px; }

.approach .approach-inner-one h4{color: #F90;
font-size: 32px;
font-weight: 600;
line-height: 37px; 
text-transform: capitalize;
margin-top: 30px;
margin-bottom: 100px;  }
.approach .approach-inner-one .shopBtn{ margin-top: 60px;     border: 1.5px solid #222;
    border-radius: 11px;
    box-shadow: 4px 4px #222; }

.approach-inner-two .tales-box{    background-color: #FAFFF4;
    padding: 15px 15px 15px 15px;
    border: 1px solid #000;
    border-radius: 20px;
    box-shadow: 6px 10px;
    height: 532px; }

.approach-inner-two .tales-box1{    background-color: #EFFFDF; }



.approach-inner-two .tales-box h4{
font-size: 18px;
font-weight: 600;
line-height: 25px;
text-transform: capitalize;}


.approach-inner-two .tales-box p{
font-family: Manrope;
color: #4A4A4A;
font-size: 14px;
font-weight: 500;}

.approach-inner-two .tales-box ul{    border-top: 2px dashed #00457021;
    border-bottom: 2px dashed #00457021;
        padding: 12px 0px;
    margin-bottom: 13px;  }
.approach-inner-two .tales-box ul li{
color: #000;
font-size: 15px;
font-weight: 400;
line-height: 30px;
text-transform: capitalize;}

.approach-inner-two .tales-box ul li span{font-weight: 700; margin-right: 10px; }

.approach-inner-two .tales-box h5{
color: #76B632;
font-family: Manrope;
font-size: 22px;
font-weight: 700;
line-height: 29px;
text-transform: capitalize;}
.approach-inner-two .tales-box h5 span{
color: #747474;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px;}



.leading-edge-client{  
 background-color: #F5F5F5;  
    padding: 50px 0px; }
.leading-edge-client .owl-carousel .owl-item .edge-client img {
    display: block;
    width: 100px !important;
}


.leading-edge-client h3{ font-size: 40px;     font-weight: 600;      border-bottom: 2px solid #E5F0FF;
    padding-bottom: 30px; margin-bottom: 40px;  }

.leading-edge-client h4{ font-weight: 600;     margin-bottom: 20px;}
.leading-edge-client h5{font-size: 22px;  font-weight: 700;   margin-bottom: 20px;}
.leading-edge-client p{ color: #222222; font-size: 16px; font-weight: 500;  line-height: 27px; }



.footerFormSection h3{font-size: 55px; }
.footerFormSection h5{color: #1A73E8; font-size: 27px; font-weight: 600;   margin-top: 40px; }
.footerFormSection ul li{color: #fff;  font-size: 15px;     line-height: 25px; }

.footerFormSection .form-control{    background-color: #eaf5ff; border: 1px solid #FAFFF4; }
.footerFormSection .shopBtn {
    background-color: #1B3044;
    color: #FFF;
    padding: 12px 40px 14px;
    border:1px solid #5987b3;
    font-weight: 600;
    font-size: 18px;
    transition: .5s;
    margin-top: 30px;
}

.footerFormSection .shopBtn i{ background-color: #fff; color: #5987b3;     margin-left: 53px;}
.footerFormSection .shopBtn:hover {
    background-color: #fff;
    border: 1px solid #5987b3;
    color: #1B3044;
}

.footer{ background-color: #060b10; padding: 20px 0px; }


.help-block.with-errors {
    position: absolute;
    margin: 0;
    font-size: 12px;
    color: red;
    font-weight: bold;
    margin-top: 2px;
}

/*.footerFormSection input{color: #fff !important;}*/






@media (min-width: 1400px) and (max-width: 1600px) {

   
.trusted-sec ul img { max-width: 130px; }
    



}

@media (min-width: 1400px) 
{
    .container {
        max-width: 1300px;
    }

}



@media (min-width: 1800px){
.performance-inner-two-box ul li{    font-size: 18px; }
.main-banner h3{font-size: 32px;
    margin-bottom: 40px; }

.audit-section h3{font-size: 50px;}
.audit-section .audit-inner-one p{      font-size: 25px;  line-height: 41px; }
.tab button{    font-size: 20px; }
.campaigns-inner-one h5{    font-size: 30px;
    max-width: 1000px;}
.campaigns-inner-one h3{ font-size: 50px;   max-width: 750px;}
.campaigns-inner-two-box h4{font-size: 28px;}
.campaigns-inner-two-box ul li{    font-size: 20px;}
.performance-section h3{    font-size: 50px; max-width: 1070px;}

.choosing-inner-three .before-inner-right {
    width: 460px;
}

.choosing-inner-three .before-inner-left {
    width: 780px;
}

.before-section h3{ font-size: 50px;}
.leading-edge-client h3{    font-size: 50px; }
.leading-edge-client h4{    font-size: 30px;}
.leading-edge-client p{font-size: 18px;}




.performance-inner-two-box{    padding: 40px 10px 20px;      }
.banner-section h1{font-size: 54px;line-height: 80px;color:#fff;}
.banner-section h1 span{
    background: url(../assets/wordpress-bg.svg) left bottom no-repeat;
    padding-bottom:15px;
}
.banner-section .shopify-psnBx img { margin-bottom: -59px; }
.banner-section .banner-icon-box{    max-width: 800px;}
.banner-section .banner-icon-box .banner-icon-box-left {
    max-width: 320px;
}
.banner-section .banner-icon-box .banner-icon-box-right {
    max-width: 459px;
}
.banner-section .banner-icon-box .banner-icon-box-right p{font-size: 20px;  line-height: 31px;}



.banner-section h4{    font-size: 22px;}
.banner-section ul li{font-size: 22px;     margin: 0px 0px; }
.choosing-inner-one ul li{    font-size: 17px;     padding: 20px 0px 20px 60px;     width: 400px; }

.choosing-section h3{     font-size: 50px; }
.choosing-inner-three h3{ font-size: 50px; }
.choosing-inner-three h4{    font-size: 30px;}
.choosing-inner-three p{font-size: 21px;
    line-height: 33px;}

.choosing-inner-four{padding: 30px 0px;}
.choosing-inner-four h1{font-size: 63px;     margin-bottom: 45px; }
.choosing-inner-four p{    font-size: 19px;}
.tab{font-size: 18px;}
.approach .approach-inner-one h3{max-width: 960px;}
.approach .approach-inner-one p{     font-size: 30px; }
.approach-inner-two {
    margin-top: 70px;
}
.approach-inner-two .tales-box h4{font-size: 22px;     line-height: 28px; }

.depends h3{    max-width: 800px;}
.depends-inner-one ul li{    width: 350px; }









}



@media (min-width: 999px) {

.approachph{display: none;}


}



@media (min-width: 768px){

    .phoneWrapper {
        padding-right: 15px;
        border-right: 1px solid #fff;
    }
    .topStripRight {
        gap: 15px;
    }



	
}


@media (max-width: 1366px) {


.trusted-sec ul img{max-width: 130px;}







}



@media (min-width: 991px) and (max-width: 1366px) {



     
}




@media (min-width: 991px) and (max-width: 1200px) {


.choosing-inner-three .before-inner-right {
    width: 360px;
} 
.choosing-inner-three .before-inner-left {
    width: 490px;
}
.approach-inner-two .tales-box{     height: 686px; }

     
}



@media (max-width: 1200px) {
.choosing-inner-one ul{justify-content: space-around;}
.choosing-inner-one ul li{    margin-bottom: 20px;}
.choosing-inner-four h1{    font-size: 43px;}
.banner-section h1{    font-size: 37px; margin-top: 30px; }
.main-banner h3{    font-size: 20px; }
.banner-section .shopify-psnBx img { margin-bottom: -43px; }
.depends-inner-one ul{ justify-content: space-around; }







}


@media (max-width: 1024px) {
    .tabs{    padding: 20px 0px; flex-wrap: wrap; }
	
	.trusted-sec ul{    justify-content: space-around;}
    .trusted-sec ul img{        margin-bottom: 20px;}




}

@media (max-width: 991px){
.campaigns-inner-two-box{    padding: 40px 20px 10px;     margin-bottom: 20px; }
.banner-section ul{margin-bottom: 30px; flex-wrap: wrap;
    justify-content: space-around;  }
.choosing-inner-three h3{    margin-top: 20px;}
.approach-inner-two .tales-box{     margin-bottom: 30px; }
.approachdec{display: none;}
.approach-inner-two .tales-box{ height: unset; }


.banner-section h4{max-width: unset;}
.banner-section h1{margin-bottom: 10px;}
.depends-inner-two ul li img { max-width: 140px; }
.depends-inner-two ul{    flex-wrap: wrap; justify-content: space-around; }

.banner-section .shopify-psnBx img{max-width: 470px;}
.banner-section .shopify-psnBx{text-align: center;}

.main-banner{padding: 50px 20px 20px;}





	
}

@media (max-width: 768px) {
	
.main-banner ul{    justify-content: space-around; }
.main-banner ul li .shopBtn{    padding: 10px 33px 13px; font-size: 15px; margin-bottom:20px; }

.banner-section .scrool-box img{    bottom: 66px;
    right: 30px;
    max-width: 50px;}

.banner-section h1{     margin-top: 40px;         font-size: 35px; line-height: 49px;  }

.banner-section ul li{    margin-bottom: 10px; }
.choosing-inner-four .visitors-box {
    border-right: unset;
}
.choosing-inner-four .visitors-box-left {
    border-left: unset;
}
.choosing-inner-four h1{ margin-bottom: 20px; }

.tab{    margin-bottom: 20px;}
.approach .approach-inner-one h4{ margin-bottom: 50px; }
.approach .shopBtn i{margin-left: 20px;}

.footerFormSection h3 { font-size: 35px; }
.depends-inner-one{     padding: 40px 10px 10px;  }
.depends-inner-one ul li{    width: 330px; margin-bottom: 20px;}






}

@media (max-width: 581px) {
	

}

@media (max-width:500px) {
	
.logoWrapper img{margin-bottom: 15px; }
.phoneWrapper{    margin-bottom: 10px; }
.banner-section h1{ margin-top: 50px; line-height: 45px; 
 font-weight: 600;     margin-bottom: 20px;         font-size: 29px;  }



.audit-section h3{    font-size: 30px;}
.audit-section .audit-inner-one p{ font-size: 18px;
    line-height: 28px;  }


.campaigns-inner-one h5{    padding: 16px 26px 17px;    font-size: 19px; line-height: 25px;     margin-bottom: 30px; }
.campaigns-inner-one h3{     font-size: 27px; margin-bottom: 30px;  }

.campaigns-inner-two-box ul li{    font-size: 15px; margin-bottom: 11px; }
.campaigns-inner-two-box h4{    font-size: 21px;}

.campaigns-section{    padding: 70px 0px 50px; }
.performance-section h3{     font-size: 30px;  margin-bottom: 40px; }
.performance-inner-two-box ul {
    column-count: 1;
}

.performance-inner-two-box{    padding: 30px 7px 20px; }
.performance-inner-two-box ul li:nth-child(1) {
    border-bottom: unset;
    border-right: unset;
}
.performance-inner-two-box ul li:nth-child(3) {
    border-bottom: unset;
}
.performance-inner-two-box ul li:nth-child(2) {
    border-right: unset;
}
.performance-inner-two-box h4{    margin-bottom: 20px; }
.before-section {
    padding: 30px 0px 50px;
}
.before-section h3 { font-size: 26px; }
.leading-edge-client h3{     font-size: 30px;     padding-bottom: 20px;  }
.leading-edge-client { padding: 20px 0px; }


.audit-section .audit-inner-one p{margin-bottom: 10px; }




.main-banner .banner-form-section{    padding-top:10px;
    margin-top: 20px; }

.audit-section{     padding: 20px 0px 50px;  }
.performance-section{    padding: 50px 0px 30px; }



.banner-section{ padding: 0px 0px 50px; }
.main-banner h3{margin-bottom: 0px;}
.choosing-section h3{    font-size: 30px;     margin-bottom: 30px;}
.footerFormSection .shopBtn i{     margin-left: 30px; }


.banner-section h4{ font-size: 17px;  margin-bottom: 20px; }
.banner-section .shopify-psnBx img{max-width: 100%;}

.banner-section .shopify-psnBx img { margin-bottom: -39px; }
.depends-inner-two ul li img{        margin: 15px 0px;}
.depends-inner-one h4{    font-size: 26px; }
.approach .approach-inner-one p{    font-size: 22px; line-height: 28px; }
	
}

.spbg h3
{
    color:#fff;
    font-size:40px;
    font-weight: 700;
    margin-top:10px;
    margin-bottom: 10px;
}

.choosing-section h3
{
    color:#1A71B8;
    font-size:40px;
    font-weight: 700;
    margin-top:10px;
    margin-bottom: 10px;
}

.choosing-im
{
    width: -webkit-fill-available;
    display: inline-block;
}

.choosing-im img
{
    float: right;
}

.spbg h4
{
    font-size: 24px !important;
    font-weight: 700;
}

.spbg ul li img
{
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.whats-covered
{
    padding: 80px 0px;
    background-color: #F1F4F7;
}

.whats-covered h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    margin: auto;
    margin-bottom: 50px;
}

.whats-covered p {
    font-size:18px;
    line-height:28px;
}

.whats-covered h4 {
    font-weight: 600;
}

.whats-covered ul
{
    margin-top: 26px;
    position: relative;
    z-index: 2;
}

.whats-covered ul li
{
    padding-left:50px;
    background: url(../assets/wa-icons-1.svg) top left no-repeat;
    margin-bottom: 40px;
}

.border-dot {
    position: absolute;
    margin-top: 28px;
    margin-left: 13px;
    z-index: 0;
    height: 565px;
    overflow: hidden;
}

.clients-say
{
    background: rgb(26,113,184);
    background: linear-gradient(90deg, rgba(26,113,184,1) 0%, rgba(26,113,184,1) 29%, rgba(255,255,255,1) 31%);
}

.clients-say-bg
{
    padding:176px 0px;
    background-color: #1A71B8;
    border-radius: 0px 0px 100px 0px;
}

.clients-say-text
{
    padding: 80px 0px;
}

.clients-say-text p
{
    font-size: 18px;
    line-height: 28px;
}

.clients-say h2
{
    font-size:72px;
    color:#fff;
}

.clients-say .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#1A71B8;
}

.arrow-right
{
    margin-top: 30px;
    float: right;
}


@media (min-width: 1200px) and (max-width: 1400px) {

    .bg-circle-filled{
        width: 14%;
    }
    .choosing-section ul li {
        width: 17%;
        float: left;
        margin-right: 25px;
        display: inline-block;
    }

    .choosing-1 {
        background-color: #fff;
        padding: 20px;
        min-height: 242px;
    }

    .border-dot {
        position: absolute;
        margin-top: 28px;
        margin-left: 13px;
        z-index: 0;
        height: 651px;
        overflow: hidden;
    }

}

@media (min-width: 991px) and (max-width: 1199px) {
.choosing-section ul li {
    width: 32%;
    float: left;
    margin-right: 12px;
    margin-bottom: 15px;
    display: inline-block;
}

.choosing-1 {
    background-color: #fff;
    padding: 20px;
    min-height: 242px;
}

.border-dot {
    position: absolute;
    margin-top: 28px;
    margin-left: 13px;
    z-index: 0;
    height: 644px;
    overflow: hidden;
}

.clients-say-bg {
    padding:176px 0px;
    background-color: #1A71B8;
    border-radius: 0px 0px 100px 0px;
}

}

@media (min-width: 992px) {
    .col-lg-block {
        display: block;
    }
    .acquisition-sec .right-img .right-second-img{
        margin-top: 0px;
    }
}



@media (max-width: 991px){

    .arrow-right
    {
        display: none;
    }

    .clients-say
    {
        background: #fff;
    }

    .clients-say-bg {
        padding:40px 0px;
        background-color: #1A71B8;
        border-radius: 0px 0px 100px 0px;
    }

    .clients-say-text
    {
        background: #fff;
    }


    .choosing-section ul li {
        width: 47%;
        float: left;
        margin-right: 12px;
        margin-bottom: 15px;
        display: inline-block;
    }
    
    .choosing-1 {
        background-color: #fff;
        padding: 20px;
        min-height: 242px;
    }

    .choosing-section-2 ul li {
        width: 47%;
        float: left;
        margin-right: 12px;
        margin-bottom: 15px;
        display: inline-block;
    }
    
    .choosing-2 {
        background-color: #fff;
        padding: 20px;
        min-height: 242px;
    }

    .border-dot {
        position: absolute;
        margin-top: 28px;
        margin-left: 13px;
        z-index: 0;
        height: 649px;
        overflow: hidden;
    }


    


	
}


@media (max-width: 768px) {
	

}

@media (max-width: 581px) {

    .choosing-section ul li {
        width:100%;
        float: left;
        margin-right:0px;
        margin-bottom: 25px;
        display: inline-block;
    }
    
    .choosing-1 {
        width:100%;
        background-color: #fff;
        padding: 20px;
        min-height: 242px;
    }

    .choosing-section-2 ul li {
        width:100%;
        float: left;
        margin-right:0px;
        margin-bottom: 25px;
        display: inline-block;
    }
    
    .choosing-2 {
        width:100%;
        background-color: #fff;
        padding: 20px;
        min-height: 242px;
    }
	

}

@media (max-width: 991px) {
    .clientLogoWrap .col-lg-2:nth-child(1) {
       border-top-left-radius: 5px;
   }
   .clientLogoWrap .col-lg-2:nth-child(3) {
       border-top-right-radius: 5px;
   }
   .clientLogoWrap .col-lg-2:nth-child(16) {
       border-bottom-left-radius: 5px;
   }
   .clientLogoWrap .col-lg-2:nth-child(18) {
       border-bottom-right-radius: 5px;
   }
}
@media (max-width: 767px) {
   .clientLogoWrap .col-lg-2:nth-child(3) {
       border-top-right-radius: 5px;
   }
   .clientLogoWrap .col-lg-2:nth-child(16) {
       border-bottom-left-radius: 5px;
   }
}
@media (max-width: 576px) {
   .clientLogoWrap .col-lg-2:nth-child(1) {
       border-top-left-radius: 5px;
   }
   .clientLogoWrap .col-lg-2:nth-child(2) {
       border-top-right-radius: 5px;
   }
   .clientLogoWrap .col-lg-2:nth-child(17) {
       border-bottom-left-radius: 5px;
   }
   .clientLogoWrap .col-lg-2:nth-child(18) {
       border-bottom-right-radius: 5px;
   }
   .clientLogoWrap .col-lg-2:nth-child(3) {
       border-top-right-radius: 0px;
   }
   .clientLogoWrap .col-lg-2:nth-child(16) {
       border-bottom-left-radius: 0px;
   }
}

@media (min-width: 992px) {
   .clientLogoWrap .col-lg-2:nth-child(1) {
       border-top-left-radius: 5px;
   }
   .clientLogoWrap .col-lg-2:nth-child(6) {
       border-top-right-radius: 5px;
   }
   .clientLogoWrap .col-lg-2:nth-child(13) {
       border-bottom-left-radius: 5px;
   }
   .clientLogoWrap .col-lg-2:nth-child(18) {
       border-bottom-right-radius: 5px;
   }
}

.clientLogoWrap ul
{
	margin-top:70px;
	text-align: center;
}

.clientLogoWrap ul li
{
	display: inline-block;
	margin-right:70px;
}




@media (max-width: 1800px) {
	
    .what-all .c-card .f-sec{
        margin: 0 60px 0 60px;
    }
}
@media (max-width: 1400px) {
	
    .what-all .c-card .f-sec{
        margin: 0 40px 0 40px;
    }
}

@media (max-width: 1200px) {
	
    .what-all .c-card .f-sec{
        margin: auto;
    }
}










