@import url('https://fonts.googleapis.com/css2?family=Amarante&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #070707 !important;
}

/* whatsapp-icon */
.whatsapp-icon {
    position: fixed;
    right: 30px;
    bottom: 20px;
    animation: moveUpDown 2s infinite;
    z-index: 1000;
  }

  .whatsapp-icon img {
    width: 60px;
    height: 60px;
    cursor: pointer;
  }

  @keyframes moveUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
/* whatsapp-icon */

/* scrollbar */
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: transparent;
}


::-webkit-scrollbar-thumb {
    background-color: #388e3c;
    border-radius: 10px;
    border: 1px solid #388e3c;
}


::-webkit-scrollbar-thumb:hover {
    background-color: #388e3c;
}

/* scrollbar */
/* loader */
#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212121;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: hidden;
}

#loader-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.loader {
    position: relative;
    z-index: 2;
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    color: #3AA01F;
}

.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}

.loader:after {
    color: #3AA01F;
    transform: rotateY(70deg);
    animation-delay: .4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {

    0%,
    100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}


#main-content {
    display: none;

}

/* loader */


#slider-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

/* Navbar Styling */
.navbar {
    position: absolute !important;
    z-index: 10;
}

#min {
    display: flex;
    justify-content: space-between !important;
    width: 100%;
    margin: 11% auto 0;
}

.dropdown-menu {
    background-color: black !important;
}

.dropdown-menu .dropdown-item {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #000000;
    margin: 2% 0 0;
    color: black;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item:hover {
    color: #ffffff !important;
    transition: 0.3s;
    background-color: black !important;
}

.container-mk-u {
    max-width: 90%;
}


.nav-link {
    color: white !important;
    transition: color 0.3s;
}

.navbar>.container-fluid {
    padding: 0;
}

.carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#tag li a {
    padding: 0 19px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: white !important;
}

#tag li a:hover {
    color: #3AA01F !important;

}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}





.carousel-control-prev,
.carousel-control-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 5%;
}

.carousel-control-prev {
    left: -5% !important;
}

.carousel-control-next {
    right: -5% !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100%;
}

.carousel-caption {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 50% !important;
    right: 0 !important;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    align-items: center;
    display: block;
    align-content: center;
    justify-content: center;
    z-index: 1;
}
.carousel-caption span{
    color: #3cd215;
}

.carousel-caption h5 {
    font-size: 82px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 96px;
}
.carousel-caption p {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Poppins", serif;
}
.carousel-caption button {
    background: transparent;
    border: 1px solid white;
    border-radius: 12px;
    font-family: "Poppins", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: white;
    width: 250px;
    height: 70px;
    margin-top: 3%;
    transition: 0.3s;
}

.carousel-caption button:hover{
    background-color: white;
    border: 1px solid #388e3c;
    color: #388e3c;
    transition: 0.3s;
}

.carousel-caption {
    border-radius: 10px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1 !important;
    transition: opacity .15s ease;
}

.top {
    width: 100%;
    padding: 5px 20px;
    background-color: transparent;
    position: absolute;
    top: 0;
    margin-top: 0;
    z-index: 10;
}

.opt {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid gray;
    text-align: center;
}

.top .number i {
    color: white;
    font-size: 18px;
    font-weight: 400;
    padding: 0 5px;
}

.top .number img {
    width: 20%;
    margin: 0 auto;
    display: block;
}

.top .number a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
}

/* sec-1 */

/* #sec-1 .col-lg-6 {
    padding: 0;
} */

#sec-1 .about {
    padding: 7% 5%;
    color: white;
    width: 100%;
    height: 650px;
}

.about h1 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.about h4 {
    font-size: 25px;
    font-weight: 500;
    color: #3AA01F;
    font-family: "Roboto", sans-serif;
    margin: 2% 0;
}

.about p {
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 0;
}

.abo-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center center;
}
.reco {
    position: relative;
    width: 100%;
    padding: var(--spacing-l) var(--spacing-xl);
    padding: 0 5%;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    margin: 3% 0;
  }
  .rec-content {
    /* padding: var(--spacing-xl); */
    padding: 10px 10px;
    background-color: var(--text-lighter);
    position: relative;
    border-radius: var(--spacing-l);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    text-align: center;
    color: var(--background-dark);
    font-weight: bold;
    font-size: 1.25rem;
    width: 100%;
    height: 380px;
}
.rec-content .opera {
    width: 25%;
    /* height: 75px; */
    border: 1px solid green;
    border-radius: 50%;
    /* padding: 10px; */
    background: green;
    align-content: center;
    margin: 0 0 0 5%;
    padding: 10px 2px;
}

.rec-content img {
    width: 70%;
}

.rec-content h5 {
    font-size: 22px;
    font-weight: 600;
    color: #212121;
    margin: 5% 0;
    text-align: start;
    margin: 5% 0% 5% 6%;
}
/* .rec-content p {
    font-size: 12px;
    padding: 0 26px;
} */
.rec-content ul li {
    font-size: 13px;
    padding: 0 0;
    text-align: start;
}

  .rec-content:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
  }
/* sec-1 */


/* 
#sec-1-5 {
    background-image: url(./assets/provide-bg-img.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 2% 5%;
    z-index: 1;
    align-content: center;

}

#sec-1-5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}




.services h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: white;
    padding: 20px;
}

.services p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: white;
    font-family: "Poppins", serif;
} */

