@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #f5bf23;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);

}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
   
}

::selection{
    background-color: #f5bf23;
    color: #fff;
    padding: 5px 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

.navbar-toggler:focus,
.btn:focus{
    outline: none;
    box-shadow: none !important;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}

.heading {
    margin-bottom: 3rem;
    font-size: 3rem;
    color: var(--dark);
    text-transform: capitalize;
    padding-left: 1rem;
    border-left: 1rem solid var(--brand);
}

.hero-slider .owl-prev,
.hero-slider .owl-next {
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important;
}

.owl-dot.active span {
    background-color: var(--brand) !important;
}


/* slide */
.slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/services/Air_Cooled_Condenser.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/home-slide-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/services/home3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/services/home_e2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide5 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/services/energy.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    /* background-color: var(--brand); */
    background: linear-gradient(45deg, #f5bf23 70%, #5a0585 30%);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav .a_bx {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
     cursor: pointer;
        text-decoration: none;
    color: #fff;
    
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: var(--brand);
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-size: 1.2rem;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.navbar .btn{
    font-size: 1.2rem;
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #ca9906;
    border-color: var(--brand);
    color: #fff;
}

.intro {
    margin-bottom: 36px;
    text-align: center;
}

.intro p {
    max-width: 500px;
}

.intro h6 {
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}

.more-btn .btn2{
    /*background: #f1a006 !important;*/
    background: #f5bf23 !important;
    padding: .4rem 1rem;
    color: #fff;
    font-size: 1rem;
    border-radius: 10px;
}

.more-btn .btn2:hover{
    background: #f1a006 !important;
}

.all-servic a:hover{
 
    color: #f1a006;
    
}

/* ---------home================ */
.home .slide {
    /* min-height: 60rem; */
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.home .slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #eceaea, transparent);
}

.home .slide .text-white{
    z-index: 99;
}
.home .slide .text-white h6,
.home .slide .text-white h1{
    text-shadow: 0  5px #ccc;
    color: #082032 !important;
    z-index: 99;
}



#milestone {
    background: linear-gradient(rgba(236, 226, 75, 0.85), rgba(225, 212, 38, 0.85)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(247, 228, 20, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;
    ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

/* =======blog pages start================ */
.breadcrumb-area {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    /* background: url(img/breadcrumb-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    /* border-top: 3px solid #241f40; */
    padding: 80px 0 50px;
    z-index: 1;
}

.breadcrumb-area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(248, 247, 255, 0.85) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    padding-top: 28px;
}

.breadcrumb-area .title {
display: block;
}

.breadcrumb-area .title h1 {
    /* color: #222222; */
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.services-style1-area {
    position: relative;
    display: block;
}

.blog-grid .blog-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.blog-grid .blog-img .date {
    position: absolute;
    background: #3a3973;
    color: #ffffff;
    padding: 8px 15px;
    left: 0;
    top: 10px;
    font-size: 14px;
}

.blog-grid .blog-info {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
    margin: -30px 20px 0;
    position: relative;
}

.blog-grid .blog-info h5 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
   
}

.blog-grid .blog-info h5 a{
    text-decoration: none;
}

.blog-grid .blog-info p {
    margin: 0;
}

.px-btn-arrow {
    padding: 0 50px 0 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
    color: #fe4f6c;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.blog-grid .blog-info .btn-bar {
    margin-top: 20px;
}

.px-btn-arrow .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    -moz-transition: ease right 0.3s;
    -o-transition: ease right 0.3s;
    -webkit-transition: ease right 0.3s;
    transition: ease right 0.3s;
}

.px-btn-arrow .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/* =======blog pages end================ */

/* -------------about us---------- */
.about .video {
  
   overflow: hidden;
}

.about .video video{
    width: 20% !important;
    height: auto;
    background-color: #ca9906;
    border: none;
    border-radius: 20%;
    /* width: 100%; */
    object-fit: contain;
}


.services .services-item{
    background-color: #fff !important;
    text-align: center !important;
    padding: 1rem !important;
    border-radius: 10px !important;
}

.services .services-item h3{
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #082032 !important;
}


.single-info-of-company {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding-left: 80px;
    min-height: 110px;
    margin: 5px auto 0;
    max-width: 370px;
    width: 100%;
    border-radius: 5px;
}

.single-info-of-company .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 110px;
    text-align: center;
    z-index: 1;
}

.single-info-of-company .icon-holder span:before {
    color: #014b94;
    font-size: 35px;
    line-height: 35px;
    display: block;
    padding: 37px 0 38px;
}
.single-info-of-company .icon-holder.one {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 110px;
    background: url(/img/services/1.jpg);
}

.single-info-of-company .title-holder {
    position: relative;
    display: block;
    padding-left: 15px;
    margin: 26px 0 25px;
}

.single-info-of-company .title-holder h3 {
    font-size: 18px;
    margin: 0 0 7px;
}

/* ==============about section end  */

/* ===============.service page start=========== */
  /*.home_service{*/
  /*  background: url(../img/services/home_service.webp) no-repeat;*/
  /*  background-position: center;*/
  /*  background-size: cover;*/
  /*  height: 60vh;*/
    /* padding: 6rem 0 3rem 0; */
  /*  position: relative;*/
  /*}*/

  .heading_1{
    position: absolute;
    top: 50%;
    left: 0;
     text-align: center;
    transform: translate(0, -50%);
  }

  /*.civil_testing{*/
  /*  background: url(../img/services/civil_testting2.webp) no-repeat;*/
  /*  background-position: center;*/
  /*  background-size: cover;*/
  /*  height: 60vh;*/
    /* padding: 6rem 0 3rem 0; */
  /*  position: relative;*/
  /*}*/

  /*.electrical_safety{*/
  /*  background: url(../img/services/electrical_sefty.webp) no-repeat;*/
  /*  background-position: center;*/
  /*  background-size: cover;*/
  /*  height: 60vh;*/
    /* padding: 6rem 0 3rem 0; */
  /*  position: relative;*/
  /*}*/

  /*.residual_life{*/
  /*  background: url(../img/services/residual-life-ass.jpg) no-repeat;*/
  /*  background-position: center;*/
  /*  background-size: cover;*/
  /*  height: 90vh;*/
    /* padding: 6rem 0 3rem 0; */
  /*  position: relative;*/
  /*}*/

  /*.carbon_services*/
  /*{*/
  /*   background: url(../img/services/carbon.jpg) no-repeat;*/
  /*   background-position: center;*/
  /*   background-size: cover;*/
  /*   height: 60vh;*/
     /* padding: 6rem 0 3rem 0; */
  /*   position: relative;*/
  /* }*/
   
   
  /* .preformance_testing{*/
  /*  background: url(../img/services/Performance_testing.avif) no-repeat;*/
  /*  background-position: center;*/
  /*  background-size: cover;*/
  /*  height: 60vh;*/
    /* padding: 6rem 0 3rem 0; */
  /*  position: relative;*/
  /*}*/

  /*.design_consultancy{*/
  /*  background: url(../img/services/design_consultancy.jpg) no-repeat;*/
  /*  background-position: center;*/
  /*  background-size: cover;*/
  /*  height: 60vh;*/
    /* padding: 6rem 0 3rem 0; */
  /*  position: relative;*/
  /*}*/

  /*.Air_Cooled_Condenser{*/
  /*  background: url(../img/services/Air_Cooled_Condenser.jpg) no-repeat;*/
  /*  background-position: center;*/
  /*  background-size: cover;*/
  /*  height: 60vh;*/
    /* padding: 6rem 0 3rem 0; */
  /*  position: relative;*/
  /*}*/
  
  /* .energy{*/
  /*  background: url(../img/services/energy.webp) no-repeat;*/
  /*  background-position: center;*/
  /*  background-size: cover;*/
  /*  height: 60vh;*/
    /* padding: 6rem 0 3rem 0; */
  /*  position: relative;*/
  /*}*/
  
  /* .building_service{*/
  /*  background: url(../img/services/building-services2.jpeg) no-repeat;*/
  /*  background-position: center;*/
  /*  background-size: cover;*/
  /*  height: 60vh;*/
    /* padding: 6rem 0 3rem 0; */
  /*  position: relative;*/
  /*}*/
  
    .home_service,
    .energy,
    .Air_Cooled_Condenser,
    .design_consultancy,
    .carbon_services,
    .residual_life,
    .electrical_safety,
    .civil_testing,
    .building_service,
    .preformance_testing,
   .water_service{
    background: url(../img/services/residual-life-ass.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 60vh;
    /* padding: 6rem 0 3rem 0; */
    position: relative;
  }


  .home_service h6,
  .civil_testing h6,
  .electrical_safety h6,
  .residual_life h6,
  .carbon_services h6,
  .preformance_testing h6,
  .design_consultancy h6,
  .Air_Cooled_Condenser h6,
  .energy h6,
  .building_service h6,
  .water_service h6{
    color: #082032;
    font-weight: 300;
    font-size: 1.5rem;
    width: 60%;
    /* text-shadow: 0 -2px #ca9906; */
  }

 .home_service h1,
  .civil_testing h1,
  .electrical_safety h1,
  .residual_life h1,
  .carbon_services h1,
  .preformance_testing h1,
  .design_consultancy h1,
  .Air_Cooled_Condenser h1,
  .building_service h1,
  .energy h1,
  .water_service h1{
    color: #07395f;
       /*color: #f5bf23;*/
    text-shadow: 0 -4px #fff;
  }
  
  .water_service h1{
        /*color: #f5bf23;*/
  }

  .services h6{
    font-size: 2.5rem;
    /*color: #f5bf23;*/
    margin-bottom: 1rem;
    /* border: 3px solid #092032; */
    padding: 10px 0;
    border-inline-start: transparent;
    border-inline-end: transparent;
    /*text-shadow: 4px -2px  #07395f;*/
  }

  .services ul li{
    font-size: 1.2rem;
    line-height: 2;
  }
  .services .row{
    scroll-behavior: smooth;
    scroll-margin-top: 150px;
  }

  .services .p{
    font-size: 1.3rem;
    padding: 1rem 0;
  }

  .services .row2{
    margin: 1rem 0;
  }

  .service_include{
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0;
    /*background-color: rgba(252, 241, 211, 0.977);*/
  }

  .service_include .heading_include{
    /* background: radial-gradient(#b0c8db , #f5bf23); */
    color: #f5bf23;
    font-size: 3rem;
    text-shadow: 2px -2px #07395f;
    padding: 10px;
    border-radius: 50px 0 50px 0;
    margin-bottom: 4rem;
    margin-top: 2rem;
  }
  
   .carbon_border{
    background-color: rgba(249, 246, 207, 0.85);
  }

  .carbon_border .carbon_cards{
    gap: 20px;
    /* border: 1px solid #07395f; */
  }

  .carbon_border .carbon_card{
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
  }

  .carbon_border .carbon_card p{
    font-size: 1.1rem;
  }
  
    .about-area p{
            font-size: 1.2rem;
        }
        
        .about-area h5{
            font-size: 1.4rem;
             text-transform: capitalize;
        }
  
/* ===============.service page end=========== */

/* ===============about section start------------ */
.home_about{
    background: url(../img/services/home3.jpg) no-repeat;
    background-position: right;
    background-size: cover;
    height: 80vh;
  }
  
  .light-background .container{
 /*margin-top: 150px;*/
}

.light-background h1{
  color: #f3c641;
  font-size: 4rem !important;
  font-weight: 700 !important;
  text-shadow: 0 4px #fff;
}

.light-background li{
  font-size: 2rem !important;
  font-weight: 500;
  text-shadow: 0 2px #f5bf23;
  margin-left: 8px;
}

.light-background ol{
  width: 50%;
  background: linear-gradient( rgba(190, 188, 188, 0.9), transparent);
  border-left: 4px solid #fff;
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

  
/* ===============about section end------------ */

/* ===============contact section start------------ */

 #contact{
     position: relative; 
        z-index: 9;
 }

  #contact::before{
    content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 50%;
     background-attachment: fixed;
     background: linear-gradient(-90deg, rgba(0,0,0,0.5), rgba(0,0,0,.1)), url(../img/bg_banner1.jpg), #082032;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    
       }
       
     #contact .heading {
         color: #fff;
     }
    
