body {
    font-family: 'Poppins';
}

/* Custom styles */
.navbar-brand {
    margin-right: auto;
    padding-right: 20px; /* Adjust the space between logo and menu items */
}
.navbar{
    background-color: fff !important;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.navbar .collapse .navbar-nav .nav-item a{
    color: #000;
}
 /* Prevent carousel from overlapping on the navbar */
.carousel {
    margin-top: 40px; /* Adjust this value to match the height of your navbar */
}

  /* Hide carousel indicators (1, 2, 3 numbers) */
.carousel-indicators {
    display: none;
}


/* Hide carousel indicators (1, 2, 3 numbers) on mobile and tablet */
    @media (max-width: 992px) {
      .carousel-indicators {
        display: none;
      }

/* Adjust carousel margin-top for mobile devices */
      .carousel {
        margin-top: 106px;
      }
    }

.banner-slider .carousel-item h5{
    font-family: Poppins;
font-size: 38px;
font-weight: 700;
line-height: 57px;
letter-spacing: 0em;
text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.banner-slider .carousel-item p{
font-family: Poppins;
font-size: 38px;
font-weight: 700;
line-height: 57px;
letter-spacing: 0em;
text-align: left;
color: #fff;
text-transform: uppercase;
}
.carousel-caption {
    bottom: 4.25rem !important;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon{
   color: #fff;
       filter: grayscale(1);
}


/* about us */
.about-us{
    padding: 60px 0;
}
.about-us h2{
font-family: Poppins;
font-size: 40px;
font-weight: 700;
line-height: 90px;
letter-spacing: 0em;
text-align: left;
text-transform: uppercase;

}
.about-us h4{
font-family: Poppins;
font-size: 18px;
font-weight: 700;
line-height: 26px;
letter-spacing: 0em;
text-align: left;
width: 480px;
}
.about-us p{

font-family: Poppins;
font-size: 16px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
text-align: left;

}

/* Custom styles for the "Read More" button */
 /* Custom styles for the "Read More" button */
    .custom-read-more-btn {
      background-color: #D9D9D9;
      color: #000;
      font-family: 'Poppins', sans-serif;
      padding: 10px 20px;
      border: none; /* Remove border */
      border-radius: 0; /* Remove border radius */
      transition: background-color 0.3s, color 0.3s; /* Add smooth transition */
      width: 160px;
    }

    .custom-read-more-btn:hover {
      background-color: #000; /* Change background color on hover */
      color: #fff; /* Change text color on hover */
      text-decoration: none; /* Remove underline on hover */
    }
    /* Additional styles for tablet view */
    @media (max-width: 991.98px) {
      .about-us .col-md-5 {
        text-align: center;
        margin-top: 70px; /* Add top margin to the left side image */
      }

      .about-us .col-md-7 {
        text-align: left;
      }
    }

/* Services Section */
.services {
  padding: 60px 0;
  background-color: #2C2C2C;
}
.services h2{
  font-family: Poppins;
font-size: 40px;
font-weight: 700;
line-height: 90px;
letter-spacing: 0em;
text-align: left;
text-transform: uppercase;
color: #fff;
}
/*Tabs*/
.tab__container {
  width: 100%;
  margin: auto;
  border-radius: 5px;
  max-width: 1200px;
}

.tab__title {
  margin: 25px 0 0;
  display: flex; /* Add this to make the buttons align in a row */
}

.tab__title .tab__button:first-of-type {
  margin-left: 0; /* Adjust the margin to your preference */
}

.tab__title .tab__button {
  flex: 1; /* Use flex-grow: 1 to distribute the buttons evenly */
  padding: 15px;
  color: #fff;
  border: none; /* Remove the border */
  outline: none;
  margin: 0 -5px;
  cursor: pointer;
  background: none; /* Set the background to transparent */
}

.tab__title .tab__button img {
  width: 100%;
  display: block;
  margin: 0 auto 5px;
  transition: filter 0.3s ease;
  display: block; /* Center the image */
  margin: 0 auto; /* Center the image */
}

.tab__title .tab_button-active {
  border-bottom: none;
  color: $blue;
}

.tab__inside {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  visibility: hidden;
  opacity: 0;
  height: 0;
  transform: translateY(10px);
  transition: transform 0.3s ease-in;
}

.tab__inside .tab__inside-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.tab__inside .tab__inside-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.tab__inside .tab__inside-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-left: 30px;
}
.tab__inside .tab__inside-text h3{
  color: #fff;
}
.tab__inside .tab__inside-text p {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}

.tab__inside .tab__inside-text a {
   background-color: #D9D9D9;
      color: #000;
      font-family: 'Poppins', sans-serif;
      padding: 10px 20px;
      border: none; /* Remove border */
      border-radius: 0; /* Remove border radius */
      transition: background-color 0.3s, color 0.3s; /* Add smooth transition */
      width: 160px;
}

.tab__inside .tab__inside-text a:hover {
  background-color: #000; /* Change background color on hover */
      color: #fff; /* Change text color on hover */
      text-decoration: none; /* Remove underline on hover */
}

.tab__inside-active {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transform: translateY(0);
  transition: transform 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.1s;
}

.clearfix{
  padding: 30px;
}

/* activity-slider section */
.activity-slider{
  padding: 60px 0;
}
.activity-slider h2{
  font-family: Poppins;
font-size: 40px;
font-weight: 700;
line-height: 90px;
letter-spacing: 0em;
text-align: center;
text-transform: uppercase;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.cascade-slider_container {
     position: relative;
     max-width: 1000px;
     height: 40vh;
     margin: 0 auto;
}
 .cascade-slider_item {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translateY(-50%) translateX(-50%) scale(0.3);
     transition: all 1s ease;
     opacity: 0;
     z-index: -1;
}
 .cascade-slider_item.next {
     left: 50%;
     transform: translateY(-50%) translateX(-120%) scale(0.6);
     opacity: 1;
     z-index: 4 !important;
}
 .cascade-slider_item.prev {
     left: 50%;
     transform: translateY(-50%) translateX(20%) scale(0.6);
     opacity: 1;
     z-index: 2 !important;
}
 .cascade-slider_item.now {
     top: 50%;
     left: 50%;
     transform: translateY(-50%) translateX(-50%) scale(1);
     opacity: 1;
     z-index: 5;
}
 .cascade-slider_arrow {
     display: inline-block;
     position: absolute;
     top: 50%;
     cursor: pointer;
     z-index: 5;
     transform: translate(0, -50%);
     color: #fff;
    font-size: 30px;
}
 .cascade-slider_arrow-left {
     left: -4%;
}
 .cascade-slider_arrow-right {
     right: -4%;
}
 .cascade-slider_nav {
     position: absolute;
     bottom: -120px;
     width: 100%;
     text-align: center;
     z-index: 5;
}
 .cascade-slider_dot {
     display: inline-block;
     width: 1em;
     height: 1em;
     margin: 1em;
     background: #ddd;
     list-style: none;
     cursor: pointer;
}
 .cascade-slider_dot:hover {
     background: #555;
}
 .cascade-slider_dot.cur {
     background: #555;
}
 .cascade-slider_slides img {
     max-width: 150px;
     border-radius: 35px;
}
 .cascade-slider_item:not(.now) img {
     filter: grayscale(0.95);
}
 .cascade-slider_arrow img {
     width: 25px;
}
 @media screen and (min-width: 414px) {
     .cascade-slider_container {
         height: 50vh;
    }
     .cascade-slider_slides img {
         max-width: 200px;
    }
}
 @media screen and (min-width: 576px) {
     .cascade-slider_container {
         height: 60vh;
    }
     .cascade-slider_slides img {
         max-width: 270px;
    }
}
 @media screen and (min-width: 768px) {
     .cascade-slider_item.next {
         left: 50%;
         transform: translateY(-50%) translateX(-125%) scale(0.6);
         opacity: 1;
         z-index: 1;
    }
     .cascade-slider_item.prev {
         left: 50%;
         transform: translateY(-50%) translateX(25%) scale(0.6);
         opacity: 1;
         z-index: 1;
    }
     .cascade-slider_slides img {
         max-width: 250px;
    }
}
 @media screen and (min-width: 991px) {
     .cascade-slider_item.next {
         left: 50%;
         transform: translateY(-50%) translateX(-115%) scale(0.55);
         opacity: 1;
         z-index: 4 !important;
    }
     .cascade-slider_item.prev {
         left: 50%;
         transform: translateY(-50%) translateX(15%) scale(0.55);
         opacity: 1;
         z-index: 4 !important;
    }
     .cascade-slider_item.next2 {
         left: 50%;
         transform: translateY(-50%) translateX(-150%) scale(0.37);
         opacity: 1;
         z-index: 1 !important;
    }
     .cascade-slider_item.prev2 {
         left: 50%;
         transform: translateY(-50%) translateX(50%) scale(0.37);
         opacity: 1;
         z-index: 2 !important;
    }
     .cascade-slider_slides img {
         max-width: 300px;
    }
     .cascade-slider_container {
         height: 67vh;
    }
}
 @media screen and (min-width: 1100px) {
     .cascade-slider_item.next {
         left: 50%;
         transform: translateY(-50%) translateX(-130%) scale(0.55);
         opacity: 1;
         z-index: 4 !important;
    }
     .cascade-slider_item.prev {
         left: 50%;
         transform: translateY(-50%) translateX(30%) scale(0.55);
         opacity: 1;
         z-index: 4 !important;
    }
     .cascade-slider_item.next2 {
         left: 50%;
         transform: translateY(-50%) translateX(-180%) scale(0.37);
         opacity: 1;
         z-index: 1 !important;
    }
     .cascade-slider_item.prev2 {
         left: 50%;
         transform: translateY(-50%) translateX(80%) scale(0.37);
         opacity: 1;
         z-index: 2 !important;
    }
     .cascade-slider_slides img {
         max-width: 400px;
    }
}


/* Work Together Section */
.work-together {
  /* Set the background image and make it fixed */
  background-image: url('../img/workbg.jpg');
  background-attachment: fixed;
  background-position: center; center;
  background-size: cover; /* Use 'cover' to fit the image without stretching */
  /* You can adjust the following properties as per your design */
  padding: 60px 0;
  color: #ffffff;
}


/* Center the text elements horizontally */
.work-together .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Center the content inside the container */
.work-together .row {
  width: 100%; /* Add this to take the full width of the container */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Styling for the text elements */
.work-together h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.work-together h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* Styling for the Read More button */
.work-together .custom-read-more-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  width: 160px;
}

.work-together .custom-read-more-btn:hover {
  background-color: #555555;
}

/* Additional styling for responsiveness if needed */
/* For example, on smaller screens, you can reduce the font size of h2 and h4 elements */
@media (max-width: 768px) {
  .work-together h4 {
    font-size: 20px;
  }

  .work-together h2 {
    font-size: 28px;
  }
}

/* Gallery */
.photo-gallery {
  color:#313437;
  background-color:#fff;
  padding: 30px 0;
}

.photo-gallery p {
  color:#7d8285;
}
.photo-gallery h2 {
 font-family: Poppins;
font-size: 40px;
font-weight: 700;
line-height: 90px;
letter-spacing: 0em;
text-align: left;
text-transform: uppercase;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

/* Footer */
  .footer-section {
  background: #272727;
    position: relative;
  }

  .footer-social-icon a{
    color: #272727;
    margin: 18px;
  }

  .footer-section h3{
    font-family: Poppins;
font-size: 22px;
font-weight: 600;
line-height: 38px;
letter-spacing: 0em;
text-align: left;
color: #FFFFFF;
  }
.footer-widget ul{
  padding-left: 10px !important;
}
  .footer-widget ul a{
    text-decoration: none;
    padding-top: 10px;
    color: #FFFFFF;
    text-align: left;
    font-family: Poppins;
    font-size: 14px;
    line-height: 20px;
      }
 .phone{
    font-family: Poppins;
font-size: 14px;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
color: #fff;

 }


 .copytext{
    font-family: Poppins;
font-size: 14px;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #FFFFFF;
 }

 .copytextright{
    font-family: Poppins;
font-size: 13px;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #FFFFFF;
 }

 /* Clear class for nav bar */
 .clear{
    padding: 60px;
 }


/* Contact Page */
.contact h2{
    font-family: Poppins;
font-size: 40px;
font-weight: 700;
line-height: 90px;
letter-spacing: 0em;
text-align: center;
text-transform: uppercase;
}


/*aboutus page */
.aboutus{
    padding-bottom: 30px;
}
.aboutus h2{
    font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}
.aboutus h4{
    font-family: Poppins;
font-size: 18px;
font-weight: 700;
line-height: 26px;
letter-spacing: 0em;
text-align: center;
margin-top: -20px;
}
.aboutus p{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
}
.aboutus .secone {
  padding: 25px;
}

.aboutus .sectwo {
  border-left: 0.1px solid #99A98F;
  padding: 25px;

}

.aboutus .twoicon {
  margin-top: 10px;
  border-bottom: 0.1px solid #99A98F;

}
.aboutus .image-text img {
  height: 10%;
  width: 10%;
  display: inline-block;
  vertical-align: middle;
  /* add any other styles for the image */
}

.aboutus .image-text h2 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  font-size: 36px;
  font-weight: 700;
  /* add any other styles for the text */
}

.aboutus .image-para {
  margin-left: 56px;
  text-align: left;

}

.aboutus .image-para p {
  font-size: 15px;
  font-weight: 200;
  line-height: 2;
  text-align: left;
}

.infrastructure {
    padding: 30px 0;
}
.infrastructure h2{
     font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}
.infrastructure img{
    padding: 4px;
    border-radius: 6px;
}
.detailedinfra 
{
    padding-bottom: 20px;
}
.detailedinfra .secone {
  padding: 25px;
}

.detailedinfra .sectwo {
  border-left: 0.1px solid #99A98F;
  padding: 25px;

}
.detailedinfra .secthree {
  border-left: 0.1px solid #99A98F;
  padding: 25px;

}

.detailedinfra .twoicon {
  margin-top: 10px;
  border-bottom: 0.1px solid #99A98F;

}
.detailedinfra .image-text img {
  height: 10%;
  width: 10%;
  display: inline-block;
  vertical-align: middle;
  /* add any other styles for the image */
}

.detailedinfra .image-text h4 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
    font-family: Poppins;
font-size: 18px;
font-weight: 700;
line-height: 26px;
letter-spacing: 0em;
text-align: center;
  /* add any other styles for the text */
}

.detailedinfra .image-para {
  margin-left: 56px;
  text-align: justify;

}

.detailedinfra .image-para p {
  font-size: 15px;
  font-weight: 200;
  line-height: 2;
  text-align: justify;
}
/* Responsive styles */
@media only screen and (max-width: 768px) {
    .detailedinfra .sectwo,
    .detailedinfra .secthree {
        border-left: none; /* Remove the border on mobile and tablet devices */
    }

    .detailedinfra .twoicon {
        border-bottom: none; /* Remove the bottom border on mobile and tablet devices */
    }

    .detailedinfra .image-para {
        margin-left: 0; /* Remove the left margin on mobile and tablet devices */
    }

    .detailedinfra .image-text img {
        height: auto;
        width: 100%; /* Make the image responsive to fit the container width */
    }
}

/* Services */
.main-timeline {
    position: relative;
}

.main-timeline:before,
.main-timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #bababa;
    position: absolute;
    top: 0;
    left: 50%;
}

.main-timeline .timeline {
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.img {
    height: 100%;
    width: 100%;
}

.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid rgba(211, 207, 205, 1);
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
}

.main-timeline .timeline:last-child:before {
    top: auto;
    bottom: 0;
}

.main-timeline .timeline:last-child:nth-child(even):before {
    right: auto;
    left: -12px;
    bottom: -2px;
}

.main-timeline .timeline-content {
    text-align: center;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.main-timeline .timeline-content:before {
    content: "";
    width: 100%;
    height: 5px;
    background: rgba(211, 207, 205, 1);
    position: absolute;
    top: 88px;
    left: 0;
    z-index: -1;
}

.main-timeline .circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid rgba(211, 207, 205, 1);
    float: left;
    margin-right: 25px;
    position: relative;
}

.main-timeline .circle:before {
    content: "";
    width: 26px;
    height: 30px;
    background: rgba(211, 207, 205, 1);
    margin: auto;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 7px 0 9px -7px #444;
}

.main-timeline .circle span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 268px;
    font-size: 80px;
    color: #454344;
}