/* #sec-2-5 */
/* body {
    background: lightblue;
    font-family: 'Poppins', sans-serif;
  }   */
  
  #sec-2-5 {
    background-color: #f9f3f3;
    padding: 5% 0 5%;
    position: relative;
    width: 100%;
    height: 100%;
}
  #sec-2-5 h1{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    padding: 3% 0;
  }
  :root {
      --background-dark: #2d3548;
      --text-light: rgba(255, 255, 255, 0.6);
      --text-lighter: rgba(255, 255, 255, 0.9);
      --accent-color: #F67B50;
      --spacing-s: 16px;
      --spacing-m: 24px;
      --spacing-l: 32px;
      --spacing-xl: 48px;
      --spacing-xxl: 64px;
      --width-container: 1200px;
    }
  
    .timeline {
      position: relative;
      max-width: var(--width-container);
      margin: 0 auto;
      /* padding: var(--spacing-xxl) 0; */
    }
  
    .timeline::after {
        content: '';
        position: absolute;
        width: 8px;
        background: #464646 !important;
        top: 12%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 4px;
        height: 0;
        transition: height 1.5s ease-out, opacity 1.5s ease-out;
    }

    .s-line {
        position: absolute;
        top: 12%;
        left: 50%;
        width: 80px;
        background: #464646 !important;
        border-radius: 4px;
        height: 10px;
        z-index: 1;
    }
    .s-line span {
        background-color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        padding: 9px 10px;
        border-radius: 50%;
        color: rgb(0, 0, 0);
        border: 2px solid #464646;
        position: absolute;
        left: 70%;
        bottom: -130%;
    }
    #conten-2 {
        margin: -5% 0 0;
    }
    .s-line-2 {
        position: absolute;
        top: 30%;
        left: 43%;
        width: 80px;
        background: #464646 !important;
        border-radius: 4px;
        height: 10px;
        /* z-index: 1; */
    }
    .s-line-2 span {
        background-color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        padding: 9px 10px;
        border-radius: 50%;
        color: rgb(0, 0, 0);
        border: 2px solid #464646;
        position: absolute;
        left: -21%;
        bottom: -130%;
    }
    .s-line-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        background: #464646 !important;
        border-radius: 4px;
        height: 10px;
        /* z-index: 1; */
    }
    #conten-3 {
        margin: -8% 0 0;
    }
    .s-line-3 span {
        background-color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        padding: 9px 10px;
        border-radius: 50%;
        color: rgb(0, 0, 0);
        border: 2px solid #464646;
        position: absolute;
        left: 70%;
        bottom: -130%;
    }
    #conten-4 {
        margin: -10% 0 0;
    }
    .s-line-4 {
        position: absolute;
        top: 75%;
        left: 43%;
        width: 80px;
        background: #464646 !important;
        border-radius: 4px;
        height: 10px;
        /* z-index: 1; */
    }
    .s-line-4 span {
        background-color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        padding: 9px 10px;
        border-radius: 50%;
        color: rgb(0, 0, 0);
        border: 2px solid #464646;
        position: absolute;
        left: -21%;
        bottom: -130%;
    }
  
    .timeline-container {
      position: relative;
      width: 50%;
      /* padding: var(--spacing-l) var(--spacing-xl); */
      padding: 0 5%;
      box-sizing: border-box;
      opacity: 0;
      transform: translateY(50px);
      transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }
  
    .timeline-container.left {
        left: -5%;
    }
  
    .timeline-container.right {
        left: 55%;
    }
  
    /* .timeline-container::before {
      content: "";
      position: absolute;
      top: 30px;
      width: 10%;
      height: 50px;
      background:url(./assets/ehs-logo.png);
      background-size: cover;
      transform: translate(-50%, -50%);
      left: 50%;
      z-index: 99999;
    } */
  
    .content {
      padding: var(--spacing-xl);
      background-color: var(--text-lighter);
      position: relative;
      border-radius: var(--spacing-l);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      text-align: center;
      color: var(--background-dark);
      font-weight: bold;
      font-size: 1.25rem;
    }
    .content p{
        font-size: 12px;
    }
  
    .content:hover {
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
      transform: scale(1.05);
    }
  
       .icon {
              font-size: 32px;
              margin-right: var(--spacing-s);
  
              color: #F67B50; /* Fallback color */
          }
  
  
  
  
    a.content-link {
      text-decoration: none;
      color: inherit;
      display: block;
    }
    
    .timeline.show-line::after {
        height: 64.4%;
        opacity: 1;
    }
  
    @media screen and (max-width: 767px) {
      .timeline::after {
        left: 31px;
      }
      .timeline-container {
        width: 100%;
        padding-left: 50px;
        /* padding-right: 40px; */
        margin-bottom: var(--spacing-l);
    }
  
    .timeline-container.left::before, .timeline-container.right::before {
        left: 55%;
    }
  
      .timeline-container.right {
        left: 0%;
      }
  
      .timeline-container.left, .timeline-container.right {
        left: 0;
      }

      .timeline::after {
        content: '';
        position: absolute;
        width: 8px;
        background: #464646 !important;
        top: 0%;
        bottom: 0;
        left: 31px;
        transform: translateX(-50%);
        border-radius: 4px;
        height: 0;
        transition: height 1.5s ease-out, opacity 1.5s ease-out;
    }
    /* .timeline-container::before {
        content: "";
        position: absolute;
        top: 30px;
        width: 20%;
        height: 50px;
        background: url(./assets/ehs-logo.png);
        background-size: cover;
        transform: translate(-50%, -50%);
        left: 50%;
        z-index: 99999;
    } */
    .content {
        /* padding: var(--spacing-xl); */
        background-color: var(--text-lighter);
        position: relative;
        border-radius: var(--spacing-l);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        text-align: center;
        color: var(--background-dark);
        font-weight: bold;
        font-size: 1.25rem;
        padding: 15% 6%;
    }
    .s-line{
        display: none;
    }
    .s-line-2{
        display: none;
    }
    .s-line-3{
        display: none;
    }
    .s-line-4{
        display: none;
    }
    .timeline.show-line::after {
        height: 100%;
        opacity: 1;
    }
    #sec-2-5 h1 {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        font-family: "Roboto", sans-serif;
        padding: 3% 5%;
    }
    #conten-3 {
        margin: 4% 0 0;
    }
    #conten-4 {
        margin: 4% 0 0;
    }
    }
    @media only screen and (min-width:768px) and (max-width:991px){
        .s-line {
            position: absolute;
            top: 12%;
            left: 50%;
            width: 40px;
            background: #464646 !important;
            border-radius: 4px;
            height: 10px;
            z-index: 1;
        }
        .s-line-2 {
            position: absolute;
            top: 30%;
            left: 43%;
            width: 50px;
            background: #464646 !important;
            border-radius: 4px;
            height: 10px;
            /* z-index: 1; */
        }
        .s-line-3 {
            position: absolute;
            top: 60%;
            left: 50%;
            width: 40px;
            background: #464646 !important;
            border-radius: 4px;
            height: 10px;
            /* z-index: 1; */
        }
        .s-line-4 {
            position: absolute;
            top: 75%;
            left: 43%;
            width: 50px;
            background: #464646 !important;
            border-radius: 4px;
            height: 10px;
            /* z-index: 1; */
        }
        .timeline.show-line::after {
            height: 64.4%;
            opacity: 1;
        }
        #conten-2 {
            margin: -25% 0 0;
        }
        .content {
            /* padding: var(--spacing-xl); */
            background-color: var(--text-lighter);
            position: relative;
            border-radius: var(--spacing-l);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
            text-align: center;
            color: var(--background-dark);
            font-weight: bold;
            font-size: 1.25rem;
            padding: 11% 5%;
        }
    }
    @media only screen and (min-width:992px) and (max-width:1199px){
        .s-line-2 {
            position: absolute;
            top: 38%;
            left: 43%;
            width: 70px;
            background: #464646 !important;
            border-radius: 4px;
            height: 10px;
            /* z-index: 1; */
        }
        .s-line-4 {
            position: absolute;
            top: 91%;
            left: 43%;
            width: 70px;
            background: #464646 !important;
            border-radius: 4px;
            height: 10px;
            /* z-index: 1; */
        }
        .timeline.show-line::after {
            height: 80%;
            opacity: 1;
        }

    }
    @media only screen and (min-width:1400px) and (max-width:1600px){
        .timeline.show-line::after {
            height: 64.5%;
            opacity: 1;
        }
        .s-line-2 {
            position: absolute;
            top: 30%;
            left: 43.3%;
            width: 80px;
            background: #464646 !important;
            border-radius: 4px;
            height: 10px;
            /* z-index: 1; */
        }
        .s-line-4 {
            position: absolute;
            top: 75%;
            left: 43.3%;
            width: 80px;
            background: #464646 !important;
            border-radius: 4px;
            height: 10px;
            /* z-index: 1; */
        }

    }
    .show {
      opacity: 1;
      transform: translateY(0);
    }
  
  
    .timeline.hide-line::after {
      height: 0;
      opacity: 0;
    }
