
@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');


.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;
}







.affix .header-lower .outer-box .logo-box .logo{
    width:250px;
    
    
}



.affix .header-lower .outer-box .logo-box .logo .logo1{
    
    display: none;
}


.affix .header-lower .outer-box .logo-box .logo .logo2{
    
    display: block;
}

.logo .logo2{
    display: none;
}





.affix .main-menu .navigation > li > a{
    
    color: #111;
    font-size: 17px;
    letter-spacing: 1px;
}



.affix .main-menu .navigation > li.current > a, .affix .main-menu .navigation > li:hover > a{
    
    
    color: #111;
}

.affix .main-menu .navigation > li.current > a, .affix .main-menu .navigation > li:hover > a{
    
    
    color: #111;
}

.affix .nav-right .nav-btn .fa{
    color: black;
}




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



.white{

color: #fff !important;
}



header{

       width: 100%;
    z-index: 9;
    top: 0;
   
    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;
}









.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: 30px;
}

.welcomeback{
    margin: 50px 0px;
    position: relative;
    
    
}



.text {
display: flex;
align-items: center;
margin-bottom: 30px;
margin-top: 60px;
}


.text .text-1:first-child {
border-right: 2px solid #FF5E14;
padding-right: 20px;
margin-right: 42px;
}
.text .text-1 {
font-size: 15px;
font-weight: 500;
line-height: 26px;
text-align: left;
color: #052a66;
padding-right: 62px;
}









.ai-main-banner-shape2 {
    position: absolute;
    bottom: 0%;
    left: 2%;
    transform: translateY(-10%) translateX(-40%);
    z-index: -1;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}


.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;
}



.heading{
font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    color: #0b366c;
    margin-bottom: 30px;
   
    margin-top: 0px;
    font-family: 'Oswald', sans-serif;
}

.heading span{
font-weight: 500;

}


.heading2, .heading2a{
  font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    color: #fff;
    margin-bottom: 30px;
   
    margin-top: 0px;
    font-family: 'Oswald', sans-serif;
}

.heading2 span{
font-weight: 800;

}


.subhead {
font-size: 11px;
color: #ff5b24;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
z-index: 2;
position: relative;
padding-left: 35px;
}


.subhead:before {
content: '';
background: #ff5b24;
width: 20px;
height: 2px;
position: absolute;
left: 0;
top: 50%;
}


.subhead2 {
font-size: 11px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
z-index: 2;
position: relative;
padding-left: 35px;
}








.chooseback{
    
    position: relative;
    margin-bottom: 60px;
    
}

.choose-shape-bg {
 position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 47%;
    opacity: 0.7;
}


.choose-box {
   
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
   
}

.choose-icon {
    font-size: 46px;
    /* width: 71px; */
    /* height: 70px; */
    text-align: center;
    /* background: rgba(161, 141, 253, 0.17); */
    line-height: 70px;
    border-radius: 10px;
    color: #e26703;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-right: 20px;
}



.nu h2 {
margin: 0px;
font-weight: 200;
color: #fff;
font-size: 90px;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
line-height: 100px;
text-align: left;
font-family: 'Oswald', sans-serif;
}

.nu p {

font-size: 15px;
text-transform: uppercase;
font-weight: 500;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
color: #fff;
}

.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-right .col-md-6:nth-child(2n+1) {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}



.choosedetail{
    
    margin-top: 100px;
}









.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: 600;
    /* color: #70716e; */
    /* margin-bottom: 20px; */
    /* padding-bottom: 20px; */

    font-size: 13px;
}



.testiback{
    margin: 40px 0px;
}


.testimonial{
    
    position: relative;
    padding-top: 100px;
    
}






.gsc-images-parallax.style-v2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 100%;
    height: 100%;
    background: url(../img/bg-parallax.png) no-repeat;
    background-size: contain;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}



@-webkit-keyframes float-bob-y{0%{-webkit-transform:translateY(-20px);transform:translateY(-20px);}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px);}100%{-webkit-transform:translateY(-20px);transform:translateY(-20px);}}@keyframes float-bob-y{0%{-webkit-transform:translateY(-20px);transform:translateY(-20px);}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px);}100%{-webkit-transform:translateY(-20px);transform:translateY(-20px);}}.float-bob-y{-webkit-animation-name:float-bob-y;animation-name:float-bob-y;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;}




.quote{
     position: absolute;
    right: 33px;
    top: 20%;
    width: 30%;
    
}


.happy{
    margin-top: 30px;
color: #111;
font-weight: 600;
position: relative;
padding-left: 70px;
font-size: 20px;

}

.happy:before {
content: '';
position: absolute;
left: 0%;
top: 45%;
width: 60px;
height: 1px;
background: #111;
}