.main-timeline .circle span:before,
.main-timeline .circle span:after {
    content: "";
    width: 28px;
    height: 50px;
    background: #fff;
    border-radius: 0 0 0 21px;
    margin: auto;
    position: absolute;
    top: -54px;
    right: -33px;
    bottom: 0;
    z-index: -1;
}

.main-timeline .circle span:after {
    border-radius: 21px 0 0 0;
    top: 0;
    bottom: -56px;
}

.main-timeline .circle .img {
    vertical-align: initial;
    border-radius: 50%;
}

.main-timeline .content {
    display: table;
    padding-right: 40px;
    position: relative;
}

.main-timeline .year {
    display: block;
    padding: 10px;
    margin: 10px 0 50px 0;
    background: #fff;
    border-radius: 7px;
    font-size: 25px;
    color: #fff;
}

.main-timeline .title {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 0;
}

.main-timeline .description {
    font-size: 14px;
    color: #333;
    text-align: justify;
    font-family: Poppins;
}

.main-timeline .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid rgba(211, 207, 205, 1);
    position: absolute;
    top: 78px;
    right: -14px;
}

.main-timeline .icon:before {
    content: "";
    width: 15px;
    height: 25px;
    background: rgba(211, 207, 205, 1);
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}

.main-timeline .icon span:before,
.main-timeline .icon span:after {
    content: "";
    width: 21px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}