/* #sec-2-5 */
/* sec-2 */

#sec-2 {
    padding: 5% 0;
    background-color: #f9f3f3;
}


#sec-2 h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #212121;
    letter-spacing: 3px;
    margin: 0 0 5%;
}

#sec-2 .provide {
    color: white;
    text-align: center;
}
.get {
    position: relative;
    width: 20%;
    margin: 2% auto;
}

.get img {
    width: 100%;
    transition: opacity 0.3s;
}

/* .get .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
} */

/* .get:hover .hover {
    opacity: 1;
}

.get:hover img:first-child {
    opacity: 0;
} */

#sec-2 .provide h5 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 1%;
    font-family: "Roboto", sans-serif;
    transition: 0.3s;
}

/* #sec-2 .provide h5:hover {
    color: #3AA01F;
    transition: 0.3s;
} */

#sec-2 .provide p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", serif;
    padding: 0 10%;
}

/* provide-1 */
.provide1 {
    position: relative;
    text-align: center;
    align-content: center;
    padding: 30px 0px;
    width: 100%;
    height: 300px;
    background-image: url(./assets/slide-3.jpeg);
    background-size: cover;
    background-position: center;
    color: white;
    border-radius: 13px;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    border: 1px solid white;
    box-shadow: 2px 2px 16px black;
    transition: transform 0.3s ease;
}


#messi {
    background-image: url(./assets/slide-1.png);
}

#messi-1 {
    background-image: url(./assets/slide-2.jpg);
}

#messi-2 {
    background-image: url(./assets/slide-4.jpg);
}

#sec-2 .provide1::before {
    padding: 20px 0px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    border-radius: 13px;
    transition: opacity 0.3s ease;
}

#ji {
    margin: 2% 0;
}

.provide1 svg {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: top 0.3s ease, opacity 0.3s ease;
    border-radius: 50%;
    border: 2px solid white;
    padding: 15px;
}

.provide1 h5 {
    align-content: center;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.provide1 a{
    text-decoration: none;

}
.provide1 p {
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 400;
    padding: 0 50px;
    margin: 0;
    opacity: 0;
    transition: bottom 0.3s ease, opacity 0.3s ease;
    font-family: "Poppins", serif;
}

.provide1:hover svg {
    top: 30px;
    opacity: 1;
}

.provide1:hover p {
    width: 100%;
    bottom: 35px;
    opacity: 1;
}

.provide1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    border-radius: 13px;
}

/* #uni {
    margin: 1% 0;
} */

/* sec-3 */

#sec-3 {
    margin: 10% 0;
}

#sec-3 h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    letter-spacing: 3px;
    margin: 0 0 5%;
}
#sec-3 a{
    text-decoration: none;
}
/* #sec-3 .journal {
    position: relative;
    overflow: hidden;
}

#sec-3 .journal img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    margin: 0 0 2%;
    transition: all 0.3s ease;

}

#sec-3 .journal .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    color: white;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}


#sec-3 .journal:hover .overlay {
    opacity: 0;

}

#sec-3 .journal .overlay h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    padding: 20px;
    text-transform: capitalize;
} */

/* sec-4 */

#sec-4 {
    margin: 5% 0 0;
    padding: 3.5rem 0;
    background-color: #09090B;
}

#sec-4 h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    letter-spacing: 3px;
    margin: 0 0 5%;
}

#sec-4 .col-lg-3 {
    flex: 0 0 auto;
    width: 90%;
    margin: 0 auto;
}

/* .sli-img {
    width: 222px;
    height: 200px;
} */

#sec-4 a{
    margin: 0 auto;
    display: block;
    width: 150px;
    height: 40px;
}
#sec-4 button {
    margin: 10% auto;
    display: block;
    width: 150px;
    height: 40px;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid rgb(255, 255, 255);
    background: transparent;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    transition: 0.3s;
}
#sec-4 button:hover{
    /* background-color: #388e3c; */
    border: 2px solid #3cd215;
    color: #3cd215;
    transition: 0.3s;
}
.sli-img{
    width: 100%;
    height: 100%;
}

.sli-img-1 img {
    background: #1A181B;
    width: 100%;
    height: 200px;
    display: flex;
    border: 1px solid gray;
    margin: 5% 0;
    align-content: center;
    padding: 5% 10%;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
    font-size: 40px;
    margin: 0 -4% !important;
}

.slider1 {
    display: flex;
    justify-content: center;
}
.slick-prev{
    color: white !important;
    left: 2%;
}
.slick-next{
    color: white !important;
    right: 2%;
}
/* .client {
    color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
}

:root {
    --marquee-width: 100vw;
    --marquee-height: 20vh;
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    color: #eee;
    overflow: hidden;
    position: relative;
}

.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee:before {
    left: 0;
    background: linear-gradient(to right, #111 0%, transparent 100%);
}

.marquee:after {
    right: 0;
    background: linear-gradient(to left, #111 0%, transparent 100%);
}

.marquee-content {
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee-content img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4);
    white-space: nowrap;
}

.marquee-content img {
    filter: grayscale(100%) brightness(0%) invert(1);
    transition: all 0.3s ease;
    width: 18%;
    margin: 0 30px;
}


@media (max-width: 600px) {
    html {
        font-size: 12px;
    }

    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }

    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
}

#kio {
    margin-top: 5%;
}

.marquee-content.reverse {
    animation: scrolling-reverse var(--marquee-animation-duration) linear infinite;
} */

