
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


.top {
       background: #111;
    border-bottom: 1px solid #dddbdb;
    color: #cbc7c7;
}


.qodef-separator {
position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #2e2d2d;
    margin: 10px 0px 35px;

}





img{
 max-width:100%;
    
}

.topp{
    text-align: center;
}


.t img{
width: 12%;
}

.t{

font-size: 12px;
font-weight: 600;
text-transform: uppercase;

}

.calltop{
     margin: 5px 0px;
    font-size: 12px;
     text-align: right;
   
}






.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}



.overlay-content {
      position: relative;
    top: 40%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
    background: #ffffff;
    display: table;
    padding: 30px 30px;
    align-items: center;
    display: flex;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}



.overlay input[type=text] {
padding: 10px;
    font-size: 12px;
    border: none;
    float: left;
    width: 90%;
    /* background: #f1f1f1; */
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #000;
}



.overlay button {
      float: left;
    width: 10%;
    background: transparent;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #000;
}



 .qodef-search-label {
       position: relative;
    display: inline-block;
    vertical-align: top;
    width: 202px;
    margin: 0;
    padding-right: 31px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid #211f1f;
    box-sizing: border-box;
    font-size: 20px;
}





.searchpop{
    width: 100%;
}





.actions {
display: flex;
align-items: center;
list-style: none;
float: right;
margin: 21px auto;
}



 .actions li {
    display: flex;
    margin: 0;
    padding: 0px 14px;
    
}

.actions li > a{
    
   position: relative;
    cursor: pointer;
    
}

 .actions li > a .count-badge {
      position: absolute;
    top: -18%;
    right: -16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    color: #FFF;
    background: #282727;
    border-radius: 100px;
}










.hamburguer-trigger-menu-icon {
 
    display: inline-block;
    position: relative;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    /* transform: translateX(0) translateY(-50%); */
    width: 25px;
    height: 2px;
    top: -7px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    visibility: hidden;
}

 .hamburguer-trigger-menu-icon span {
    background-color: #222025;
}

.hamburguer-trigger-menu-icon .hamburger-line-1 {
    top: -7px;
}
.hamburguer-trigger-menu-icon .hamburger-line-1 {
    width: 33%;
}

.hamburguer-trigger-menu-icon .hamburger-line-2 {
    width: 66%;
}

.hamburguer-trigger-menu-icon .hamburger-line-3 {
    top: 7px;
}


.oo:hover .hamburguer-trigger-menu-icon .hamburger-line-2, .oo:hover .hamburguer-trigger-menu-icon .hamburger-line-1, .hamburguer-trigger-menu-icon .hamburger-line-1:hover, .hamburguer-trigger-menu-icon .hamburger-line-2:hover  {
    
    
    width:100%;
}

.hamburguer-trigger-menu-icon span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
   
    right: 0;
    -webkit-transition: top .5s ease-in-out,width .2s,-webkit-transform .5s;
    transition: top .5s ease-in-out,width .2s,-webkit-transform .5s;
    -o-transition: transform .5s,top .5s ease-in-out,width .2s;
    transition: transform .5s,top .5s ease-in-out,width .2s;
    transition: transform .5s,top .5s ease-in-out,width .2s,-webkit-transform .5s;
    visibility: visible;
}
.oo{
       cursor: pointer;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
   background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
   
    
}

.get{
    padding: 20px 40px;
}






.sidenav .closebtn {
       position: absolute;
    top: 5%;
    right: 5%;
    /* font-size: 36px; */
    /* margin-left: 50px; */
    z-index: 3;
}

.en {
    padding: 3px 11px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    background: #12c5c3;
    margin-top: 15px;
    line-height: 20px;
    border-radius: 15px;
}

.sidelogo{
    width: 75%;
    margin: auto;
}



.sidenav .closebtn svg:not(:root){
    
    
    width: 25px;
    height: 25px;
}




.textwidget{
   margin-bottom: 30px;
}

.follow{
    text-align: center;
}



