
html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif !important;
    color: #000;
    /*  padding-top: 83px*/
}

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

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

p {
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    color: #333;
}

.container-fluid {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
/**************** header-section *******************************************/
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url('../images/loader_2.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99;
    background-size: 10%;
}

.hide {
    display: none;
}

.header-area {
    background-color: #5bb436;
    padding: 8px 0px;
}

.left ul {
    display: flex;
    align-items: center;
}

    .left ul li {
        margin-right: 45px;
        font-size: 14px;
        color: #fff;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
            text-decoration: none;
        }

.left ul {
    display: flex;
    align-items: center;
    margin: 0px;
}

    .left ul li {
        margin-right: 45px;
        font-size: 14px;
        color: #fff;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
        }

.right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
}

    .right ul li {
        margin-left: 25px;
        font-size: 16px;
        color: #fff;
    }

        .right ul li a {
            color: #fff;
        }

header.header-section {
    background: white;
    height: 100px;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%);*/
    padding-bottom: 0;
    transition: all .5s ease;
    transition-duration: 0.6s;
    /* position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;*/
}

.search-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-header img {
    width: 100%;
}

ul.navbar-nav.headerSlot i.fa.fa-cart-plus {
    font-size: 25px;
    color: #585858;
}

.newsletter-form form {
    margin: 15px 15px 15px 15px !important;
}

.header-searchSlot .newsletter-form input {
    background-color: #fff;
    border: 1px solid #03b9ad;
    transition: all 0.5s ease 0s;
}

span.nadeemmmk {
    color: black;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.liststyle ul.ul_list li:hover {
    background: #06060617;
    cursor: pointer;
}

.liststyle ul.ul_list li {
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ffffff40;
}

.header-searchSlot:hover .products_submenu {
    opacity: 1;
    z-index: 9999;
    transform: scaleY(1);
}

.newsletter-form .products_submenu.companySlot {
    max-width: 90.5% !important;
    left: 20px;
    padding: 0px;
}

.liststyle {
    margin: 0px;
}

.header-searchSlot {
    display: none;
    transition: all .5s ease;
}

    .header-searchSlot.formSlot {
        display: block;
        transition: all .5s ease;
    }

.add_cart {
    width: 20px;
    height: 20px;
    background: #5bb436;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 6px;
}


header.header-section.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 2px 1px 4px #999;
    width: 100%;
    transition: all .5s ease;
    transition-duration: 0.6s;
}

ul.navbar-nav.headerSlot {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

    ul.navbar-nav.headerSlot li.nav-item {
        margin-left: 0px;
    }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link {
            font-size: 14px;
            color: #000;
            font-weight: 500;
            padding: 25px 10px;
            text-transform: uppercase;
            position: relative;
        }

            ul.navbar-nav.headerSlot li.nav-item a.nav-link.active {
                color: #5bb436;
            }

            ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover {
                color: #5bb436;
            }

            ul.navbar-nav.headerSlot li.nav-item a.nav-link:after {
                content: "";
                border: 5px solid transparent;
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
                width: 5px;
                bottom: 15px;
            }

        ul.navbar-nav.headerSlot li.nav-item:hover a:after {
            border-bottom-color: #5bb436;
        }

img.logo_imgs {
    width: 100%;
    max-width: 200px;
}

.navbar-collapse {
    align-items: center;
    width: 100%;
    z-index: 9;
}


.products_submenu.companySlot {
    width: 100% !important;
    max-width: 220px !important;
    left: 270px;
    padding: 20px 20px;
}

.products_submenu {
    background: #f9f9f9;
    padding: 30px;
    width: 100% !important;
    max-width: 100% !important;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    left: 0px;
    transform: scaleY(0);
    opacity: 0
}

ul.navbar-nav.headerSlot li.nav-item:hover .products_submenu {
    opacity: 1;
    z-index: 9999;
    transform: scaleY(1);
}

.submenuSlot {
    margin-bottom: 20px;
}

    .submenuSlot h4 {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #c2c2c2;
        text-transform: uppercase;
    }

        .submenuSlot h4 a.FIRST {
            color: #000;
            text-decoration: none;
        }

        .submenuSlot h4:hover {
            color: #5bb436;
        }

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

    ul.ul_list li a {
        font-size: 15px;
        color: #000;
        text-decoration: none;
        font-weight: 400;
    }

        ul.ul_list li a:hover {
            color: #5bb436;
        }

.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #018cd5;
    border: 1px solid #018cd5;
}