.client2 .slick-prev, .client2 .slick-next, .testimo .slick-prev, .testimo .slick-next, .face .slick-prev, .face .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;
}


.clientheading{
    background: #286090;
    padding: 30px 0px 50px;
    
}
.clientback{

position: relative;


}



.clientt1{
    position: absolute;
    left: 3%;
    top: 1%;
    z-index: 1;
}
.clientt2{
    position: absolute;
    left: 61%;
    top: -1%;
    z-index: 1;
    animation: moveLeftBounce 5s linear infinite;
}



.clientt3{
    position: absolute;
   left: 75%;
    top: 41%;
    z-index: 1;
    animation: moveLeftBounce 5s linear infinite;
}


.clientt4{
    position: absolute;
    left: 10%;
    top: 15%;
    z-index: 1;
    
     
}

.clientt5{
position: absolute;
    left: 5%;
    top: 40%;
    z-index: 1;
}

.clientt6{
position: absolute;
    left: 20%;
    top: 55%;
    z-index: 1;
}

.clientt7{
   position: absolute;
    left: 48%;
    top: 12%;
    z-index: 1;
    width: 20%;
}





.clientt9{
position: absolute;
left: 48%;
top: 70%;
z-index: 1;
}



.clientt10{
position: absolute;
left: 70%;
top: 65%;
z-index: 1;
width: 25%;
}



.clientt11{
position: absolute;
left: 45%;
top: 32%;
z-index: 1;
}


.circle1{
position: absolute;
left: 34%;
top: 5%;
z-index: 1;
-webkit-animation-name: hvr-pulse;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}




.circle2{
position: absolute;
left: 30%;
top: 85%;
z-index: 1;
animation: rotate3d 4s linear infinite;
}



.circle3{
position: absolute;
left: 60%;
top: 35%;
z-index: 1;
animation: animationFramesTwo 30s linear infinite;
}


.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%);
    
}


.infraback{
    margin: 100px 0px 50px;
}



.productback {
  margin-top: 80px;
    position: relative;
    padding: 30px 0px 60px;
    background: #EFEFEF;
    background: url('../img/product/back2.jpg') no-repeat;
    background-size: cover;
    
 
}


.ct-particle-animate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



.ct-particle-animate .shape-animate4 {
    animation: animationFramesThree 12s infinite linear alternate;
    right: 10%;
}

.ct-particle-animate #ct_particle_animate-ef5d0591 {
    left: 1%;
    top: 0px;
}
.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)}}







.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 {
    float: left;
    width: 25%;
}


.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;
}
.detail {
    margin:20px 0px 30px
}

.detail h3 {
      margin: 0px;
    font-size: 19px;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}


.detail h3  span{
    font-weight: 700;
}

.detail h3 a{
          color: #2a2929;
    
}



.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;
    
}








 .wpo-about-left {
    position: relative;
}


 .wpo-about-left .wpo-about-img-1 {
    display: inline-block;
}
 .wpo-about-left .wpo-about-img-2 {
    display: inline-block;
    padding: 0px 20px;
}

 .wpo-about-left .wpo-about-img-3 {
    display: inline-block;
}
.wpo-about-left img{
vertical-align: middle;
}


.wpo-about-left-text {
color: #fff;
padding: 28px 40px 17px;
position: absolute;
left: 36%;
top: 70%;
max-width: 400px;
background: #02245B;
-webkit-clip-path: polygon(100% 0, 100% 80%, 89% 100%, 0 100%, 0 0);
clip-path: polygon(100% 0, 100% 80%, 89% 100%, 0 100%, 0 0);
padding: 28px 45px 17px;
}

















 .post-item-wrap {
   
    display: flex !important;
    align-items: stretch;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 40px rgb(0 0 0 / 11%);
    height: 100%;
     margin: 20px 0px;
}

.post-thumbnail-wrap {
    background-size: cover;
    width: 50%;
}

 .post-info {
    padding: 35px 30px;
        width: 50%;
}

 .post-icon {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 30px;
}

 .post-title {
font-size: 19px;
    margin-bottom: 19px;
    color: #292727;
    text-transform: uppercase;
    font-weight: 600;
}

 .post-read-more {
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: .54px;
     margin-top: 33px;
}

.post-read-more a{
    color: #e35712;
    text-transform: uppercase;
    
}

.applicationback{
    
   
    
}






.factback{
background: url('../img/fact/back.jpg') no-repeat;
background-size: cover;
padding: 100px 0px 160px;
    margin-top: 80px;

}



.managementback{
    
    display: flex;
    margin-top:-10%;
    
}

.manage1{
width: 50%;
background: #e26703;
padding: 20px 50px;
    color: #fff;
}

.manage2{

width: 50%;
}









.woocommerce-product-header{
position: relative;
margin-bottom: 30px;
margin-top: -30%;
}




