body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    padding: 0;
}
.bg-theme-gradient {
    background-image: linear-gradient(90deg, #1c8679 0%, #0aa459 99.99%) !important;
}
.btn.btn-primary {
    border: 1px solid #0aa459 !important;
    background: #0aa459;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    border: 1px solid #088347 !important;
    background: #088347;
    color: #fff;
}
.btn.btn-white {
    border: 1px solid #fff !important;
    background: #fff;
    color: #0aa459;
    font-size: 14px;
    font-weight: 500;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    border: 1px solid #fff !important;
    background: transparent;
    color: #fff;
}
.text-green {
    color: #0aa459;
} 
header {
    border-bottom: 1px solid #0aa459;
}
.navbar.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
}
.navbar.navbar-light .navbar-nav .nav-link.active {
    color: #0aa459;
    font-weight: 700;
}
.home .carousel-item {
    position: relative;
    max-height: 520px;
}
.home .carousel-item::before {
    content: "";
    background: linear-gradient(90deg, rgba(7, 116, 65, 0.7) 0%, rgba(8, 72, 86, 0) 72%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.home .carousel-item img {
    object-fit: cover;
}
.home .carousel-item .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-bottom: 0;
}
.home .carousel-item .carousel-caption {
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    bottom: 35%;
    left: 8%;
    z-index: 9;
}
.home .carousel-item h1 {
    color: #fff;
    font-size: 34px;
}
.home .carousel-item p {
    font-weight: 400;
    font-size: 18px;
}
.intro-section,
.vision-mission-section {
    background: #f6fff8;
}
.intro-section h4 {
    font-size: 20px;
    line-height: 32px;
    padding: 0 5%;
}
.attributes-section {
    max-width: 600px !important;
}
.attributes-section h4,
footer h4 {
    font-size: 22px;
}
.attributes-section ul li {
    font-size: 16px;
    text-transform: uppercase;
}
.vision-mission-section {
    background: #f6fff8;
}
.about-section p,
.vision-mission-section p {
    font-size: 16px;
}
.vision-mission-divider {
    border-color: #000 !important;
}
.contact-section a {
    color: #000;
}
footer {
    background: #181818;
    color: #fff;
}
footer a {
    text-decoration: none;
    color: #fff;
}
.contact-section a:hover,
.contact-section a:focus,
footer a:hover,
footer a:focus,
footer .active a {
    color: #0aa459;
}
footer .download-app li h6 {
    font-size: 12px;
}
footer .download-app li a i {
    font-size: 20px;
    vertical-align: middle;
}
footer .download-app li a.androidApp i {
    font-size: 16px;
}
footer .social-links a {
    font-size: 16px;
}
footer .border-bottom {
    border-color: #888 !important;
}
.footer-bottom {
    font-size: 12px;
}

@media (max-width: 767px) {
    header .navbar-collapse ul .nav-item {
        border-top: 1px solid #fff;
    }
    header .navbar-collapse ul .nav-item:last-child {
        border-bottom: 1px solid #fff;
    }
    .banner-section h1 {
        font-size: 30px;
    }
    .intro-section h4 {
        font-size: 16px;
        line-height: 24px;
        padding: 0 2%;
    }
    .vision-mission-section h3,
    .title, .about-section h2,
    .contact-section h2 {
        font-size: 24px;
    } 
    .about-section {
        text-align: center;
    }
    .contact-section .address-col {
        border: 0 !important;
    }
    .download-app ul {
        display: block !important;
        text-align: center;
    }
    .download-app ul li {
        display: inline-block;
    }
    .download-app ul li .btn {
        min-width: 230px;
    }
    .footer-bottom ul {
        justify-content: center !important;
    }
    .footer-bottom .col-md-4:last-of-type {
        text-align: center !important;
        margin: 10px 0;
    }
    body {
        padding-bottom: 173px;
    }
}

#services {
    background: #f7fff2;
} 
#services .featurebox:hover .perform-overlay {
    height: 100%;
}
.featurebox {
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px #b9b9b9;
    padding: 20px 10px;
    margin: 15px auto;
    text-align: center;
    position: relative;
}
.featurebox .featureimg {
    padding: 10px 5px;
}
.featurebox .featureimg img {
    height: 100px;
    background: #f0ffdf;
    border-radius: 66px !important;
    padding: 10px;
}
.featurebox .featuredtls {
    position: relative;
    padding: 0 10px;
}
.featurebox h4,
.featuredtls h4 {
    font-size: 20px;
}
.featurebox p,
.featuredtls p {
    font-size: 14px;
    margin: 0 0 8px;
    min-height: 85px;
}
#services .featurebox .perform-overlay {
    height: 0;
}
.perform-overlay {
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #139c48;
    opacity: 0.5;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s ease;
}
.featurebox:hover {
    box-shadow: 0px 0px 10px 0px #139c48;
}
#services .featurebox:hover .featureimg,
#services .featurebox:hover .featuredtls {
    position: relative;
    z-index: 9;
}

#whyChooseUs .featurebox {
    border-radius: 100px;
    box-shadow: 0px 0px 12px 0px #139c48 inset;
    -webkit-box-shadow: 0px 0px 12px 0px #139c48 inset;
    -moz-box-shadow: 0px 0px 12px 0px #139c48 inset;
    padding: 20px;
    margin: 15px auto;
    width: 155px;
    height: 155px;
    transition: transform 0.3s ease-in-out;
}
#whyChooseUs .featurebox .featureimg {
    border-radius: 100px;
    width: 100%;
    height: 100%;
    background-color: #afddc552;
    margin-bottom: 0;
    padding: 12px;
}
#whyChooseUs .featurebox .featureimg img {
    height: 100%;
    padding: 5px;
    background: transparent;
}
#whyChooseUs .featurebox:hover {
    box-shadow: 0px 0px 12px 0px #50be00 inset;
    -webkit-box-shadow: 0px 0px 12px 0px #50be00 inset;
    -moz-box-shadow: 0px 0px 12px 0px #50be00 inset;
    transition: transform 0.3s ease-in-out;
}

.pageTitle {
    background: rgb(233, 233, 233) url(../images/headerbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    color: #ffffff;
    position: relative;
    font-weight: 500;
}
.pageTitle::before {
    content: "";
    background: linear-gradient(90deg, rgba(7, 116, 65, 0.7) 0%, rgba(7, 116, 65, 0.3) 72%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.pageTitle .row {
    position: relative;
    z-index: 9;
}
.pageTitle .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.breadcrumb a {
    text-decoration: none;
}
.address-col,
.contact-col {
    .bi {
        font-size: 30px;
        color: #088347;
    }
}