/* ===============contact section end------------ */

/* =============footer =========== */

.footer {
    background: linear-gradient(0deg, rgba(111, 113, 113, 0.9), rgba(231, 237, 237, 0.3)), url(/img/footer-bg.png), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer .custom-logo-link img,
.footer .world_img{
    width: 100px !important;
}

.footer .social_media a {
    background-color: #07395f;
    padding: 9px 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    cursor: pointer !important;
    /* margin: 0; */
}

.footer .social_media a:hover{
    background-color: #f5bf23;
    color: #5a0585 !important;
}

.dropdown-item,
#primary-menu .nav-link,
.navbar-dark .navbar-nav .nav-link,
.banner-text a,
section.footer a {
    font-size: 20px;
}

section.footer li {
    margin: 8px 0;
    list-style: none;
}

section.footer li a{
    font-size: 15px;
}

section.footer h3{
    /*color: #082032;*/
    color: #fff;
    font-size: 1.2rem;
}

section.footer a {
    /*color: #092032;*/
    color: #fff;
}

section.footer a {
    font-size: 20px;
}



.footer-ul a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .3s ease-in;
}

.footer-ul a:hover {
    /*color: #f5bf23;*/
    color: #092032;
}

.underline {
    /*border-bottom: 2px solid #082032;*/
      border-bottom: 2px solid #fff;
    width: max-content;
}

