@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #fff;
    color: #797979;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    transition: all ease .35s;
}

a,
input,
button {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    color: #151515;
}

*,
a {
    transition: all .25s ease;
}

.theme-color,
a:active,
a:focus,
a:hover {
    color: #549f57;
}

b,
strong {
    font-weight: bold;
}

.header-topbar {
    background-color: #00342b;
    line-height: 40px;
    font-size: 15px;
    padding: 0;
    color: #fff;
}

.site-header .container-fluid {
    padding: 0 30px;
}

header .header-topbar>div>ul.nav>li {
    padding-left: 35px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

header .header-topbar>div>ul.nav>li:first-child {
    padding-left: 0;
    border-left: none;
}

header .header-topbar.navbar>div>ul.nav>li {
    padding-right: 30px;
}

header .header-topbar.navbar>div>ul.nav>li:last-child {
    padding-right: 0;
}

ul.nav>li>a {
    display: inline-flex;
}

.header-topbar a {
    color: #fff;
}

header address {
    margin-bottom: 0;
}

.header-navbar {
    /* border-bottom: 1px solid rgba(0, 0, 0, .08); */
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 102px;
    /* position: absolute;
    background-color: rgb(220 229 220 / 50%); */
    z-index: 2;
    width: 100%;
    /* box-shadow: 0px 8px 14px 0px rgb(220 229 220 / 50%); */
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(220 229 220 / 50%);
    z-index: 2;
    box-shadow: 0px 8px 14px 0px rgb(220 229 220 / 50%);
}

.sticky-menu {
    background-color: #ffffff;
}

.sticky-menu .header-topbar {
    display: none;
}

.sticky-menu .header-navbar {
    height: 60px;
}

img.site-logo {
    max-width: 260px;
}

.navbar-toggler {
    border: transparent;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0;
}

header .navbar .navbar-nav li {
    padding: 0 13px;
}

header .navbar .navbar-nav:not(.dropdown-menu)>li:first-child {
    padding-left: 13px;
}

header .navbar .navbar-nav:not(.dropdown-menu)>li:last-child {
    padding-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-size: 12px;
    position: relative;
    color: #262626;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.navbar-nav .nav-link:hover {
    color: #07540a;
}

.navbar-expand-lg .navbar-nav .nav-link:before {
    position: absolute;
    top: 50%;
    left: -17px;
    z-index: -1;
    content: "";
    width: 8.5px;
    height: 9px;
    transform: translateY(-50%);
    border-radius: 0 150px 150px 0;
    transition: all .3s;
    opacity: 0;
    background-color: #07540a;
}

.navbar-nav .nav-link.active:before,
.navbar-nav .nav-link:hover:before {
    transition: .4s;
    opacity: 1;
}

.banner_sec {
    background: #f1f8f2;

}

.banner-1 {
    position: relative;
    background-image: url(../images/banner-6-a.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 109vh;
}

.banner-1-a {
    background-image: url(../images/banner-6-a.jpg);
}

.banner-1-b {
    background-image: url(../images/banner-5-a.jpg);
}

.banner-1-txt {
    position: absolute;
    width: 50%;
    margin-top: 100px;
    top: 166px;
    left: 65px;
}

.banner-heading-1 {
    position: absolute;
    color: transparent;
    /* text-shadow: 0 0 1px darkgreen; */
    font-size: 153px;
    font-weight: 600;
    top: -151px;
    left: -45px;
}

.banner-1-a .banner-heading-1 {
    text-shadow: 0 0 1px #a6e8a6c7;
}

.banner-1-b .banner-heading-1 {
    text-shadow: 0 0 1px #d4efd4c7;
}

.banner-heading-2 {
    font-size: 19px;
    font-weight: 600;
    color: #549f57;
    text-transform: uppercase;
    position: absolute;
    top: -33px;
}

.banner-heading-3 {
    font-size: 83px;
    font-weight: 800;
    color: #323232;
    margin: 0;
    padding: 0;
}

.banner-heading-4 {
    font-size: 19px;
    /* letter-spacing: .5px; */
    margin: 22px 0 39px;
}

.banner-btn,
.about .about-btn,
.save-water-btn {
    background: #549f57;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 41px;
    border-radius: 0;
}

.save-water-btn {
    background-color: #03221B;
}

.save-water-btn:hover {
    background-color: #fff;
    color: #03221B;
}

.divder-box {
    background-color: #03221B;
    padding: 60px 76px;
}

.divder-box .box {
    text-align: center;
    display: flex;
    padding: 0;

}

.divder-box .box .txt {
    border-left: 1px solid rgb(84, 159, 87);
    color: rgb(84, 159, 87);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    /* padding: 0 10px; */
    padding-right: 20px;
    text-align: left;
    padding-left: 20px;
    line-height: normal;
    margin: auto;
}

.divder-box .box .num {
    color: white;
    font-size: 52px;
    font-weight: 600;
    padding-right: 20px;
    padding-top: 13px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.about {

    padding: 88px 33px;
}

.about .about-sub-heading {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #549f57;
    position: relative;
    display: inline-block;
    padding: 3px 8px;
    text-transform: uppercase;
}

.about .about-heading {
    font-size: 54px;
    font-weight: 600;
    color: rgb(35, 35, 35);
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.about .about-para {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;

}

.about .about-list li {
    /* line-height: 46px; */
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-bottom: 10px;
    line-height: normal;
    word-spacing: 1px;
    display: flex;
    align-items: baseline;
}

.about .about-list li:hover i {
    color: black;
}

.about .image-box {
    padding-top: 50px;
    padding-right: 64px;
}

.about-pg .image-box {
    padding-top: 0px;
    padding-right: 64px;
}

.about .txt-box {
    align-content: space-around;
    padding-right: 0px;
}

.about .about-list {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

.about .about-list i {
    padding-right: 10px;
    margin: 0;
    color: #549f57;
}

.about .about-btn:hover {
    background-color: black;
}

.save-water {
    background: #549f57;
    padding-bottom: 155px;
}

.save-water-img {
    padding: 0;
}

.save-water-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.save-water-img p {
    display: none;
}

.save-water-txt {
    padding: 100px 50px 0px 63px;
}

.save-water-txt .sub-heading {
    font-size: 16px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.save-water-txt .save-heading {
    font-size: 54px;
    font-weight: 600;
    color: white;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.save-list {
    list-style: none;
    padding: 0;
}

.save-water-txt .save-list li {
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-bottom: 32px;
    margin-top: 32px;
    line-height: 30px;
    display: flex;
}

.save-list-1 i {
    color: white;
    font-size: 44px;
    padding-right: 15px;
}

.save-list-1:hover i {
    color: #03221B;
}

.save-list-2 i {
    color: #03221B;
    font-size: 44px;
    padding-right: 15px;
}

.save-list-2:hover i {
    color: white;
}

.save-list-3 i {
    font-size: 44px;
    padding-right: 15px;
    color: white;
}

.renewable .row {
    align-items: center;
}

.renewable .row .col-md-9 {
    position: relative;
}

.renewable-txt {
    width: 83%;
    background: #03221B;
    padding: 0px 0px 0 17px;
    font-size: 24px;
    font-weight: 600;
    color: white;
    position: absolute;
    /* top: -48px; */
    bottom: 0;
    text-align: center;
    left: 0px;
    right: 0;
}

.renewable .sub-box {
    border: 2px solid transparent;
    padding: 6px 16px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    position: relative;
    top: -90px;
    margin-bottom: 20px;
    left: -50px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.renewable-txt-icon {
    font-size: 40px;
}

.renewable-txt-1 {
    display: flex;
    align-items: center;
    padding: 24px 0;
}

.renewable-txt-p {
    padding: 20px;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.renewable .sub-box i {
    font-size: 30px;
}

.renewable .sub-box h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.renewable .first_half,
.renewable .second_half {
    padding: 10px;
}

.renewable .a {
    background: #03221B;
}

.renewable .b {
    background-color: #549f57;
}

.renewable {
    position: relative;
}

.renewable .sub-box a {
    color: #549f57;
}

.services-sub-heading {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(84, 159, 87);
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 3px 8px;
}

.services-heading {
    text-align: center;
    width: 70%;
    margin: auto;
    font-size: 54px;
    font-weight: 600;
    color: rgb(35, 35, 35);
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 52px;
}

.service-card {
    text-align: center;
    border: 1px solid;
    padding: 31px 20px;
}

.service-card h5 {
    font-size: 28px;
    font-weight: 600;
    color: rgb(35, 35, 35);
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.service-1 a {
    left: 20px;
}

.service-card a,
.service-1 a {
    color: #549f57;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.service-card a::before,
.service-1 a::before {
    position: absolute;
    top: 28%;
    left: -17px;
    z-index: 1;
    content: "";
    width: 8.5px;
    height: 9px;
    /* transform: translateY(-50%); */
    border-radius: 0 150px 150px 0;
    transition: all .3s;
    opacity: 1;
    background-color: #549f57;
}

.service-card a:hover,
.service-1 a:hover {
    color: black;
}

.services .col-md-4 {
    padding: 0;
}

.services .card-1 {
    border-color: transparent #9b99995c #9b99995c transparent;
}

.services .card-2 {
    border-color: transparent transparent #9b99995c transparent;
}

.services .card-3 {
    border-color: transparent transparent #9b99995c #9b99995c;
}

.services .card-4 {
    border-color: transparent #9b99995c transparent transparent;
}

.services .card-5 {
    border-color: transparent;
}

.services .card-6 {
    border-color: transparent transparent transparent #9b99995c;
}

.services .card-7 {
    border-color: #9b99995c #9b99995c transparent transparent;
}

.services .card-8 {
    border-color: #9b99995c transparent transparent transparent;
}

.services .card-9 {
    border-color: #9b99995c transparent transparent #9b99995c;
}

.team {
    margin: 98px 0;
}

/* .team .container{
    padding: 0;
} */
.team-sub-heading,
.contact-details-sub-heading,
.about-compost-sub-heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #549f57;
    line-height: 27px;
    position: relative;
    display: inline-block;
    padding: 3px 8px;
}

.team-sub-heading::after,
.services-sub-heading::after,
.about-sub-heading::after,
.contact-details-sub-heading::after,
.about-compost-sub-heading::after {
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    width: 16px;
    height: 100%;
    border-radius: 150px 0 0 150px;
    transition: all .3s;
    opacity: 1;
    background-color: #aad1aa77;
    margin: auto;
    left: 0;
    /* right: 0; */
}

/* .team-sub-heading.active :after, */
.team:hover .team-sub-heading::after,
.services:hover .services-sub-heading::after,
.about:hover .about-sub-heading::after,
.form:hover .contact-details-sub-heading::after,
.about-compost:hover .about-compost-sub-heading::after {
    width: 100%;
    transition: .4s;
    border-radius: 150px;
    /* background-color: red; */
}

.team-heading,
.contact-details-heading,
.about-compost-heading {
    font-size: 52px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: rgb(35, 35, 35);
    line-height: 60px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.contact-details-heading,
.contact-details-sub-heading,
.about-compost-heading {
    text-align: left;
}

.contact-details-heading {
    margin-bottom: 15px;
}

.contact-details-sub-heading {
    z-index: 2;
}

.team .item {
    overflow: hidden;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fa-earth-asia {
    /* transform: translateY(-50%); */
    animation: 8s linear infinite rotation;
}

.team-card {

    padding: 0 30px 0px;
    text-align: center;
    /* background-color: #f6f9f6; */
}

.team-card h2 {
    font-size: 26px;
    font-weight: 600;
    color: rgb(35, 35, 35);
    background-color: #f6f9f6;
    margin: 0;
    padding: 20px 0 10px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.team-card h2:hover {
    color: #549f57;
}

.team-card h5 {
    font-size: 16px;
    font-weight: 400;
    color: #549f57;
    background-color: #f6f9f6;
    background-color: #f6f9f6;
    padding-bottom: 20px;
}

.owner-para {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.about-owner {
    padding: 0 82px 88px;
}

.about-owner .image-box {
    padding-top: 0;
    padding-right: 64px;
}

footer {
    background: #03221b;
    padding-top: 82px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(200, 209, 207);
    margin-bottom: 37px;
}

.contact-box {
    background-color: rgb(84, 159, 87);
    display: flex;
    width: 93%;
    margin-bottom: 25px;
}

.contact-box .box-a {
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 16px;
    border-right: 1px solid;
}

.contact-box .box-b {
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 16px;
}

.contact-box i {
    padding-right: 10px;
}

.hours,
.social-media {
    font-size: 16px;
    font-weight: 400;
    color: rgb(200, 209, 207);
    word-spacing: 1px;
    letter-spacing: .5px;
}

.hours span {
    color: #549f57;
}

/* .social-media i{
    padding: 0 10px;
} */
.social-media a,
.social-media-icon a {
    color: white;
}

.social-media-1,
.social-media-2,
.social-media-3,
.social-media-4 {
    border-radius: 50%;
    padding: 5px;
    background-color: #223d37;
    margin-left: 10px;
    height: 40px;
    width: 40px;
    text-align: center;

}

.social-media ul,
.social-media-icon ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.social-media,
.social-media-icon {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.social-media-1:hover {
    background-color: #3b5999;
    color: white;
}

.social-media-2:hover {
    background-color: #e4405f;
    color: white;
}

.social-media-3:hover {
    background-color: #55acee;
    color: white;
}

.social-media-4:hover {
    background-color: #075e54;
    color: white;
}

.footer-list h3 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.footer-heading-icon {
    color: #549f57;
    font-size: 16px;
    margin-right: 10px;
}

.footer-list ul {
    list-style: none;
    color: white;
    padding: 0;
}

.footer-list ul li {
    margin-bottom: 10px;
}

.footer-list ul li a {
    font-size: 16px;
    font-weight: 400;
    color: rgb(200, 209, 207);
}

.footer-list ul li a:hover {
    color: #549f57;
}

.footer-list ul li a i {
    color: #549f57;
    margin-right: 10px;
    font-size: 10px;
}

.right-side-footer {
    padding: 0 50px;
    border-left: 1px solid #2c422dcc;
}

.footer-list-1 ul li a {
    display: flex;
    align-items: baseline;
}

.footer-list-1 ul li a p {
    margin: 0;
}

/* .right-side-footer::after{
    position: absolute;
    background-color: #549f57;
    height: 100%;
    width: 2px;
    z-index: 3;
    top: 10px;
    left: 50px;
} */
.input {
    padding: 20px;
}

.input-group {
    border: 1px solid #2c422dcc;
    padding: 7px;
}

.input-group input {
    background: transparent;
    border: 0;
}

.input-group .btn {
    color: #549f57;
}

.copyright {
    padding: 25px 0 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.copyright p {
    border-top: 1px solid #2c422dcc;
    padding-top: 20px;
    color: rgb(200, 209, 207);
}

.copyright p a {
    color: #549f57;
}

.copyright p a:hover {
    color: rgb(255, 255, 255);
}

.sticky-arrow {
    color: #549f57;
    position: sticky;
    bottom: 30px;
    right: 30px;
    z-index: 5;
}

.logo-txt {
    display: flex;
    align-items: center;
}

.logo-icon {
    font-size: 32px;
    color: #07540a;
    padding-right: 10px;
    /* padding-bottom: 10px; */
}

.logo-name {
    font-size: 35px;
    font-weight: 800;
    color: #07540a;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.logo-name h6 {
    color:#516959;
    font-size: 9px;
    margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: #549f57 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #aad1aaa6 !important;
}

.about-banner {
    height: 70vh;
    background-color: rgba(0, 52, 43, .88);
    background-image: url("../images/about-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-banner {
    background-image: url("../images/inner_pg-banner.jpg");
}

.contact-banner {
    background-image: url("../images/inner_pg-banner-2.jpg");
}

.service-compost-gold-banner {
    background-image: url("../images/inner_pg-banner-3.jpg");
}

.about-banner-txt {
    position: absolute;
    width: 50%;
    margin-top: 100px;
    top: 140px;
    left: 120px;
}

.about-banner-txt .heading h1 {
    font-size: 62px;
    font-weight: 600;
    color: white;
    font-family: "Outfit", sans-serif;
}

.about-breadcrumb a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.about-breadcrumb a:hover {
    color: #549f57;
}

.header-absolute {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.header-absolute .about-logo-name {
    color: white;
}

.header-absolute .about-logo-name h6 {
    color: #d5e2d9;
}

.header-absolute .about-offcanvas .navbar-nav .nav-link {
    color: white;
}

.about-logo-txt .logo-icon {
    color: #549f57;
}

.about-offcanvas .navbar-nav .nav-link:hover {
    color: #549f57;
}

.header-absolute .about-offcanvas .navbar-nav .active {
    color: #549f57;
}

.about-pg .about-pg {
    padding-right: 40px;
    padding-top: 0;
}

/* .owl-benefits{
    display: block;
} */
/* .owl-benefits .item{
    display: inline-block;
} */
.benefits {
    margin: 30px 0;
}

.owl-benefits .benefits-box {
    width: 300px;
    background: #f1f8f2;
    height: 250px;
    padding: 30px 30px 5px 30px;
    margin-left: 20px;
}

.owl-benefits .benefits-box p {
    line-height: 1.5;
}

.benefits-box h5 {
    color: black;
    font-size: 26px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    position: relative;
}

.benefits-box h5:before {
    position: absolute;
    top: 50%;
    left: -17px;
    z-index: 2;
    content: "";
    width: 9.5px;
    height: 17px;
    transform: translateY(-50%);
    border-radius: 0 150px 150px 0;
    transition: all .3s;
    opacity: 1;
    background-color: #549f57;
}

.about-pg {
    padding: 80px 33px 50px;
}

.about-pg-owner {
    background-color: #549f57;
    padding: 50px 82px 50px;
    position: relative;
    margin: 150px 0 0;
}

.about-pg-owner .image-box {
    position: absolute;
    top: -88px;
    right: 0;
}

.about-pg-owner .about-txt .about-sub-heading {
    color: #fff;
    z-index: 0;
}

.about-pg-owner .about-txt .about-heading,
.about-pg-owner .about-txt .owner-para {
    color: white;
}

.about-pg-divider .divder-box {
    background: white;
}

.about-pg-divider .box .num {
    color: #03221b;
}

.map-box {
    padding: 50px;
}

.contact-details {
       /* position: absolute; */
       height: 627px;
       width: 600px;
       /* top: -138px; */
       background: #f1f8f2;
       padding: 50px 70px;
       margin: auto;
}

.contact-form {
    margin-bottom: 90px;
}

.details-box {
    margin: auto;
}

.c-details-address {
    text-align: center;
    background: white;
    border-top: 5px solid #549f57;
    padding: 30px;
    margin: 20px 0 30px;
}

.c-details-address .address-heading h3 {
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.contact-icon-box {
    align-self: center;
    border-right: 1px solid #549f57;
}

.contact-num {
    font-size: 26px;
    font-weight: 600;
    color: black;
    /* text-align: left; */
    letter-spacing: .5px;

}

.contact-num:hover {
    color: #549f57;
}

.contact-num p {
    margin-bottom: 0;
}

.social-media-txt {
    text-align: center;

}

.social-media-icon ul {
    padding: 0;
}

.form-control {
    border-color: transparent transparent #ced4da transparent;
    border-radius: 0;
}

.form-control:focus {
    border-color: transparent transparent #ced4da transparent;
    box-shadow: none;
}

.contact-btn {
    width: 25%;
    background: #549f57;
    color: white;
    border-radius: 0;
    margin: 30px;
}

.form {
    padding: 0 80px;
    position: relative;
    margin-bottom: 61px;
}

.service-1 {
    border: 1px solid #ced4da;
    margin-top: 50px;
    margin-left: 17px;
}

.service-1:hover {
    border-color: #549f57;
}

.serice-titleimg {
    border-right: 1px solid #ced4da;
}

.servicebox-title {
    align-self: center;
}

.servicebox-title h5 {
    font-size: 24px;
    color: black;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
}

.servicebox-para {
    padding: 30px 40px;
}

.servicebox-para p {
    letter-spacing: .5px;
}

.service-boxes {
    margin: 50px 0 80px;
}

.about-compost-txt h3 {
    font-size: 52px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    color: rgb(35, 35, 35);
}

.about-compost {
    margin: 50px;
}

.image-box-col {
    padding: 0;
    align-self: center;
}

.about-compost-txt-col {
    background: #f1f8f2;
    z-index: 0;
}

.about-compost-txt {
    padding: 19px 30px;

}

.compost-txt {
    padding: 30px 50px;
    background: #03221b;
    margin: 50px 0;
}

.compost-txt h3 {
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.compost-txt p {
    color: white;
}

.compost-txt:hover.compost-txt h3 {
    color: #549f57;
}

.key-benefits {
    padding-bottom: 0;
}

.key-benefits .save-water-txt {
    padding: 100px 50px 100px 63px;
}

.subject {
    margin-left: 15px;
}

.dropdown-menu {
    background: white;
}

.dropdown-item {
    font-size: 12px;
    color: #00342b;

}
.navbar-toggler-icon{
    background-image: url(../images/toggle-2.svg);
}
.header-absolute .navbar-toggler-icon{
    background-image: url(../images/toggle.svg);
}
.btn:hover {
    color: white;
    background-color: #07540acf;
    border-color: transparent;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: white;
    background-color: #07540acf;
    border-color: transparent;
}