.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
  }

  ul.navbar-nav a {
    font-size: 18px;
    color: #000 !important;
    font-weight: 500;
  }

  .navbar-expand-lg {
    background: #ffffff00;
    z-index: 2;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 20px;
  }

  ul.navbar-nav a:hover {
    color: #97c80c !important;
  }

  section.hero_main {
    height: 600px;
    display: flex;
    align-items: center;
    background: url(../img/image/aboutBanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  section.hero_main::before {
    content: "";
    position: absolute;
    top: 122px;
    left: 0;
    width: 100%;
    height: 600px;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black color with 50% opacity */
    z-index: 1;
    /* Place the overlay above the background */
  }

  section.hero_main * {
    position: relative !important;
    /* Ensure child elements are above the overlay */
    z-index: 2;
  }


  .main_sec h1 {
    color: #ffffff;
    margin-bottom: 16px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 2.625em;
    line-height: 1.143;
    text-align: center;
  }

  section.forth_sec.forth_cont .content_coln {
    padding-left: 40px;
  }

  section.third_sec {
    margin-top: 70px;
  }

  .row.third_main img {
    width: 100%;
    border-radius: 140px 0px 0px 0px;
  }




  .row.third_main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
  }

  .col-lg-6.content_col ul {
    padding: 0px;
  }

  /* Third Section End */

  .col-lg-7.content_col {
    padding-left: 42px;
  }

  .col-lg-7.content_col h5 {
    margin-bottom: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.6;
    color: #6ab42e;
  }

  .col-lg-7.content_col h3 {
    margin-bottom: 16px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 2.25em;
    line-height: 1.25;
    color: #17252a;
  }

  .col-lg-7.content_col p {
    margin-bottom: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #46707f;
  }


  /* next section */
  .col-lg-6.content_col h3 {
    margin-bottom: 16px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 2.25em;
    line-height: 1.25;
    color: #fff;
  }

  .col-lg-6.content_col p {
    margin-bottom: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #46707f;
  }



  .third_main h2 {
    margin-bottom: 16px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 2.25em;
    line-height: 1.25;
    color: #17252a;
  }

  .third_main h3 {
    margin-bottom: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.6;
    color: #6ab42e;
  }

  .defr_cont h3 {
    margin-bottom: 16px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.6;
    color: #6ab42e !important;
  }



  /* Tabs */
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #6ab42e !important;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    transform: scale(1.2);
  }

  .nav-tabs .nav-link {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
  }
  .nav-tabs .nav-link:focus, .nav-link:hover {
    color: #6ab42e !important;
    border: none !important;
}



  /* Forth Section Start */
  section.forth_sec {
    margin-top: 55px;
    background: #a0cb28;
    padding-block: 54px;
  }

  /* Forth Section End */

  /* Fift Section Start */
  section.fift_sec {
    margin-block: 35px;
  }


  /* Footer start */
  /* Footer Container */
  footer {
    background-color: #000;
    /* Black background */
    color: #fff;
    /* White text */
    padding: 20px 10px;
  }

  /* Top Section */
  .footer-top h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .footer-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: color 0.3s ease;
    font-family: "Poppins";
  }

  .footer-menu li a:hover {
    color: #97c80c;
    /* Highlight color on hover */
  }

  /* Divider Line */
  hr {
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #444;
  }

  /* Bottom Section */
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer-bottom .terms {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: color 0.3s ease;
    font-family: "Poppins";
  }

  .footer-bottom .terms:hover {
    color: #97c80c;
  }

  /* Social Icons */
  .social-icons a {
    margin: 0 5px;
    font-size: 16px;
    color: #fff;
    transition: color 0.3s ease;
  }

  .social-icons a:hover {
    color: #3e7600;
  }

  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom p {
    margin: 0;
    font-size: 16px;
    font-family: "Poppins";
  }

  .nav-link:focus,
  .nav-link:hover {
    color: #3e7600;
  }

  .col-lg-5.content_coln img {
    height: 480px;
    object-fit: cover;
  }

  .list_ico ul li {
    list-style: none;
    padding: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 8px;
  }

  .list_ico ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .list_ico i {
    display: block;
    text-align: center;
    font-size: 80px;
    color: #fff;
    transition: transform 0.3s ease, color 0.3s ease;
    /* Smooth animation for hover effect */
  }

  .list_ico span {
    font-size: 20px;
    color: #fff;
    transition: color 0.3s ease;
    /* Smooth animation for text color */
  }

  .list_ico a {
    text-decoration: none;
  }

  /* Hover Effect */
  .list_ico ul li:hover i {
    transform: scale(1.2);
    /* Enlarge the icon on hover */
    color: #ffcc00;
    /* Change icon color on hover */
  }

  .list_ico ul li:hover span {
    color: #ffcc00;
    /* Change text color on hover */
  }




  /* Six section */

  section.six_sec {
    margin-block: 70px;
    padding-block: 30px;
  }

  img.download_bt {
    width: 31% !important;
  }

  img.ss_image {
    width: 100% !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }


  .col-lg-6.content_coln {
    position: relative;
  }

  .col-lg-6.content_coln {
    position: relative;
    border-radius: 10px;
  }

  .col-lg-6.content_coln .ss_image,
  .ss1_image {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .six_sec li.nav-item {
    margin-inline: 8px;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }

  .nav-tabs .nav-link {
    border: none;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 19px;
  }

  ul#myTab {
    margin-top: 40px;
  }
  .last_im img {
    border-radius: 5px !important;
}


  @media (min-width: 320px) and (max-width: 767px) {
    .main_sec h1 {
      font-size: 33px;
      letter-spacing: 3px;
      line-height: 37px;
    }

    .main_sec h5 {
      font-size: 18px;
      letter-spacing: 1px;
      line-height: 22px;
      width: 100%;
    }

    section.image_position img.first_im {
      width: 30%;
      top: -167px;
      right: 15px;
      height: 180px;
    }

    section.image_position img.sec_im {
      width: 30%;
      top: -200px;
      right: 110px;
      z-index: 1;
      height: 180px;
    }

    .imag_download img {
      width: 32%;
      margin-block: 11px;
      display: block;
    }

    .imag_download {
      margin-top: 70px;
    }

    .col-lg-6.content_col h3 {
      font-size: 31px;
      line-height: 36px;
    }

    .fift_sec h2 {
      font-size: 30px;
      line-height: 38px;
    }

    div#accordionFlushExample {
      padding-top: 25px;
      padding-right: 15px;
    }

    .last_im {
      order: -1;
      padding-bottom: 40px;
    }
    .list_ico ul {
        display: block;
    }
    .list_ico ul li {
        margin-block: 22px;
        text-align: center;
    }
    section.forth_sec.forth_cont .content_coln {
        padding-left: 0px;
        margin-top: 40px;
    }
    .third_main .col-lg-7.content_col {
        padding-left: 0px;
        margin-top: 46px;
    }

  }

  @media (min-width: 767px) and (max-width: 1019px) {
    section.six_sec {
      margin-bottom: 274px;
    }

    section.image_position img.first_im {
      width: 25%;
      right: 10px;
    }

    section.image_position img.sec_im {
      width: 25%;
      right: 165px;
    }
  }