.follow a{
    
       display: inline-block;
    color: #333;
}

.follow h3{
    
    font-weight: 500;
    font-size: 25px;
    
}






.intro{
position: relative;
}







header{

width: 100%;
z-index: 9;
top: 0;
/* background: #fff; */
position: fixed;

}


.list-inline {
     padding-left: 0;
    list-style: none;
    margin: 5px 0px;
   
}





.list-inline-item {
    display: inline-block;
    margin-right: 26px;
}


.list-inline-item a{
    
   color:  #111;
    
}


.list-inline li a i {
   font-size: 13px;
    font-weight: 400;
    color: #cbc7c7;
}




.logo{
position: relative;
z-index: 3;
width: 60%;
padding: 2px 0px;




}





.affix .top{
   display: none;
}





.affix .actions{
        margin: 17px auto;
}




.affix .qodef-widget-holder{
    
    
    margin: 14px 0px;
    
}

.affix .navbar-default .navbar-nav>li>a{
    
    
  padding: 19px 0px;
 color: #0f2050;
    
}

.affix .navbar-default .navbar-nav>li>a .menu{
    
    font-size: 16px;
    
}

.menuu{
        margin: 33px 0px;
    padding: 0px;
}


.menuu li{
    
    
   list-style: none;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    line-height: 14px;
    
}



.menuu li:before{
    
       content: '';
    position: absolute;
    left: 91%;
    top: 0%;
    height: 100%;
    width: 1px;
    background: #b1afaf;
    
}

.menuu li a{
    color: #000;
    font-size: 13px;
}



.center{
text-align: center;
}


.welcome{
    
    margin-top: 35px;
    margin-bottom: 30px;
    
}


.welcomeback{
    
    padding: 50px 0px;
    position: relative;
    
    
}



.ai-main-banner-shape1{
    
    
    position: absolute;
    bottom: 5%;
    left: 0%;
    width: 12%;
    
    
    
    
}

.ai-main-banner-shape2 {
    position: absolute;
    top: 5%;
    right: 2%;
    transform: translateY(-10%) translateX(-40%);
    z-index: -1;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: 0.2;

}


.ai-main-banner-shape3 {
    position: absolute;
    top: 8%;
    right: 10%;
    transform: translateY(-8%) translateX(-10%);
    z-index: -1;
    -webkit-animation: animationFramesTwo 30s linear infinite;
    animation: animationFramesTwo 30s linear infinite;
}
.welimage{
    
    position: relative;
    
}


