/********** Template CSS **********/
:root {
    --primary: #2e48a3;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    border-radius: 50% !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 16px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #186e1f;
}

.navbar-toggler{
    position: absolute;
    top: 8px;
    right: 0;
}



.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 60px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
    padding: 12px 0;
    background-color: #fff;
}

.home_top{
    background-color: #ffffffb5 !important;
}


.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #186e1f;
    background: transparent;
    border: 1px solid #186e1f;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #34803a;
    border-color: #174e1c;
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/inner_banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fruit_header {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/fruit_banner.jpg);
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}


.section-title.text-start::before {
    width: 80px;
    left: 0;
}

.section-title.text-start::after {
    width: 50px;
    left: 0;
}


/*** Service ***/
.service-item {
    background: #d5efd7;
    transition: .5s;
}

.service-item h3{
    color: #338039;
}

.service-item:hover {
    margin-top: -10px;
    background: #338039;
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}



.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #030303;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid #c3c3c3;
}

.footer .copyright a {
    color: #338039;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.navbar-brand img {
    width: 220px;
    height: auto;
}

.btn-primary {
    color: #000;
    background-color: #34803a;
    border-color: #a4d5a8;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1c6422;
    border-color: #a4d5a8;
}

.header-carousel .position-absolute::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* background: linear-gradient(45deg, #000000ba 13.62%, rgba(0, 0, 0, 0.459) 68.99%); */
    width: 100%;
    height: 100%;
    z-index: 1;
}
.header-carousel .position-absolute .container{
    z-index: 9999 !important;
}

.home-about{
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.display-3 {
    font-size: 3rem;
}

.home-about h1{
    color: #338039 !important;
}

.home-about h6{
    color: #000 !important;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 22px;
}



.home-products {
    padding: 0px 0px 40px;
    background-color: #fff;
}

.home-products .container{
    z-index: 999;
    position: relative;
}

.home-products .section-title{
    margin-top: 60px;
    padding: 10px;
    background-color: #f3f3f3 !important;
}

.home-products h1{
    color: #338039 !important;
}

.home-products h6, .home-about h6{
    font-family: 'Cookie', cursive;
}

.home-products h6{
    font-size: 22px;
}

.product-box{
    margin-top: 60px;
    text-align: center;
}

.products_section{
    text-align: left !important;
    background-color: #fff;
}

.products_section .home-products-box{
    padding: 30px;
}

.products_section .section-title {
    padding: 10px;
    background-color: #fff !important;
}

.products_section .course-item {
    height: 100%;
}

.prod-readmore{
    width: 38px;
    height: 38px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    
}
.prod-readmore i{
    transform: rotate(45deg);
}

.contact_us{
    background-color: #fff !important;
}

.footer_section{
    position: relative;
    background-color: #ecf7ec !important;
}
.footer_section .section-title {
    padding: 10px;
    background-color: #fff !important;
}

.footer_section p{
    color: #030303;
    margin-top: 20px;
    line-height: normal;
}

.footer_section p a{
    color: #030303;
}

.footer_section h4{
    color: #338039 !important;
}

.copyright {
    color: #030303;
}

.top1 {
    position: fixed;
    z-index: 999;
    bottom: 36%;
    left: 10px;
    width: 35px;
    height: auto;
}
.top2 {
    position: fixed;
    z-index: 999;
    bottom: 29%;
    left: 10px;
    width: 35px;
    height: auto;
}
.top3 {
    position: fixed;
    z-index: 999;
    bottom: 22%;
    left: 10px;
    width: 35px;
    height: auto;
}
.top4 {
    position: fixed;
    z-index: 999;
    bottom: 15%;
    left: 10px;
    width: 35px;
    height: auto;
}
.top5 {
    position: fixed;
    z-index: 999;
    bottom: 8%;
    left: 10px;
    width: 35px;
    height: auto;
}

.contact_address .mb-3{
    margin-bottom: 40px !important;
}

.address_title{
    margin-bottom: 30px;
}

.contact_address p a{
    color: #333;
}
.contact_address p a:hover{
    color: #000;
}

.footer_section img{
    width: 150px;
    height: auto;
}

.qrcode img{
    width: 180px;
    height: auto;
    padding: 10px;
    border-radius: 12px;
    background-color: #186e1f61;
}

.bg-primary{
    background-color: #34803a !important;
}
.text-primary {
    color: #34803a !important;
}


.home_services{
    padding: 40px 0;
}

.home_why_choose{
    text-align: center;
    padding: 40px 0;
}
.home_why_choose .container-fluid{
    padding-left: 50px;
    padding-right: 50px;
    z-index: 99;
    position: relative;
}

.home_why_choose {
    padding: 3rem;
    background-color: #e0ede1;
    border-radius: 10px;
}
.home_why_choose .cta-container h2{
    margin-bottom: 30px;
}

.header_top{
    padding: 12px 0 !important;
    background-color: #186e1f;
}

.header_top a{
    color: #fff;
}

.navbar-toggler{
    margin-left: 20px;
}

.course-item.bg-light {
    background-color: #d5efd7 !important;
}

.course-item.bg-light h5{
    color: #338039;
}

.gallery_top{
    margin-bottom: 20px;
}

.category-card {
    text-align: center;
    position: relative;
    background-color: #9bd19f;
    padding: 15px 15px 15px 15px;
    transition: 0.4s ease-in-out;
    border-radius: 200px 200px 0 0;
}

.home-products-box h5{
    color: #135819;
}

.category-card .cat-i-bottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}
.category-card .cat-i-bottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.category-card .position-relative{
    border-radius: 200px 200px 0 0;
}