.main-timeline .icon span:after {
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .circle {
    float: right;
}

.main-timeline .timeline:nth-child(2n) .circle {
    margin: 0 0 0 25px;
}

.main-timeline .timeline:nth-child(2n) .circle:before {
    right: auto;
    left: -33px;
    box-shadow: -7px 0 9px -7px #444 inset;
}

.main-timeline .timeline:nth-child(2n) .circle span:before,
.main-timeline .timeline:nth-child(2n) .circle span:after {
    right: auto;
    left: -33px;
    border-radius: 0 0 21px 0;
}

.main-timeline .timeline:nth-child(2n) .circle span:after {
    border-radius: 0 21px 0 0;
}

.main-timeline .timeline:nth-child(2n) .content {
    padding: 0 0 0 40px;
    margin-left: 2px;
}

.main-timeline .timeline:nth-child(2n) .icon {
    right: auto;
    left: -14px;
}

.main-timeline .timeline:nth-child(2n) .icon:before,
.main-timeline .timeline:nth-child(2n) .icon span:before,
.main-timeline .timeline:nth-child(2n) .icon span:after {
    left: auto;
    right: -15px;
}

.main-timeline .timeline:nth-child(2n) .icon span:before {
    border-radius: 0 0 0 21px;
}

.main-timeline .timeline:nth-child(2n) .icon span:after {
    border-radius: 21px 0 0 0;
}

.main-timeline .timeline:nth-child(2) {
    margin-top: 180px;
}

.main-timeline .timeline:nth-child(odd) {
    margin: -175px 0 0 0;
}

.main-timeline .timeline:nth-child(even) {
    margin-bottom: 180px;
}

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
    margin: 0;
}