.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

button.slick-arrow, button.slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    left: 0px;
    z-index: 1;
    width: 60px;
    background: #0003;
    height: 60px;
    border-radius: 30px;
    border-style: none;
}

button.slick-next.slick-arrow {
    right: 0px;
    left: auto;
}

    button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {
        content: "\f104";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #333;
        position: absolute;
        top: -8px;
        font-size: 50px;
        left: 16px;
        transition: all .5s ease;
    }

    button.slick-next.slick-arrow:before {
        content: "\f105";
        left: 24px;
    }
   
    section.slick_slider button.slick-prev.slick-arrow {
        visibility: hidden;
        left: -100%
    }
section.slick_slider:hover button.slick-prev.slick-arrow {
    visibility: visible;
    left: 50px;
    transition: all .5s ease;
}

section.slick_slider button.slick-next.slick-arrow {
    visibility: hidden;
    right: -100%
}

section.slick_slider:hover button.slick-next.slick-arrow {
    visibility: visible;
    right: 50px;
    transition: all .5s ease;
}
section.slick_slider ul.slick-dots {
    /* display: flex; */
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
}

    section.slick_slider ul.slick-dots li button {
        padding: 0;
        border: 0;
        margin-right: 10px;
        background: #000;
        font-size: 0;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        line-height: 1;
        cursor: pointer;
        outline: none;
    }

    section.slick_slider ul.slick-dots li.slick-active button {
        background: #5bb436;
    }


.top_categories {
    position: relative;
    background-color: #f9f9f9;
    /*  box-shadow: 0 0 10px rgb(0 0 0 / 20%);*/
    padding: 30px;
}

.categories_txt:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0px;
    width: 1px;
    height: 100%;
    background: #bfbfbf;
}

.categories_txt:last-child .categories_txt:after {
    content: "none";
}

.categories_txt {
    position: relative;
}

.shoppig_txt {
    padding: 15px 0px 0px;
}

.shopping_icon {
    float: left;
    margin-right: 20px;
    background: #5bb436;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    padding: 18px 0px;
    transition-duration: 0.3s;
}

.categories_txt:hover .shopping_icon {
    box-shadow: -8px -10px 3px 0 rgb(0 0 0 / 12%);
    transition-duration: 0.3s;
}

.shopping_icon i {
    font-size: 35px;
    color: #fff;
}

.shoppig_txt h2 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}

.shoppig_txt p {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    line-height: 25px;
    color: #3e3e3e !important;
}

.choose_header {
    text-align: center;
}

    .choose_header p {
        text-align: center !important;
        margin: 0px 0px 20px;
    }

    .choose_header h3 {
        font-size: 35px;
        font-weight: 600;
        color: #333;
        text-transform: capitalize;
        /* font-family: 'Gotham' !important; */
        font-family: 'Playfair Display', serif;
    }

.reflection-text {
    position: relative;
    margin: -5px 0px 30px;
    display: inline-block;
}

    .reflection-text div {
        position: absolute;
        text-align: center;
        bottom: -2rem;
        width: auto;
        display: inline;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }

        .reflection-text div i {
            color: #ffffff;
            z-index: 9;
            font-size: 16px;
            position: relative;
            background: #5bb436;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            line-height: 26px;
        }

    .reflection-text .one {
        width: 90px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 130%;
        background: #333;
        z-index: 9;
    }

    .reflection-text .two {
        width: 90px;
        height: 2px;
        position: absolute;
        top: 50%;
        right: 130%;
        background: #333;
        z-index: 9;
    }