.footer-logo {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}
.footer-border {
    height: 1px;
    background: #e17824;
    width: 100%;
}
.footer-logo a img {
    width: 180px;
    display: block;
}

.food-card {
    background: url(../img/product_inner_bg.png) no-repeat center center;
    background-size: cover;
    padding-right: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.food-card .thumb{
    position: relative;
    z-index: 2;
    border-radius: 20px;
    padding: 30px 20px 30px;
    transition: 0.4s;
}

.food-card .thumb img {
    transition: 0.4s;
    max-width: 130px;
    height: auto;
}

.food-card h4{
    font-size: 18px;
}

/* .food-card .thumb .food-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    inset: 0px;
    background: var(--white-color);
    transition: 0.4s;
} */
.bg-mask {
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}

.products_page{
    padding: 60px 0;
}

.products_page .container-fluid{
    padding-left: 60px;
    padding-right: 60px;
}


.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    top: -84px;
}

.home_prod_img {
    width: 100%;
    text-align: center;
    position: absolute;
}

.home_prod_img img {
    width: 100%;
}

.products_page{
    padding: 60px 0;
}

.products_page_content{
    padding-bottom: 30px;
}

.products_page_content h4{
    font-size: 22px;
    color: #186e1f;
    font-weight: bold;
    padding-top: 20px;
}

.products_page_content h5{
    font-size: 16px;
    font-weight: 600;
    padding-top: 6px;
}



.home_about_section{
    top: -70px;
    position: relative;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

/*** Header carousel ***/
@media (max-width: 768px) {

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        top: 0px;
    }

    .navbar-light .navbar-nav{
        margin-top: 30px;
        padding-top: 10px !important;
    }

    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 300px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header_top .h-100{
        height: auto !important;
    }
    
   .header_top .text-start {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 105px;
        height: auto;
    }
    .navbar {
        display: block;
    }
    .navbar-toggler {
        margin-left: 20px;
        margin-top: 20px;
    }
    .contact_address br{
        display: none;
    }
    .home-products .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
    .home-products {
        padding: 60px 0px 40px;
    }

    .address_details .d-flex {
        display: block !important;
    }
    .address_details h5{
        text-align: center;
        margin-bottom: 10px;
    }
    .address_details_icon{
        margin: 0 auto;
        padding: 14px 18px;
        margin-bottom: 15px;
    }

    .section-title::after {
        left: 58px;
    }
    .section-title::before {
        left: 30px;
    }
    .top_details_company.text-end {
        padding-top: 6px;
        text-align: center !important;
    }

        .header_top .text-start {
        text-align: center !important;
    }

}

@media (max-width: 576px) {
    .header-carousel .owl-carousel-item {
        min-height: 142px;
    }

    .header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        margin-right: 12px;
    }

    .header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
        font-size: 16px;
    }

    .header-carousel .owl-nav {
        top: 75%;
    }
    .header-carousel .owl-nav{
        flex-direction: unset;
    }
    
    .home_why_choose .cta-container {
        padding: 1.2rem;
    }

    .home_why_choose .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    
}