/* @keyframes scrolling-reverse {
    0% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }

    100% {
        transform: translateX(0);
    }
} */

/* sec-5 */

/* #sec-5 {
    margin: 10% 0 5%;
}

#sec-5 h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    letter-spacing: 3px;

}

#sec-5 p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: white;
    font-family: "Poppins", serif;
    margin: 0 0 5%;

} */

/* .slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
    font-size: 40px;
} */


/* .slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
} */

/* #sec-5 .testimonial-card {
    width: 350px;
    height: 100%;
    border: 1px solid #3AA01F;
    text-align: center;
    padding: 20px 10px;
    margin: 0 0;
    background-color: transparent;
    color: white;
}

#sec-5 .testimonial-card .card-content .monial {
    width: 40%;
    height: 140px;
    margin: 2% auto;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

#sec-5.testimonial-card .card-content h2 {
    margin: 5% 0 0;
}

#sec-5 .testimonial-card .card-content span {
    margin: 5% auto 0;
    width: 300px;
}

#sec-5 .card-content a {
    margin: 3% auto 0;
    display: block;
    font-family: "Amarante", serif;
    padding: 10px 40px;
    background: transparent;
    color: #ffffff !important;
}

#sec-5 .slider1 {
    margin: 5% 0 0;
} */

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
}

/* sec-5 */

/* sec-6 */
#sec-6 {
    color: #fff;
    background-color: #262626;
    border-bottom: none;
    height: 300px;
    padding: 30px 0;
    height: 100%;
}

#sec-6 .footer-1 h5 {
    font-weight: 700;
}

#sec-6 .footer-1 p {
    font-size: 16px;
    width: 88%;
}

#sec-6 .footer-1 .btn {
    color: white;
    padding: 4px 15px;
    border-radius: 5px;
    border: 2px solid white;
}

#sec-6 .footer-1 .btn:hover {
    color: #3cd215;
    border: 2px solid #3cd215;
}

#sec-6 .footer-2 {
    width: 50%;
    margin: 12px auto;
}

#sec-6 .footer-2 h5{
    font-weight: 700;
}

#sec-6 .footer-2 .footer-2-a {
    display: flex;
    align-items: baseline;
}


#sec-6 .footer-2 .footer-2-a a {
    text-decoration: none;
    color: white;
    text-transform: capitalize;
    transition: .3s;
    display: block;
}

#sec-6 .footer-2 .footer-2-a a:hover {
    color: #3cd215;
    transition: .3s;
}

#sec-6 .footer-2 .footer-2-a i {
    border: 2px solid white;
    padding: 3px 7px;
    border-radius: 50%;
    margin: 0 10px 12px 0;
    transition: .3s;
}

#sec-6 .footer-2 .footer-2-a i:hover {
    color: #3cd215;
    transition: .3s;
}

#sec-6 .footer-3 h5 {
    font-weight: 700;
    text-transform: capitalize;
}

#sec-6 .footer-3 p {
    font-size: 16px;
    width: 82%;
}

#sec-6 .footer-3 .footer-3-a .btn i {
    color: white;
    border: 2px solid white;
    padding: 10px 14px;
    border-radius: 50%;
    transition: .3s;
}

#sec-6 .footer-3 .footer-3-a .btn i:hover {
    color: #3cd215;
    border: 2px solid #3cd215;
    transition: .3s;
}

#sec-6 .footer-3 .footer-3-a .btn {
    padding: 0;
}

/* sec-7 */

#sec-7 {
    background-color: black;
    padding: 1px 0 15px;
    color: white;
    text-align: center;
}

#sec-7 .divider {
    border: none;
    border-top: 2px solid #3cd215;
    width: 100%;
    margin: 10px auto;
}

#sec-7 .last {
    font-size: 14px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

#sec-7 .last p {
    margin: 0;
    color: white;
}

#sec-7 .last a {
    color: #3cd215;
    text-decoration: none;
    font-weight: bold;
}

#sec-7 .last a:hover {
    text-decoration: underline;
}