.circle-shape {
    position: absolute;
    content: "";
    width: 530px;
    height: 530px;
    left: 80px;
    top: 25px;
    background: linear-gradient(109.28deg,#fe6d5b 11.53%,#fe9c42 89.63%);
    border-radius: 50%;
    z-index: -1;
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    /* background: #000; */
    border: 5px dotted #fffefe;
}

 .wrap-shape {
position: absolute;
bottom: 30px;
left: 100px;
z-index: -1;
-webkit-animation: moveLeftBounce 5s linear infinite;
animation: moveLeftBounce 5s linear infinite;
}


.mainheading{
    position: relative;
    margin-top: 0px;
}


.title-holder{

-webkit-text-stroke-color: rgb(209 207 207 / 50%);
position: absolute;
top: -59%;
/* left: -10%; */
font-size: 80px;
/* text-transform: uppercase; */
font-family: Poppins;
color: #fff !important;
-webkit-text-stroke-width: 1px;
z-index: 0;
line-height: 90px;
text-align: center;
width: 100%;
font-weight: 600;

}

.elementor-divider{

       color: transparent;
    position: relative;
    /* height: 2px; */
    display: inline-block;
}
.elementor-divider:before{
    position: absolute;
    content: '';
    width: 100%;
    left: 0px;
    top: 0px;
    height: 3px;
    background: #f00
    
}


.heading3 {
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    color: #0f2050;
    margin-bottom: 30px;
    margin-top: 0px;
    position: relative;
    z-index: 2;
}


.heading3 span{
font-weight: 700;

}


.subheading{
    font-size: 15px;
    /* display: flex; */
    align-items: center;
    letter-spacing: 2px;
    color: #f00;
    font-weight: 300;
    position: relative;
    z-index: 5;
    font-weight: 600;
}









.heading{
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    color: #0f2050;
    margin-bottom: 30px;
        font-family: 'Roboto', sans-serif;
    margin-top: 0px;
}

.heading span{
font-weight: 600;
    color: #f4970a;

}


.heading2{
    font-size: 45px;
    font-weight: 300;
    line-height: 55px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Outfit', sans-serif;
    font-family: 'Jost', sans-serif;
}

.heading2 span{
font-weight: 800;

}

.subheading1 {
    font-size: 13px;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
}

.subheading1 span {
    width: 100px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-left: 20px;
}


.section-title .sm-title {
position: relative;
font-weight: 600;
/* text-transform: uppercase; */
font-size: 15px;
display: inline-block;
margin-bottom: 12px;
padding-bottom: 12px;
letter-spacing: 1px;
z-index: 9;
        font-family: 'Jost', sans-serif;
}


.section-title .sm-title:before {
        position: absolute;
    content: '';
    height: 2px;
    width: 100px;
    bottom: 0;
    left: 0%;
    /* transform: translateX(-50%); */
    background: #dedede;
}
.section-title .sm-title:after {
        position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: #ff0028;
    right: auto;
    left: 100px;
    bottom: -3px;
    animation: pulsex 5s ease infinite alternate;
}


@keyframes pulsex{0%{transform:translateX(0)}100%{transform:translateX(-100px)}}

.comm{
           font-size: 25px;
    margin: 30px 0px 20px;
    font-weight: 500;
    color: #ff0000d4;
    font-style: italic;
    line-height: 30px;
}

.seo{
    
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    
}


.chooseback{
    
    position: relative;
    margin: 60px 0px;
    
}

.choose-shape-bg {
 position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 47%;
    opacity: 0.7;
}


.choose-box {
text-align: center;
padding: 40px;
box-shadow: 0px 15px 35px rgb(0 0 0 / 10%);
background: #fff;
border-radius: 10px;
margin-bottom: 50px;
z-index: 1;
position: relative;
    box-shadow: 0 25px 54px 0 rgb(3 21 83 / 26%);
}

.choose-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url('../img/why/service-paternt.png') no-repeat; 
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 120px;
    height: 150px;
    border-top-left-radius: 10px;
}

.choose-icon {
    font-size: 34px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
    background: rgba(161, 141, 253, 0.17);
    line-height: 70px;
    border-radius: 10px;
    color: #f60b19;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.choose-box .cc {
    margin: 15px 0 5px;
    font-weight: 700;
    color: #111;
    font-size: 36px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.choose-box p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.choose-icon-bottom {
    position: absolute;
    right: 10px;
    bottom: -7px;
    color: #F6F5F9;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 58px;
    height: auto;
}

.choose-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 0;
    height: 100%;
    background-color: #f60b19;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
    border-radius: 10px;
}


.choose-box:hover .cc, .choose-box:hover p {
    color: #fff;
}

