/********** Template CSS **********/

:root {
    /* --primary: #3CB815; */
    --primary: #3ab089;
    --secondary: #F65005;
    --light: #F7F8FC;
    --dark: #111111;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bg-icon {
    background: url(../img/bg-icon.png) center center repeat;
    background-size: contain;
}

.bg-icon1 {
    background: url(../img/bg-icon2.png) center center repeat;
    background-size: contain;
}

.bg-icon2 {
    background: url(../img/bg-icon3.jpg) center center repeat;
    background-size: contain;
}

.bg-icon3 {
    background: url(../img/f-16.png) center center repeat;
    background-size: cover;
}


/*** 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-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
    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;
}


/*** Navbar ***/

.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    /* border-bottom: 1px solid rgba(0, 0, 0, .07); */
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 15px 15px;
    color: #fff;
    font-weight: 700;
    outline: none;
}

.navtop {
    margin-top: 5%;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--#fff) !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }
    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
    border-radius: 3rem;
    display: none;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 10rem;
    padding-bottom: 6rem;
    background: url(../img/wrapper/spices-herbs.jpg) top right no-repeat;
    background-size: cover;
}

.page-header-2 {
    padding-top: 18rem;
    padding-bottom: 5rem;
    background: url(../img/wrapper/wrap-4.jpg);
    background-size: contain;
}

.page-header-3 {
    padding-top: 20rem;
    padding-bottom: 6rem;
    background: url(../img/wrapper/wrapper-6.jpg) top right no-repeat;
    background-size: cover;
}

.page-header-4 {
    padding-top: 18rem;
    padding-bottom: 6rem;
    background: url(../img/wrapper/wrap-3.jpg) top right no-repeat;
    background-size: cover;
}

.page-header-5 {
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url(../img/wrapper/wrap-2.jpg) top right no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Section Header ***/

.section-header {
    /* position: relative; */
    padding-top: 25px;
}

.section-header::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
}

.section-header::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
}

.section-header.text-start::before,
.section-header.text-start::after {
    left: 0;
    transform: translateX(0);
}


/*** About ***/

.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-image: -webkit-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -moz-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -ms-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -o-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-size: 20px 20px;
    transform: skew(20deg);
    z-index: 1;
}


/*** Product ***/

.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.product-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item img {
    transition: .5s;
}

.product-item:hover img {
    transform: scale(1.1);
}

.product-item small a:hover {
    color: var(--primary) !important;
}


/*** Testimonial ***/


/* .testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
} */

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    /* background-image: url(/img/blog-1); */
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--secondary) !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/

.footer {
    color: #999999;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    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;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #9d9d9f;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


/* ------------------------------------ */

.white-box {
    background: #fff;
    padding: 30px 0 20px 0;
    box-shadow: 0 0 5px #797979;
}

.white-box-two {
    background: #fff;
    padding: 10px;
    /*box-shadow: 0 0 5px #525252;*/
    outline: 1px solid;
    outline-offset: -10px;
}

section#process .general-title {
    margin-bottom: 0;
}

.white-box-big {
    padding: 0 35px;
    margin-top: -25px;
    margin-bottom: 43px;
}

.white-box-big p {
    padding-bottom: 8px;
}

.white-box-big p:last-child {
    padding-bottom: 0;
}

.white-box-big p:first-child {
    font-size: 19px;
    padding-bottom: 15px;
    color: #1abc9c;
    text-decoration: underline;
}

#home-final {
    position: relative;
}

#home-final:before {
    position: absolute;
    content: '';
    background-color: #ffffff42;
    width: 100%;
    top: 0;
    bottom: 0;
}

.section {
    position: relative;
    display: block;
    padding: 80px 0;
}


/* ------------ */

.client-line {
    text-align: center;
}

.line-img {}

img.client-img {
    width: 100%!important;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 5px;
    width: 50%;
    background-color: rgb(221, 38, 31) !important;
}

.ptext {
    text-align: justify !important;
}

.pcolor {
    color: #fff;
}


/* ----------overlay--------------------------- */

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}


/* ---------------ABOUT US VISION MISSION--------------------------------------- */


/* .logo-img {
    width: 180px;
    aspect-ratio: auto 200 / 125;
    height: 155px;
} */

#slider {
    overflow: hidden;
    /* width: 100%; */
    height: 590px;
    min-height: 400px;
    line-height: 400px;
    object-fit: contain !important;
    padding-top: 3% !important;
}