.woocommerce-product-header a {
background-color: #fff;

padding: 20px;
overflow: hidden;
position: relative;
display: block;
border-radius: 50%;
box-shadow: 0 7px 15px 0 rgb(127 128 129 / 26%);
}


 .woocommerce-product-header:before {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    display: block;
    background-color: #fa4318;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}


 .grid-item-inner:hover .woocommerce-product-header:before {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    -khtml-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}



.grid-item-inner{
    
    position:relative;
    margin-top:110px;
    padding:10px 25px 45px; 
    
    background-color:#fff;text-align:center;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;z-index:1

}


.grid-item-inner:before{
    
    z-index:-1;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;position:absolute;content:"";width:100%;height:100%;background-color:#000;left:0;right:0;bottom:0;-webkit-transform:scaleY(0);-khtml-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transform:scaleY(0);transform-origin:bottom center;-webkit-transform-origin:bottom center;-webkit-transition:.3s cubic-bezier(.24,.74,.58,1);-khtml-transition:.3s cubic-bezier(.24,.74,.58,1);-moz-transition:.3s cubic-bezier(.24,.74,.58,1);-ms-transition:.3s cubic-bezier(.24,.74,.58,1);-o-transition:.3s cubic-bezier(.24,.74,.58,1);transition:.3s cubic-bezier(.24,.74,.58,1)}

.grid-item-inner:hover:before{-webkit-transform:scaleY(1);-khtml-transform:scaleY(1);-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}

 .grid-item-inner:hover .woocommerce-product-header:before{opacity:1;-webkit-transform:translateY(-15px);-khtml-transform:translateY(-15px);-moz-transform:translateY(-15px);-ms-transform:translateY(-15px);-o-transform:translateY(-15px);transform:translateY(-15px)}

 .grid-item-inner:hover .woocommerce-product--title {color:#fff}

 .grid-item-inner:hover .item--category {color:#fff}

.grid-item-inner:hover .woo-rate-price{border-top:1px solid rgba(226,226,226,.17)}

 .grid-item-inner:hover .woo-rate-price .price{color:#fff}

 .grid-item-inner:hover .woocommerce-add-to-cart a{background-color:#fa4318}

.grid-item-inner:hover .woocommerce-add-to-cart a i{-webkit-animation:toRightFromLeft .3s linear 1;-khtml-animation:toRightFromLeft .3s linear 1;-moz-animation:toRightFromLeft .3s linear 1;-ms-animation:toRightFromLeft .3s linear 1;-o-animation:toRightFromLeft .3s linear 1;animation:toRightFromLeft .3s linear 1}


.woocommerce-product--title{

font-size: 18px;
    color: #111;
    text-transform: uppercase;
    font-weight: 600;

}

.read{

display: inline-block;
padding: 5px 30px;
margin-top: 30px;
background: #ff3b24;
color: #fff;
text-transform: uppercase;
font-size: 14px;
}

.read a{
    
    
    color: #000;
    
}

.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;
}



















.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 40px;
    position: relative;
    align-items: center;
}


.infraicon {
       margin-right: 4%;
    background: #ff661c;
    padding: 18px;
    width: 85px;
}



.infradetail {
    width: 85%;
}



.infradetail h5{

font-size: 19px;
/* font-family: 'Oswald', sans-serif; */
color: #353434;
font-weight: 500;
text-transform: uppercase;
font-weight: 700;
}


.infra{
    border-top: 1px solid #8b868b55;
    padding-top: 30px;
    margin-top: 30px;
}



.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: 800;
    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)}}





.clientback{
background: url('../img/clientele/back.jpg') no-repeat;
background-size: cover;
padding: 0px 0px 50px;
    margin: 100px 0px;

}

.cl{

background: #ffffff57;

padding: 10px 10px;
    margin-top: 60px;
  


}




.company-area-tag {
display: inline-block;
width: 430px;
background: #ff5e14;
padding: 22px 50px;
text-align: center;
border-radius: 0 0 20px 20px;
position: relative;
margin-top: -35px;
}


.company-area-tag:before {
position: absolute;
content: "";
width: 27px;
height: 35px;
background: #e1ac94;
clip-path: polygon(100% 0, 100% 100%, 0 100%);
top: 0;
left: -27px;
}

.company-area-tag:after {
position: absolute;
content: "";
width: 27px;
height: 35px;
background: #e1ac94;
clip-path: polygon(0 0, 100% 100%, 0 100%);
top: 0;
right: -27px;
}








.wpo-site-footer {
    position: relative;
    font-size: 15px;
    overflow: hidden;
}

.wpo-site-footer .footer-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.wpo-site-footer .footer-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #02245B;
    z-index: 11;
    opacity: 0.9;
}
.wpo-site-footer .wpo-support-section {
    padding: 40px 0;
}

