@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700|Poppins:400,500,500i,600i,700,700i|Rubik&display=swap");

body {
font-family: Poppins;
font-weight: <weight>;
font-style: normal;
font-variation-settings:
"width" 100;
overflow-x: hidden;

  font-weight: 400;
  font-style: normal !important;
}

body {
background-color: #ffffff;
}

.element.style {
}
.carousel-item {
     z-index: -1;
}
       
       /*.elementor-element animation*/
.elementor-element{
    width: 200px;
    height: 200px;

    left: 52px;
    position: absolute;

    margin-top: -35px;
    opacity: 0.3;
    border-radius: 136px;

}
  @keyframes elementor-element {
50% {
  transform: scale(1);
}
10% {
  transform: scale(1.1);
}
100% {
  transform: scale(1);
}
}

.elementor-element {
    animation: elementor-element 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

:@keyframes elementor-element {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.1);
    }

    30% {
        transform: scale(0);
    }
}

/*.elementor-element end*/




/*.transformer-hero */

.transformer-hero {

  background: linear-gradient(135deg, #f4f8fc 0%, #ffffff 100%);
  box-sizing: border-box;
}
.transformer-hero img{
    width: 100%;
    border-radius: 20px;
}



.hero-tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 30px;
  background: #e8f1fa;
  color: #1261a0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.hero-content h1 span {

  color: #1261a0;
}

