body {
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Inter', 'Arial', sans-serif;
    color: #333;
    background-color: #f1f3f347; /* Soft background */
    margin: 0;
    overflow-x: hidden;
    line-height: 1.6;
    font-size: 16px;
    padding: 0;
  }

  .layout_padding {
    padding: 60px 0;
  }

  .layout_padding2 {
    padding: 75px 0;
  }

  .layout_padding2-top {
    padding-top: 75px;
  }

  .layout_padding2-bottom {
    padding-bottom: 75px;
  }

  .layout_padding-top {
    padding-top: 90px;
  }

  .layout_padding-bottom {
    padding-bottom: 90px;
  }

  .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .heading_container h2 {
    position: relative;
    font-weight: bold;
  }

  .heading_container h2 span {
    color: #2c7873;
  }

  .heading_container.heading_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  a,
  a:hover,
  a:focus {
    text-decoration: none;
  }

  a:hover,
  a:focus {
    color: initial;
  }

  .btn,
  .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  /*header section*/
  .hero_area {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.9;
    z-index: -10;
  }

  .hero_area .hero_bg_box img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }

  .hero_area .hero_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
  }

  .sub_page .hero_area {
    min-height: auto;
  }

  .header_section{
    background-color: #1d3d21;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(#1d3d2d,#1d3d2d );
    position: fixed;
    align-items: space-between;
    width:100%;
    z-index:9999;
  }
  .header_section .header_top {
    padding: 0;
    border-bottom: 1px solid #ffffff;
    opacity: 0;
    z-index: 10;

  }

  .header_section .header_top .header_top_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header_section .header_top .contact_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .header_section .header_top .contact_nav a {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header_section .header_top .contact_nav a i {
    margin-right: 5px;
    background-color: #8dc963;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    border-radius: 100%;
  }

  .header_section .header_top .contact_nav a:hover i {
    background-color: #1d3d21;
  }

  .header_section .header_top .social_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content:center;
    /* min-width: 200px; */
  }

  .header_section .header_top .social_box a i {
    margin-right: 5px;
    background-color: #8dc963;
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    border-radius: 100%;
  }

  .header_section .header_top .social_box a:hover i {
    background-color: #2c7873;
  }

  .header_section .header_bottom {
    padding: 0;
  }

  .header_section .header_bottom .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }


  .navbar-brand {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
  }

  .navbar-brand span {
    color: #2c7873;
  }

  .navbar-brand:hover {
    color: inherit;
  }

  .custom_nav-container {
    padding: 0;
  }

  .custom_nav-container .navbar-nav {
    margin-left: auto;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 30px;
    color: #21710f;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link i {
    margin-right: 5px;
  }

  .custom_nav-container .navbar-nav .nav-item:hover .nav-link {
    color: #412a08;
  }

  .custom_nav-container .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #ffffff;
  }

  .custom_nav-container .nav_search-btn:hover {
    color: #2c7873;
  }

  .custom_nav-container .navbar-toggler {
    outline: none;
  }

  .custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .custom_nav-container .navbar-toggler span::after {
    top: 10px;
  }

  .custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .navbar{
  padding : 0;
  }

  .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0;
  }

  .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px;
  }

  .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    display: none;
  }

  .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px;
  }

  .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
  .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
  .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    -webkit-transform: none;
            transform: none;
  }

  /*end header section*/
  /* slider section */
  .slider_section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slider_section {
    /* position: relative; */
    width: 100%;
    height: 85vh;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
  .customCarousel1{
    z-index: 11;
  }

  .slider_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .slider_section #customCarousel1 {
    width: 100%;
    position: unset;
  }

  .slider_section .detail-box {
    color: #ffffff;
    text-align: center;
  }

  .slider_section .detail-box h1 {
    font-family: 'Merriweather', serif;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
  }

  .slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #0056d2; /* Highlighted color for main heading */
  }
  h2 {
    font-size: 2.5rem;
    color: #0077ff; /* Subheading color */
  }

  h3 {
    font-size: 2rem;
    color: #444;
  }
  .slider_section .detail-box .btn-box a {
    text-align: center;
    width: 165px;
  }

  .slider_section .detail-box .btn-box .btn1 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #2c7873;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #2c7873;
  }

  .slider_section .detail-box .btn-box .btn1:hover {
    background-color: transparent;
    color: #2c7873;
  }

  .slider_section .img-box img {
    width: 100%;
  }

  .slider_section .carousel_btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 45px auto 0 auto;
    width: 110px;
    height: 50px;
  }

  .slider_section .carousel_btn-box a {
    top: 50%;
    width: 50px;
    height: 50px;
    /* background-color: #ffffff; */
    opacity: 1;
    color: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .slider_section .carousel_btn-box a:hover {
    /* background-color: #2c7873; */
    color: #c0c0c0;
    font-size: 16px;
  }

  .slider_section .carousel_btn-box .carousel-control-prev {
    left: 25px;
  }

  .slider_section .carousel_btn-box .carousel-control-next {
    right: 25px;
  }

  .service_section, .social_section, .team_section {
    background-color: #fdfdfd;
  }

  .service_section .heading_container {
    margin-bottom: 35px;
  }


  .service_section .box {
    margin: 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px 2px rgba(247, 240, 240, 0.15);
            box-shadow: 0 0 5px 2px rgba(248, 244, 244, 0.15);
    padding: 25px 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .service_section .box .img-box {
    width: 190px;
    height: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .service_section .box .img-box img {
    max-height: 100%;
    max-width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .service_section .box .img-border {
      border: 0px solid #364b28;
      padding: 5px;
      border-radius: 5px;
  }
  .service_section .item-border {
      border: 1px solid #364b28;
      padding: 5px;
      border-radius: 5px;
      min-height: 450px;
  }

  .service_section .box .detail-box {
    margin-top: 15px;
  }

  .service_section .box .detail-box h5 {
    font-weight: bold;
  }

  .service_section .box .detail-box p {
    margin: 0;
  }

  .service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }

  .service_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #2c7873;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #2c7873;
  }

  .service_section .btn-box a:hover {
    background-color: transparent;
    color: #2c7873;
  }

  .service_section .owl-stage .owl-item.active {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }

  .service_section .owl-stage .owl-item.active.center {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .service_section .owl-stage .owl-item.active.center .box {
    background-color: #364b28;
    color: #ffffff;
  }

  .service_section .owl-stage .owl-item.active.center .box .img-box img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }

  .service_section .owl-nav {
    display: none;
  }

  .service_section .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }

  .service_section .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 100%;
    margin: 0 2px;
    background-color: #fff;
    border: none;
    outline: none;
  }

  .service_section .owl-dots .owl-dot.active {
    background: #2c7873;
  }
  .about_section {
    margin-top: 4rem;
  }

  .about_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
      background-color: #f1f3f347;
  }

  .about_section .img-box {
    position: relative;
    overflow: hidden;
    /* opacity: 0.5; */
    height: 100%;

  }
  .about_section .about-images .img-box:hover {
    transform: scale(1.05) rotate(5deg);
    transition: transform 0.3s ease;
}


    .about_section .about-images.img-box.position-absolute {
        z-index: 1;
    }

  .about_section .img-box img {
    width: 100%;
  }

  .about_section .detail-box p {
    color: #1f1f1f;
    margin-top: 15px;
  }

  .about_section .detail-box a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #2c7873;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #2c7873;
    margin-top: 15px;
  }

  .about_section .detail-box a:hover {
    background-color: transparent;
    color: #2c7873;
  }

  .team_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #364b28;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 45px;
  }

  .team_section .box .img-box {
    width: 100%;
  }

  .team_section .box .img-box img {
    width: 100%;
  }

  .team_section .box .detail-box {
    width: 100%;
    color: #ffffff;
    padding: 25px 15px;
    text-align: center;
  }

  .team_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }

  .team_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #2c7873;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #2c7873;
  }

  .team_section .btn-box a:hover {
    background-color: transparent;
    color: #2c7873;
  }

  .contact_section {
    position: relative;
    background-color: #f1f3f347;
    margin: 10px 0;
  }

  .contact_section .heading_container {
    margin-bottom: 45px;
  }

  .contact_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contact_section .form_container {
    padding: 45px;
  }

  .contact_section .form_container .form-control {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    padding-left: 15px;
    outline: none;
    color: #101010;
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  }

  .contact_section .form_container .form-control::-webkit-input-placeholder {
    color: #565554;
  }

  .contact_section .form_container .form-control:-ms-input-placeholder {
    color: #565554;
  }

  .contact_section .form_container .form-control::-ms-input-placeholder {
    color: #565554;
  }

  .contact_section .form_container .form-control::placeholder {
    color: #565554;
  }

  .contact_section .form_container .form-control.message-box {
    height: 95px;
  }

  .contact_section .form_container .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  button {
    font-size: 1rem;
    padding: 0.7em 1.5em;
    color: #fff;
    background: #0077ff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  button:hover {
    background: #0056d2;
  }
  .contact_section .form_container .btn_box button {
    border: none;
    display: inline-block;
    padding: 12px 55px;
    background-color: #2c7873;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #7aa3a0;
    width: 100%;
  }

  .contact_section .form_container .btn_box button:hover {
    background-color: transparent;
    color: #2c7873;
  }

  .contact_section .img-box {
    overflow: hidden;
  }

  .contact_section .img-box img {
    min-width: 100%;
  }
  .client_section .client_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    background-color: #d6d3d31a;
  }

  .client_section .client_container .img-box {
    width: auto;
    height: auto;
  }

  .client_section .client_container .img-box img {
    width: 100%;
    border-radius: 5px;
  }

  .client_section .client_container .detail-box {
    margin-top: 25px;
  }

  .client_section .client_container .detail-box h5 {
    color: #1d1b28;
    margin-bottom: 15px;
  }

  .client_section .client_container .detail-box p {
    color: #1d1b28;
    margin: 20px;
  }

  .client_section .client_container .detail-box span {
    margin-top: 25px;
    color: #1eb36a;
    font-size: 28px;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    width: 50px;
    height: 50px;
    border-radius: 0px;
    background-color: #000000;
    opacity: 1;
    top: 28%;
    color: #ffffff;
    font-size: 12px;
    margin: 0 2.5px;
  }

  .client_section .carousel-control-prev {
    left: 15%;
  }

  .client_section .carousel-control-next {
    right: 15%;
  }

  .client_section .carousel_btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .info_section {
    background-color: #1d3d21;
    color: #ffffff;
    padding: 45px 0 10px 0;
  }

  .info_section h5 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .info_section .info_top {
    margin-bottom: 25px;
  }

  .info_section .info_top .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .info_section .info_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 245px;
  }

  .info_section .info_contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
  }

  .info_section .info_contact a i {
    margin-right: 5px;
    font-size: 24px;
  }

  .info_section .social_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .info_section .social_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    color: #ffffff;
    margin-right: 5px;
    font-size: 24px;
  }

  .info_section .info_bottom .row > div {
    margin-bottom: 30px;
  }

  .info_section .info_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }

  .info_section .info_menu li {
    list-style-type: none;
    margin-bottom: 10px;
  }

  .info_section .info_menu li a {
    color: #ffffff;
  }

  .info_section .info_form input {
    width: 100%;
    border: none;
    height: 45px;
    margin-bottom: 25px;
    padding-left: 25px;
    background-color: #eaeaea;
    outline: none;
    color: #101010;
  }
  .btn{
      display: inline-block;
      padding: 10px 45px;
      background-color: #2c7873;
      color: #ffffff;
      border-radius: 5px;
      -webkit-transition: all .3s;
      transition: all .3s;
      border: 1px solid #2c7873;
      border-radius: 5px;
      -webkit-transition: all .3s;
      transition: all .3s;
      border: 1px solid #2c7873;
  }
  .info_section .info_form button:hover {
      background-color: transparent;
      color: #2c7873;
    }
  .info_section .info_form button {
    display: inline-block;
    padding: 10px 45px;
    background-color: #2c7873;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #2c7873;
  }

  .info_section .info_form button:hover {
    background-color: transparent;
    color: #2c7873;
  }

  /* footer section*/
  .footer_section .contact_nav a:hover i {
    background-color: #1d3d21;
    position: relative;
    background-color: #ffffff;
    text-align: center;
  }
  .footer_section .social_box a i {
    margin-right: 5px;
    background-color: #8dc963;
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    border-radius: 100%;
  }
  .btn-box a:hover {
      background-color: transparent;
      color: #2c7873;
    }
  .footer_section p {
    color: #252525;
    background-image: linear-gradient(#e4efea,#eff5f2 );
    padding: 25px 0;
    margin: 0;
  }

  .footer_section p a {
    color: inherit;
  }

  .title{
      font-size: 40px;
      font-family: Georgia, 'Times New Roman', Times, serif;
      color: #ffffff;
  }


  /* Social responsibility post section */
  .social_section .box {
      margin: 10px;
      text-align: center;
      -webkit-box-shadow: 0 0 5px 2px rgba(247, 240, 240, 0.15);
              box-shadow: 0 0 5px 2px rgba(248, 244, 244, 0.15);
      padding: 25px 15px;
      -webkit-transition: all .3s;
      transition: all .3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;

    }

    .social_section .box .img-box {
      width: 190px;
      height: 130px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

    .social_section .box .img-box img {
      max-height: 100%;
      max-width: 100%;
      -webkit-transition: all .5s;
      transition: all .5s;
    }
    blockquote {
      font-style: italic;
      color: #444;
      border-left: 4px solid #0077ff;
      padding-left: 1rem;
      margin: 1em 0;
      background: #f0f8ff;
    }
    /* .social_section .box .img-border {
        border: 0px solid #364b28;
        padding: 5px;
        border-radius: 5px;
    } */
    .social_section .item-border {
        border: 1px solid #364b28;
        padding: 5px;
        margin: 5px 20px;
        border-radius: 5px;
        min-height: 450px;

    }

    .social_section .box .detail-box {
      margin-top: 15px;
    }

    .social_section .box .detail-box h5 {
      font-weight: bold;
    }

    .social_section .box .detail-box p {
      margin: 0;
    }

    .social_section .btn-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 45px;
    }

    .social_section .btn-box a {
      display: inline-block;
      padding: 10px 45px;
      background-color: #2c7873;
      color: #ffffff;
      border-radius: 0;
      -webkit-transition: all .3s;
      transition: all .3s;
      border: 1px solid #2c7873;
    }

    .social_section .btn-box a:hover {
      background-color: transparent;
      color: #2c7873;
    }

    .social_section .owl-stage .owl-item.active {
      /* -webkit-transform: scale(0.85);
              transform: scale(0.85); */
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease;
    }

    .social_section .owl-stage .owl-item.active.center {
      -webkit-transform: scale(1);
              transform: scale(1);
              background-color: #364b28;
              text-align: justify;

    }

    .social_section .owl-stage .owl-item.active.center .box {
      background-color: #364b28;
      color: #ffffff;
      /* text-align: justify; */
    }

    .social_section .owl-stage .owl-item.active.center .box .img-box img {
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1);
    }

    .social_section .owl-nav {
      display: none;
    }

    .social_section .owl-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 25px;
    }

    .social_section .owl-dots .owl-dot {
      width: 15px;
      height: 15px;
      border: none;
      border-radius: 100%;
      margin: 0 2px;
      background-color: #ccc;
      border: none;
      outline: none;
    }

    .social_section .owl-dots .owl-dot.active {
      background: #2c7873;
    }

    .gallery_section{
      background-color: #f1f3f347;
    }
    .gallery-img{
        height: 250px;
          width:100%;
    }
    .gallery-box{
      height: 300px;

    }
    .gallery{
      background-color: #f1f3f347;
    }
    .about{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .about-card{
      height:auto;
      width: 80%;
      text-align: justify;
    }
    .mision{
        position: relative;
        left: 20px;
    }

    .info_contact a i,  .info_contact a i {
      margin-right: 5px;
      background-color: #8dc963;
      width: 35px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #ffffff;
      border-radius: 100%;
    }
    .info_form p i{
      background-color: #8dc963;
      width: 25px;
      height: 25px;
      color: #ffffff;
      border-radius: 100%;
    }
    .pagination {
      display: flex;
      justify-content: center; /* Center the pagination links */
      padding: 0; /* Remove default padding */
      margin-top: 20px; /* Space above pagination */
  }

  /* Individual pagination items */
  .pagination li {
      margin: 0 5px; /* Space between pagination items */
  }

  /* Pagination links styling */
  .pagination li a {
      padding: 8px 12px; /* Adjust padding for buttons */
      border: 1px solid #007bff; /* Add border color */
      border-radius: 4px; /* Rounded corners */
      font-size: 14px; /* Font size for pagination links */
      color: #007bff; /* Text color */
      text-decoration: none; /* Remove underline */
  }

  /* Active page styling */
  .pagination li.active a {
      background-color: #007bff; /* Background for active page */
      color: white; /* Text color for active page */
      border: 1px solid #007bff; /* Matching border */
  }

  /* Hover state styling */
  .pagination li a:hover {
      background-color: #0056b3; /* Darker background on hover */
      color: white; /* Text color on hover */
  }

  /* Disable state styling */
  .pagination li.disabled a {
      color: #ccc; /* Disabled text color */
      border-color: #ddd; /* Disabled border color */
      pointer-events: none; /* Prevent clicking */
  }
.address{
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}
.mail_to{
    font-size: larger;
    font-weight: 300;
    color:#E3D2C1

}
.mail_to:hover{
    color: #815E4A;
    font-size: large;
    font-weight: 500;
}
.card-uniform {
    display: flex;
    flex-direction: row; /* Ensures a consistent layout */
    height: 100%; /* Make cards stretch to the same height */
  }

  .card-uniform img {
    object-fit: cover; /* Ensures the image doesn't distort */
    max-height: 100%; /* Restrict image height to fit within the card */
  }

  .card-uniform .card-body {
    flex-grow: 1; /* Ensures content adjusts to fit remaining space */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Space out content evenly */
  }
.p-
.p-paddng{
    margin: 0;;
}


/* ----------------- Header background ------------------- */

  .logo-container .logo-background img {
    display: block;
    width:120px;
    height:100px;
    max-width: 100%;
  }

  .header_bottom
{
    display: inline-block; /* Ensures the background wraps around the logo */
    width: 100%; /* Slightly larger than the image */
    height: auto; /* Slightly larger than the image */
    background: #f5f6f5; /* Base color */
    /* background-image: linear-gradient(45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent); */
    background-size: 20px 20px; /* Adjust the size of the stripes */
    padding: 0 10px;
    border-radius: 70px 0 70px 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    /* opacity: 0.8; */
}
.main-menu{
    display: inline-block; /* Ensures the background wraps around the logo */
    width: 130px; /* Slightly larger than the image */
    height: auto; /* Slightly larger than the image */
    background: #c9c9c933; /* Base color */
    /* background-image: linear-gradient(45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent); */
    background-size: 20px 20px; /* Adjust the size of the stripes */
    padding: 10px;
    border-radius: 50px 0 50px 0;
    box-shadow: 0px 2px 4px rgba(248, 248, 247, 0.2);

}

.toggle-link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.toggle-link:hover {
    text-decoration: underline;
}

.gallery-image {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: scale(1.005);
}
.image-container {

    position: relative;
    display: inline-block;
    width: 100%; /* Adjust based on your layout */
    max-width: 400px; /* Optional */
  }
.about-padding{
    margin-left: 5rem;
    margin-right: 0.5rem;
}
 .about_text{
    text-align: justify;
}

.make-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
  .img-box img {
    width: 100%; /* Ensures responsiveness */
    display: block;
    border-radius: 8px; /* Optional: Adds smooth edges */
    opacity: 1;
    width: 300px;
    height: auto;
    border: 4px solid #fff; /* Optional: Adds a border effect */
    border-radius: 8px;
    z-index: 10;
  }

  .img-box.overlay {
    opacity: 1;
    position: absolute;
    bottom: -10%;  /* Moves 25% down */
    right: -130%;   /* Moves 25% right */
    width: auto;
    height: 350px;    /* Adjust size of the overlapping image */
    z-index: 11;
  }
  .social_box_top {
    position: fixed;
    top: 5px;
    right: 30px;
    z-index: 9999;
    display: flex;
    gap: 13px;
    /* background-color: rgba(255, 255, 255, 0.7);  */
    padding: 5px 10px;
    border-radius: 6px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  }

  .social_box_top i {
    font-size: 18px;
    color: #333;
  }

  .social_box_top a:hover i {
    color: #007bff; /* or your brand color */
  }
  .social_box_top a .social_icon {
    color: #3b5998;
  }

  .vision-mission-horizontal {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1; /* we will manually space with margin */
    position: relative;
    padding: 4rem;
    overflow-x: auto;
  }

  .box {
    background: f5f7fa;
    padding: 1.5rem;
    min-width: 250px;
    max-width: 460px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease;
    border-top: 5px solid #2d2d2d;
  }

  .objective {
    z-index: 1;
    margin-right: 30px;
        text-align: justify;

  }

  .mission {
    z-index: 2;
    margin-right: 30px;
    text-align: justify;
  }

  .vision {
    padding-top: 10px;
    z-index: 3;
        text-align: justify;

  }

  /* Hover effect */
  .box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  }

