body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
}

.text-theam {
    color: #eb5d38;
}

.f-14 {
    font-size: 14px
}

.logo img {
    width: 195px;
}

.cursor-pointer {
    cursor: pointer;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.7 !important;
    /*text-align:justify;*/
}

.header-top {
    background: #5a8e2a;
    padding: 6px 0;
    color: #fff;
    text-align: center;
}

.main-menu ul {
    float: right;
    margin-bottom: 0
}

.main-menu ul li {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.btn-theam {
    background-color: #eb5d38;
    color: #fff;
}
.banner-text {
    width: 100%;
    height: 300px;
    /* background: red; */
    position: absolute;
    top: 0;
    display: flex;
    align-items: center; 
    height: 100vh;
    background:#0000009c;
   
     
}
.header-video {
    display:flex;
    justify-content:center;
    align-items:center
}
.header-video video {
height:100vh;
}
.banner-sec h1{
    font-weight:bold;
}
.banner-sec h6{
     font-family:Caveat;
     font-size:32px !important;
}

.main-menu ul li a {
    padding: 0 6px;
    /* font-size: 14px; */
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

header.bg-white .main-menu ul li a {
    color: #325d0b;
}

.toogle-menu {
    font-size: 23px;
    position: relative;
    top: 2px;
    color: #fff;
    margin-top: -1px;
    margin-left: 13px;
    border: 2px solid;
    line-height: 29px;
    padding: 0 4px;
    border-radius: 5px;
}

.choose-leftsec h4 {
    font-size: 16px;
    margin-bottom: 0;
}

header.bg-white .toogle-menu {
    color: #325d0b;
}

.main-menu ul li a:hover,
.footer-links li a:hover {
    text-decoration: none;
}

.logo-original {
    /* position: absolute; */
    opacity: 1;
    left: 0;
    top: 0;
     transition: all .8s ease-in-out;
}

.text-decoration:hover {
    text-decoration: none;
}

header {
     
}
/*.r-logo
{
     display:none;
    left: 0;
    top: 0;
     transition: all .8s ease-in-out;
}
header.bg-white .r-logo {
    opacity: 1;
    width: 150px;
    margin:0 auto;
    display:block;
    -webkit-transition: all .8s;
        -moz-transition: all .5s;
        transition: all .8s ease-in-out;
}*/

header.bg-white .logo-white {
    opacity: 0;
}
 
header.bg-white .logo-original {
    opacity: 1;
    width: 150px;
    margin:0 auto;
    display:block;
    -webkit-transition: all .8s;
        -moz-transition: all .5s;
        transition: all .8s ease-in-out;
}

header.bg-white .middle-menu {
    padding: 8px 0;
    /* background: #eaffd6; */
}

header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    /* background-color: #fff; */
    /* box-shadow: 0 0 6px; */
}

.header-top {
    background: #5a8e2a;
    padding: 6px 0;
    color: #fff;
    text-align: center;
}

.middle-menu {
    padding: 10px 0;
    /* background: #eaffd6; */
     transition: all .8s ease-in-out;
}

main {
    margin-top: 0;
}

header.bg-white {
    box-shadow: 0 0 6px;
}

a.menu-icon {
    font-weight: 400 !important;
    background: linear-gradient(90deg, #eb613e, #e09d7b);
    color: #fff !important;
    font-size: 13px;
    padding: 4px 10px !important;
    border-radius: 6px;
    margin-left: 5px;
}

.submenu {
    position: absolute;
    padding-top: 56px;
    top: 0;
    display: none;
    min-width: 200px
}

.main-menu ul li:hover .submenu {
    display: block;
}

.submenu ul {
    background: white;
    padding-left: 0;
    border-radius: 12px;
    padding: 5px 0;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.submenu li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}

.submenu li:last-child {
    border-bottom: none;
}

.submenu ul li a {
    white-space: nowrap;
    color: #4a4a4a;
    font-weight: 400;
    float: left;
    width: 100%;
    padding: 7px 11px;
    font-size: 14px;
}

.banner i {
    font-size: 34px;
}

.banner button:focus {
    outline: none;
}

.banner-bottom-icon i {
    background: #fff;
    border-radius: 50%;
    width: 56px;
    padding: 14px;
    height: 56px;
}

.banner-bottom-icon {
    flex: 90px 0 0;
    text-align: left;
    font-size: 28px;
}

.banner-bottom-text {
    color: #fff
}

.banner-bottom {
    background: linear-gradient(45deg, #f1545f, #fbd54e);
}

.choose-leftsec {
    border-radius: 15px;
    text-align: left;
}

.choose-leftsec img {
    display: unset !important;
}

.product-futures {
    background: #d9f3c0;
    padding: 40px 0;
}

.bg-gray {
    background: #e7e7e9;
}

.product {
    border: 1px solid #d4d4d4;
    text-align: center;
}

.product img {
    display: unset !important;
}

.upcoming-products button:focus {
    outline: none;
}

.upcoming-products i {
    font-size: 34px;
}

.upcoming-title {
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
}

.upcoming-title::before {
    content: "";
    height: 3px;
    width: 60px;
    background: red;
    position: absolute;
    bottom: -12px;
}

.product h4 {
    font-size: 18px;
    margin-top: 7px;
}

footer {
    background: #00B0F3;
    padding: 43px 0 20px 0;
}

footer h5,
footer p {
    color: #f7f7f7;
}

footer h5 {
    color: #f7f7f7;
    margin-bottom: 23px;
}

footer p {
    font-size: 14px;
}

ul.footer-links {
    padding-left: 0;
    margin-bottom: 0;
}

ul.footer-links li {
    list-style-type: none;
    float: left;
    width: 50%;
}

ul.footer-links li a {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

ul.social-links {
    padding-left: 0;
    margin-bottom: 0;
}

ul.social-links li {
    float: left;
    list-style-type: none;
}

ul.social-links li a {
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid;
    padding: 0 6px;
    margin-right: 11px;
    margin-top: 1px;
    float: left;
}

.social-media-links {
    padding-left: 0;
    margin-bottom: 0;
}

.social-media-links li {
    display: inline-block;
}

.social-media-links li a {
    color: #fff;
    padding: 0;
    font-size: 30px;
    margin-right: 12px;
}

.about-company-icons i {
    background: #ea5a35;
    font-size: 38px;
    width: 60px;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.about-company-icons.col {
    flex: 60px 0 0;
}

.about-details-sec .nav-link {
    display: block;
    padding: 0 !important;
    background: none !important;
}

.about-details-sec .nav-link.active .choose-leftsec {
    background: #fdebe6 !important;
}

.about-title {
    float: left;
    color: #ea5a35;
}

.ingridents .item {
    padding: 33px 5px;
}

button.owl-prev {
    position: absolute;
    left: 0;
    top: 41%;
    /* background: #ec5b35; */
    background-color: transparent;
    width: 34px;
    border-radius: 0% !important;
    height: 34px;
    border: none !important;
}

button.owl-prev i {
    color: #eb5d38 !Important;
}

.ingridents button:focus {
    outline: none !important;
}

button.owl-next {
    position: absolute;
    right: 0;
    top: 41%;
    background-color: transparent;
    width: 34px;
    border-radius: 0% !important;
    height: 34px;
    border: none !important;
}

button.owl-next i {
    color: #eb5d38 !Important;
}

.ingridents i {
    font-size: 34px;
}

.main-menu {
    transition-duration: 0.3;
}

.benifit-images {
    background: white;
    padding: 10px;
    border: 2px dashed #1e6836;
    border-radius: 50%;
}

.benifit h6 {
    text-transform: capitalize;
    color: #1d6735;
    font-weight: 600;
}

.benifit p {
    font-weight: 600;
    font-size: 13px;
    color: #353535;
}

.Benefits-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    position: relative;
    text-shadow: 3px 4px 6px black;
}

.Benefits-title::before {
    content: "";
    height: 2px;
    background-color: black;
    position: absolute;
    top: 30px;
    width: 40px;
    left: -47px;
}

.Benefits-title::after {
    content: "";
    height: 2px;
    background-color: black;
    position: absolute;
    top: 30px;
    width: 40px;
    right: -47px;
}

h1.banner-title { 
      width: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    padding: 29px 46px 0;
    font-size: 30px; 
    
}
.banner-sec h6 {
   color: white;
    padding: 0 51px;
    font-size: 22px; 
}

.vision-mission {
    /*background-image: url(https://image.freepik.com/free-photo/businessman-hand-holding-wooden-building-blocks_42256-1121.jpg);*/
    padding: 50px 0;
    background-size: cover;
    position: relative;
    color: #fff;
}

.vision-mission::before {
    content: "";
    background: #3e805aeb;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.vision-mission h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    position: relative;
    text-shadow: black 3px 4px 6px;

}
 .banner-sec {
      width: 100% !important;
    padding: 30px 0;
    margin: 0px auto;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    }

@media (min-width:320px) and (max-width: 780px) {

    .header-video
    {
        height:200px !important;
    }

   .header-video iframe {
    height: 200px!important;
    width: 100%;
}



    .logo img {
    width: 150px;
}

   .banner-text {
    width: 100%;
    height: 300px;
    /* background: red; */
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 35vh;
    background: #0000009c;
}
    .banner-sec {
    width: 100% !important;
    padding: 30px 0;
    margin: 0px auto;
    height: 27vh;
    display: flex;
    align-items: flex-end;
}

    .responsiveGallery-wrapper
    {
        margin-bottom:100px !important;
    }
   .Prod-Benifits ul {
    width: 100% !important;
    float: none;
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 0px;
}
    .up-coming {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #eb623d;
    position: relative;
    font-size: 22px;
    margin-bottom: 40px;
}
    .right-wrap {
    float: right;
    padding-left: 8px;
    width: 100%;
}

    .contact-map
    {
        margin-top:30px;
    }
   .header-video video {
    height: auto;
    width: 100%;
    margin-bottom: 0px;
}
    .tab .nav-tabs li {
    margin-bottom: 50px !important;
    margin-right: 20px;
    float: none;
    /* display: inline-block; */
}
    .up-coming::after {
    content: '';
    background: #5a8e2a;
    width: 104px;  
    height: 2px;
     position: absolute;  
    top: 42px;
     left: 85px !important;  
}
    .bg-white {
    background-color: #fff!important;
    
}
    .responsiveGallery-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 44px;
}

    .Benefits-title::before {
    
    top: 19px;
    width: 40px;
    left: -47px;
}
    .Benefits-title::after {
    
    top: 19px;
    width: 40px;
    right: -45px;
}
    .Benefits-title {
    
    font-size: 26px;
   
}

   
    .submenu ul {
    background: white !important;
    padding-left: 0;
    border-radius: 12px;
    padding: 5px 0;
    width: 100%;
    z-index: 999;
}
    .banner-slide
    {
        margin-top:80px;
    }
    .banner-sec h6 {
    font-family: Caveat;
    font-size: 12px !important;
    color: white;
    padding: 0 8px;
}

    h1.banner-title {
   position: absolute;
    z-index: 999;
    top: calc(50% - 29px);
    width: 100%;
    left: 0%;
    /* background: #0000009c; */
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0 27px;
    /* height: 180px; */
    line-height: -12px;
    display: flex;
    align-items: center;
    font-size: 7px !important;
    font-weight: 600;
    line-height: 31px;
    color: #ea5b35;
}

    .main-menu {
        position: fixed;
        background: #fff;
        left: 0%;
        width: 250px;
        top: 0;
        height: 100%;
           transition: all 0.5s ease;
    transform: translateX(-100%);
    }
    .main-menu ul {
        padding-left: 0;
    }
    .main-menu ul li {
        float: left;
        width: 100%;
        padding-bottom: 10px;
    }
    .main-menu ul li a {
        padding: 4px 19px;
        float: left;
        width: 100%;
            color: #48805e;
    }
    body {
        overflow-x: hidden;
    }
    .logo {
        float: left;
    }
    .menu-toogle {
       float: right;
        font-size: 25px;
        padding: 11px 5px 11px 0;
    }
    .latest-news {
        margin-bottom: 18px;
    }
    .left-0 {
        left: 0px !important;
        transform: translateX(0%);
    }
    .mobile-overlay {
        background: #0000008a;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
    }
    a.menu-icon {
        background: none;
        border-radius: 6px;
        margin-left: 5px;
        font-weight: 600 !important;
        color: #00B0F3 !important;
        padding: 4px 19px !important;
        font-size: 16px !important;
    }
    a.menu-icon i {
        display: none;
    }
    .submenu {
   position: relative;
    padding-top: 26px;
    top: 0;
    display: none;
    min-width: 200px;
    z-index: 9999;
     
}
    .middle-menu {
    padding: 10px 0;
    /* background: #eaffd6; */
    margin-top: 0px;
    background:#fff;
}
    .sub-banner {
    background: #00B0F3;
    min-height: 70px;
    color: #fff;
    text-align: center;
    margin-top: 94px !important;
}
}


.wrap-text
{
    float:right;
}
.sub-banner {
    background: #00B0F3;
    min-height: 70px;
    color: #fff;
    text-align: center;
    margin-top:85px;
}
.sub-banner h4 {
    line-height: 70px;
}
.inner-pages .main-menu ul li a {
    
    color: #156635 !important;
    
}  

.inner-pages .toogle-menu {
    font-size: 23px;
    position: relative;
    top: 2px;
    color: #1c6b3b;
    margin-top: -1px;
    margin-left: 13px;
    border: 2px solid;
    line-height: 29px;
    padding: 0 4px;
    border-radius: 5px;
}
.inner-pages header {
    
      box-shadow: 0 0 6px;  
}
.join
{
    color:#fff  ;
}
.inner-pages .middle-menu {
    
      background: #fff;  
}

.left-wrap
{
    float:left;
    padding-right:15px;
    /*padding-bottom:25px;*/
     
}
.coo-wrap
{
    float:right;
    padding-left:20px;
    padding-bottom:10px;
    border-radius:7px;
   
}

.right-wrap
{
    float:right;
    padding-left:8px;
    
}
.benifit
{
    margin-bottom:60px;
}
.upcomming-prods
{
    border:1px solid #ddd;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height:200px;
    margin-bottom:50px;
    border-radius:7px;
    padding:10px 10px 10px 20px;
    overflow:hidden;
    cursor:pointer;

} 
.upcomming-prods:hover img
{
     transform:scale(1.1);
}
.upcomming-prods img
{
    transform:scale(1);
    transition:0.4s all ease-in-out;
}
.top-products
{
    
    padding:20px;
}

.prod-title h4{
        color: #5e9827;
}
.prod-title h6{
    font-size:17px;
    color:#666;
}
.prod-title p
{
       font-size: 12px;
}

.prod-title p a{
    font-size:13px;
}
.up-coming
{
   text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #eb623d;
    position:relative;
    margin-bottom:40px;
}
.up-coming::after
{
   content: '';
    background: #5a8e2a;
    width: 165px;
    height: 2px;
    position: absolute;
    top: 42px;
    left: 468px;
     
}

 
.location-map i
{
  background: #ee451b;
    color: #fff;
    padding: 20px;
    font-size: 25px;
    border-radius: 50%;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow {
    box-shadow: none !important;
}

.PROD-INGREDIENTS
{
    border:1px solid #ddd;
     
      margin :0px 0px 30px 0px;

      cursor:pointer;
}
.PROD-INGREDIENTS:hover
{
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     transition:0.5s all ease-in-out;
}
.PROD-INGREDIENTS h5{
    text-transform:uppercase;
}

.PROD-INGREDIENTS p a{
    font-size:14px;
    color:#666;
}
.Prod-Ingradents
{
   margin-top:30px;
}

.Prod-Benifits ul{
    width:50%;
    float:left;
    margin-top:20px;
}

.Prod-Benifits ul li{
   line-height: 29px;
    font-size: 14px;
     list-style-image:url(../images/bullet-image.png);

    
}
 

.Prod-Benifits h3{
    color: #277245;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}


.ingreadents-contant {
        width: 100% !important;
        max-width: 100%;
        margin: 8px 8px;
    }

        .ingreadents-contant h2 {
            color: #79142b;
            font-weight: 400;
            text-shadow: 1px 1px 5px #00000094;
        }

        .ingreadents-contant ul {
            width: 50%;
            float: left;
        }

    .close {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
        position: absolute;
        z-index: 99;
        right: 28px;
        /* background: #ddd; */
        top: 20px;
    }

    .back-watermark {
        position: absolute;
        top: 12%;
        opacity: 0.2;
        width: 40%;
        left: 30%;
    }

    .w-responsivGallery-info {
        width: 80%;
        margin: 0 auto;
        padding-top: 5%;
        text-align: center;
        color: #000 !important;
        cursor: pointer;
    }
     .w-responsivGallery-info h5{
         text-transform:capitalize;
     }
     .w-responsivGallery-info p{
         text-align:center;
     }

        .w-responsivGallery-info p a {
            color: #318218   !important;
            text-decoration: none;
        }

    .responsiveGallery-btn_prev {
        background: url(../images/arrow-left.png) center center no-repeat !important;
        left: 1%;
    }

    .responsiveGallery-btn_next {
        background: url(../images/arrow-right.png) center center no-repeat !important;
        right: 1%;
    }
    .home-misssion
    {
        width: 23%;
    height: auto;
    min-width: 163px;
    float: right;
    margin-left: 5rem;
        margin-top: 0rem;
    border-radius: 25%;
    -webkit-shape-outside: circle();
    shape-outside: circle();
    }

    .navsteen-ingreadiants
    {box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding-bottom: 10px;
    border-radius: 7px;
    margin-top:30px;
    cursor:pointer;
    overflow:hidden;
    }

     .navsteen-ingreadiants:hover img
     {
         transform:scale(1.1);
     }

     .navsteen-ingreadiants img{
         transform:scale(1);
         transition:0.3s all ease-in-out;

     }

     .responsiveGallery-item
     {
         cursor:pointer;
     }


    .mob-foot-copy
    {
        position: fixed;
    width: 100%;
    bottom: 80px;
    font-size: 8px;
    padding: 5px;
    }

    .close-btn
    {
        color: #141514;
    position: fixed;
    top: 0px;
    font-size: 26px;
    }

    .stock
    {
        width: 100%;
    /* float: right; */
    text-align: center;
    font-size: 24px;
    text-decoration: underline;
    display: block;
    padding: 3px;
    margin-top: 30px;
    color: #28a745 !important;
    cursor:pointer;
    }
    .header-video
    {
        height:600px
    }

    .header-video iframe
    {
        height:100vh;
    }