.hero-subtitle {
  margin: 0 0 22px;
  color: #4b6275;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

.hero-description {

  margin: 0 0 32px;
  color: #5f7182;
  font-size: 18px;
  line-height: 1.8;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-primary {
  color: #ffffff;
  background: #1261a0;
  border: 2px solid #1261a0;
}

.btn-primary:hover {
  background: #0d4d80;
  border-color: #0d4d80;
  transform: translateY(-2px);
}

.btn-secondary {
  color: #1261a0;
  background: transparent;
  border: 2px solid #1261a0;
}

.btn-secondary:hover {
  color: #ffffff;
  background: #1261a0;
  transform: translateY(-2px);
}


/* ================================
   Tablet
================================ */


/*.transformer-hero-end */

/*.certifications-section*/
.certifications-section{
    background:#f8fafc;
}


.certifications-section .section-heading{
    max-width:750px;
    margin:auto;
}


.certifications-section .sub-title{
    color:#0c4da2;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}


.certifications-section .section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#0d1b3e;
    margin:12px 0;
}


.certifications-section .section-heading p{
    color:#666;
    line-height:30px;
    font-size:17px;
}


.certifications-section .certificate-box{
    background:#fff;
    padding:35px 25px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}


.certifications-section .certificate-box:hover{
    transform:translateY(-8px);
}


.certifications-section .certificate-box img{
    width:90px;
    height: 90px;
    margin-bottom:20px;
}


.certifications-section .certificate-box h5{
    font-size:18px;
    color:#0d1b3e;
    font-weight:600;
}
/*
.certifications-section-end*/
/*.section-padding-*/
.section-padding{

}
.global-presence img{
    width: 100px;
width: 100px;
}

.section-padding .global-presence{
    background:#f8fbff;
}

.section-padding .section-title span{
    color:#c79b3b;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}


.section-padding .section-title p{
    color:#666;
    font-size:17px;
    line-height:30px;
}

.section-padding .country-box{
    background:#fff;
    padding:20px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
    margin-top: 20px;
}

.section-padding .country-box:hover{
    transform:translateY(-6px);
}

.section-padding .country-box{
    font-size:30px;
}

.section-padding .country-box h5{
    margin-top:10px;
    margin-bottom:5px;
    color:#0d2d62;
    font-weight:600;
    font-size: 17px;

}

.section-padding .country-box small{
color: #777;
    font-size: 23px;
    color: #000;
    font-weight: bold;

}

.section-padding .world-map{
    max-width:100%;
}

/*.section-padding-end*/
/* .group-companies*/
 .group-companies{
    background:#fff;
}

    .group-companies .section-tag{
    display:inline-block;
    background:#0d3b66;
    color:#fff;
    padding:8px 22px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}



    .group-companies .section-desc{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:28px;
}

    .group-companies .company-card{
    background:#fff;
    border-radius:15px;
    padding:35px 25px;
    text-align:center;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    height:100%;
}

    .group-companies .company-card:hover{
    transform:translateY(-10px);
    background:#0d3b66;
}


    .group-companies .company-icon img{
    width: 200px;
    height: 146px;
}


    .group-companies .company-card h4{
    font-size:22px;
    font-weight:700;
    color:#0d3b66;
    margin-bottom:7px;
    margin-top: 15px;
}

    .group-companies .company-card p{
    color:#666;
    line-height:26px;
    margin:0;
}

    .group-companies .company-card:hover h4,
.company-card:hover p{
    color:#fff;
}
/*group-companies-end*/



.icone-2 {
    position: absolute;
width: 59%;
/* top: 211px; */
bottom: 0;
}

  .icone-2 {
      position: absolute;
width: 59%;
/* top: 211px; */
bottom: 0;
                animation-name: icone-2;
                animation-timing-function: ease-in-out;
                animation-duration: 8s;
                animation-iteration-count: infinite
            }

            @keyframes icone-2 {
                0% {
                    transform: translateX(0)
                }

                25% {
                    transform: translate(-10px,-2px)
                }

                50% {
                    transform: translate(-20px,-2px)
                }

                75% {
                    transform: translate(0,4px)
                }

                100% {
                    transform: translateX(0)
                }
            }


.top-bar .contact-info a{
font-size: 16px;
color: #000;
text-decoration: none;
border-right: 1px solid #030749;
line-height: 1;
padding-right: 10px;
padding-left: -5px;

}
.carousel-indicators .active {
opacity: 1;
    margin-bottom: 51px;
}
.carousel-indicators {
    bottom: 52px;

}
.top-bar .text-left {

}
.slider-tex {
margin-top: -252px;
top: -133px;

}


.top-bar p {
color: #fff;
font-weight: 600;
font-size: 13px;
padding-top: 7px;



}
.top-bar .text-right {
color: #001742;
height: 47px;
background: #fff;
}
.slider-tex {
margin-top: -188px;
position: relative;
z-index: 9;
top: -195px;
margin-left: 124px;
}
.slider-tex h3{
font-size: 35px;
color: #fff;
}
.slider-tex h2{
color: #fff;
font-size: 60px;
font-weight: bolder;
}
.slider-tex p {
color: #fff;
font-size: 22px;
}
/*.business-section*/
.business-section{
background: #24184a05;

}

.section-title span{
    color:#c89b3c;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}


.business-card{
 background: #fff;
    padding: 22px 4px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #ececec;
    transition: .4s;
      height: 217px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
        margin-bottom: 20px;
}



.business-card img{
    width: 86px;
    transition: .4s;
    margin-bottom: 13px;
    background: #ffffff;
    border: 5px solid #24184a;
    border-radius: 15px;
    padding: 3px;



}

.business-card h4{
    color: #0b2149;
    font-size: 16px;
    margin-bottom: 13px;
    font-weight: bold;
    padding-top: 14px;

}

.business-card p{
    color: #000;
    line-height: 24px;
    font-size: 13px;
}

.business-card a{
    color:#c89b3c;
    text-decoration:none;
    font-weight:700;
    display:inline-block;
    margin-top:20px;
}

.business-card i{
    transition:.4s;
    margin-left:5px;
}

/******** Hover Effect ********/

.business-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(0,0,0,.18);

}

.business-card:hover img{
    transform:scale(1.15) rotate(8deg);
}

.business-card:hover h4{
    color:#c89b3c !important;
}

.business-card:hover i{
    transform:translateX(8px);
}

.business-card::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:5px;
    background: #24184a;
    transition:.4s;
}

.business-card:hover::before{
    left:0;
}
/*.business-section-end*/
/*--------------- sec-about -----------------------*/

.elementor1 {
    position: absolute;
    margin-top: -74px;
    z-index: 9;
    /* display: flex; */
    /* right: 132px; */
    background: #c0a28a91;
    width: 40.6%;
    padding-right: 12px;
    border-radius: 9px;
    padding: 7px;
    height: 63px;
}

/*--------------- sec-about -----------------------*/
.card-icone{
position: fixed;
top: 30%;
left: -33px;
z-index: 9;
}
.card-icone ul{
    list-style: none;

}
.card-icone ul li{
margin-top: 10px;

}
.card-icone .icone-1{

width: 54px;
background: #040c14;
padding: 9px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
    z-index: 9 !important;
    list-style: none;
}

.about .img-2{
width: 100%;
margin-top: 184px;

position: relative;
height: 372px;
z-index: 7;
border-radius: 10px;
}

.about .img4 {
    position: absolute;
    margin-top: -60px;
    left: 0;
    /* left: 48px; */
    z-index: 2;
    opacity: 0.3;
    width: 207px;
    height: 200px;
    border-radius: 50%;
    animation: spin 10.2s 
linear infinite;
}


@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
 
.about .img-3 {

margin-top: 17px;
z-index: 1;
position: relative;
width: 54%;
  height: 249px
}
.about ul li{
  color: #605757;
  font-size: 15px;
  line-height: 31px;
}

.about  .btn-red {
   font-size: 18px;
   background: -webkit-linear-gradient(0deg, #f25743, #eb3648 50%);
   color: #fff;
   padding: 18px;
   font-weight: bold;
   padding-left: 36px;
   padding-right: 36px;
}
.about small{
  color: #000;
  font-size: 14px;
}
.about small{
font-size: 20px;
color: #fff;
font-weight: 500;
}
.about h3{
    font-size: 19px;
    color: #000;
    /* margin-left: 88px; */
    padding-top: 12px;

}
.about .box{
background: #ffffff;
height: 201px;
width: 249px;
position: absolute;
left: 450px;
margin-top: 254px;
}
.about ul li{
    list-style: none;
    line-height: 44px;
    color: #000;
    font-weight: 600;


}
.about ul {
    margin-left:-20px;
}

.about ul li .fa{
    color: #f00;
}

.about .box span{
font-size: 55px;
margin-left: 1px;
}
.about .p-text{
font-size: 43px;
color: #000000;
line-height: 64px;
}
.about .img{
width: 482px;
    margin-top: 442px;
position: absolute;
z-index: 6;
height: 330px;
left: 247px;
background: #ffffff;
padding: 14px;
    border-radius: 10px !important;



}
.about h4{
font-size: 58px;
color: #f00;
font-weight: bold;  
letter-spacing: 2px;

}
p{
color: #000;
font-size: 16px;
line-height: 31px;
}
ul li{
    color: #000;
}

.about p{
font-size: 16px;
color: #1f1f1fd9;

}
.about .card p{
    font-size: 14px;
    color: #1f1f1fd9;
    line-height: 28px;
    height: 155px;


}


.about .card{
  background: #f6f7f8;
  border-radius: 20px;
  padding: 29px 13px 0px 27px;
  height: 282px;
  transition: all 500ms ease;
  border: none;
}
.about .card:hover{
  background: #f6f7f8;
  border-radius: 20px;
  padding: 29px 13px 0px 27px;
  height: 282px;
  transition: all 500ms ease;
  border: none;
}
   @keyframes bounce{
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-20px);
    }
  }

  .about .card:hover {
    animation:bounce 300ms
      alternate infinite
      cubic-bezier(.2, .65, .6, 1);
  
}


.about .row-card {
background: f00;
/* border: none; */
background: #fff;
    margin-top: -48px;

z-index: 7;
position: absolute;
padding: 47px;
width: 82%;
padding: 59px 70px 70px 70px;
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
border-radius: 20px;
}


.about .card .icone{
    color: #fff;
    font-size: 12px;
    width: 90px;
    height: 90px;
    /* padding: 2px; */
    padding-left: -7px;

    border: 7px solid #11ce1;



}


.about .card-body{
background: #eee;
padding: 39px;
height: 263px;
position: relative;
padding-top: 79px;
width: 480px;
z-index: 9;
top: -160px;
margin-left: -67px;
}
.about .btn-danger {
border-radius: 94px;
padding-top: 12px;
padding-bottom: 12px;
color: #000;
padding-left: 35px;
padding-right: 35px;
background-color: #ffd74a;
border-color: #009fdd;
}
/*--------------- sec-about and -------------------*/


.eyecare .img{
      border-radius: 9%;
    width: 94%;
    height: auto;
    margin-top: 50px;
 
     border-radius: 9%;
  
    height: auto;
    margin-top: 50px;

    height: auto;


}
.image-anime{
  position: relative;
  overflow: hidden;
          z-index: 1 !important 
        }

.image-anime:after{
  content: "";
  position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);

}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.eyecare .small-card{
background: #0d4d80;
    position: 50px;
    border-radius: 28px;
    width: 403px;
    height: 113px;
    /* margin-top: 420px; */
    left: 185px;
    text-align: center;
    position: relative;
    padding: 11px;
    padding-top: 19px;
    bottom: 89px;
    z-index: 8;


}
.eyecare .p-text{
    color: #000;
    font-size: 16px;
    line-height: 31px;
    text-align: justify;
}
.eyecare .sub-title {
    margin-left: -165px;
    position: absolute;
    display: inline-block;
    font-size: 90px;
    line-height: 80px;
    font-family: 'Jost', sans-serif;
    font-weight: 1000;
    background: -webkit-linear-gradient(0deg, #f8ece3, #def4f1 100%);
    color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.eyecare .small-card span{
    font-size: 51px;
    font-weight: bold;
   color: #fafafa;
}
.eyecare .small-card p {
    color: #fff;
    font-size: 20px;
    line-height: 31px;
    font-weight: 500;
}
.eyecare h5{
    font-size: 23px;
    font-weight: bold;
}
.eyecare ul li{
font-size: 15px;
padding-left: -15px;
list-style: none;
margin-left: -32px;
line-height: 35px;
color: #000000bf;
}
.eyecare ul li .fa{
    color: #cf7b45;
}



/* .eyecare end*/

.services .box{
background: #ffffff;
height: 201px;
width: 249px;
position: absolute;
left: 450px;
margin-top: 254px;
}
.services ul li{
    list-style: none;
    line-height: 44px;
    color: #000;
    font-weight: 600;


}

.services ul {
    margin-left:-20px;
}

.services  ul li .fa{
       color: #cf7b45;
           margin-left: -13px;


}

.services .box span{
font-size: 55px;
margin-left: 1px;
}
.services .p-text{
font-size: 43px;
color: #000000;
line-height: 64px;
}
.services .img{
width: 482px;
    margin-top: 442px;
position: absolute;
z-index: 6;
height: 330px;
left: 247px;
background: #ffffff;
padding: 14px;
border-radius: 10px !important;



}
.services h4{
font-size: 58px;
color: #f00;
font-weight: bold;  
letter-spacing: 2px;

}

.services .card p{
    font-size: 14px;
    color: #1f1f1fd9;
    line-height: 28px;
    height: 155px;


}


.services .card{
    background: #ebeced;
    border-radius: 20px;
    /* padding: 8px 22px 0px 27px; */
    height: 177px;
    margin-top: ;
    border: none;
    padding: 12px;

}
/*.services .card:hover{
  background: #f6f7f8;
  border-radius: 20px;
  padding: 29px 13px 0px 27px;
  height: 282px;
  transition: all 500ms ease;
  border: none;
}
   @keyframes bounce{
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-20px);
    }
  }

  .card:hover {
    animation:bounce 300ms
      alternate infinite
      cubic-bezier(.2, .65, .6, 1);
  
}*/
.services .card h3{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.services .row-card {
background: f00;
/* border: none; */
background: #fff;
/* margin-top: -48px; */
z-index: 7;
/* position: absolute; */
padding: 47px;
width: 100%;
padding: 59px 70px 70px 70px;
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
border-radius: 20px;
margin-top: 136px;
}
.services .card .icone{
    color: #fff;
    font-size: 12px;
    width: 81px;
    height: 75px;
    margin-left: 30px;
    /* margin: auto; */
    /* padding: 2px; */
    padding-left: -7px;
    border: 7px solid #11ce1;


}
.services .card .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
    background-color: #0a94ce;
  overflow: hidden;
  width: 100%;
  height:0;
  border-radius:20px;
  transition: .5s ease;
}


.services .card:hover .overlay {
  bottom: 0;
  height: 100%;
}
.services .card:hover .icone{
background: #fff;
z-index: 9;
border-radius: 22%;
position: 20px;
margin-bottom: 10px;
padding: 11px;
}
.services .card:hover h3{
color: #fff;
z-index: 9;
}


.services .card-body{
background: #eee;
padding: 39px;
height: 263px;
position: relative;
padding-top: 79px;
width: 480px;
z-index: 9;
top: -160px;
margin-left: -67px;
}
.services .btn-danger {
border-radius: 94px;
padding-top: 12px;
padding-bottom: 12px;
color: #000;
padding-left: 35px;
padding-right: 35px;
background-color: #ffd74a;
border-color: #009fdd;
}
/*--------------- sec-about and -------------------*/

.gallery .card{
    width: 100%;
    height: 450;
    border-radius: 20px;
}
.gallery  .card img{
height: 269px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/*--------------- sec-product-------------------*/
.product .card{
height: 319px;
width:100%;
/*margin-top: 20px;*/
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.product .card img{
height: 249px;
    width: 100%;
    /* border: 5px solid #038f43; */
    padding: 13px;
    /* border-top-left-radius: 50px; */
    border-bottom-right-radius: 50px;
}

.product .card .card-body h3{
    font-size: 23px;
    color: #000;
    font-weight: bold;
 
}

/*--------------- sec-product and -------------------*/
/*--------------- sec-product-------------------*/
.product2 .card{
    height: 330px;
width:100%;
/*margin-top: 20px;*/
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.product2 .card img{
height: 207px;
    width: 100%;
    /* border: 5px solid #038f43; */
    padding: 13px;
    /* border-top-left-radius: 50px; */
    border-bottom-right-radius: 50px;
}

.product2 .card .card-body h3{
      font-size: 16px;
    color: #000;
    font-weight: 500;
 
}
.product2 .card .btn-primary{

padding-top: 7px;
    padding-bottom: 7px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-color: #009fdd;

}
/*--------------- sec-product and -------------------*/
/*--------------- sec-service------------------------*/
.service{
background: #eee;
}
.service img{
width: 42%;
height: 112px;
margin-top: 55px;
padding-bottom: 20px;
}
.service .text3{

font-size: 30px;
}
.service .box:{
height: 300px;
width: 100%;
padding: 23px;
background: #ff5347;
}
.service .btn{

    border: 2px solid;
}

.service .box{
    background: #007042;
    padding: 13px;
    height: 370px;
    text-align: center;

} 
/*.building-wrap::before {
content: "";
position: absolute;
/* top: 0; */
/* RIGHT: 217px; */
width: 39%;
height: 70%;
background-color: #05125e;
opacity: 0.5;


}*/

.service a{
font-size: 17px;
color: #000;
}
.service p{
font-size: 17px;
color: #fff;
}
.service img{
height: 343px;
width: 115%;
}
.service .icone{
    color: #c4d82d;
font-size: 39px;
margin-top: 45px;
}
.service h3{
font-size: 34px;
color: #fff;
padding: 6px;
font-weight: bold;
}
/*--------------- sec-service and -------------------*/
/*.csr-section*/
.csr-section{

background: #FFEEEE;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #DDEFBB, #FFEEEE);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #DDEFBB, #FFEEEE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    overflow:hidden;
}



.csr-section .section-heading{

    display:flex;
    align-items:center;
    gap:20px;
}

.csr-section .section-heading span{

    font-size:34px;
    font-weight:700;
    color:#0b1f4d;
}

.csr-section .section-heading::after{

    content:'';
    width:70px;
    height:3px;
    background:#d4a017;
}

.csr-section .csr-box{
text-align: center;
    padding: 15px 20px;
    border-right: 1px solid #e8e8e8;
    transition: .4s;
background: #ffffffd9;
    height: 233px;
    border-radius: 16px;

}



.csr-section .csr-box img{
 width: 209px;
    height: 125px;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: .4s;

}

.csr-section .csr-box h4{
color: #0b1f4d;
    font-weight: bold;
font-size: 17px;
    margin-bottom: 10px;

}

.csr-section .csr-box p{
    color: #010101;
    line-height: 21px;
    font-size: 15px;
}



.csr-section .csr-box:hover{

    transform:translateY(-10px);
}

.csr-section .csr-box:hover img{

    transform:scale(1.15) rotate(8deg);
}

.csr-section .csr-parallax{

    height:520px;

    background:url(images/csr.jpg);

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

/*    background-attachment:fixed;*/

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;
}


.csr-section .csr-btn{
    position: absolute;
    z-index: 2;
    background: #0b1f4d80;
    color: #fff;
    margin-top: 23px;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 14px;
    transition: .4s;

}

.csr-section .csr-btn:hover{

    background:#d4a017;

    color:#fff;
}

/*.csr-section*/


/*.our-story-section*/
.our-story-section{

    background:#ffffff;
}

.story-img{
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.our-story-section .story-img img{
    width:100%;
    border-radius:20px;
    transition:.5s;
}

.our-story-section .story-img:hover img{
    transform:scale(1.05);
}

.our-story-section .story-content{
    padding-left:30px;
}

.our-story-section .story-subtitle{
    display:inline-block;
    color:#f68b1f;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
}



.our-story-section .story-content p{
    color:#000;
    font-size:16px;
    line-height:30px;
    margin-bottom:20px;
}
/*.our-story-section-end*/


/*leadership-section*/
.leadership-section .section-title span{
    color:#f68b1f;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:2px;
}

.leadership-section .section-title h2{
    font-size:42px;
    font-weight:700;
    color:#0d2b5c;
    margin:15px 0;
}

.leadership-section .section-title p{
    color:#666;
    line-height:28px;
}

.leadership-section .leader-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.leadership-section .leader-card:hover{
    transform:translateY(-10px);
}

.leadership-section .leader-img{
    overflow:hidden;
}

.leadership-section .leader-img img{
    width:100%;
    height:380px;
    object-fit:cover;
    transition:.5s;
}

.leadership-section .leader-card:hover .leader-img img{
    transform:scale(1.08);
}

.leadership-section .leader-content{
    padding:25px;
}

.leadership-section .leader-content h4{
    color:#0d2b5c;
    margin-bottom:5px;
}

.leadership-section .leader-content span{
    display:block;
    color:#f68b1f;
    font-weight:600;
    margin-bottom:15px;
}

.leadership-section .leader-content p{
    color:#666;
    line-height:28px;
}

.leadership-section .leader-content a{
    color:#0d2b5c;
    text-decoration:none;
    font-weight:600;
}

.leadership-section .leader-content a:hover{
    color:#f68b1f;
}



/*.leadership-section-end*/
.product .card {
height: 447px;
margin-bottom: 25px;

border-radius: 16px;
}
.product .card .card-body p{
   
    font-size: 16px;
    line-height: 24px;

    color: #000;

}
.product .card img {
/* height: auto; */ss
width: 100%;
}
.product .image-anime{
position: relative;
overflow: hidden;
}
.product .image-anime:after{
content: "";
position: absolute;
width: 200%;
height: 0%;
left: 50%;
top: 50%;
background-color: rgba(255,255,255,.3);
transform: translate(-50%,-50%) rotate(-45deg);
z-index: 1;
}

.product .image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
    .product .image-anime img{
    position:relative;
    width:100%;
    display:block;
}


}

.product .card img:hover{
    opacity:0.70;
    transform:scale(1.06,1.06) rotate(2deg);
}

.team img{
    width: 100%;
    border-radius: 20px;
}
.team  .card{
    padding: 20px;
    border-radius: 21px;
    border: 2px solid #374e44;
}


.team  .card .t-img{
     width: 36%;

}
.team  .card .card-body{
    float: right;
    position: absolute;
    left: 247px;
    top: 46px;
}
.team  .card .card-body h3{
    color: #059b46;
    font-weight: bold;

}


.team  .card2{
    padding: 20px;
    border-radius: 21px;
    border: 2px solid #374e44;
    margin-top: 30px;
    height: 300px;

}
 .team .p-text p {
    color: #000;
    font-size: 15px;
    line-height: 37px;
    border-bottom: 2px solid;
}
.team .card-body p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
}
.team .card2 .card-body{
text-align: center;
}
.team .card2 .card-body h3{
    color: #059b46;
    font-weight: bold;
    font-size: 22px;

}
.team li{
    font-size: 17px;
    color: #000;
    line-height: 35px;
}

.team .card2 .img3{

    width: 42% !important;
    border-radius: 20px!important;
    margin: auto!important;
    display: flex!important;

}
.certificates  img{
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

/*--------------- sec-offering -------------------*/
.offering .card{

height:  270px;
width:100%;
}
.offering .card img{

height:  270px;
width:100%;
}

.Offer img{
    width: 100%;

}

.footer-card{
background: #ff8c00;
height: 244px;
position: absolute;
margin-top: 8px;
left: 11px;
width: 100%;
padding: 57px;
}

.section7 {
padding-top: 23px;
background: #fff;
margin-top: -7;
}

.offering .card-body  {
color: #fff;
padding: 10px;
position: absolute;
bottom: 0;
z-index: 9;
text-align: center;


}
.offering  .card-body:hover {
display: block;
}
.offering p{
font-size: 17px;
color: #000;
padding-top: 38px;
}
.offering h2{
padding-left: 56px;
}
.offering small{
font-size: 14px;
color: #000;
}
.offering .overlay {
color: #000;
padding: 10px;
position: absolute;
bottom: -2px;
z-index: 1;
text-align: center;
width: 10px;
height: 146px;
background: #ff8c00;
z-index: 8;
transition: width 1s;
}
.overlay:hover {
width: 100%;

}

/*--------------- sec-offering and -------------------*/


/*--------------------------sec-vision 2--------------------------------*/
.vision2 .card{
    border: none;
        background: #91bb39;
}
.vision2 .card-body{
    background: #007042bd;
    /* padding: 26px; */
    margin: 7px;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
    height: 384px;
    /* border: navajowhite; */

}
.vision2 .card-body h2{
font-size: 32px;
color: #fff;
padding-top: 52px;
}
.vision2 .card-body p{
font-size: 17px;
color: #fff;
text-align: justify;
}
.vision2 .card-body small{
color: #fff;
}

.vision2 .img {
    height: 94px;
    width: 96px;
    position: absolute;
    top: -7px;
    /* float: right; */
    border-radius: 61px;
    background: #fff;
    padding: 8px;
    left: 141px;
}
.vision2 .round-img{
    width: 393px;
    z-index: 7;
    position: relative;
    margin: auto;
    margin-top: 14px;


}

.elementor:before, .elementor :before {
    content: "";
    width: 452px;
    height: 1px;
    margin-top: 214px;
    border: 3px dashed #268340;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    position: absolute;
    /* top: 208px; */
    margin-left: -24px;
    /* left: 168px; */
    z-index: 5;
}


/*--------------------------sec-vision2 end ------------------------------*/

/*--------------- sec-vision-mission  -------------------*/

.vision-mission .img2{
width: auto;
height: 424px;

}

.vision-mission .box {
height: 328px;
width: 100%;
background: #F7F7F6;
padding: 10px;
padding-top: 23px;

padding: 26px;

margin: auto;
box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;

border: 2px solid;
margin-top: 271px;




}
.sec-mission p {
    color: #000;
    font-size: 16px;
    text-align: center;

}
.vision-mission h2{
font-size: 30px ;
font-weight: bold;
color: #000;

margin-top: 15px;

}

.vision-mission .box p {
float: left;
margin-top: 9px;
font-size: 16px;
color: #000;
/* font-weight: 600; */
letter-spacing: 1px;
width: 100%;
line-height: 26px;
text-align: center;

}


.vision-mission img{



}

.vision-mission .both{
z-index: 9;
position: absolute;
/* margin-left: -114px; */
width: 207px;
margin-top: 211px;
background: #f7f7f6;
margin-left: 485px;
border-radius: 15%;
border: navajowhite;
}
.vision-mission .box2{
height: 294px;
width: 100%;
background: #eee;
padding-top: 74px;
text-align: center;
/* margin-bottom: 30px; */
box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%);
}

.Offer p{
font-size: 17px;
color: #000;
}
.Offer strong{
font-size: 18px;
color: #f00;
font-weight: normal;
}
/*--------------- sec-vision-mission end  -------------------*/

/*--------------- sec-reliable ----------------------*/
.reliable small{
font-size: 20px;
color: #423e3e;
font-weight: 500;
}
.reliable p{
font-size: 17px;
color: #000;
line-height: 22px;

}
.reliable img{
height: 530px;
width: 100%;
}
.reliable ul li{
color: #000;
font-size: 16px;
list-style: none;
line-height: 31px;
margin-left: -36px;

}
.reliable .box {
background: #1e3f74;
width: 297px;
height: 109px;
padding: 21px;
margin-top: -47px;
margin-left: 408px;
position: absolute;
z-index: 9;
border-right: 3px solid #ff8c00;

}
.reliable .box:hover{
background:#ff8c00;
[data-aos^=fade][data-aos^=fade].aos-animate
opacity: 1;
transform: translateZ(0);
}

/*--------------- sec-reliable and -------------------*/
.email .card2 h3 {
font-size: 23px;
color: #002b64;
font-weight: bold;
}
.email .card2 p {
font-size: 17px;
color: #fff;

}


/*--------------- sec-why ---------------------------*/
.why {
background: #eee;
}
.why .box h2{ 
color: #0c0505;
font-size: 21px;
}
.why .box{
padding: 14px;
}
.why .box p{
font-size: 17px;
color: #fff;
padding-left: 2px;
}
.why small{
color: #fff;
margin-top: 35px;
} 
.why .box h3{
color: #fff;
font-size: 21px;
font-weight: bold;
padding-left: -12px;

}
.why .box .icone{
font-size: 32px;
color: #ffaf53;
border-radius: 50px;
float: left;
margin-left: -49px;
width: 71px;
height: 48px;


}
.why .box .icone:hover{
background: #ff8c00;
border-radius: 60px;
width: 71px;
height: 48px;
padding: -8px;
padding: -1px;

}
.why .img{
height: 65px;
position: absolute;
padding: 10px;
border-radius: 39px;
border: 3px solid #e9a401;  
color: #fff;
}
/*--------------- sec-why and ---------------------------*/


/*--------------- sec-awards ---------------------------*/
.awards .card{
background: none;
padding: 81px;
}
.awards .card img{
height: 66px;
width: 50px;
margin-left: 16px;
}
.awards .card h2{
font-size: 41px;
color: #fff;
margin-top: 19px;
font-weight: bold;
}
.awards .card p{
font-size: 13px;
color: #fff;
font-weight: bold;
}

/*--------------- sec-awards and ---------------------------*/
/*infrastructure*/
.infrastructure span{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 37px;

}
/*infrastructure-end*/

/*.product-details-sectio*/
.product-details-section {
background: #fff;
}
.product-card {
background: #ffffff;
barder: 1px solid #e5e9ef;
border-radius: 18px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.product-image {
    width: 100%;
    min-height: 380px;

    border-radius: 14px;
    padding: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    max-width: 500px;
    max-height: 350px;
    object-fit: contain;
    display: block;
}

.product-content {
    padding: 5px 10px;
}

.product-number {
    display: inline-block;
    color: #f7931e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.product-title {
    color: #172b4d;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 25px;
}

.technical-heading {
    color: #172b4d;
    font-size: 21px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.technical-list {
    border-top: 1px solid #e5e9ef;
}

.technical-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 10px;
    border-bottom: 1px solid #e5e9ef;
}

.technical-row span {
    color: #687386;
    font-size: 14px;
    min-width: 180px;
}

.technical-row strong {
    color: #172b4d;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    line-height: 1.6;
}

.product-details-section {
    background: #fff;
}

.product-card {
    background: #ffffff;
    border: 1px solid #e5e9ef;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.product-image {
    width: 100%;
    min-height: 380px;

    border-radius: 14px;
    padding: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    max-width: 500px;
    max-height: 350px;
    object-fit: contain;
    display: block;
}

.product-content {
    padding: 5px 10px;
}

.product-number {
    display: inline-block;
    color: #f7931e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.product-title {
    color: #172b4d;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 8px;
}

.product-subtitle {
    color: #383690;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 18px;
}

.product-highlight {
    color: #172b4d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 25px;
}

.technical-heading {
    color: #172b4d;
    font-size: 21px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.technical-list {
    border-top: 1px solid #e5e9ef;
}

.technical-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 13px 10px;
    border-bottom: 1px solid #e5e9ef;
}

.technical-row span {
    color: #687386;
    font-size: 14px;
}

.technical-row strong {
    color: #172b4d;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}


.product-details-section {
    background: #ffff;
}

.product-card {
    background: #ffffff;
    border: 1px solid #e5e9ef;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.product-image {
    width: 100%;
    min-height: 380px;
    
    border-radius: 14px;
    padding: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    max-width: 500px;
    max-height: 350px;
    height: 216px;

    object-fit: contain;
    display: block;
}

.product-content {
    padding: 5px 10px;
}

.product-number {
    display: inline-block;
    color: #f7931e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.product-title {
    color: #172b4d;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 20px;
}

.product-description {
    color: #687386;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.technical-heading {
    color: #172b4d;
    font-size: 21px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.technical-list {
    border-top: 1px solid #e5e9ef;
}

.technical-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 13px 10px;
    border-bottom: 1px solid #e5e9ef;
}

.technical-row span {
    color: #687386;
    font-size: 14px;
    min-width: 180px;
}

.technical-row strong {
    color: #172b4d;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    line-height: 1.6;
}


.product-details-section {
    background: #fff;
}

.product-details-section  .product-heading {
    text-align: center;
}

.product-details-section  .product-number {
    display: inline-block;
    color: #f7931e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.product-details-section  .product-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #172b4d;
    margin-bottom: 8px;
}

.product-details-section  .product-heading p {
    color: #f7931e;
    font-size: 18px;
    font-weight: 600;
}

.product-details-section  .product-title {
    font-size: 27px;
    font-weight: 700;
    color: #172b4d;
    margin-bottom: 18px;
}

.product-details-section  .product-description {
    color: #687386;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.product-details-section  .product-image-box {
    background: #ffffff;
 /*   border: 1px solid #e5e9ef;*/
    border-radius: 15px;
    padding: 25px;
    min-height: 350px;

    display: flex;
    align-items: center;
    justify-content: center;

/*    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);*/
}

.product-details-section  .product-image-box img {
    width: 100%;
    max-height: 287px;
    object-fit: contain;
}

.product-details-section  .technical-title {
    font-size: 20px;
    font-weight: 700;
    color: #172b4d;
    margin-top: 25px;
    margin-bottom: 15px;
}

.product-details-section  .technical-details {
    border-top: 1px solid #e4e8ed;
}

.product-details-section  .technical-item {
    padding: 14px 10px;
    border-bottom: 1px solid #e4e8ed;
}

.product-details-section  .technical-item strong {
    display: block;
    color: #172b4d;
    font-size: 14px;
    margin-bottom: 5px;
}

.product-details-section {

}

.product-card {
    background: #ffffff;
    border: 1px solid #e5e9ef;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.product-image {
    width: 100%;
    min-height: 380px;
  
    border-radius: 14px;
    padding: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    max-width: 500px;
    max-height: 318px;
    object-fit: contain;
    display: block;
}

.product-content {
    padding: 5px 10px;
}

.product-number {
    display: inline-block;
    color: #f7931e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.product-title {
    color: #172b4d;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 8px;
}

.product-subtitle {
    color: #f7931e;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 22px;
}

.product-description {
    color: #687386;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.technical-heading {
    color: #172b4d;
    font-size: 21px;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 15px;
}

.technical-list {
    border-top: 1px solid #e5e9ef;
}

.technical-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 13px 10px;
    border-bottom: 1px solid #e5e9ef;
}

.technical-row span {
    color: #687386;
    font-size: 14px;
}

.technical-row strong {
    color: #172b4d;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

/*.product-details-sectio-end*/

/*--------------- sec-construction ---------------------------*/
.construction .card-body{
position: relative;
z-index: 9;
color: #fff;
text-align: center;
background: #9ab8ba94;
height: 235px;
width: 100%;
top: 18px;
display: none;

}
.construction img:hover+.card-body{
position: relative;
z-index: 9;
margin-top: -253px;
color: #fff;
display: block;
}
.construction .card-body h3{
margin-top: 109px;
}
.construction .card-body p{
background: #ede9e3;
width: 171px;
margin-left: 50px;
cursor: pointer;

}
.construction img{
width: 100%;
height: 235px;
margin: 0px;
margin-top: 35px;

}
/*--------------- sec-construction and---------------------------*/

/*--------------- sec-People--------------------------------------*/
.People .box-4{
background: #1057a3a6;
padding: 28px;
}
.People .box-4 p{
color: #fff;
text-align: center;
}
.People h3{
font-size: 26px;
color: #000;
padding: 45px;
border-radius: 12px;
text-align: center;
margin-top: -8px;

}
.People img{
border-radius: 50px;
margin-left: 48px;
}

.people .test-img {
    width: 66%;
    /* position: absolute; */
    /* top: 0; */
    margin-top: 0px;
    /* bottom: 49px; */
    /* left: 0; */
    margin: auto;
    display: flex;
    border-radius: 7%;
}

.People h4{
font-size: 23px;
color: #fff;
}
.People .tex{
float: right;
margin-right: 242px;
margin-top: 20px;
}



.card {
    position: relative;
    /* display: flex; */
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    /* background-clip: border-box; */
    /* border: 1px solid rgba(0, 0, 0, .125); */
    border-radius: .25rem;
    margin-top: 20px;
    /* height: 110px; */


    }
/*--------------- sec-amenities -------------------*/
.counter-box1 {
display: block;
background: #f6f6f6;
padding: 40px 20px 37px;
text-align: center;
margin-bottom: 18px;
border-right: 3px solid #f6090c;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
transition-duration: 0.5s;
    height: 178px;
}
.counter-box1:hover{
    background: #0370c0;
   box-shadow: none;


}

.counter-box1 p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box1 i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #000
}

.counter-1 { 
    display: block;
    font-size: 32px;
    font-weight: 700;
     color: #1e84c0;
    line-height: 28px
}


.event .card-body{
text-align: 
center;
}
/*.event .card-body:hover{
background-color: #f00;

}
*/
.sec-counter .counter-box {
    display: block;
    background: #0000002e;
    padding: 43px 18px 37px;
    text-align: center;
    margin-bottom: 18px;
    /* border-right: 1px solid #ffffff; */
    /* border-bottom: 1px solid #ffffff; */
    border-radius: 8%;

}
.sec-counter .track-img{
    width: 20%;
    position: absolute;
    margin-top: -102px;
    left: 58px;
    opacity: 0.3;
    animation: 3s slide-right 0.3s forwards;
    transform: translate(-100%);
    z-index: 7;

}

@keyframes slide-right {
to {
transform:translate(0);
margin-left: 550px;

}
}
.sec-counter .counter-box img{
    width: 72px;
    position: absolute;
    left: 21px;
    bottom: 52px;
    padding: 10px;

}

  


.sec-counter .counter-box p {
margin: 25px 6px 5px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 35px;
    margin-left: 14px;
}
.contact3 .card{

    width: 100%;
    padding-top: 23px;
    text-align: center;
    padding: 16px;
    border: 7px solid #75b9d654;
    padding-top: 26px;
        height: 214px;

}
.sec-contact .img{
    width: 85%;
margin: auto !important;
display: flex !important;
}
.contact3 .card h3{

    margin-top: 12px;
text-align: center;
line-height: 26px;
    font-size: 14px;

}



.contact3 .card i {
    font-size: 50px;
    color: #fff;
    margin-bottom: 11px;
    font-size: 33px;
    line-height: 64px;
    /* margin-right: 10px; */
    margin: auto;
    background: #3e429f;

    width: 68px;
    margin-top: -13px;
    color: fff;
    height: 66px;
    /* position: relative; */
    /* display: inline-block; */
    border-radius: 19px;
    /* text-align: center; */
    /* --g: /20.56% 99.56% radial-gradient(#000 calc(71% - 1px),#0000 71%) no-repeat; */
    mask: 100% 21% var(--g), 7.301% 27% var(--g), 38% 19.301% var(--g), -1% 55% var(--g), 70% 27.301% var(--g), -33.301% 75% var(--g), 0% 50% var(--g), -43.301% 25% var(--g), 25% 6.699% var(--g), 50% -5% var(--g), 75% 6.699% var(--g), 17.301% 25% var(--g), radial-gradient(100% 100%, #000 38.366%, #0000 calc(-25.634% + 1px));
    /* border-radius: 0; */


}





.top-ba .contact.ttm-highlight-right:after {
position: absolute;
content: "";
right: 0;
top: -1px;
/* width: 5000px; */
height: 100%;
}
/*--------------- sec-People and--------------------------------------*/

 .counter-container{
    position: relative;
    overflow: hidden;
}

.counter-container :after{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.counter-box:hover:after{
    height: 250%;
    transition: all 600ms linear;
background-color: #a7d3884f;
}
.counter {
font-size: 48px;
    color: #0c0a08;
margin: 11px;
text-align: center;
font-weight: bold;
}

.counter + p {
font-size: 26px;
margin-top: 10px;
font-weight: bold;
color: #fff;
}

.card-content {
  padding: 20px;
  text-align: center;
}

.card-wave {
   position: absolute;
bottom: -2px;
left: 0;
width: 101%;
height: 153px;
border-bottom: 1px solid #fff;
}

.card-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}
/*   .counter-container2*/
.counter-container2{
position: relative;
overflow: hidden;
}


.counter2 + p {
font-family: 'On Sans', sans-serif;
color: #000;
/* text-align: center; */
/* width: 100%; */
/* padding: 25px 30px 10px; */
/* margin: 0 auto; */
position: absolute;
z-index: 1;
bottom: 14px;
font-weight: bold;
left: 20px;
font-size: 21px;

}


/*   .counter-container2 end*/


.menubar {
background: #ffffff !important;
}
.bg-light{
background: #ff8c00;

}

.dropdown-menu[data-bs-popper] {
margin-top: 42px;
margin-top: 1.125rem;
}
.box5 {
padding: 80px;
text-align: left;
}
.box5 h4{
color: #fff;
}
.box5 img{
width: 64px;
height: 64px;
margin-bottom: 35px; 
border-radius: 69px;
}
.box5 h2{ 
color: #275834;
text-align: left;
margin-top: -45px;
padding: top;

}
.box5 p{
color: #0e0202;
font-size: 18px;
}


.counter-box{
     width: 140px;
  height: 260px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(2px);
    text-align: center;
    transition: 0.4s;
    padding: 9px;
    padding-top: 20px;

}

.counter-box:hover{
    transform: translateY(-10px);
     border-color: #ffffff;
}

.counter-icon{
    margin-bottom: 30px;
}

.counter-icon img{
      width: 64px;
    height: 64px;
    object-fit: contain;
    padding: 3px;
    background: #ffffff;
    border-radius: 10px;
}

.line{
    width: 80px;
    height: 3px;
    background: #fff;
    margin: 2px auto 13px;
}

.counter-left h5{
color: #fff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 9px;

}
.counter-left p{
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}



.counter-box h3{
color: #fff;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 4px;

}

.counter-box p{
      color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 22px;
}



/* RESPONSIVE */

.sec-counter small {
    font-size: 69px;
    position: absolute;
    right: 64px;
    margin-top: -48px;
    z-index: 9;
    color: #fff;
}
/*.counter {
    font-family: 'On Sans', sans-serif;
    color: #fff;
    /* text-align: center; */
    /* width: 100%; */
    /* padding: 25px 30px 10px; */
    /* margin: 0 auto; */
    position: absolute;
    z-index: 1;
    bottom: 50px;
    /* left: 80px; */

}*/
.text-white {
color: #fff!important;
}
.container{
width: 1284px !important;

}
.cart-img{
width: 61px !important;
margin-left: 70px;
}.navbar-expand-lg .navbar-nav {
flex-direction: row;
float: right;
right: 1px;
position: absolute;
top: 29px;
}


.logo {
padding-top: -52px;
padding-bottom: -36px;
top-padding: 30px;
    margin-left: -28px;
width: 247px;
z-index: 9;
margin-top: -9px;
}
.Quote{
}
.box4{
background: #ADA996;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.box4 img{
width: 86px;
}
.box-active{
height: 262px !important;
background: #296a46 !important;
}
.box4 h2{
font-size: 23px;
text-transform: uppercase;
color: #4caf50;
font-weight: bold;
margin-top: 12px;
}
.box-active h2{
color: #fff;
}
.box-active p{
color: #fff !important;
padding-top:10px;
} 
.box4{
margin-right: 3.3%;
height: 297px;
margin-top: -78px;
background: #eee;
padding: 40px;
border-radius: 25px;
float: left;
width: 21.6%;
box-shadow: rgb(0 0 0 / 35%) 0px -50px 36px -28px inset;
text-align: center;
transition: transform 250ms;
}
.parallax-about .box4:hover{
transform: translateY(-20px);
}
.enquiry{
height: 600px;
}
.enquiry-box{
background: #fff;
margin-top: 10%;
padding-left: 25px;
padding-right: 25px;
padding-top: 50px;
padding-bottom: 50px; 
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}
.enquiry-box input{
background: #eee;
border: none;
margin-bottom: 15px;
height:50px;
border-radius: 5px !important; 
}
.enquiry-box .btn{
width: 100%
}

.color1{
background:  #fff;
}
.img{

}
.footer .fa{
    color: #dee1e6;
    font-size: 20px;
}
.footer:before{
content: "";
left: -9px;
position: absolute;
width: 100px;
background: #b0ced1;
height: 100px;
z-index: 1;
border-right: 14px solid #ff4b4b;
border-bottom: -15px solid #00c5d8;
font-size: 88px;
padding-right: 4px;
color: #f00;
border-radius: 60px;
box-shadow: rgb(3 102 214 / 30%) 13px;
display: none;
} 
.color2{
background:  #fff;
}
.color3{
background:  #fff;
}
.color4{
background: #fdf7d1;
}
.price{
color: #000;
font-size: 18px;
}
.exp {
float: right;
right: 9%;
margin-top: -137px;
background: #fff;
height: 100px;
position: absolute;
padding-left: 30px;
padding-right: 24px;
padding-top: 12px;
border-bottom: 7px solid #379d62;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
animation: dzMove1 12s linear infinite;
}
.exp h2{
float: left;
font-size: 60px;
color: #379e63;
font-weight: bold;
margin-right: 20px;
}
.exp p
{
float: left;
font-size: 23px;
color: #000;
font-weight: bold;
width: 100px;
line-height: 24px;
margin-top: 10px;
margin-right: 20px;
}
.home-box{
margin-top: 100px;
}
.carousel-caption {
position: absolute !important;
right: 15%  !important;
bottom: 1.25rem  !important;
left: 10%  !important;
padding-top: 1.25rem  !important;
padding-bottom: 1.25rem  !important;
color: #fff  !important;
text-align: left !important; 
top: 20%  !important;
}
.contact-area{
color: #fff;
font-size: 17px;
line-height: 30px;
background: #ff5e14;
padding: 
}
.carousel-caption h5{
font-size: 46px;
text-transform: uppercase;
font-weight: bold;
color: #fff !important;
}
.carousel-caption p{
font-size: 20px;
color: #fff;
}
.footer a{
text-decoration: none;
}
.footer .social {
color: #ffffff;
font-size: 16px;
font-weight: 500;
margin-left: 0px;
 margin-top: 0px;
}
.p-title{
margin-top: -10px;
margin-top: -36px;
font-size: 16px;
}
.footer ul li:before{
content: "\f101";
font-family: FontAwesome;
top: 0;
left: 0;
bottom: 0;
font-size: 13px;
color: #fff;
margin-left: -30px;
margin-right: 8px;
font-weight: 400;
}
.w-100 {
width: 100%!important;
height: 642px;
background: rgba(0, 0, 0, 0.8);
position: relative;
margin-top: 133px;
}
/*width: 100% !important;
height: 700px;
background: rgba(0, 0, 0, 0.8);
position: relative;
 margin-top: 44px;*/

.sec-client img{
    height: 104px;
    padding: 6px;

}
.sec-client .card{
margin-bottom: 60px !important;
    border: 5px solid #fff;

}
.sec-project img{
height: 94px;

}
.sec-client {
background: #fff;

}
.people .back {
    margin-top: 20px;
    color: #fff;
    padding: 17px;
    /* border-radius: 15px; */
    margin: -2px;
    box-shadow: none;
    border-left: 3px solid #eee;
    margin-top: 15px;
    height: 298px;
    /* height: 322px; */
border-left: 3px solid #c5a03b;
        background: #0f121ba3;


}
.people .icone {
font-size: 48px;
    color: #c69f39;
margin-left: 20px;

}
.people h3 {
    font-size: 25px;
    color: #fff;
    position: absolute;
        margin-left: 101px;
    top: 25px;
    margin-top: -81ox;

}
.people .back p {
text-align: left;
padding-left: 23px;
font-style: italic;
color: #fff;
padding-top: 3px;
line-height: 30px;
font-size: 15px;

}
.sec-client img {
    height: 115px !important;
    padding: 6px !important;
}
.people .back .p-text{
text-align: left;
font-size: 21px;
font-style: italic;
color: #fff;
padding-top: 5px;
}
.people .testimonial-block:before {
position: absolute;
content: '';
right: -6px;
top: -45px;
width: 113px;
 height: 148px;
width: 107px;
left: 28px;
border-radius: 30px 0px 100px 100px;
}
.people .back .img3 {
width: 82px;

left: 23px;
border-radius: 64px;
/* border-bottom: 2px solid #002b44; */
    border: 4px solid #bea436;
padding: 4px;
}
.navbar-brand{
}
.badge{
position: absolute;
float: right;
margin: 0;
right: 35px;
width: 22px;
border-radius: 28px;
background: #e91e63 !important;
}
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-top: 0rem; 
padding-bottom: 0rem;
    height: 126px;
}
.navbar-light .navbar-nav .nav-link {

    font-weight: 500;
    color: #000;
 font-size: 15px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 0px 1px;
    line-height: 40px;
    padding: 0;
    padding: 15px 7px 8px 7px;
    border-right: 1px solid rgba(0,0,0,0.10);


}
.navbar .btn-primary {

    padding-left: 28px !important;
    padding-right: 28px !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(0 0 0);
}
.navbar-light .navbar-nav .nav-link:hover{
color:#000;
}
.navbar-nav  {
display: flex;
flex-direction: column;
margin-bottom: 0;
list-style: none;
margin-left: 40px;
}
.nav-item .nav-link:hover:after {
    content: "";
    height: 5px;
    background: #24184a;

    width: calc(100% + 2px);
    position: absolute;
    bottom: 0;
    left: -1px;
}
.inq{
float: right;
margin-top: 9px;
z-index: 999;
position: relative;
margin-left: 3px;
}
.top-bar ul{
float: right;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
text-align: right;

}
.top-bar a{
    font-size: 15px;
    color: #fff;

}
.top-bar ul li{
display: inline;
padding-right: 15px;
color: #1e1a1a;
}
.padding-70{
padding-top: 50px;
padding-bottom: 50px;
}
.small-text{
color: #fe7720;
font-size: 18px;
}
.p-70{
padding:70px; 
}



.blog-section {
  padding: 60px 20px;
  text-align: center;
}

.blog-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.blog-container {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.blog-card {
width: 402px;

  border-radius: 20px;
  overflow: hidden;
     background: #ffffff;
  transition: 0.3s;
      border-right: 1px solid #0a94ce;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
height: 231px;
  object-fit: cover;
}

.blog-content {
padding: 20px;
text-align: left;
position: relative;
background: #ffffff;
width: 352px;
margin-top: -22px;
z-index: 5;
margin-left: 19px;
border-radius: 28px;
/* border-top-left-radius: 26px; */
/* border-bottom-left-radius: 26px; */
box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);


}

.tag {
display: inline-block;
background: #ffe8dc;
color: #ff7a45;
padding: 5px 12px;
border-radius: 20px;
font-size: 13px;
margin-bottom: 10px;
}

.blog-content h3 {
font-size: 18px;
margin: 10px 0;
    font-weight: bold;
}

.meta {
font-size: 13px;
color: #777;
display: flex;
gap: 15px;
margin-bottom: 10px;
}

.blog-content p {
  font-size: 15px;
  color: #555;
}

.blog-content a {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.blog-content a:hover {
  color: #ff7a45;
}



.emergency{
    background: #0a94ce;
}
.emergency h3{
    font-size: 38px;
    line-height: 54px;
    font-weight: 700;
    margin-top: -26px;
    text-align: center;
    padding-top: 46px;
    color: #fff;
}

.emergency .appointment-form {
    background: #ffffff;
    padding: 25px;
    width: 350px;
    border-radius: 10px;
    position: absolute;
    margin-top: -131px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.emergency .appointment-form h2 {
 text-align: center;
    margin-bottom: 11px;
    color: #003880;

}
.emergency p{
    font-size: 39px;
    color: #d99128;
}

.emergency .form-group {
    margin-bottom: 15px;
}

.emergency .form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.emergency .form-group input, .form-group textarea {
    width: 100%;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;

}
.emergency input {
    line-height: 29px !important;
}





.form-group input:focus,
.form-group textarea:focus {
    border-color: #003880;
}

.emergency textarea {
    resize: none;
    height: 80px;
}

.emergency button {
    width: 100%;
    padding: 12px;
    background: #003880;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.emergency button:hover {
    background: #0050cc;
}
.title{	
position: relative;
display: block;
    font-size: 41px;
line-height: 1.28em;
letter-spacing: 1px;
    color: #1f1d49;
font-weight: bolder;
text-transform: CAPITALIZE;
margin-bottom: 6px;
    font-weight: 700;
}

.border-title-left::after {
    content: "";
    position: relative;
    margin: auto;
    display: flex;
    left: -217px;
    width: 122px;
    /* text-align: left; */
    margin-bottom: 20px;
    height: 4px;
  background: #24184a;
    border-radius: 5px;
    animation: lineMove2 2s infinite;
}
@keyframes lineMove2{
    25%{
        width:20%;

    }
    30%{
        width: 30%;
    }
    20%{
        width: 25;
    }
}



.border-title::after{
    content: "";
    position: relative;
 
margin: auto;
display: flex;
left: 0;
    width: 0;
    margin-bottom: 20px;

    height: 4px;
      background: #476eb9;
    border-radius: 5px;
    animation: lineMove2 2s infinite;
}

@keyframes lineMove2{
    25%{
        width:20%;

    }
    30%{
        width: 30%;
    }
    20%{
        width: 25;
    }
}

.border-bottom::after{
    content: "";
    position: relative;
 
margin: auto;
display: flex;
left: 0;
    width: 0;
    margin-top: 24px;
    height: 4px;
    background: #66b3c8;
    border-radius: 5px;
    animation: lineMove 2s infinite;
}

@keyframes lineMove{
    0%{
        width: 100%;

    }
    50%{
        width: 50%;
    }
    100%{
        width: 0;
    }
}



  .hero-banner{
    width: 100%;
        min-height: 430px;
    background: linear-gradient(rgb(127 131 190), rgb(55 90 161)), url(images/bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
  
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
/*.banner-title*/

.banner-title{
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 7px;
    }
    .banner-content p{
        font-size: 17px;
        color: #fff;
    }
     .banner-content span{
        font-size: 17px;
        color: #fff;
    }

.banner-btns{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}



.banner-img{
    position: absolute;
    right: 50px;
    bottom: 0;
}

.banner-img img{
    max-height: 641px;
    width: 100%;
    border-top-left-radius: 214px;

}



/*.banner-title end*/
/*.section-title  */

.section-title span{
    color:#f68b1f;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}


.section-title p{
    color:#666;
    font-size:16px;
    line-height:30px;
}

.vm-card{
    background:#fff;
    padding:45px 35px;
    border-radius:20px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
border-top: 5px solid #24184a;

}

.vm-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.vm-icon{
    width:75px;
    height:75px;
    background:#0d2b5c;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:25px;
}

.vm-card h3{
    color:#0d2b5c;
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

.vm-card p{
    color:#666;
    line-height:30px;
    margin:0;
}
/*.section-title -END*/


/*.our-strengths-section*/
.our-strengths-section {
    position: relative;
    
    overflow: hidden;
}

/* Decorative background */
.our-strengths-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.05);
    top: -180px;
    right: -120px;
}

.our-strengths-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(0, 174, 239, 0.04);
    bottom: -150px;
    left: -100px;
}

.our-strengths-section .container {
    position: relative;
    z-index: 2;
}


/* ==============================
   HEADING
================================ */

.our-strengths-section .strengths-heading {
    margin-bottom: 15px;
}

.our-strengths-section .strengths-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 18px;
    border-radius: 30px;
    background: #e8f2ff;
    color: #0866c6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.our-strengths-section .strengths-heading h2 {
    margin: 0;
    color: #102a43;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
}

.our-strengths-section .strengths-heading h2 span {
    color: #0879d1;
}

.our-strengths-section .strengths-heading p {
    max-width: 700px;
    margin: 15px auto 0;
    color: #66788a;
    font-size: 16px;
    line-height: 1.7;
}


/* ==============================
   STRENGTH CARD
================================ */

.our-strengths-section .strength-card {
    position: relative;
    height: 100%;
    padding: 35px 25px 30px;
    background: #ffffff;
    border: 1px solid #e5edf5;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 8px 30px rgba(20, 50, 80, 0.06);
}

/* Top blue line */
.our-strengths-section .strength-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #0879d1, #00b7d9);
    transition: width 0.35s ease;
}

.our-strengths-section .strength-card:hover::before {
    width: 100%;
}

.our-strengths-section .strength-card:hover {
    transform: translateY(-8px);
    border-color: #cfe5f8;
    box-shadow: 0 18px 45px rgba(20, 70, 110, 0.12);
}


/* Number */

.our-strengths-section .strength-number {
    position: absolute;
    top: 15px;
    right: 18px;
    color: #edf3f8;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}


/* Icon */

.our-strengths-section .strength-icon {
    width: 68px;

    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 16px;

    background: linear-gradient(
        135deg,
        #0879d1,
        #00a9dc
    );

    color: #ffffff;

    font-size: 29px;

    box-shadow:
        0 10px 25px rgba(8, 121, 209, 0.22);

    transition: all 0.35s ease;
        display: none !important;
}

.our-strengths-section .strength-card:hover .strength-icon {
    transform: rotate(-4deg) scale(1.05);
}


/* Title */

.our-strengths-section .strength-card h3 {
    position: relative;
    margin: 0 0 12px;

    color: #102a43;

    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}


/* Description */

.our-strengths-section .strength-card p {
    margin: 0;

    color: #718096;

    font-size: 14px;
    line-height: 1.7;
}


/*.our-strengths-section-END*/

/*featured-projects*/
.featured-projects{

    background:#f8f9fc;
}

.section-title span{
    color:#c89b3c;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.section-title h2{
    font-size:42px;
    color:#0d2347;
    font-weight:700;
    margin-top:10px;
}

.view-btn{
    color:#0d2347;
    text-decoration:none;
    font-weight:700;
    transition:.4s;
}

.view-btn i{
    margin-left:8px;
}

.view-btn:hover{
    color:#c89b3c;
}

.project-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
}
.border-bottom::after{
    content: "";
    position: relative;
 
margin: auto;
display: flex;
left: 0;
    width: 0;
    margin-top: 24px;
    height: 4px;
    background: #24184a;
    border-radius: 5px;
    animation: lineMove 2s infinite;
}

@keyframes lineMove{
    0%{
        width: 100%;

    }
    50%{
        width: 50%;
    }
    100%{
        width: 0;
    }
}

.project-img{
    overflow:hidden;
}

.project-img img{
    width: 100%;
    transition: .5s;
    height: 217px;
}



.project-content{
    padding:20px;
    position:relative;
        height: 130px;

}

.project-content h4{
    color: #0d2347;
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;
}

.project-info{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    font-size:14px;
    color:#777;
}

.project-info i{
    color:#c89b3c;
    margin-right:5px;
}

.project-arrow{
    width: 35px;
    height: 35px;
background: #375aa1;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
  right: 15px;
    bottom: 7px;

    text-decoration: none;
    transition: .4s;
}

.project-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(0,0,0,.18);
}

.project-card:hover img{
    transform:scale(1.1);
}

.project-card:hover .project-arrow{
    transform:rotate(-45deg);
    background:#0d2347;
}

/* featured-projects END */

/*
    .news-section*/

    .news-section{
  
    background:#fff;
}

  .news-section .news-heading{
    display:flex;
    align-items:center;
    margin-bottom:35px;
}

  .news-section .news-heading h2{
    font-size:32px;
    font-weight:700;
    color:#1d2746;
    margin:0;
}

  .news-section .news-heading span{
    width:60px;
    height:3px;
    background:#c79a3d;
    margin-left:15px;
}

  .news-section .news-box{
    display:flex;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
height: 154px;
    border-bottom: 1px solid #24184a;


}

  .news-section .news-image{
    width:45%;
    flex-shrink:0;
}

  .news-section .news-image img{
      width: 100%;
    height: 156px;
    object-fit: cover;

}

  .news-section .news-text{
    width:55%;
    padding:15px;
}


  .news-section  .news-text h5{
    font-size: 16px;
    line-height: 18px;
    color: #1d2746;
    margin-bottom: 2px;
    font-weight: bold;
}

.news-text p{
    color:#888;
    font-size:13px;
    margin-bottom:0px;
}


  .news-section  .news-text a{
    color:#c79a3d;
    text-decoration:none;
    font-weight:600;
    font-size:14px;
}  
/*
  .news-section-end */


/*  .services-section2*/
  .services-section2{
    background: #fff;

}





.service-card{
background: #fff;
padding: 14px 35px;
margin-bottom: 30px;
transition: 0.4s;
/* height: 100%; */
    height: 315px;
border: 2px solid #77b0c829;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.05);

}

.service-card:hover{
transform: translateY(-8px);
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.service-icon{
margin-bottom: 30px;
}

.service-icon img{
    width: 242px;
    height: 150px;
    /* padding: 1px; */
    /* position: absolute; */
    /* object-fit: contain; */
    /* background: #77b0c86b; */
    /* border-radius: 13%; */

}
.service-card h3{
    font-size: 23px;
font-weight: bold;
color: #000;
margin: 0;
}
.service-card p{
font-size: 15px;
line-height: 25px;
color: #000;
margin: 0;
}
.service-card:after {
content: "";
height: 100%;
width: 0;
    background-color: #a9c1eb;
position: absolute;
bottom: 0;
right: 0;
z-index: -1;
transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-webkit-transform-origin: left;
-o-transform-origin: left;
transition: all 0.8s;
-moz-transition: all 0.8s;
-webkit-transition: all 0.8s;
-ms-transition: all 0.8s;
-o-transition: all 0.8s;
}

.service-card:hover:after {
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
}

/*  .services-section end*/

.text-p{
color: #9d9aaa;
}
.no-bottom-margin{
padding-bottom: 0px !important;
}
.title span{
color: #f02b3a;
}
.text-white{
color: #e8ecef !important;
}
.space {
padding-bottom: 80px;
padding-top: 80px;
}
.join p{
font-size: 17px;
}
.cold img{
width: 100%;
}
.about-title.h3 span {
font-weight: 500;
}
.plusicon:after {
content: "+";        
}
.brand-logo img {
border: 1px solid #f2f2f2;
/*  margin-bottom: 30px;*/
border-radius: 10px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.space .card{
padding: 20px;
height: 302px;
}
.space .icone{
width: 64px;
height: 63px;
background: #ffffff;
padding: 6px;
/* margin-left: -111px; */
border-radius: 13px;
border: 1px solid #00aef6;
position: absolute;
left: -9px;
top: 28px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.space{
color: #000;
font-size: 15px;
}
/* space
*/
.space-extra-bottom {
padding-bottom: 160px !important;
}
.bg-footer{
background: #011c2d;
}
.bg3{
background: #0122353b;
background-image: url(https://www.transparenttextures.com/patterns/climpek.png) !important;
}
.img-1 img {
border-radius: 12px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
/*
outline: 2px solid #e6e6e6;
outline-offset: -4px;
*/
}
.img-2 img {
border-radius: 12px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
/*
outline: 2px solid #e6e6e6;
outline-offset: -4px;
*/
}
.serviceBox1 {
color: #333;
/* font-family: 'Raleway', sans-serif; */
/* text-align: center; */
padding: 30px 30px 30px 80px;
position: relative;
z-index: 1;
font-size: 18px;
height: 202px;
line-height: 23px;
}
.serviceBox1 .service-icon {
text-align: center;
color: #fff;
background-color: #002B44;
font-size: 30px;
line-height: 60px;
height: 60px;
width: 60px;
margin: 0 0 15px;
transform: translateY(-50%);
position: absolute;
left: 0;
top: 50%;
}
.space h3{
font-size: 24px;
color: #000;
margin-left: 77px;
}
.space h3 small{
font-size: 15px;
color: #000;
font-weight: 200;
}
.serviceBox1:after {
content: '';
border: 4px solid #002B44;
position: absolute;
left: 28px;
top: 0;
right: 0;
bottom: 0;
clip-path: polygon(0 0, 65% 0%, 50% 100%, 0% 100%);
}
.serviceBox1:before, .serviceBox1:after {
content: '';
border: 4px solid #002B44;
position: absolute;
left: 28px;
top: 0;
right: 0;
bottom: 0;
clip-path: polygon(0 0, 65% 0%, 50% 100%, 0% 100%);
}
.serviceBox1:after {
content: '';
border: 4px solid #002B44;
position: absolute;
left: 28px;
top: 0;
right: 0;
bottom: 0;
clip-path: polygon(0 0, 65% 0%, 50% 100%, 0% 100%);
}
.serviceBox1:after {
clip-path: polygon(95% 15%, 100% 15%, 100% 100%, 95% 100%);
}
/* space-end*/
.sec-about{
background: #ECE9E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.sec-about img{
border-bottom: 26px solid #f5c603
height: 100% !important;
}
.sec-about p{
margin-bottom: 40px;
font-size: 18px;
line-height: 26px;
color: #000;

}
.sec-brands{
background: linear-gradient(125deg, #f3f3f3 54%, #fff2e6 26%);
}

.list li {
display: inline;
width: 100%;
list-style: disc;
float: left;
color: #000;
line-height: 22px;
text-align: left;
font-size: 15px;
background: #fff;
padding: 16px;
margin-top: 21px;
border-left: 4px solid #275834;
border-right: 4px solid #275834;
box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
}
.list li {
display: inline;
width: 100%;
list-style: disc;
float: left;
color: #000;
line-height: 35px;
font-size: 15px;
margin-left: -30px;
margin-right: 50px;
}
.box2 img{
width: 100%;
margin: auto;
padding: 36px;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition: all 300ms ease-out 0s;
}

.parallax-vission{
background-image: url(../images/vission1.jpg);
    min-height: 586px;
/*background-attachment: fixed;*/
background-position: center;
background-repeat: no-repeat;
background-size: cover; 
}

.text-center {
text-align: center !important;

}
.parallax-cold{
/* The image used */
background-image: url("../images/cold1.png");
/* Set a specific height */
min-height: 240px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax-contact{
/* The image used */
background-image: url("../images/contact-us.jpg");
/* Set a specific height */
min-height: 240px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.parallax-service{
/* The image used */
background-image: url("../images/footer.jpg");
/* Set a specific height */
min-height: 410px;
/* Create the parallax scrolling effect */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax-why{
background-image: url(../images/why.jpg);
min-height: 598px;
background-repeat: no-repeat;
background-size: cover;
}
.parallax-contact {
background-image: url(../images/contact-us.jpg);
  
/*background-attachment: fixed;*/
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}

.red{
   color:#000;
}




.parallax-about{
background-image: url(../images/about-back.png);
min-height: 348px;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
width: 66%;
right: 0;
position: absolute;
margin-top: -352px;

}

.sec-clients img {
width: 100%;
height: 100px;
}
.contact-btn{
margin-top: 20px;
}

.sec-time{
padding: 15px;
text-align: center;
}
.sec-time h2{
font-size: 18px;
margin-top: 10px;
}
.sec-time img{
width: 26px;
margin-right: 15px;
margin-top: -5px;
}
.parallax {

min-height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax-title {
/* The image used */
background-image: url("../images/13.jpg");
/* Set a specific height */
min-height: 120px;
/* Create the parallax scrolling effect */
/*background-attachment: fixed;*/
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.box3 img{
width: 100%;
margin: 0px;
adding: 10px;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition: all 300ms ease-out 0s;
}
.People .box-4 .carousel-indicators [data-bs-target] {
box-sizing: content-box;
flex: 0 1 auto;
width: 17px;
height: 20px;
padding: 0;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background: #fede2a;
background-clip: padding-box;
border: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity .6s ease;
}
.People .box-4 i {
color: #ffcd5d;
font-size: 23px;
}
.People .box-4 p{
padding: 20px;
}
.People .card .img{
height: 580px;
width: 100%;

}
.form {
position: absolute;
border: 5px: pad;
right: 0;
width: 668px;
margin-right: 57px;
background: #eee;
right: 0;
margin-top: 69px;
padding: 28px;
margin-right: 57px;
box-shadow: rgb(0 0 0 / 56%) 0px 22px 70px 4px;
}

.sec-quote{
background: #fff;
}

.sec-products{
background: #eee;
}


.product .card .fa {
     font-weight: 900;
    position: absolute;
    z-index: 9;
    width: 11%;
    bottom: 6px;
    height: 43px;
    border-radius: 48px;
    padding: 13px;
    font-size: 21px;
    color: #fff;
    background: #038f43;
    left: 11px;
    transition: all 0.4s;
  
}


.product  .card .fa:hover {
transform: rotate(90deg);
background: #fff;
color: #000;
}
.sec-products img{
height: 230px;
}
.service p {
font-size: 17px;
color: #fff;
}
.card-text {
columns: #222222;
font-size: 18px;
font-weight: 600;
padding: 8px;
}
/*.card img{
transition: transform .4s;
}
.card img:hover{
transform: scale(1.1);
transform-origin: 40% 100%;
}
*/
.btn{
color: #000;

border: none;
padding-right: 35px;
padding-left: 35px;
padding-top: 14px;
padding-bottom: 15px;
background-color: #fafafa;
box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;

box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.card-text:hover{
color: orange;
}
.section3{
background: linear-gradient(125deg, #f17507 54%, #cccccc 26%);
}
.btn-white2{
background: #fff;
color: #000;
}
.section3 img{
width: 104%;
height: 467px;
margin-top: -70px;
margin-left:-82px;
margin-bottom:-80px;
}
.section3 p{
font-size:24px; 
color: #000;
}
.section4{
background: #eee;
}
.section4 img{
width: 100%;
height: 450px;
}
.section4 .card-body{
margin-bottom: 20px !important
}
.section5{
background: #fff;
}
.section5 h2{
text-align: center;
color: #fff;
font-size: 45px;
position: absolute;z-index: 9;
margin-top: 15%;
font-weight: bold;
}
.contact{
padding-left: 55px !important;
padding-top: 20px !important;
padding-bottom: 20px !important;
border-top-left-radius: 20px !important;
border-bottom-right-radius: 20px !important;
padding-right: 55px !important;
background-color: #db3131 !important;
font-size: 25px !important
}
.contact2{
background: #fff;
padding-left:55px !important;
padding-right: 55px  !important;
padding-top: 20px  !important;
padding-bottom:20px  !important;
}
input{
line-height: 44px !important;

}
.why-list{
margin-top: 20px;
margin-left: -30px;
}
.btn-primary{

padding-top: 13px;
    padding-bottom: 16px;
    color: #fff;
    padding-left: 42px;
    padding-right: 42px;
    border-color: #009fdd;
    
    background-color: #1f1d49;

}


.why .card {
adding: -26px;
width: 55%;
padding: 20px;
position: absolute;
height: 457px;
padding-left: 78px;
color: #fff;
}
.why .card h2{
font-size: 40px;
color: #fff;
font-weight: bold;
}
.why-list li{
list-style: none;
background: #fff;
color: #000;
margin-bottom: 35px;
padding: 15px;
border-radius: 5px; 
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.why-list li span{
padding-top: 29px;
font-size: 26px;
font-weight: bold;
background: #f00;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 35px;
padding-right: 35px;
margin-left: -16px;
border-radius: 12px;
color: #fff;
margin-right: 24px;
}
.footer{
/*    background: #eeeeee;*/
}
.parallax-service .icone{
     font-size: 18px;
    line-height: 49px;
    margin-right: 10px;
    background: #b6e649;
    width: 49px;
    margin-top: 19px;
    color: #000;
    height: 48px;
    position: relative;
    display: inline-block;
    text-align: center;
    --g: /20.56% 20.56% radial-gradient(#000 calc(71% - 1px),#0000 71%) no-repeat;
    mask: 100% 50% var(--g), 93.301% 75% var(--g), 75% 93.301% var(--g), 50% 100% var(--g), 25% 93.301% var(--g), 6.699% 75% var(--g), 0% 50% var(--g), 6.699% 25% var(--g), 25% 6.699% var(--g), 50% 0% var(--g), 75% 6.699% var(--g), 93.301% 25% var(--g), radial-gradient(100% 100%, #000 38.366%, #0000 calc(38.366% + 1px));
    border-radius: 0;
}


.wave-bottom {
    width: 100%;
    height: 133px;
    background: linear-gradient(to right, #ffffff, #ffffff);
     clip-path: polygon(0 0%, 21% -51%, 50% 93%, -47% 55%, 100% 51%, 100% 100%, 0 100%);
    margin-top: -143px;

}

.contact-strip{
    width: 71%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    background: #f86a14;
    border-radius: 25px;
    overflow: hidden;
    margin: 50px 0;
    height: 165px;
    left: 213px;
    display: flex;
    /* bottom: 116px; */
    margin: auto;
    margin-top: -102px;


}

.contact-box{
    width:33.33%;
    display:flex;
    align-items:flex-start;
    gap:25px;
    padding:50px 40px;
    position:relative;
}

.contact-box::after{
    content:'';
    position:absolute;
    top:0;
    right:-60px;
    width:120px;
    height:100%;
    background:rgba(255,255,255,0.15);
    transform:skewX(-25deg);
}

.contact-box.last::after{
    display:none;
}

.icon i{
    font-size: 53px;
    color: #fff;
}

.content h3{
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    /* margin-bottom: 15px; */
    font-family: sans-serif;

}

.content p{
    color:#fff;
font-size: 17px;
    line-height: 28px;
    margin:0;
    font-family:sans-serif;
}

.footer a{
color: #260e09 !importan;
text-decoration:none !important;
font-weight: normal;
}
.footer h2{     
color: #fff;
    margin-bottom: 28px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 9px;

}
.footer ul li{
    color: #000;
    list-style: none;
    text-align: left;
    
    margin-bottom: 10px;


}


.footer p {
    color: #ffffff;
font-size: 14px;


 
}

.footer a{
color: #fff;
    font-size: 14px;
}
.footer img{
float: left;
margin-top: 24px;
}
.help{
font-size: 40px !important;
margin-top: 20px;
margin-bottom: 3px !important;
}
.sec-title {
position: relative;
padding: 40px;
font-size: 66px;
color: #000;
font-weight: 600;
    height: 446px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.sec-title h2 {

    position: absolute;
    text-transform: capitalize;
    font-size: 53px;
    font-weight: bold;
    margin-top: 200px;
    color: #000;

}
.sec-title:before {
content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #67777c91;
    opacity: 0.7;
    position: absolute;

}
.btn-white{
background: #fff;
color: #000;
margin-top: 32px;
}
.social i{
 padding: 17px;
    padding: 6px;
    font-size: 22px;
    /* background: #264330; */
    /* color: #b6e649; */
    border-radius: 2px;
    /* border: 1px solid; */
    margin-left: 11px;
    border-left: 2px solid;
    /* border-right: 2px solid; */
    /* padding: 11px; */
    background: #ffffff;
    color: #fff;
    /* border-radius: 50px; */
    /* border: 1px solid; */
    /* margin: 7px; */
    background: #000;

}




.footer .tick {
    position: relative;
    background-color: #b6e649;
    left: -22px;
    width: 20px;
    height: 20px;
    top: 24px;
    --g: /20.56% 20.56% radial-gradient(#000 calc(71% - 1px),#0000 71%) no-repeat;
    mask: 100% 50% var(--g), 93.301% 75% var(--g), 75% 93.301% var(--g), 50% 100% var(--g), 25% 93.301% var(--g), 6.699% 75% var(--g), 0% 50% var(--g), 6.699% 25% var(--g), 25% 6.699% var(--g), 50% 0% var(--g), 75% 6.699% var(--g), 93.301% 25% var(--g), radial-gradient(100% 100%, #000 38.366%, #0000 calc(38.366% + 1px));
}

.career-ul{
color: red;
}
.blog .card{
    height: 400px;
}
.blog .card .card-img-top{
    height: 320px;
}
.blog .card  .card-body{
    font-size: 17px;
    font-weight: bold;
}

.blog .card .card-text a {
font-size: 21px;
    color: #000;
    font-weight: 500;
text-decoration: none;
}
.process p{
    font-size: 17px;
}
.process .card{

    margin: 69px;
    padding: 29px;
    background: #edd8b9;
    text-align: center;
    font-size: 17px;
}
.process2 .card{
    border: none;
}
.process2 .card img{
    height: 350px;
    width: 100%;
    margin-top: 10px;
    border-radius: 20px;

}
.process2 .card .card-body h5{
    font-size: 25px;
    color: #000;

}
.process2 .card .card-body p{
    font-size: 17px;
    color: #000;

}

.process3 .card{
    border: none;
    background: #f9fff4;

}
.process3 .card img{
    height: 350px;
    width: 100%;
    margin-top: 10px;
    border-radius: 20px;

}
.process3 .card .card-body h5{
    font-size: 25px;
    color: #000;

}
.process3 .card .card-body p{
    font-size: 17px;
    color: #000;

}
.social-head{
margin: auto;
padding-top: 2px;
padding-bottom: 0px;
}
.social-head i{


    
    padding: 5px;
    /* background: #afbbbf; */
    color: #fff;

}


.section7{
padding-top: 36px;
background: #fffz;
margin-top: -7px;
}
.section7 p{
color: #000;
}
.section-testimonials{
background:#ffecf4;
}
.testimonials h5{
margin: 0;
font-size: 20px;
font-style: italic;
margin-bottom: 25px;
color: #000;
font-weight: 400;
}
.testimonials p{
color: #000
} 


.testimonials .carousel-caption{
top: 0px;
}
.test-item{
height: 260px !important;  
}
.test-item img{
display: none
}
.social-head a {
color: #001742;
}