.footer a:hover {
    color: #ca9906 !important;

}

.footer .contactusfooter p{
    font-size: 1rem;
    /*color: #07395f;*/
    color: #eee;
    
}

.copyrightline {
    padding-left: 0;
    padding-right: 0;
}

.copyrightline {
    border-top: 2px solid #fff;
    padding-top: 17px;
    margin-top: 20px;
}

.copyrightline p{
    color: #082032;
}

.copyrightline .privacypolicy span a{
    width: max-content !important;
    
}


.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: yellow;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    /*border-color: transparent;*/
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    /*border-color: rgba(0, 0, 0, 0.04);*/
     border-color: #f8f996;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

@media (max-width: 991px) {
    .team-section .row{
        gap: 20px;
    }
}


@media (max-width: 500px) {
    .slide{
        min-height: 60vh;
    }

        .electrical_safety,
    .civil_testing,
    .home_service,
    .residual_life,
    .carbon_services,
    .home_about{
        height: 50vh;
    }

    .home_service h6,
    .civil_testing h6,
    .electrical_safety h6,
    .residual_life h6,
    .carbon_services h6{
      font-size: 1rem;
      width: 100%;
      /* text-shadow: 0 -2px #ca9906; */
    }
    .heading{
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    .heading::before{
        text-align: center;
    }

    .services h6 {
        font-size: 1.9rem;
    }

    .service_include .heading_include{
        font-size: 2rem;
    }

    .py-5{
        margin-bottom: 1rem;
    }

    .navbar .service-menu .bg-mega-sug{
        padding: 1rem 5px !important;
    }

    .navbar .service-menu .bg-mega-sug .title {
       padding: 5px 0 !important;
    }

    .navbar .service-menu .bg-mega-sug .title a{
        font-size: .9rem;
    }
    
    .services .p{
          font-size: 1rem;
          text-align: justify;
    }
    
     .carbon_border .carbon_card p {
    font-size: .9rem;
}

.light-background h1{
     font-size: 2rem;
}
.light-background li {
    font-size: 1rem !important;
    
}
.review h3{
    font-size: 1.1rem;
}
}