.justify-content-center {
    align-items: center!important;
 
    
    
}





.wpo-site-footer .wpo-support-section .wpo-support-icon {
    position: relative;
}


.wpo-site-footer .wpo-support-section .wpo-support-icon .support {
    display: flex;
    justify-content: center;
}



.wpo-site-footer .wpo-support-section .wpo-support-icon .support .shape {
    text-align: center;
    background: #FF5E14;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
}

.wpo-site-footer .wpo-support-section .wpo-support-icon .support .shape::before {
    position: absolute;
    content: "";
    left: -7%;
    top: -6%;
   
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgb(42, 69, 112);
    z-index: -1;
    animation-name: hvr-pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wpo-site-footer .wpo-support-section .wpo-support-icon .shape-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.wpo-site-footer .wpo-support-section .wpo-support-title h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    margin-bottom: 0;
    color: #fff;
    margin-top: 0px;    
}


.wpo-site-footer .wpo-support-section .wpo-support-icon .support .shape i::before {
    color: #fff;
    font-size: 38px;
    line-height: 80px;
}




.wpo-site-footer .wpo-support-section .wpo-support-munber span {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #FF5E14;
}


.wpo-site-footer .wpo-support-section .wpo-support-munber P {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
    margin-top: 8px;
}

.wpo-site-footer .wpo-upper-footer {
    padding: 70px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.wpo-site-footer .widget-title h3 {
  font-size: 30px;
    color: #fff;
    margin: 0;
    position: relative;
    /* font-family: "DM Sans", sans-serif; */
    font-weight: 500;
    margin-bottom: 20px;
}

.wpo-site-footer ul {
    list-style: none;
}

.wpo-site-footer .link-widget ul li {
    position: relative;
    color:#BFBAC8;
}


.wpo-site-footer .link-widget ul li a {
    color: #BFBAC8;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.wpo-site-footer .link-widget ul li h6 {
    font-size: 15px;
}

.wpo-site-footer .link-widget ul li a i {
    padding-right: 18px;
}



.wpo-site-footer .contact-widget {
    position: relative;
    padding-left: 94px;
}


.wpo-site-footer .contact-widget::before {
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    width: 1px;
    height: 423px;
    background: rgba(255, 255, 255, 0.1);
    content: "";
}

.wpo-site-footer .contact-widget::after {
    position: absolute;
    right: 0;
    top: 0;
    top: 52%;
    transform: translateY(-50%);
    width: 1px;
    height: 423px;
    background: rgba(255, 255, 255, 0.1);
    content: "";
}


.wpo-site-footer ul {
 margin-bottom: 0px;
    list-style: none;
}

.wpo-site-footer .contact-widget ul li {
    position: relative;
    color: #BFBAC8;
    font-size: 15px;
    font-weight: 400;
}


.wpo-site-footer .co ul li + li {
    padding-top: 10px;
}




.wpo-site-footer .wpo-lower-footer {
    position: relative;
    padding: 15px 0px;
    background: #163668;
}

.wpo-site-footer .wpo-lower-footer .copyright {
    display: inline-block;
    font-size: 13px;
    margin: 0;
    text-align: left;
    font-weight: 400;
    color: #fff;
    
    
}


.wpo-site-footer .wpo-lower-footer .social-widget {
text-align: right;
}

.wpo-site-footer .wpo-lower-footer .social-widget ul li {
display: inline-block;
}

.wpo-site-footer .wpo-lower-footer .social-widget ul li a {
color: #fff;
background: #FF5E14;
margin-bottom: 0;
height: 25px;
width: 25px;
margin-left: 10px;
display: block;
text-align: center;
line-height: 25px;
}


.wpo-site-footer .contact-widget .shape-1 {
    position: absolute;
    left: -1px;
    top: 50%;
    width: 3px;
    height: 100px;
    background: #FF5E14;
}

.wpo-site-footer .contact-widget .shape-2 {
    position: absolute;
    right: -1px;
    top: 50%;
    width: 3px;
    height: 100px;
    background: #FF5E14;
}


 .images {
    padding-bottom: 200px;
    position: relative;
}


 .images  .image-1 {
    position: relative;
    overflow: hidden;
}

 .images  .image-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.parag{
    margin: 0 0 10px;
    line-height: 25px;
    font-size: 14px;
    position: relative;
    z-index: 9;

}

.about-para{
    margin:0 0 10px;
    line-height: 25px;
    font-size: 13px;
}

.products-tab{
    font-size: 15px;
    font-weight: 500;
}

.cli-h1{
    color: #a7abb0;
    margin:0 0 10px;
    line-height: 25px;
    font-size: 13px;
}

.closebtn{}