#slider .img {
    min-height: 400px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important;
    position: absolute !important;
}


/* #slider .header-carousel {
    padding-top: 50% !important;
} */


/* .grad {
    background-image: linear-gradient(to right, #3ab089, rgb(82, 82, 77));
} */

.zoom {
    padding: 50px;
    transition: transform .2s;
    /* Animation */
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.text-dec {
    color: #fff !important;
}


/* @media only screen and (min-width: 375px) and (max-width: 991px) {
    .mob-text {
        padding-top: 40% !important;
    }
    .nav-clr {
        color: #000 !important;
    }
} */

@media only screen and (min-width: 275px) and (max-width: 991px) {
    .mob-text {
        padding-top: 40% !important;
    }
    .nav-clr {
        color: #000 !important;
    }
    /* #d-topbar {
        display: none !important;
        visibility: hidden !important;
    } */
    #m-logo {
        visibility: visible !important;
    }
    .mtext {
        font-size: 40px !important;
        /* text-align: center; */
        padding-top: 20%!important;
    }
    .nav-under-fade-up::before {
        width: 15% !important;
    }
    .mmstrat {
        justify-content: start !important;
    }
    .mmend {
        justify-content: end !important;
    }
    .mmr-2 {
        text-align: center !important;
    }
    .mhtext {
        font-size: 2rem !important;
    }
    .mptext {
        font-size: 35px !important;
    }
    .mmt {
        margin-top: 10% !important;
    }
    .jc {
        text-align: start !important;
    }
    .display-5 {
        font-size: 4rem !important;
    }
    .mfont {
        font-size: 22px !important;
    }
    .bsize {
        height: 55ch !important;
        width: 100% !important;
    }
    .bsize-2 {
        height: 40ch !important;
        width: 100% !important;
    }
    .bsize-3 {
        height: 50ch !important;
        width: 105% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 2000px) {
    #m-logo {
        display: none !important;
        visibility: hidden !important;
    }
    .sli-txt {
        font-size: 60px !important;
        text-align: center !important;
        padding-top: 20%!important;
    }
    .sli-txt-2 {
        font-size: 50px !important;
        text-align: center !important;
        padding-top: 10%!important;
    }
    .fot {
        display: grid !important;
        justify-content: center !important;
    }
    .nav-under-fade-up::before {
        width: 70%;
    }
    .jc {
        text-align: end !important;
    }
    .dwidth {
        width: 100%;
    }
}


/* navbar underline */

.nav-under {
    padding: 20px 0px;
    /* margin: 0px 20px; */
    display: inline-block;
    position: relative;
    opacity: 0.75;
}

.nav-under:hover {
    opacity: 1;
}

.nav-under::before {
    transition: 300ms;
    height: 5px;
    content: "";
    position: absolute;
    background-color: #2f7408;
}

.nav-under-ltr::before {
    width: 0%;
    bottom: 10px;
}

.nav-under-ltr:hover::before {
    width: 100%;
}

.nav-under-fade-up::before {
    /* width: 70%; */
    bottom: 5px;
    opacity: 0;
}

.nav-under-fade-up:hover::before {
    bottom: 10px;
    opacity: 1;
}

.nav-under-grow-up::before {
    height: 0%;
    width: 100%;
    bottom: 0px;
}

.nav-under-grow-up:hover::before {
    height: 5px;
}

.sli-txt-3 {
    font-size: 35px !important;
    text-align: center !important;
    padding-bottom: 15%!important;
}

.top {
    margin-top: 0%!important;
}

.navbar-collapse {
    padding-right: 1% !important;
}

.main-head {
    color: #85ab00 !important;
}


/* footer more*/


/* end footer more style */

.mt-10 {
    margin-top: 8%;
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/

.values .card {
    border: 0;
    padding: 160px 20px 20px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.values .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.values .card-title {
    font-weight: 700;
    text-align: center;
    /* margin-bottom: 15px; */
}

.values .card-title a {
    color: #473d3a;
}

.values .card-text {
    color: #000;
}

.values .read-more a {
    color: #656262;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.4s;
}

.values .read-more a:hover {
    text-decoration: underline;
}

.values .card:hover .card-body {
    background: rgb(133, 171, 0) !important;
    opacity: 0.7;
}

.values .card:hover .read-more a,
.values .card:hover .card-title,
.values .card:hover .card-title a,
.values .card:hover .card-text {
    color: #fff;
}

.mb-10 {
    margin-bottom: 50px;
}