/*  ----------------------------About Us Section Csssssssssssssssssssssssss------------------*/


section.aboutSlot {
    margin: 0px 0px 70px;
    background: #f9f9f9;
    padding: 50px 0px;
}

.who_we {
    background: white;
    padding: 40px;
    border-top: 4px solid #5bb436;
}

.imgsSlot img {
    width: 100%;
    height: auto;
}

.about-content {
    margin-left: -150px;
    margin-top: 25px;
    padding: 30px;
    background: #f9f9f9;
}

.vission_box h4 {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    padding: 10px 0px 10px;
    position: relative;
}

    .vission_box h4:after {
        content: '';
        position: absolute;
        top: 39px;
        left: 42px;
        width: 75px;
        height: 2px;
        background: #5bb436;
    }
/*  ---------------------------- End   About Us Section Csssssssssssssssssssssssss------------------*/

/*  ---------------------------- Start   AServices Section Csssssssssssssssssssssssss------------------*/
.about-imgs {
    position: relative;
    cursor: pointer;
}

    .about-imgs:before {
        position: absolute;
        background: rgba(0, 0, 0, 0.1);
        width: 0;
        top: 0;
        left: 50%;
        content: "";
        transition-duration: 0.3s;
    }

    .about-imgs:hover:before {
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        transition-duration: 0.3s;
    }

    .about-imgs img {
        width: 100%;
        border-radius: 7px;
        height: 658px;
        object-fit: cover;
    }

section.about-Sec {
    margin: 60px 0px 60px;
    /* background: rgb(255 255 255); */
    background: linear-gradient( 0deg, rgb(236 236 236) 50%, rgba(255,255,255,1) 50%);
    padding: 0px 0px 40px;
}

.about-content h5 {
    font-size: 24px;
    margin: 0px 0px 10px;
    padding: 0;
    color: #000;
}

a.read_more {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #5bb436;
    padding: 14px 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 16px 3px #00000026;
}

    a.read_more:hover {
        text-decoration: none;
        box-shadow: none;
        background: #1A2C79
    }

div#Read_more {
    margin: 30px 0px 0px;
    text-align: right;
}

.service_box {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
    background: white;
    border-radius: 10px;
    transition: all .4s ease;
    height: 470px;
    overflow: hidden;
    padding: 20px;
}

.box_imgs img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition-duration: 0.6s;
}

    .box_imgs img:hover {
        transform: scale(1.2);
        transition-duration: 0.6s;
    }

.box_imgs {
    position: relative;
    cursor: pointer;
    background: #e4e1e1;
}
/*.box_imgs:before {
    content: '';
    position: absolute;
    top: 76px;
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 82px 153px 66px 143px;
    border-color: transparent transparent #fefefe transparent;
    transition-duration:0.6s;
}
.service_box:hover .box_imgs:before{
    display: none;      transition-duration:0.6s;
}*/

.box_content h2 {
    font-size: 20px;
    color: #1A2C79;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 5px 0px;
}

.box_content p {
    text-align: justify;
    line-height: 25px;
    font-size: 14px;
    margin: 0px;
}

.box_content a {
    font-size: 14px;
    color: #5bb436;
    text-align: right;
    float: right;
}
/*  ---------------------------- End   Services Section Csssssssssssssssssssssssss------------------*/

.sliderSlot ul.nav.nav-tabs li.nav-item button {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

ul.list_imgs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 65px 0px 0px;
}

    ul.list_imgs li {
        margin-right: 20px;
    }

        ul.list_imgs li img {
            width: 100%;
            border-radius: 7px;
            box-shadow: 0px 0px 8px 3px #00000012;
            transition-duration: 0.6s;
        }

            ul.list_imgs li img:hover {
                transform: translate(0px, -10px);
                transition-duration: 0.6s;
            }

.product_imgs img {
    width: 100%;
    background: #f2f2f2;
    border-radius: 7px;
}

section.dealSLot {
    padding: 50px 0px;
}

