@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&display=swap');

/* #C19564 brown  */
/* #2A4534 Green */


::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #fff;
    background-image: -webkit-linear-gradient(
      90deg,
     #2A4534 0%,
     #2A4534 25%,
      transparent 100%,
      #C19564 75%,
      transparent
    );
  }

  #preloader {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 10000 !important;

    background-color: #FFFFFF !important;
  }

  #status {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center !important;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    z-index: 100000;
  }

  .text-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    position: absolute;
    opacity: 1;
  }

  .text-bg img {
    height: 250px;
    object-position: center;
    object-fit: contain;
    width: 100%;
  }

  .text-bg video {
    height: 100vh !important;
    object-position: center;
    object-fit: contain;
    width: 100%;
    box-shadow: none;
    outline: none !important;
    border: none !important;
  }

  @media only screen and (max-width: 720px) {
    .text-bg video {
      height: 500px;
      object-position: center;
      object-fit: contain;
      width: 100%;
      transform: scale(1.5);
    }

  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;
}


.gap {
    padding-top: 100px;
}

h2 {
    font-size: 34px;
    line-height: 45px;
    font-weight: 600;
    color: #2A4534;
}

h4 {
    font-size: 22px;
    line-height: 30px;
    color: #2A4534;
}

h6 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #2A4534;
    text-align: justify;
}

.all-button {
    background-color: transparent;
    padding: 8px 45px;
    border: 1px solid #2A4534;
    color: #2A4534;
    font-weight: 500;
}

.all-button:hover {
    background-color: #2A4534;
    color: #fff;
}

@media only screen and (max-width: 720px) {
    .gap {
        padding-top: 50px;
    }
}

.navbar {
    background-color: #fff;
    color: #2A4534;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 15px 0px;
}

.navbar .nav-link {
    font-size: 18px;
    font-weight: 500;
    margin: 10px;
}

.navbar .nav-link button {
    background-color: transparent;
    padding: 8px 45px;
    border: 1px solid #2A4534;
    color: #2A4534;
    font-weight: 500;
}

.logo-image{
    height: 80px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.navbar .nav-link button:hover {
    background-color: #2A4534;
    color: #fff;
}

/* .navbar .navbar-brand{
    margin-top: 10px;
} */
.navbar .navbar-brand img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar .dropdown .dropdown-menu {
    display: none;
}

.navbar .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

@media screen and (max-width: 991px) {
    .dropdown-toggle.show::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }
}

@media only screen and (max-width: 980px) {
    .navbar .nav-link {
        margin: 2px;
    }
}

.banner-section .wrapper {
    position: relative;
}

.banner-section .wrapper img {
    height: 85vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-section h1 {
    position: absolute;
    bottom: 20%;
    left: 20%;
    color: #ffffff;
    font-weight: 500;
    font-size: 60px;
    line-height: 64px;
    text-transform: uppercase;
    /* font-family: "Cinzel", serif; */
}

.banner-section .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1200px) {
    .banner-section h1 {
        position: absolute;
        font-weight: 600;
        font-size: 40px;
        line-height: 64px;
    }

}

@media only screen and (max-width: 720px) {
    .banner-section h1 {
        position: absolute;
        font-weight: 600;
        font-size: 24px;
        line-height: 64px;
        text-transform: uppercase;
    }
}

#home h2 {
    font-size: 40px;
    font-weight: 900;
    color: #2A4534;
}

#home .section-1 {
    position: relative;
}

#home .section-1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#home .section-1 img {
    height: 90vh;
    width: 100%;
    object-fit: cover;
}

#home .section-1 .text-wrapper {
    position: absolute;
    bottom: 10%;
    right: 5%;
    color: #fff;
}

#home .section-1 .text-wrapper h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 55px;
}

@media only screen and (max-width:990px) {
    #home .section-1 img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    #home .section-1 .text-wrapper h1 {
        font-size: 22px;
        line-height: 36px;
    }
}

#home .services-section img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

#home .services-section h5 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

#home .services-section h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.side-space {
    padding: 0px 50px;
}

#home .section-2 {
    position: relative;
}

#home .section-2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#home .section-2 img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

#home .section-2 .text-wrapper {
    position: absolute;
    left: 5%;
    top: 50%;
}


#home .section-2 .text-wrapper h2 {
    font-size: 45px;
    line-height: 57px;
    font-weight: 600;
    color: #fff;
}


#home .why-section .num {
    font-size: 50px;
    font-weight: 500;
    line-height: 52px;
    margin-top: 20px;
}