@media only screen and (min-width:320px) and (max-width:480px) {

    .dropdown-menu {
        background-color: rgb(255, 255, 255) !important;
    }
    .whatsapp-icon{
        display: block;
    }
    .opt {
        display: inline-block;
        justify-content: center;
        align-items: center;
        border-bottom: none;
        text-align: center;
    }

    .top .number img {
        width: 30%;
        margin: 0;
        display: block;
    }

    .top .number a {
        color: white;
        text-decoration: none;
        font-size: 17px;
        font-weight: 400;
    }

    #jecsop .number i,
    a {
        display: none;
    }
.himan{
    display: block !important;
}
#sec-3 a {
    text-decoration: none;
    display: block;
}
    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: end !important;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: white;
        margin: 3% 0 0;
        padding: 0;
        border-radius: 12px;
    }

    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        background-color: white;
        color: rgb(0, 0, 0) !important;
    }
    .dropdown-menu{
        background-color: rgb(255, 255, 255) !important;
    }
    .dropdown-menu .dropdown-item {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        border-bottom: none;
        /* background-color: white; */
        margin: 2% 0 0;
        color: black;
        transition: 0.3s;
        font-size: 12px !important;
    }

    #tag li a {
        padding: 0 15px;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: rgb(0, 0, 0) !important;
        margin: 2% 0;
    }

    .navbar-toggler {
        background-color: transparent !important;
        border: none !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 50px !important;
        height: 40px !important;
        vertical-align: middle;
        background-image: url(./assets/toggle\ \(2\).png) !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin: 25% 0 0 !important;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important;
    }

    .carousel-caption h5 {
        font-size: 30px;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
        line-height: 35px;
    }
    .carousel-caption p {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        font-family: "Poppins", serif;
    }
    .carousel-caption button {
        background: transparent;
        border: 1px solid white;
        border-radius: 12px;
        font-family: "Poppins", serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        color: white;
        width: 220px;
        height: 55px;
        margin-top: 3%;
    }

    .carousel-caption {
        border-radius: 10px;
        width: 100%;
    }

    #sec-1 .about {
        padding: 7% 3%;
        color: white;
        width: 100%;
        height: 100%;
    }

    .about h1 {
        font-size: 30px;
        font-weight: 600;
        font-family: "Roboto", sans-serif;
    }

    .about p {
        font-family: "Poppins", serif;
        font-size: 13px;
        font-weight: 400;
        text-align: left;
        margin: 0;
    }

    .about h4 {
        font-size: 17px;
        font-weight: 500;
        color: #3AA01F;
        font-family: "Roboto", sans-serif;
        margin: 2% 0;
    }

    .abo-img img {
        width: 100%;
        height: 650px;
        object-fit: cover;
        object-position: center center;
    }

    #sec-2 h1 {
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        font-family: "Roboto", sans-serif;
        letter-spacing: 3px;
        margin: 0 0 5%;
    }
    .rec-content {
        /* padding: var(--spacing-xl); */
        padding: 20px 10px;
        background-color: var(--text-lighter);
        position: relative;
        border-radius: var(--spacing-l);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        text-align: center;
        color: var(--background-dark);
        font-weight: bold;
        font-size: 1.25rem;
        width: 100%;
        height: 400px;
        margin: 2% 0;
    }
    .content p {
        font-size: 13px;
    }
 
    .rec-content h5 {
        font-size: 19px;
        font-weight: 600;
        color: #212121;
        text-align: start;
        margin: 5% 0% 5% 6%;
    }

    .services h1 {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        font-family: "Roboto", sans-serif;
        color: white;
        padding: 20px;
    }

    #sec-1-5 {
        background-image: url(./assets/provide-bg-img.jpg);
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
        padding: 4% 3%;
        z-index: 1;
        align-content: center;
    }

    .services p {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: white;
        font-family: "Poppins", serif;
    }

    #sec-3 h1 {
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        font-family: "Roboto", sans-serif;
        color: #ffffff;
        letter-spacing: 1px;
        margin: 0 0 5%;
    }

    .provide1 h5 {
        align-content: center;
        font-size: 22px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
    }

    #ji {
        margin: 0% 0;
    }

    .provide1 {
        position: relative;
        text-align: center;
        align-content: center;
        padding: 30px 0px;
        width: 100%;
        height: 300px;
        background-image: url(./assets/slide-3.jpeg);
        background-size: cover;
        background-position: center;
        color: white;
        border-radius: 13px;
        overflow: hidden;
        transition: all 0.3s ease;
        z-index: 1;
        border: 1px solid white;
        box-shadow: 2px 2px 16px black;
        transition: transform 0.3s ease;
        margin: 2% 0;
    }

    .provide1 p {
        width: 100%;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        font-weight: 400;
        padding: 0 15px;
        margin: 0;
        opacity: 0;
        transition: bottom 0.3s ease, opacity 0.3s ease;
        font-family: "Poppins", serif;
    }

    .provide1:hover p {
        width: 100%;
        bottom: 5px;
        opacity: 1;
    }

    .marquee-content img {
        filter: grayscale(100%) brightness(0%) invert(1);
        transition: all 0.3s ease;
        width: 30%;
        margin: 0 15px;
    }

    #sec-5 h1 {
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        font-family: "Roboto", sans-serif;
        color: #ffffff;
        letter-spacing: 3px;
    }

    #sec-5 p {
        text-align: center;
        font-size: 17px;
        font-weight: 400;
        color: white;
        font-family: "Poppins", serif;
        margin: 0 0 5%;
    }

    #sec-5 .testimonial-card {
        width: 100%;
        height: 100%;
        border: 1px solid #3AA01F;
        text-align: center;
        padding: 20px 10px;
        margin: 0 0;
        background-color: transparent;
        color: white;
    }

    #sec-6 .footer-2 {
        width: 100%;
        display: inherit;
    }
   .slick-prev {
        left: 0%;
    }

    .slick-next {
        right: 0%;
    }
    .rec-content ul li {
        font-size: 13px;
        padding: 0 0;
        text-align: start;
    }
}
@media only screen and (min-width:481px) and (max-width:767px){

    .dropdown-menu {
        background-color: rgb(255, 255, 255) !important;
    }
    .rec-content .opera {
        width: 18%;
        /* height: 75px; */
        border: 1px solid green;
        border-radius: 50%;
        /* padding: 10px; */
        background: green;
        align-content: center;
        margin: 0 0 0 5%;
    }

    .whatsapp-icon{
        display: block;
    }
    .opt {
        display: inline-block;
        justify-content: center;
        align-items: center;
        border-bottom: none;
        text-align: center;
    }

    .top .number img {
        width: 30%;
        margin: 0;
        display: block;
    }

    .top .number a {
        color: white;
        text-decoration: none;
        font-size: 17px;
        font-weight: 400;
    }

    .number i,
    a {
        display: none;
    }

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: end !important;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: white;
        margin: 3% 0 0;
        padding: 0;
        border-radius: 12px;
    }

    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        background-color: white;
        color: rgb(0, 0, 0) !important;
    }
    .dropdown-menu{
        background-color: rgb(255, 255, 255) !important;
    }
    .dropdown-menu .dropdown-item {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        border-bottom: none;
        /* background-color: white; */
        margin: 2% 0 0;
        color: black;
        transition: 0.3s;
        font-size: 12px !important;
    }

    #tag li a {
        padding: 0 15px;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: rgb(0, 0, 0) !important;
        margin: 2% 0;
    }

    .navbar-toggler {
        background-color: transparent !important;
        border: none !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 50px !important;
        height: 40px !important;
        vertical-align: middle;
        background-image: url(./assets/toggle\ \(2\).png) !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin: 25% 0 0 !important;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important;
    }

    .carousel-caption h5 {
        font-size: 30px;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
        line-height: 35px;
    }
    .carousel-caption p {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        font-family: "Poppins", serif;
    }
    .carousel-caption button {
        background: transparent;
        border: 1px solid white;
        border-radius: 12px;
        font-family: "Poppins", serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        color: white;
        width: 220px;
        height: 55px;
        margin-top: 3%;
    }

    .about p {
        font-family: "Poppins", serif;
        font-size: 13px;
        font-weight: 400;
        text-align: left;
        margin: 0;
    }
    #sec-3 a {
        text-decoration: none;
        display: block;
    }
    .provide1 {
        position: relative;
        text-align: center;
        align-content: center;
        padding: 30px 0px;
        width: 100%;
        height: 300px;
        background-image: url(./assets/slide-3.jpeg);
        background-size: cover;
        background-position: center;
        color: white;
        border-radius: 13px;
        overflow: hidden;
        transition: all 0.3s ease;
        z-index: 1;
        border: 1px solid white;
        box-shadow: 2px 2px 16px black;
        transition: transform 0.3s ease;
        margin: 1% 0;
    }
    #sec-6 .footer-2 {
        width: 50%;
        margin: 12px 0;
    }
    .provide1:hover p {
        width: 100%;
        bottom: 5px;
        opacity: 1;
    }
    .rec-content ul li {
        font-size: 13px;
        padding: 0 0;
        text-align: start;
    }
    .rec-content {
        /* padding: var(--spacing-xl); */
        padding: 10px 10px;
        background-color: var(--text-lighter);
        position: relative;
        border-radius: var(--spacing-l);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        text-align: center;
        color: var(--background-dark);
        font-weight: bold;
        font-size: 1.25rem;
        width: 100%;
        height: 350px;
    }
    .content p {
        font-size: 13px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {

    .dropdown-menu {
        background-color: rgb(255, 255, 255) !important;
    }
    .top .number a {
        color: white;
        text-decoration: none;
        font-size: 12px;
        font-weight: 400;
    }

    #min {
        display: flex;
        justify-content: space-between !important;
        width: 100%;
        margin: 14% auto 0;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: white;
        margin: 3% 0 0;
        padding: 0;
        border-radius: 12px;
    }

    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        background-color: white;
        color: rgb(0, 0, 0) !important;
    }

    .dropdown-menu .dropdown-item {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        border-bottom: none;
        margin: 2% 0 0;
        color: black;
        transition: 0.3s;
        font-size: 12px !important;
    }

    #tag li a {
        padding: 0 15px;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: rgb(0, 0, 0) !important;
        margin: 1% 0;
    }

    .navbar-toggler {
        background-color: white !important;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important;
    }

    .carousel-caption {
        border-radius: 10px;
        width: 100%;
    }
    .carousel-caption p {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        font-family: "Poppins", serif;
    }
    .carousel-caption h5 {
        font-size: 50px;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
        line-height: 50px;
    }

    #sec-1 .about {
        padding: 7% 5%;
        color: white;
        width: 100%;
        height: 100%;
    }

    #sec-2 .provide h5 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 1%;
        font-family: "Roboto", sans-serif;
        transition: 0.3s;
    }

    #sec-2 .provide p {
        font-size: 11px;
        font-weight: 400;
        font-family: "Poppins", serif;
        padding: 3% 6%;
    }

    .provide1 h5 {
        align-content: center;
        font-size: 22px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
    }

    .provide1 p {
        width: 100%;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 13px;
        font-weight: 400;
        padding: 0 50px;
        margin: 0;
        opacity: 0;
        transition: bottom 0.3s ease, opacity 0.3s ease;
        font-family: "Poppins", serif;
    }

    .provide1:hover p {
        width: 100%;
        bottom: 33px;
        opacity: 1;
    }

    #sec-5 .testimonial-card {
        width: 100%;
        height: 100%;
        border: 1px solid #3AA01F;
        text-align: center;
        padding: 20px 10px;
        margin: 0 0;
        background-color: transparent;
        color: white;
    }

    #sec-5 .testimonial-card .card-content .monial {
        width: 45%;
        height: 100px;
        margin: 2% auto;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
    }

    #sec-5 .testimonial-card h2 {
        font-size: 20px;
    }

    #sec-5 .testimonial-card span {
        font-size: 13px;
    }

    /* .slick-prev {
        left: -2%;
    }

    .slick-next {
        right: -2%;
    } */

    #sec-6 .footer-1 p {
        font-size: 15px;
        width: 100%;
    }

    #sec-6 .footer-2 {
        width: 80%;
        margin: 12px auto;
    }

    #sec-6 .footer-3 p {
        font-size: 15px;
        width: 100%;
    }
    .rec-content h5 {
        font-size: 19px;
        font-weight: 600;
        color: #212121;
        text-align: start;
        margin: 5% 0% 5% 6%;
    }
    .rec-content p {
        font-size: 10px;
        padding: 0 26px;
    }
    .rec-content .opera {
        width: 27%;
        /* height: 50px; */
        border: 1px solid green;
        border-radius: 50%;
        /* padding: 10px; */
        background: green;
        align-content: center;
        margin: 0 0 0 5%;
    }
    .rec-content {
        /* padding: var(--spacing-xl); */
        padding: 20px 15px;
        background-color: var(--text-lighter);
        position: relative;
        border-radius: var(--spacing-l);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        text-align: center;
        color: var(--background-dark);
        font-weight: bold;
        font-size: 1.25rem;
        width: 100%;
        height: 370px;
    }
    .rec-content ul li {
        font-size: 13px;
        padding: 0 0;
        text-align: start;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    #tag li a {
        padding: 0 13px;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: white !important;
    }

    .carousel-caption h5 {
        font-size: 65px;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
        line-height: 60px;
    }
    .carousel-caption p {
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        font-family: "Poppins", serif;
    }
    #sec-1 .about {
        padding: 7% 5%;
        color: white;
        width: 100%;
        height: 100%;
    }

    .about p {
        font-family: "Poppins", serif;
        font-size: 15px;
        font-weight: 400;
        text-align: justify;
        margin: 0;
    }

    .provide1:hover p {
        width: 100%;
        bottom: 30px;
        opacity: 1;
    }

    #sec-5 .testimonial-card {
        width: 100%;
        height: 100%;
        border: 1px solid #3AA01F;
        text-align: center;
        padding: 20px 10px;
        margin: 0 0;
        background-color: transparent;
        color: white;
    }

    .slick-prev {
        left: -1%;
    }
    .rec-content {
        /* padding: var(--spacing-xl); */
        padding: 10px 10px;
        background-color: var(--text-lighter);
        position: relative;
        border-radius: var(--spacing-l);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        text-align: center;
        color: var(--background-dark);
        font-weight: bold;
        font-size: 1.25rem;
        width: 100%;
        height: 400px;
    }
    .rec-content ul li {
        font-size: 13px;
        padding: 0 0;
        text-align: start;
    }
    .rec-content h5 {
        font-size: 19px;
        font-weight: 600;
        color: #212121;
        text-align: start;
        margin: 5% 0% 5% 6%;
    }

}