.content_box h4 {
    font-size: 30px;
    font-weight: 500;
    padding: 20px 0px 10px;
    position: relative;
}

.content_box p {
    margin-bottom: 40px;
}

.content_box h4:after {
    content: '';
    position: absolute;
    top: 39px;
    left: 210px;
    width: 75px;
    height: 2px;
    background: #5bb436;
}

/*---------------------- start product slider  cssssssssssssssssssss---------------*/



.carouselSlider {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    /* text-align: center; */
    border-radius: 7px;
    background: #fff;
    height: 400px;
}

.slidermanufacturing_sec p {
    font-size: 15px;
    padding: 20px 20px 20px 20px;
    margin: 0px;
    text-align: left;
    line-height: 25px;
}

.sliderSlot .owl-nav {
    display: block !important;
}

    .sliderSlot .owl-nav button {
        position: absolute;
        bottom: 180px;
        left: 0px;
        width: 25px;
        height: auto;
        border-radius: 0px 5px 5px 0px;
        background: #5bb436 !important;
    }

        .sliderSlot .owl-nav button.owl-next {
            left: initial;
            right: 0px;
            border-radius: 5px 0px 0px 5px;
        }

        .sliderSlot .owl-nav button span {
            font-size: 45px;
            line-height: 30px;
            color: #fff;
        }

.slider_content {
    padding: 20px;
}

    .slider_content a {
        color: #333;
        font-size: 14px;
        font-weight: 500;
    }

        .slider_content a:hover {
            color: #402275;
        }

    .slider_content p {
        padding: 5px 0px 0px;
    }

.slidermanufacturing_sec img {
    width: 100% !important;
    height: 235px !important;
    object-fit: contain;
}

div#searchbar {
    margin: 15px;
}

.slidermanufacturing_sec {
    position: relative;
}

.hover_imgs {
    position: absolute;
    top: 0px;
    left: -390px;
    transition: all 0.4s ease;
}

.slidermanufacturing_sec:hover .hover_imgs {
    transition: all 0.4s ease;
    left: 0px;
}

.mrpSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0px;
}

    .mrpSection label {
        font-size: 15px;
        color: #333;
        margin: 0px;
    }

    .mrpSection span {
        font-size: 15px;
        color: #f44336;
        /* text-decoration: line-through; */
    }

.reviewSlot a {
    color: #fb9924 !important;
}

.hover-cartSlot {
    position: absolute;
    top: -60px;
    left: 0px;
    transition: all 0.3s ease;
}

    .hover-cartSlot ul {
        display: flex;
        list-style: none;
        padding: 10px 64px;
        width: 100%;
        background: #00000038;
    }

.carouselSlider:hover .hover-cartSlot {
    top: 0px;
    transition: all 0.3s ease;
}

.hover-cartSlot ul li {
    margin-right: 20px;
}

    .hover-cartSlot ul li a i {
        background: #5bb436;
        width: 40px;
        height: 40px;
        font-size: 22px;
        color: #ffffff;
        line-height: 43px;
        text-align: center;
        border-radius: 50%;
    }

        .hover-cartSlot ul li a i:hover {
            background: #172e90;
        }

h5.moringa-leaf {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}

img.bottom-imgs {
    width: 100%;
    margin-bottom: 20px;
}

.tab-content.tabSlot {
    margin: 20px 0px 0px;
}

/*---------------------- End product slider  cssssssssssssssssssss---------------*/