#home .cta-section .bg-color {
    background-color: #f5f5f5;
    padding: 100px 0px;
    text-align: center;
}

#home .cta-section h5 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    color: #2A4534;
}

#home .cta-section a {
    text-decoration: none;
    color: #2A4534;
    font-size: 22px;
    font-weight: 600;
}

@media only screen and (max-width:991px) {
    #home .cta-section .bg-color {
        padding: 50px 0px;
    }

    #home .cta-section h5 {
        font-size: 26px;
        line-height: 32px;
    }

    #home .cta-section a {
        font-size: 16px;
    }

}

#home .faq-section .accordion-button {
    font-size: 22px;
    font-weight: 500;
}

#home .faq-section .accordion-button small {
    font-size: 16px;
}

#home .faq-section .accordion-button:not(.collapsed),
#home .faq-section .accordion-button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}

#home .faq-section .accordion-button::after {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    /* background-color: var(--bs-danger); */
    background-image: url('images/arrow.png') !important;
    background-size: contain;
}

#home .faq-section .accordion-button.collapsed::after {
    background-image: url('images/up-arrrows.png');
    background-size: contain;
}

#home .project-section .bg-color {
    background-color: #f5f5f5;
    padding: 50px 0px;
}

#home .project-section img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.blog-section .image-container {
    position: relative;
}

.blog-section .date-box {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2A4534;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.blog-section .date-box h5 {
    font-size: 16px;
    margin: auto 0;
}

.blog-section .image-wrapper img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.blog-section h6 {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}

.blog-section h3 {
    font-size: 22px;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 0px;
}

#about .section-2 img {
    height: 550px;
    width: 75%;
    object-fit: cover;
}

#about .section-2 .image-container {
    position: relative;
}

#about .section-2 .side-image {
    position: absolute;
    top: 30%;
    left: 10%;
}

#about .section-2 .side-image img {
    height: 250px;
    width: 250px;
    object-fit: cover;
}

#about .section-2 h2,
#about .section-3 h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 30px;
}

#about .section-3 .bg-color {
    background-color: #f5f5f5;
    padding: 50px 0px;
}

#about .section-3 .image-wrapper img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

#about .section-3 .overlay-container {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    /*
    display: inline-block;
    
    */
}

#about .section-3 .image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

#about .section-3 .icon {
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 40px;
    transition: translate(-50%, -50%);
}

/*Initial overlay setup*/
#about .section-3 .overlay {
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    background: rgba(0, 177, 186, .6);
}

/*All overlay fade-in*/
#about .section-3 .overlay-container:hover .overlay {
    opacity: 1;
}

#about .section-3 .overlay-cross {
    height: 0;
    width: 0;
    top: 0;
    left: 0;
}


/*Hover states for each of the overlays*/

#about .section-3 .overlay-container:hover .overlay-cross {
    width: 100%;
    height: 100%;
}

/******************************************************************************* Services ****************************************************************************************/

#services .section-1 img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

#services .section-2 .shadow-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 300px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
    padding: 40px;
    transition: all .5s ease-in-out;
}

#services .section-2 .shadow-card:hover {
    transform: translateY(-10px);
}

#services .section-2 h3 {
    font-size: 26px;
    line-height: 32px;
}

#services .section-3 img {
    height: 400px;
    width: 100%;
    object-fit: contain;
}

#services .section-3 .image-2 {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

#services .section-5 img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

#services .section-6 .swiper {
    width: 100%;
    height: 700px;
}

#services .section-6 .swiper-slide {
    font-size: 18px;
    background: #fff;
    height: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

#services .section-6 img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

#services .section-6 .swiper-pagination-bullet-active{
background-color: #2A4534;
}


#contact .section-1 .bg-image {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("images/6150433.jpg");
    background-repeat: no-repeat;
    /* background-color: rgba(0, 0, 0, 0.9); */
padding: 80px 0;
    width: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

#contact .section-1 .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact .section-1 .icon-wrapper {
    background-color: #fff;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact .section-1 .icon-wrapper i {
    color: #2A4534;
    font-size: 24px;
}

#contact .section-1 h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    color: #fff;
}

#contact .section-1 p {
    text-align: center;
    color: #fff;
    margin: 10px 0px;
}

#contact .section-1 hr {
    width: 40%;
    background-color: #fff;
    color: #fff;
}

#contact .section-1 a {
    color: #fff;
    font-weight: 600;
}

@media only screen and (max-width:991px) {
    #contact .section-1 .bg-image {
        background-color: rgba(0, 0, 0, 0.9);
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 20px;
    }
}