.choose-box:hover:after {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.choose-box:hover .choose-icon-bottom {
    z-index: 1;
    color: #f5f5f5;
}

.choose-box:hover h2, .choose-box:hover p {
    color: #fff;
}

.choose-box:hover .choose-icon {
    background: #fff none repeat scroll 0 0;
    color: #f60b19;
}


.choose-right .col-md-6:nth-child(2n+1) {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}



.choosedetail{
    
    margin-top: 10px;
}









.awesomeback {
background: #daebde;
position: relative;
margin: 30px 0px;
padding: 50px 0px;
}


.awesomeright{

position: absolute;
bottom: 0px;
right: 0px;

}


.awesomeleft{

position: absolute;
top: 0px;
left: 0px;

}









.proheading {
      font-family: 'Outfit', sans-serif;
    font-size: 50px;
    font-weight: 200;
    color: #000;
    line-height: 60px;
    margin-bottom: 10px;
    position: relative;

    z-index: 2;
    /* font-style: italic; */
    margin-left: 4%;
}


.proheading span{
    
    font-weight: 800;
    
}

.go {
    padding: 0px;
}

.go li {
list-style: none;
line-height: 35px;
background: url(../img/tick.png) no-repeat;
background-position: left center;
padding-left: 24px;
font-weight: 500;
/* color: #70716e; */
/* margin-bottom: 20px; */
/* padding-bottom: 20px; */
font-size: 18px;
}




.client2 .slick-prev, .client2 .slick-next{

display: none !important;

}


.processback{

    background: #ddeffd;
    padding: 100px 0px;
    margin: 100px 0px 60px;
    position: relative;
}


.process{
    display: flex;
    margin-bottom: 20px;
}


.processicon{
    width: 30%;
}

.processdetail{
    
    width: 70%;
    
}


.process1{
position: absolute;
    left: 29%;
    top: 8%;
}


.process2{
position: absolute;
right: 20%;
bottom: 8%;
}



.processdetail h1{
font-size: 23px;
font-family: 'Outfit', sans-serif;
color: #111;
font-weight: 500;
}

.clientback{
         padding: 30px 0px 50px;
    position: relative;
    background: #f5f5f5;


}

.cl{
    
    border:   1px solid #cbc9c9;
    padding: 8px;

}




footer {
    padding: 40px 0px 10px;
    background: #1e242c;
    background: url(../img/footer.jpg) no-repeat;
    background-size: cover;
 border-top: 5px solid #ff0022;
    color: #fff;
}



.f-head h6 {
    font-size: 25px;
    margin-top: 0px;
    padding-bottom: 30px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 2px;
    position: relative;
    
    color: #fff;
  
    font-family: 'Roboto', sans-serif;
}
.wgt-social {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0px;
}

.wgt-social li {
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 15px;
}

.wgt-social li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #ff0022;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 0;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
}

.wgt-social li i {
    font-size: 16px;
    /* padding-right: 5px; */
}

.f-head3 li {
    list-style: none;
    line-height: 25px;
    margin-bottom: 12px;
    font-weight: 400;
}

.f-head3 li i {
    padding-right: 5px;
    color: #ff0022  ;
}

.f-head3 li a {
    color: #fff;
}

.f-head2 li {
    list-style: none;
    padding-left: 45px;
    line-height: 25px;
    margin-bottom: 12px;
    position: relative;
    color: #fff;
    font-weight: 400;
}

.f-head2 li i {
    font-size: 18px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 0px;
    position: absolute;
    top: 0px;
    color:#ff0022;
}

.copyright {
border-top: 1px solid #737676;
padding: 15px 0px 5px 0px;
/* color: #fff; */
margin-top: 25px;
}

.copyright p {
    margin: 0px;
    font-size: 13px;
}












.queryheading{
            font-size: 40px;
    color: #fff;
    line-height: 45px;
    font-family: 'Jost', sans-serif;
}

.queryback{
        background: #ed746d;
    padding: 30px 50px;
    border-radius: 30px;
    box-shadow: 0 25px 54px 0 rgb(245 147 146 / 40%);
}

.querydetail{
        background-color: #ffcbc8;
    display: flex;
    padding: 10px;
    border-radius: 50px;
}


.query1{
    
       width: 55%;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 20px 0px;
    font-size: 18px;
    font-weight: 600;

    
}


.query1 span{
    font-size: 15px;
}

.query2 span{
    font-size: 15px;
}


.query2{
    
    width: 45%;
   
    border-radius: 50px;
  text-align: center;
    padding: 20px 0px;
    font-size: 20px;
    font-weight: 600;
    
}


.value{
    
       font-size: 15px;
    font-weight: 500;
    line-height: 35px;
    margin: 30px 0px;
    
}


