:root {
    --color-4: #629d08;
}

.text-justify {
    text-align: justify;
}

/* ------------------------------------------------- */
.page-subheading {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 45px;
}

.page-subheading::before {
    content: "";
    width: 100px;
    height: 3px;
    /* background-color: #619d09; */
    background-color: #ddd;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);

}

.page-subheading::after {
    background-color: rgb(255, 255, 255);
    bottom: -36px;
    color: rgb(97, 157, 9);
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    left: 0px;
    position: absolute;
    right: 0px;
    bottom: -15px;
    width: 30px;
    z-index: 97;
    margin: 0px auto;
}

/* ---------------------sticky sidebar-------------------- */
.aon-scrolling-nav {
    position: fixed;
    top: 50%;
    right: 0px;
    list-style: none;
    z-index: 99;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.aon-scrolling-nav li {
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: relative;
    background: var(--color-4);
    margin: 3px 2px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: flex;
}

.aon-scrolling-nav li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.aon-scrolling-nav li a i {
    font-size: 18px;
}

.aon-scrolling-nav li span {
    opacity: 0;
    position: absolute;
    top: 4px;
    right: 100%;
    line-height: 1;
    background: var(--color-4);
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.aon-scrolling-nav li span:before {
    rotate: 180deg;
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    border-color: transparent var(--color-4) transparent transparent;
}

.aon-scrolling-nav li:hover {
    overflow: visible;
    background: var(--color-4);
}

.aon-scrolling-nav li.active {
    overflow: visible;
    background: #d02f82;
}

.aon-scrolling-nav li:hover span {
    opacity: 1;
    right: 120%;
}

.aon-scrolling-nav li.actives span {
    opacity: 1;
    right: 120%;
}

/* ------------------header & footer------------------ */
.header-logo {
    width: 140px;
    padding: 5px;
}

.header-logo img {
    width: 100%;
    height: 100%;

}

.header-socials ul,
.header-socials ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-socials ul li:not(:last-of-type) {
    margin-right: 20px;
}

.header-socials ul li span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.header-socials ul li span i {
    border: 1px solid #619d09;
    border-radius: 100px;
    color: #619d09;
    float: left;
    font-size: 26px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    transition: .4s;
}

.header-socials .scl-adrs {
    display: block;
    /* margin-left: 62px; */
    overflow: hidden;
}

.scl-adrs h5 {
    color: #5e5e5e;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}

.scl-adrs h6 {
    color: #737373;
    font-family: lato;
    font-weight: 700;
    margin: 0;
}

.header-socials ul li:hover span i {
    background: #619d09;
    color: #fff;
}


.footer-top {
    background: #272727;
}

.footer-logo {
    width: 100%;
    padding: 5px 40px 10px;
    text-align: center;
}

.footer-logo img {
    max-width: 180px;
}

.footer-r p {
    color: white;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width:540px) {
    .header-socials ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-socials ul li {
        margin-bottom: 20px;
    }

    .header-socials ul li:not(:last-of-type) {
        margin-right: 0;
    }

    header {
        background: white;
    }

    header,
    .mobile-menu-area {
        z-index: 98;
        position: sticky;
        top: -399px;
    }
}

/* ------------------home page------------------ */
.about-subheading {
    color: #619d09;
    font-size: 26px;
    font-weight: 600;
}

.rm-arrow {
    margin-left: 5px;
}

.servce-cntnt .h5{
    font-weight: 600;
}

.funfact-img img {
    filter: brightness(0) invert(1);
    width: 70px;
    aspect-ratio: 1/1;
}

/* ------------------testimonial------------------ */
.review {
    height: 100px;
    overflow: auto;
    padding-right: 5px;
}

.review::-webkit-scrollbar {
    width: 4px;
}

.review::-webkit-scrollbar-track {
    background: #f1f1f143;
    border-radius: 20px;
}

.review::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    border-radius: 20px;
}

.review::-webkit-scrollbar-thumb:hover {
    background: #646464;
}

/* ------------------contact page------------------ */
.contact-section p {
    font-size: 18px;
}

.contact-section p a {
    color: #616161;
}

.contact-section p a:hover {
    color: #619d09;
}

.contact-section .h4 {
    font-weight: 600;
}

.contact-section i {
    color: #619d09;
}

.contact-section .contact-item {
    box-shadow: 0 0 8px 2px #629d0826;
    transition: all linear 0.3s;
}

.contact-section .contact-item:hover {
    transform: translateY(-5px);
}

/* ------------------about page------------------ */

.about-section {

    font-size: 16px;
}

.about-section p {
    font-size: 16px;
    text-align: justify;
}

.about-list {
    margin-bottom: 15px;
}

.about-list li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.about-list li::before {
    content: "🌱";
}

/* ------------------products page------------------ */

.products .card {
    width: 100% !important;
    transition: all linear 0.3s;
}

.products .card:hover {
    transform: translateY(-5px);
}

.products .card .product-image {
    aspect-ratio: 1/0.85;
    /* aspect-ratio: 1/0.9; */
    overflow: hidden;
}

.products .card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
}


.products .card:hover .product-image img {
    transform: scale(1.05);
}

.products h3 {
    font-size: 18px;
}

/* ------------------------------------------------- */