@media only screen and (max-width:750px) {
    #contact .section-1 .icon-wrapper {
        background-color: #fff;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        margin-bottom: 15px;
    }

    #contact .section-1 .icon-wrapper i {
        color: #2A4534;
        font-size: 18px;
    }

    #contact .section-1 h4 {
        font-size: 18px;
        font-weight: 800;
        line-height: 24px;
    }

    #contact .section-1 p {
        margin: 8px 0px;
    }

    #contact .section-1 hr {
        width: 40%;
        background-color: #fff;
        color: #fff;
    }

}

#contact .contact-form-section h2,
#contact .contact-form-section p {
    text-align: center;
}

#contact .contact-form-section form .form-control {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f5f5f5;
    border: none;
}

#contact .contact-form-section form input,
#contact .contact-form-section form textarea {
    border-radius: 0px;
}

#contact .contact-form-section form ::placeholder {
    color: #2A4534;
}

#contact .contact-form-section form ::-ms-input-placeholder {
    color: #2A4534;
}

#contact .contact-form-section .form-button {
    background-color: #2A4534;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 500;
    border: 1px solid #2A4534;
    font-weight: 600;
}

#contact .contact-form-section .form-button:hover {
    background-color: transparent;
    color: #2A4534;
}

#contact .social-icons-section {
    padding: 50px 0px;
    text-align: center;
}

#contact .social-icons-section i {
    font-size: 24px;
    margin-right: 20px;
    color: #2A4534;
}

#faq .accordion h6 {
    font-size: 18px;
    line-height: 26px;
}

#faq .accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #fff;
    color: #2A4534;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

#faq .accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}

#faq .accordion-item .accordion-item-desc {
    display: none;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #2A4534;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}

#faq .accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

#faq .accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
    display: block;
}

#faq .accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
    content: "-";
    font-size: 20px;
}

#faq .accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}

#faq .accordion-item:first-child {
    margin-top: 0;
}

#faq .accordion-item .icon {
    margin-left: 14px;
}

@media screen and (max-width: 767px) {
    #faq .accordion {
        padding: 0 16px;
    }

    #faq .accordion h2 {
        font-size: 22px;
    }

    #faq h3 {
        font-size: 16px;
        line-height: 30px;
        text-align: start;
        color: #fff;
        font-weight: 600;
        padding: 8px;
        padding-left: 30px;
        margin-top: 20px;
    }
}


#blogs .blog-section h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

#blogs .blog-section .image-wrapper {
    overflow: hidden;
    margin: 0 auto;
}

#blogs .blog-section .image-wrapper img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
}

#blogs .blog-section .image-wrapper:hover img {
    transform: scale(1.1);
    cursor: pointer;
}



.gallery-section .image-wrapper img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
}

.gallery-section .image-wrapper {
    overflow: hidden;
}

.gallery-section .image-wrapper:hover img {
    transform: scale(1.2);
}

.gallery-section .wrapper {
    position: relative;
}

.gallery-section .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.gallery-section .wrapper:hover .overlay {
    height: 100%;
}

.gallery-section .icon {
    color: white;
    font-size: 20px;
    position: absolute;
    background-color: #2A4534;
    padding: 20px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.gallery-section .icon:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

.gallery-section .icon i {
    color: #fff;
    font-size: 24px;
}

.gallery-section button {
    background-color: #2A4534;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #2A4534;
}

.gallery-section button:hover {
    background-color: transparent;
    color: #2A4534;
}

.gallery-section p {
    font-size: 18px;
}

footer .bg-color {
    background-color: #2A4534;
    padding: 80px 0px;
}

footer h3 {
    color: #fff;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

footer p,
footer address,
footer a {
    color: #9e9e9e;
    text-decoration: none;
}

footer .social-icons a {
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

footer .social-icons i {
    margin-right: 10px;
}

footer .footer-text {
    text-align: center;
    padding: 8px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #2A4534;
    margin: auto 0;
}

@media screen and (max-width: 767px) {
    footer .bg-color {
        padding: 40px 10px;
    }

    footer h3 {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    footer .footer-text {
        font-size: 14px;
    }
}


.boxshadow{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.quality img {
    height: 350px;
    width: 75%;
    object-fit: cover;
}

.quality .image-container {
    position: relative;
}

.quality .side-image {
    position: absolute;
    top: 30%;
    left: 10%;
}

.quality .side-image img {
    height: 150px;
    width: 150px;
    object-fit: cover;
}