@media (max-width: 991px) {
    .nav-item.dropdown .dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: static !important;
        background: transparent; /* Transparent background for better design */
        box-shadow: none; /* Remove box shadow */
    }
}

/* <--------------------------------------sec-about-1------------------------------> */
#sec-about-1{
    background-image: url(./assets/about-img.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
#sec-about-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
#sec-about-1 .aboutus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#sec-about-1 .aboutus h1{
    font-size: 40px;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}
/* sec-about-2 */
#sec-about-2{
    margin: 5% 0;
}
#sec-about-2 .about-content{
    margin: 3% 0;
}
#sec-about-2 h1{
    font-size: 40px;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

#sec-about-2 p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(136, 136, 136);
    text-align: left;
    font-family: "Poppins", serif;
}

#sec-about-2 li{
    font-size: 17px;
    font-weight: 500;
    color: rgb(136, 136, 136);
    text-align: justify;
    font-family: "Poppins", serif;
}
/* sec-about-3 */
#sec-about-3{
    margin: 5% 0;
    text-align: center;
}
#sec-about-3 h1{
    font-size: 40px;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin: 5% 0;
}

#sec-about-3 .ard-img{
    width: 100%;

}

#sec-about-3 .ard-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
#sec-about-3 .ard-img h2{
    font-size: 25px;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin: 2% 0;
}
#sec-about-3 .ard-img p{
    font-size: 15px;
    font-weight: 500;
    color: rgb(136, 136, 136);
    text-align: center;
    font-family: "Poppins", serif;
}
#sec-about-3 .ard-img ul li{
    font-size: 15px;
    font-weight: 500;
    color: rgb(136, 136, 136);
    text-align:start;
    font-family: "Poppins", serif;
}
#sec-about-3  #owla{
    margin: 5% 0;
}
@media only screen and (min-width:320px) and (max-width:767px){
    #sec-about-1 .aboutus h1 {
        font-size: 30px;
        color: white;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }
    #sec-about-2 h1 {
        font-size: 20px;
        color: white;
        text-align: center;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }
    #sec-about-2 p {
        font-size: 18px;
        font-weight: 500;
        color: rgb(136, 136, 136);
        text-align: left;
        font-family: "Poppins", serif;
        padding: 0 5px;
    }
    #sec-about-3 h1 {
        font-size: 30px;
        color: white;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
        margin: 5% 0;
    }
    #sec-about-3 .ard-img h2 {
        font-size: 20px;
        color: white;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
        margin: 2% 0;
    }
    #sec-about-3 .ard-img p {
        font-size: 18px;
        font-weight: 500;
        color: rgb(136, 136, 136);
        text-align: center;
        font-family: "Poppins", serif;
    }
    #sec-about-2 li {
        font-size: 17px;
        font-weight: 500;
        color: rgb(136, 136, 136);
        text-align: left;
        font-family: "Poppins", serif;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .top .number i {
        color: white;
        font-size: 10px;
        font-weight: 400;
        padding: 0 5px;
    }
    #sec-about-3 .ard-img h2 {
        font-size: 25px;
        color: white;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
        margin: 5% 0;
    }
    #sec-about-3 .ard-img p {
        font-size: 15px;
        font-weight: 500;
        color: rgb(136, 136, 136);
        text-align: center;
        font-family: "Poppins", serif;
    }
}
/* <--------------------------------------sec-about-1------------------------------> */
/* <--------------------------------------sec-speclist-1------------------------------> */