.querybase{
    background-image: linear-gradient(#fff 50%, #ededed 50%);
    
}
















.productback {
 position: relative;
    padding: 60px 0px;
    background: #f5f5f5;
}


.ct-particle-animate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.ct-particle-animate div {
position: absolute;
}

.ct-particle-animate .shape-animate4 {
animation: animationFramesThree 12s infinite linear alternate;
right: 10%;
}


@keyframes animationFramesThree{0%{transform:translate(0,0)}20%{transform:translate(40px,-5px)}40%{transform:translate(60px,40px)}60%{transform:translate(40px,60px)}80%{transform:translate(-40px,60px)}100%{transform:translate(0,0)}}@keyframes animationFramesFour{0%{transform:translate(0,0)}20%{transform:translate(-30px,40px)}40%{transform:translate(60px,60px)}60%{transform:translate(80px,40px)}80%{transform:translate(40px,-70px)}100%{transform:translate(0,0)}}@keyframes animationFramesFive{0%{transform:translateY(0)}25%{transform:translateY(-40px)}50%{transform:translateY(0)}75%{transform:translateY(40px)}100%{transform:translateY(0)}}


.ct-particle-animate #ct_particle_animate-ef5d0591 {
left: 15%;
top: 0px;
}




.productback .element_1 {
    position: absolute;
    top: -40%;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}

.productback .element_2 {
    position: absolute;
    bottom: -40%;
    right: 0;
    z-index: 1;
    opacity: 0.5;
}
.product .prolist {
       overflow: hidden;
    float: left;
      width: 31.5%;
    margin: 10px 10px;
    position: relative;
    box-shadow: 4px 8px 30px rgb(0 0 0 / 28%);

    transition: 0.5s;
        transform: translateY(0px);
}

.product .prolist:hover{
    transform: translateY(-10px);}




.prolist a img {
    transition: opacity 1s ease 0s,transform 1s ease 0s;
    transform: scale(1);
}

.prolist a img:hover {
    -webkit-transform: scale3d(1.1,1.1,1);
    -moz-transform: scale3d(1.1,1.1,1);
    -ms-transform: scale3d(1.1,1.1,1);
    -o-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}


.prolist a {
    overflow: hidden;
    display: block;
}



.overlay {
position: absolute;
left: 0px;

right: 0px;
bottom: 0px;


z-index: 1;
-webkit-transition: all .5s ease-in .1s;
-o-transition: all .5s ease-in .1s;
transition: all .5s ease-in .1s;
background-image: linear-gradient(to bottom, #ff000000 0%, #05121dab 90%);
padding: 20px 0px;
    
display: list-item;
}

.prolist:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.detail {
        font-size: 20px;
    /* text-transform: uppercase; */
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 400;
   
    margin: 0px;
  
    padding-left: 10px;
}
.detail a {
    color: #fff;
}


.addback{
    
    margin:70px 0px;
    
}



.add1{
    
       
    position: relative;
    overflow: hidden;
    
}


.add1::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: 0.5s;
}


.add1:hover::before {
    left: 100%;
}






.add2{
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}



.add2::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: 0.5s;
}


.add2:hover::before {
    left: 100%;
}












.rb-dd-banner-title {
    padding: 0;
    font-size: 140px;
    color: transparent;
    -webkit-text-stroke: 2px #222;
    position: relative;
    font-weight: 400;
    font-size: 90px;
    margin: 0;
    text-transform: uppercase;
   font-family: 'Jost', sans-serif;
}

.side-section-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 35px;
    color: #000;
    position: relative;
}


.clientelebase {
    margin-top: 10px;

}