.bgcolor{
    background-color: #fefefe;
    margin-top: 140px;
}
.bg-transparent{
        background-color: #fdf8f871;
        margin-top: 140px;
}
.my-card{
    display:flex !important;
    flex-direction: row !important;
}
.my-gallery{
    padding: 10px;
    margin: 5px 5px;
}
.my-modal{
    display: flex;
    justify-content: space-between;
}
h2{
    color: #1d3d21 !important;
}
.invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}
.is-invalid {
    border-color: #dc3545 !important;
}
@media (max-width: 576px) {
    .about_section .img-box img {
        width: 50%;
      }
      .img-box img {
        width: 100%; /* Ensures responsiveness */
        display: block;
        border-radius: 8px; /* Optional: Adds smooth edges */
        opacity: 1;
        width: 150px;
        height: 200px;
        border: 4px solid #fff; /* Optional: Adds a border effect */
        border-radius: 8px;
        z-index: 10;
      }
       .main-menu{
        display: inline-block; /* Ensures the background wraps around the logo */
        width: 130px; /* Slightly larger than the image */
        height: auto; /* Slightly larger than the image */
        background: #f3f3f3; /* Base color */
        background-size: 20px 20px; /* Adjust the size of the stripes */
        padding: 10px;
        border-radius:  0;
        box-shadow: 0px 2px 4px rgba(237, 238, 234, 0.2);

    }
  }

  /* Responsive stacking (optional) */
  @media (max-width: 768px) {
    .vision-mission-horizontal {
      flex-direction: column;
      padding: 1rem;
    }
    .about-padding{
        margin: 3px 5px;
    }

    .box {
      margin-right: 0 !important;
      margin-bottom: 0px;
      margin-left: 2px;
    }
    .my-card{
        display:flex !important;
        flex-direction: column !important;
    }
    .card-uniform img{
        max-height: 50%;
    }
    .img-fluid{
        width: 50%;
    }

      .header_section{
        width:100%;
      }
      .ceo {
        width: 50%;
        height: 50%;
        right: 30px;
      }
      .img-box.overlay {
        width: 75%;
        height: 75%;
        position: absolute;
        bottom: -50px;
        right: -40px;
        z-index: 11;
      }
      .social_box_top {
        position: fixed;
        top: 55px;
        right: 80px;
      }

  }
  .custom-modal-size {
    width: 90%;
    max-width: none;
    margin: auto;
}

@media (min-width: 992px) {
    .custom-modal-size {
        width: 800px; /* fixed width for large devices */
    }
}