@media only screen and (max-width: 990px) {
    .main-timeline:before {
        left: 100%;
    }

    .main-timeline .timeline {
        width: 100%;
        float: none;
        margin-bottom: 20px !important;
    }

    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before {
        left: auto !important;
        right: -13px !important;
    }

    .main-timeline .timeline:nth-child(2n) .circle {
        float: left;
        margin: 0 25px 0 0;
    }

    .main-timeline .timeline:nth-child(2n) .circle:before {
        right: -33px;
        left: auto;
        box-shadow: 7px 0 9px -7px #444 inset;
    }

    .main-timeline .timeline:nth-child(2n) .circle span:before,
    .main-timeline .timeline:nth-child(2n) .circle span:after {
        right: -33px;
        left: auto;
        border-radius: 0 0 0 21px;
    }

    .main-timeline .timeline:nth-child(2n) .circle span:after {
        border-radius: 21px 0 0 0;
    }

    .main-timeline .timeline:nth-child(2n) .content {
        padding: 0 40px 0 0;
        margin-left: 0;
    }

    .main-timeline .timeline:nth-child(2n) .icon {
        right: -14px;
        left: auto;
    }

    .main-timeline .timeline:nth-child(2n) .icon:before,
    .main-timeline .timeline:nth-child(2n) .icon span:before,
    .main-timeline .timeline:nth-child(2n) .icon span:after {
        left: -15px;
        right: auto;
    }

    .main-timeline .timeline:nth-child(2n) .icon span:before {
        border-radius: 0 0 21px 0;
    }

    .main-timeline .timeline:nth-child(2n) .icon span:after {
        border-radius: 0 21px 0 0;
    }

    .main-timeline .timeline:nth-child(2),
    .main-timeline .timeline:nth-child(odd),
    .main-timeline .timeline:nth-child(even) {
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    .main-timeline:before {
        left: 0;
    }

    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before {
        left: -12px !important;
        right: auto !important;
    }

    .main-timeline .circle,
    .main-timeline .timeline:nth-child(2n) .circle {
        width: 130px;
        height: 130px;
        float: none;
        margin: 0 auto;
    }

    .main-timeline .timeline-content:before {
        width: 99.5%;
        top: 68px;
        left: 0.5%;
    }

    .main-timeline .circle span {
        line-height: 115px;
        font-size: 60px;
    }

    .main-timeline .circle:before,
    .main-timeline .circle span:before,
    .main-timeline .circle span:after,
    .main-timeline .icon {
        display: none;
    }

    .main-timeline .content,
    .main-timeline .timeline:nth-child(2n) .content {
        padding: 0 10px;
    }

    .main-timeline .year {
        margin-bottom: 15px;
    }

    .main-timeline .description {
        text-align: center;
    }
}

/* Gallery page */

.gallery-block{
  padding-bottom: 60px;

}

.gallery-block .heading{
  
    text-align: center;
}

.gallery-block .heading h2{
       font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 0em;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 12px;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}
.gallery-block.compact-gallery .item .description {
    opacity: 0;
}

.gallery-block.compact-gallery .item:hover .description {
    opacity: 1;
}

.gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7;
}
/* Login Form */
.login-form{
    /* Set the background image and make it fixed */
  background-image: url('../img/banner.jpg');
  background-attachment: fixed;
  background-position: center; center;
  background-size: cover; /* Use 'cover' to fit the image without stretching */
  /* You can adjust the following properties as per your design */
  padding-top: 90px;
  padding-bottom: 30px;
  color: #ffffff;
}

.login-form .card {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  border-top: 4px solid #00000059;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.login-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.login-form input {
  padding: 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.login-form .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.login-button {
  background-color: #D9D9D9 !important;
    color: #000;
    font-family: 'Poppins', sans-serif;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    transition: background-color 0.3s, color 0.3s;
    width: 160px;
    cursor: pointer;
}


.login-button:hover {
      background-color: #000 !important; /* Change background color on hover */
      color: #fff; /* Change text color on hover */
      text-decoration: none; /* Remove underline on hover */
    }
@media (max-width: 480px) {
  .login-form .card {
    width: 100%;
    max-width: 300px;
  }
}
/* live Video */
.livevideo{
    padding-top: 90px ;
    padding-bottom: 60px;
}
 .camera1,
    .camera2,
    .camera3 {
      border: 2px solid #333;
      height: 200px; /* Adjust the height as needed */
      padding: 20px;
    }