.kidsback{
   
    background: url('../img/kids.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
    
}

.kidpro {
    transform: rotate(353deg);
    border: 10px solid #fff;
}

.kids{
    
    margin: 50xp 0px;
    color: #fff;
    
}


.ct-banner {
    
    position: relative;
    
}

.ct-banner.layout3 .ct-image-small {
    position: absolute;
}

 .ct-banner-inner2 {
    position: relative;
    padding-top: 35px;
    padding-left: 35px;
     overflow: hidden;
}

 .ct-banner-image2 {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.ct-banner.layout3 .ct-image-small.small1 {
       top: -60px;
    left: -35px;
    width: 300px;
    height: 300px;
}

.ct-banner.layout3 .ct-image-small.small2 {
    bottom: -110px;
    right: -110px;
    width: 360px;
    height: 360px;
}


.ct-banner.layout3 .ct-image-small.small1 .image-small img {
    -webkit-animation: rotation 8s infinite linear;
    animation: rotation 8s infinite linear;
}

.ct-banner.layout3 .ct-banner-meta {
    width: 195px;
    height: 195px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: initial;
    border: 40px solid #fff;
    -webkit-box-shadow: 0 15px 20px rgb(102 102 102 / 19%);
    -khtml-box-shadow: 0 15px 20px rgba(102,102,102,.19);
    -moz-box-shadow: 0 15px 20px rgba(102,102,102,.19);
    -ms-box-shadow: 0 15px 20px rgba(102,102,102,.19);
    -o-box-shadow: 0 15px 20px rgba(102,102,102,.19);
    box-shadow: 0 15px 20px rgb(102 102 102 / 19%);
}

.ct-banner .ct-banner-title {
    font-weight: 500;
    letter-spacing: 3px;
}

.ct-banner.layout3 .ct-banner-title svg {
    fill: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: visible;
    width: 145px;
    height: 145px;
    animation: ctspinsvg 15s linear infinite;
}
.ct-banner.layout3 .ct-banner-title svg text {
    letter-spacing: inherit;
    fill: #020033;
}


.ct-banner-image{
    border-radius: 20px;
    overflow: hidden;
}

@-ms-keyframes ctspinsvg{from{-ms-transform:translate(-50%,-50%)rotate(0)}to{-ms-transform:translate(-50%,-50%)rotate(-360deg)}}@-moz-keyframes ctspinsvg{from{-moz-transform:translate(-50%,-50%)rotate(0)}to{-moz-transform:translate(-50%,-50%)rotate(-360deg)}}@-webkit-keyframes ctspinsvg{from{-webkit-transform:translate(-50%,-50%)rotate(0)}to{-webkit-transform:translate(-50%,-50%)rotate(-360deg)}}@keyframes ctspinsvg{from{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(-360deg)}}@-webkit-keyframes markerWave{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.8}20%{opacity:.8}100%{-webkit-transform:scale(5.5);transform:scale(5.5);opacity:0}}

@-webkit-keyframes rotation{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(359deg)}}@-webkit-keyframes rotation2{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(-359deg)}}



.infrastructureback{
margin: 60px 0px;
}


.infrapart {
    display: flex;
    margin: 20px 0px;
    position: relative;
    align-items: center;
}


.infraicon {
    width: 15%;
    margin-right: 5%;
}


.infradetail {
    width: 85%;
}


.infra{
    border-top: 1px solid #8b868b55;
    padding-top: 30px;
    margin-top: 30px;
}



.testiback{
    background: url('../img/map.jpg') no-repeat;
    background-size: cover;
    padding: 70px 0px;
    
}



.testimonial {
    position: relative;
    padding-top: 150px;
    margin-bottom: 23px;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 15%);
    background-color: white;
    padding: 38px 30px 35px;
    border-radius: 7px;
}

.quote {
    position: absolute;
    right: 37px;
    top: 52%;
    width: 17%;
}

