.intro h1 span,
.implement h1 span,
.nav-menu ul.nav-menu-inner li.active a,
.nav-menu ul.nav-menu-inner li a.active {
    color: #96a37b !important;
}


/*************************************************/

.intro .container {
    padding-top: 0;
    padding-bottom: 0px;
}

.intro .top-text .container {
    padding-top: 0;
    padding-bottom: 0;
}

.intro .top-text {
    background-color: #fff;
    /* image-rendering: auto;
    background-image: url(../../img/home/texture3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

.intro h1 {
    padding-top: 115px;
    padding-bottom: 45px;
    color: #5f666f;
    text-align: start;
}

.intro p {
    font-weight: 600;
    font-size: 16px;
}

.intro .second {
    margin-top: 35px;
    padding-bottom: 0;
    font-size: 16px;
    border-left: 5px solid #96a37b;
    padding-left: 20px;
    line-height: 1.8;
    font-weight: 600;
}

.intro .img-column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
}

.intro .desktop-img {
    image-rendering: auto;
    position: relative;
    display: block;
    top: -105px;
    width: 85%;
    height: auto;
    margin-bottom: -40px;
}

.intro .mobile-img {
    image-rendering: auto;
    display: none;
}

@media (max-width: 1200px) {
    .intro h1 {
        padding-bottom: 30px;
    }
    .intro .img-column {
        padding-right: 0;
    }
    .intro .desktop-img {
        width: 92%;
        top: -70px;
    }
    .intro .container {
        padding-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .intro .desktop-img {
        display: none;
    }
    .intro .mobile-img {
        display: block;
        margin: auto;
        width: 90%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .intro h1 {
        text-align: center;
    }
}


/*************************************************/

.banner {
    background: rgb(211, 218, 198);
    /* background: linear-gradient(150deg, rgba(211, 218, 198, 1) 0%, rgba(110, 121, 90, 1) 79%, rgba(102, 112, 83, 1) 100%); */
    background: linear-gradient(150deg, #c9d6b0 0%, #6f7b56 80%, rgba(71, 80, 54, 1) 100%);
    position: relative;
}

.banner .container {
    position: relative;
    overflow: hidden;
}

.banner .shadow {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    height: 100%;
    width: auto;
}

.banner .hand {
    image-rendering: auto;
    position: absolute;
    display: block;
    right: -80px;
    bottom: 0;
    height: 100%;
    width: auto;
}

.banner .content {
    padding-top: 60px;
    padding-bottom: 80px;
}

.banner h1 {
    color: #fff;
    line-height: 60px;
    text-transform: none;
}

.banner h1 span {
    color: #5f666f;
}

.banner .badges {
    padding-top: 30px;
}

.banner .badge img {
    image-rendering: auto;
    width: 95%;
    height: auto;
}

.banner .badge h3 {
    padding-top: 13px;
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    font-weight: 800;
    white-space: normal;
}

@media(max-width: 991px) {
    .banner .container {
        padding-bottom: 500px;
    }
    .banner .hand {
        height: 500px;
        right: -30px;
    }
    .banner .shadow {
        height: 500px;
    }
    .banner .content {
        padding-bottom: 0;
    }
}

@media(max-width: 768px) {
    .banner .container {
        padding-bottom: 280px;
    }
    /* .banner .badge img {
        width: 100%;
    } */
    .banner .badge {
        margin-bottom: 40px;
    }
}

@media(max-width: 575px) {
    .banner .hand {
        right: -45px;
    }
    .banner .container {
        padding-bottom: 470px;
    }
    .banner .badge img {
        width: 65%;
    }
    .badge {
        padding: 0;
    }
    .badges {
        margin-left: 0;
        margin-right: 0;
    }
}

@media(max-width: 450px) {
    .banner .badge img {
        width: 80%;
    }
}

@media(max-width: 400px) {
    .banner .badge h3 {
        font-size: 18px;
        line-height: 21px;
    }
}

@media(max-width: 350px) {
    .banner .badge img {
        width: 90%;
        border-width: 5px;
    }
}


/************************************************************/

.implement .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.implement .content {
    display: flex;
    align-items: center;
}

.implement .content hr {
    margin-top: 1rem;
}

.implement .about-left-side {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .implement h3 {
        font-size: 35px !important;
    }
}

@media (max-width: 576px) {
    .implement h3 {
        font-size: 30px !important;
    }
}

@media (max-width: 375px) {
    .implement h3 {
        font-size: 26px !important;
    }
}

.implement p {
    font-weight: 600;
}

.implement .img-column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.implement img {
    image-rendering: auto;
    width: 90%;
    height: auto;
}

@media (max-width: 991px) {
    .implement .img-column {
        justify-content: center;
    }
    .implement img {
        padding-top: 20px;
    }
    .implement .about-left-side {
        padding-top: 40px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .implement img {
        width: 80%;
    }
}


/************************************************************/

.landscape {
    background-image: url(../../img/sustainability/4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media handheld,
(hover: none),
(pointer: coarse) {
    .landscape {
        background-attachment: scroll;
    }
}

.landscape .container {
    padding-top: 80px;
    padding-bottom: 70px;
}

.landscape p {
    color: #fff;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
}

.landscape .second {
    margin-top: 20px;
    border-left: 5px solid #96a37b;
    padding-left: 20px;
}

.landscape .section-overlay {
    background: rgba(0, 0, 0, 0.6);
}


/************************************************************/

@media (max-width: 350px) {
    h1 {
        font-size: 32px !important;
        line-height: 32px !important;
    }
    .slogan {
        line-height: 50px !important;
    }
}