section.testimonialSlt {
    background: #5bb436 url(../../images/pattern.png);
    padding: 80px 0px;
    background-position: 50%;
    margin: 40px 0px 70px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.carousel-inner.testimonial_sec {
    width: 100%;
    margin: 0px auto;
}

.text0 {
    background: #fff;
    border-radius: 6px;
    height: 160px;
    width: 400px;
    padding: 30px 42px 34px 80px;
    color: #333;
    font-size: 14px;
    position: relative;
    margin: auto;
    text-align: left;
}

.quote {
    width: 31px;
    height: 27px;
    left: 35px;
    top: 35px;
    position: absolute;
    background: url(../../images/quots.png) no-repeat 0 0;
}

.text0 p {
    font-size: 15px;
    line-height: 30px;
}

.userprofile {
    text-align: center;
    margin: -20px 0px 0px;
    display: flex;
    justify-content: center;
    position: relative;
}

    .userprofile img {
        width: 100px !important;
        height: 100px;
        border-radius: 50%;
        box-shadow: 0px -3px 0px #5bb436;
    }

    .userprofile h3 {
        font-size: 18px;
        margin: 0px;
        color: #fff;
    }

    .userprofile div {
        margin: 40px 0px 0px 20px;
    }

span.position {
    font-size: 16px;
    color: #fff;
}

.brack-line.testimonial:after {
    background: #fff;
}

.brack-line.testimonial {
    background: white;
}

section.testimonialSlt .owl-nav {
    position: absolute;
    top: -40px;
    left: 12px;
    opacity: 0;
    transform: scaleY(0);
}

section.testimonialSlt:hover .owl-nav {
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.5s ease 0s;
}

section.testimonialSlt button.owl-prev {
    color: white !important;
    font-size: 30px !important;
    width: 30px;
    height: 40px;
    background: #1a2c79 !important;
    line-height: 40px !important;
    transition: all 0.5s ease 0s;
}

section.testimonialSlt button.owl-next {
    color: white !important;
    font-size: 30px !important;
    width: 30px;
    height: 40px;
    background: #1a2c79 !important;
    line-height: 40px !important;
}


.blogSlot p {
    padding: 0px 15px;
    text-align: justify;
    color: #333 !important;
}


.blogSlot {
    border-radius: 10px;
    /* border: 1px solid #cecccc; */
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 13px 0px rgb(0 0 0 / 11%);
    overflow: hidden;
}

    .blogSlot img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .blogSlot h6 {
        font-size: 15px;
        color: #999;
        padding: 10px 0px 10px 15px;
    }

    .blogSlot h2 {
        font-size: 22px;
        color: #333;
        font-weight: 600;
        letter-spacing: 1px;
        padding-left: 14px;
    }



.newsletter {
    background-image: url('../../images/newsletter.jpg');
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 70px 0px 0px;
    background-position: left;
}

.title {
    font-size: 38px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    line-height: 30px;
    color: #fff;
}

.title-subtitle {
    font-weight: 400;
    padding-top: 38px;
    font-size: 16px;
    color: #fff;
}

.newsletter-form form {
    position: relative;
    margin-top: 40px;
}

.newsletter-form input {
    background-color: #fff !important;
    border: 1px solid #fff;
    padding: 14px 50px 14px 18px;
    font-size: 14px;
    color: #333;
    height: 43px;
    width: 100%;
    outline: none;
    border-radius: 20px;
    font-weight: 400;
}

.newsletter-form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    border: none;
    background-color: #5bb436;
    padding: 13px 25px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 43px;
    z-index: 9999;
    border-radius: 0 20px 20px 0px;
    font-weight: 500;
    outline: none;
    z-index: 99;
}

section.our_video {
    margin: 60px 0px 0px;
}

.newsSlot img {
    width: 100%;
    height: 370px;
}

.news_txt {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: -116px 0px 0px;
    padding: 0px 15px;
}

    .news_txt div h2 {
        font-size: 22px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
    }

.buttnSlot a {
    background: #5bb436;
    padding: 10px 25px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.news_txt div p {
    color: #fff !important;
}

.newsSlot {
    overflow: hidden;
    cursor: pointer;
    height: auto;
    filter: grayscale(1);
    transition: all 0.4s ease 0.2s;
}

    .newsSlot:hover {
        filter: grayscale(0);
        transition: all 0.4s ease 0.2s;
    }

.buttnSlot {
    position: relative;
    left: 180px;
    transition: all 0.5s ease 0s;
    width: 180px;
}

.newsSlot:hover .buttnSlot {
    left: 0px;
    transition: all 0.5s ease 0s;
}