/* <--------------------------------------sec-speclist-1------------------------------> */



/* <--------------------------------------sec-sec-Monitoring-1-1------------------------------> */
#sec-Monitoring-1{
    background-image: url(./assets/monitering-section-img/monitering-bg-img.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
#sec-Monitoring-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
#sec-Monitoring-1 .Monitoring{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#sec-Monitoring-1 .Monitoring h1{
    font-size: 40px;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}
#sec-Monitoring-1 .Monitoring h3{
    font-size: 25px;
    font-weight: 600;
    color: white;
    font-family: "Poppins", serif;
}
@media only screen and (min-width:320px) and (max-width:767px){
    #sec-Monitoring-1 .Monitoring h1 {
        font-size: 26px;
        color: white;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
        width: 100%;
    }
}
/* <--------------------------------------sec-sec-Monitoring-1-1------------------------------> */


/* <--------------------------------------Client-page------------------------------> */

#sec-client-4{
    background: #09090B;
    padding: 5% 0 0;
    width: 100%;
    height: 100%;
    margin-top: 15%;
}

#sec-client-4 h1{
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    letter-spacing: 3px;
    margin: 0 0 5%;
}

#sec-client-4 .sli-img-1 img{
    background: #1A181B;
    width: 100%;
    height: 200px;
    display: flex;
    border: 1px solid gray;
    margin: 5% 0;
    align-content: center;
    padding: 5% 10%;
    
}

@media only screen and (min-width:320px) and (max-width:767px){
    #sec-client-4 {
        background: #09090B;
        padding: 5% 0 0;
        width: 100%;
        height: 100%;
        margin-top: 40%;
    }
    .top .number a {
        color: white;
        text-decoration: none;
        font-size: 10px;
        font-weight: 400;
    }
}

/* <--------------------------------------Client-page------------------------------> */

/* <--------------------------------------sec-member-1-page------------------------------> */

#sec-member-1{
    background-color: #f9f3f3;
    padding: 5% 0;
}

#sec-member-1 .col-lg-3{
    align-content: center;
}
#sec-member-1 h1{
    font-size: 40px;
    text-transform: capitalize;
    color: #212121;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 3%;
}
#sec-member-1-5 h1 {
    font-size: 40px;
    text-transform: capitalize;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 3%;
}
#sec-member-1-5{
    padding: 5% 0;
}

#sec-member-1-5 .col-lg-3{
    align-content: center;

}

#sec-member-1-5 .tropy {
    width: 100%;
    border: 1px solid white;
    padding: 2% 0%;
    box-shadow: 2px 2px 10px gray;
}

#sec-member-1-5 .tropy img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
}

#sec-member-1 .member-logo img{
    width: 100%; 
}
#certifiacte{
    object-fit: cover;
    object-position: top;
}

/* sec-member-1-2 */
#sec-member-1-2{
    padding: 5% 0;
}
#sec-member-1-2 h1{
    font-size: 40px;
    text-transform: capitalize;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 3%;
}
.facts{
    width: 100%;
    height: 400px;
}

#react{
    margin: 3% 0 0;
}

.facts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media only screen and (min-width:320px) and (max-width:767px){
    .facts img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px;
    }
    .facts {
        width: 100%;
        height: auto;
        margin: 2% 0;
    }
    #react .col-lg-6{
        padding: 0;
    }
    #sec-member-1-5 .tropy img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
    #sec-member-1-5 .tropy {
        width: 100%;
        border: 1px solid white;
        padding: 2% 0%;
        box-shadow: 2px 2px 10px gray;
        margin: 2% 0;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
    .facts {
        width: 100%;
        height: 200px;
    }
    

}
/* <--------------------------------------sec-member-1-page------------------------------> */