.testimonial-customer-name {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.testimg {
    width: 13%;
    margin-right: 3%;
}
.testtext {
width: 70%;
    font-weight: 700;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}


.help{
    
    width: 59px;
    height: 59px;
    background-color:#FAA80A;
    -webkit-border-radius: 59px;
    -khtml-border-radius: 59px;
    -moz-border-radius: 59px;
    -ms-border-radius: 59px;
    -o-border-radius: 59px;
    border-radius: 59px;
    font-size: 28px;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
    
   
    
}


.helpdetail span{
    
    font-weight: 900;
    color: #111;
    
    
}


.helpbase{
    
    display: flex;
    
}


.help i{
    
     animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}


@-moz-keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0)scale(1)skew(1deg)}10%{transform:rotate(-25deg)scale(1)skew(1deg)}20%{transform:rotate(25deg)scale(1)skew(1deg)}30%{transform:rotate(-25deg)scale(1)skew(1deg)}40%{transform:rotate(25deg)scale(1)skew(1deg)}50%{transform:rotate(0)scale(1)skew(1deg)}100%{transform:rotate(0)scale(1)skew(1deg)}}@-webkit-keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0)scale(1)skew(1deg)}10%{transform:rotate(-25deg)scale(1)skew(1deg)}20%{transform:rotate(25deg)scale(1)skew(1deg)}30%{transform:rotate(-25deg)scale(1)skew(1deg)}40%{transform:rotate(25deg)scale(1)skew(1deg)}50%{transform:rotate(0)scale(1)skew(1deg)}100%{transform:rotate(0)scale(1)skew(1deg)}}@-o-keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0)scale(1)skew(1deg)}10%{transform:rotate(-25deg)scale(1)skew(1deg)}20%{transform:rotate(25deg)scale(1)skew(1deg)}30%{transform:rotate(-25deg)scale(1)skew(1deg)}40%{transform:rotate(25deg)scale(1)skew(1deg)}50%{transform:rotate(0)scale(1)skew(1deg)}100%{transform:rotate(0)scale(1)skew(1deg)}}@keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0)scale(1)skew(1deg)}10%{transform:rotate(-25deg)scale(1)skew(1deg)}20%{transform:rotate(25deg)scale(1)skew(1deg)}30%{transform:rotate(-25deg)scale(1)skew(1deg)}40%{transform:rotate(25deg)scale(1)skew(1deg)}50%{transform:rotate(0)scale(1)skew(1deg)}100%{transform:rotate(0)scale(1)skew(1deg)}}














.expertback{
    
    margin: 70px 0px;
    
    
}



.image-box {
    position: relative;
    
}
.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.wel1 {
    position: absolute;
    right: 0%;
    top: 50%;
    z-index: 3;
    width: 50%;
    box-shadow: 10px 28px 40px rgb(0 0 0 / 15%);
    transform: rotate(8deg);
    border: 10px solid #fff;
}
.wel2 {
       position: relative;
    z-index: 2;
    width: 54%;
    box-shadow: 10px 28px 40px rgb(0 0 0 / 26%);
    transform:rotate(344deg);
    border: 10px solid #fff;
    left: 10%;
}

.image-box .shape .shape-1 {
    position: absolute;
    top: 0%;
    left: 0%;
    animation-name: hvr-pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.image-box .shape .shape-2 {
    left: 45% !important;
    top: 48% !important;
    background-repeat: no-repeat;
    position: absolute;
}

.image-box .shape .shape-3 {
    position: absolute;
    left: -9%;
    top: 30%;
    width: 40px;
    height: 40px;
    background: #48c88e;
    border-radius: 50%;
    -webkit-animation: zoom-fade-two 4s infinite linear;
    animation: zoom-fade-two 4s infinite linear;
}

.image-box .shape .shape-4 {
    top: -45px;
    right: 140px;
    width: 135px;
    height: 135px;
    border: 17px solid #fb4754;
    border-radius: 50%;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
    position: absolute;
}

.image-box .shape .shape-5 {
    left: 28%;
    top: 78%;
    width: 189px;
    height: 189px;
    border: 17px solid #ff931e;
    border-radius: 50%;
    -webkit-animation: zoom-fade-two 6s infinite linear;
    animation: zoom-fade-two 6s infinite linear;
    position: absolute;
}


@-webkit-keyframes zoom-fade-two {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes zoom-fade-two {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}




@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}