/* <--------------------------------------sec-project-1------------------------------> */
#sec-project-1{
    background-image: url(./assets/project/ehs-project.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}
#sec-project-1 .project{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#sec-project-1 .project h1{
    font-size: 40px;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

#sec-project-2{
    padding: 5% 0;
}

#sec-project-2 .project-contenteno h3{
    font-size: 25px;
    font-weight: 600;
    color: white;
    font-family: "Poppins", serif;
    padding: 2% 0;
}

#sec-project-2 .project-contenteno p{
    font-size: 16px;
    font-weight: 400;
    color: rgb(136, 136, 136);
    text-align: justify;
    font-family: "Poppins", serif;
}
#sec-project-2 .project-contenteno ul li{
    font-size: 16px;
    font-weight: 400;
    color: rgb(136, 136, 136);
    text-align: justify;
    font-family: "Poppins", serif;
}

#sec-project-2 .project-contenteno ul li strong{
    color: white;
}

@media only screen and (min-width:320px) and (max-width:767px){
    #sec-project-1 .project h1 {
        font-size: 30px;
        color: white;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }
    #sec-project-2 .project-contenteno p {
        font-size: 17px;
        font-weight: 500;
        color: rgb(136, 136, 136);
        text-align: left;
        font-family: "Poppins", serif;
    }
    #sec-project-2 .project-contenteno h1 {
        font-size: 25px;
        font-weight: 600;
        color: white;
        font-family: "Poppins", serif;
        padding: 2% 0;
    }
}
/* <--------------------------------------sec-project-1------------------------------> */

/* <--------------------------------------sec-water-1------------------------------> */


#sec-water-1{
    background-image: url(./assets/water-img/ehss-water-bg-img.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
#sec-water-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

#sec-water-1 .water{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#sec-water-1 .water h1{
    font-size: 40px;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

#sec-water-2{
    margin: 5% 0;
}

#sec-water-2 .water-content h1{
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin: 2% 0;
}

#sec-water-2 .water-content p{
    font-size: 16px;
    font-weight: 400;
    color: rgb(136, 136, 136);
    font-family: "Poppins", serif;
}

/* <--------------------------------------sec-water-1------------------------------> */

/* <--------------------------------------sec-Industrial-1------------------------------> */
#sec-Industrial-1{
    background-image: url(./assets/industrial-img/INDUSTRIAL-BG-IMG.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
#sec-Industrial-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

#sec-Industrial-1 .Industrial{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#sec-Industrial-1 .Industrial h1{
    font-size: 40px;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

#sec-Industrial-2{
    margin: 5% 0;
}

#sec-Industrial-2 .Industrial-content h1{
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin: 2% 0;
}

#sec-Industrial-2 .Industrial-content p{
    font-size: 16px;
    font-weight: 400;
    color: rgb(136, 136, 136);
    font-family: "Poppins", serif;
}
/* <--------------------------------------sec-Industrial-1------------------------------> */

/* <--------------------------------------Infrastructure Development------------------------------> */



#sec-Infrastructure-1{
    background-image: url(./assets/infrastructure-img/Infrastructure-bg-img.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
#sec-Infrastructure-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

#sec-Infrastructure-1 .Infrastructure{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#sec-Infrastructure-1 .Infrastructure h1{
    font-size: 40px;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

#sec-Infrastructure-2{
    margin: 5% 0;
}

#sec-Infrastructure-2 .Infrastructure-content h1{
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin: 2% 0;
}

#sec-Infrastructure-2 .Infrastructure-content p{
    font-size: 16px;
    font-weight: 400;
    color: rgb(136, 136, 136);
    font-family: "Poppins", serif;
}

#sec-Infrastructure-2 .Infrastructure-content li{
    font-size: 16px;
    font-weight: 400;
    color: rgb(136, 136, 136);
    font-family: "Poppins", serif;
}

/* <--------------------------------------Infrastructure Development------------------------------> */


/* <--------------------------------------Residential & Commercial Buildings------------------------------> */
#sec-Residential-1{
    background-image: url(./assets/Residential/Residential\ &\ Commercial\ Buildings.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
#sec-Residential-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

#sec-Residential-1 .Residential{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#sec-Residential-1 .Residential h1{
    font-size: 40px;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

#sec-Residential-2{
    margin: 5% 0;
}

#sec-Residential-2 .Residential-content h1{
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin: 2% 0;
}

#sec-Residential-2 .Residential-content p{
    font-size: 16px;
    font-weight: 400;
    color: rgb(136, 136, 136);
    font-family: "Poppins", serif;
}

/* <--------------------------------------Residential & Commercial Buildings------------------------------> */

/* <--------------------------------------sec-team-1------------------------------> */

#sec-team-1{
    background-image: url(./assets/team/team-bg.jpeg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
#sec-team-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

#sec-team-1 .team{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#sec-team-1 .team h1{
    font-size: 40px;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

#sec-team-2{
    margin: 5% 0;
}

#sec-team-2 .team-img img {
    width: 100%;
    border-radius: 12px;
}

#sec-team-2 .team-content h4{
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin: 2% 0;
}
#sec-team-2 .team-content h6{
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin: 2% 0;
}

#sec-team-2 .team-content p {
    font-size: 15px;
    font-weight: 500;
    color: rgb(136, 136, 136);
    font-family: "Poppins", serif;
}

#sec-team-2 #mack{
    margin-top: 5%;
}

#sec-team-2 #read-more-btn {
    background-color: transparent;
    padding: 5px 15px;
    color: rgb(255, 255, 255);
    border: 2px solid white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 2px;
    transition: 0.3s;
}

#sec-team-2 #read-more-btn:hover{
    color: #3cd215;
    border: 2px solid #3cd215;
    transition: 0.3s;
}
#sec-team-2 #read-less-btn {
    background-color: transparent;
    padding: 5px 15px;
    color: rgb(255, 255, 255);
    border: 2px solid white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 2px;
    transition: 0.3s;
}

#sec-team-2 #read-less-btn:hover{
    color: #3cd215;
    border: 2px solid #3cd215;
    transition: 0.3s;
}

/* <--------------------------------------sec-team-1------------------------------> */

/* <--------------------------------------sector-section------------------------------> */

#sector-section{
    background-image: url(./assets/sector/sector-bg-img.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
#sector-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
#sector-section .sector{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#sector-section .sector h1{
    font-size: 40px;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}
/* <--------------------------------------sector-section------------------------------> */
