body {
    padding: 0;
    margin: 0;
    position: relative;
    font-family: 'poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #000;
}

@font-face {
    font-family: 'poppins' , sans-serif;
    font-style: bold;
    font-weight: 600;
    src: url('../fonts/poppins/Poppins-Black.ttf');
}

@font-face {
    font-family: 'poppins' , sans-serif;
    font-weight: 400;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'poppins' , sans-serif;
    font-weight: 500;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'poppins' , sans-serif;
    font-weight: 300;
    src: url('../fonts/poppins/Poppins-Light.ttf');
}
@font-face {
    font-family: 'poppins' , sans-serif;
    font-weight: 800;
    src: url('../fonts/poppins/Poppins-ExtraBold.ttf');
}
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chelsea+Market&display=swap');
.wrap-banner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #58c3ff;
    background: linear-gradient(-50deg,#58c3ff 0,#004de6 40%,#003bb1 100%);
    height: calc(100vh - 0px);
}
.main_nav {
    transition: background-color 0.4s ease-out;
    padding: 5px 20px 5px 20px;
}
nav.scrolled {
    background-color: #ffffff !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0px -1px 10px #00000063;
    top: 0px;
}
.btn-get-in-touch {
    border-radius: 0;
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 50px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.btn-get-in-touch a {
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: .1px;
    line-height: 20px;
    white-space: nowrap;
    font-weight: 300;
    opacity: 1;
}
.header_navlist{
    width: 100%;
}
.header_navlist ul{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.header_navlist ul .nav-link {
    color: #ffffff !important;
    padding: 10px 15px !important;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    transition: all .5s;
}
.header_navlist ul .nav-link:after {
    content: '';
    position: absolute;
    top: 20px;
}
.header_navlist ul .nav-item {
    margin: 0px 10px;
    padding-right: 14px;
}
.logo-home >img {
    max-width: 150px;
    height: auto;
    padding: 10px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-size: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.logo-home >.scroll-logo >img {
    max-width: 150px;
    height: auto;
    display: none;
    padding: 5px;
}
nav.scrolled ul .nav-link {
    color: #020202 !important;
    padding: 5px 16px;
    height: auto;
    font-weight: 600;
    font-size: 17px;
    position: relative;
}
.navbar-dark .navbar-brand {
    color: #fff;
    line-height: 0;
    padding: 0;
}
nav.scrolled .logo-home >img {
    display: none;
     -webkit-transition-duration: 500ms;
    transition-duration: 500ms;

}
nav.scrolled .logo-home >.scroll-logo>img {
    display: block;
     -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

nav.scrolled .btn-get-in-touch {
    background: #0d4488;
}
.header_navlist ul .nav-item a:hover {
    color: #ffffff !important;
    font-weight: 600;
    background: #3ca832;
    padding: 10px 15px;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: auto;
    left: auto;
    z-index: 999;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #00000057;
    border-bottom: 1px solid #616161;
}
/*navigation*/

.top_bar {
    position: relative;
    z-index: 20;
    font-size: 13px;
    background-color: #002e5b;
}
.top_bar ul {
    list-style: none;
    margin-bottom: 0px;
    text-align: right;
}
.top_bar ul li {
    display: inline-block;
    padding: 10px 40px;
}
.top_bar ul li a svg {
    font-size: 16px;
    color: #fde428;
    margin-right: 13px;
    position: relative;
    top: 2px;
}
.top_bar ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.wrapBanner {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-image: url(../images/bannerHome.png);
    height: calc(100vh - -30px);
    background-repeat:no-repeat;
}
/*.bgHome img{
    width: 100%
}
.carousel-inner .bgImg {
    width: 100%;
    height: 100%;
  }
*/
.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E);
}
.bannerText {
    padding-top: 10rem;
    max-width: 800px;
    width: 100%;
}
.bannerText span {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    word-spacing: 2;
    font-weight: 300;
    letter-spacing: 2px;
}
.bannerText h2 {
    font-size: 70px;
    padding-bottom: 0px;
    margin-bottom: 0;
    color: #fff;
    padding-top: 72px;
    line-height: 80px;
    text-transform: capitalize;
    text-align: left;
    font-family: 'Lobster', cursive;
}
.bannerText .superMarket{
    position: relative;
    top: -15px;
    max-width: 400px
}
.bannerText .iconFruits {
    position: absolute;
    left: 0;
    top: 9rem;
}
/*footer*/
#footer {
    background: url(../images/bgFooter.png)no-repeat;
    padding: 11rem 0px 3rem 0px;
    width: 100%;
    margin-top: -6rem;
    z-index: 99;
}
#footer ul.s-links li {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin: 0px 6px 0px 0px;
    border: 1px solid #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    padding-top: 9px;
    border-radius: 50%;
}
#footer ul.s-links li a{

}
#footer ul.s-links li a svg{
    
}
.fLOgo a img{
    width: 200px;
}
.fLOgo .tagline {
    color: #fff;
    padding-left: 44px;
    padding-top: 25px;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    padding-bottom: 25px;
    padding-right: 60px;
}
.bottomFooter p {
   
}
.bottomFooter{
    border-top: 1px solid #929292;
    padding-top: 2rem;
    margin-top: 2rem;
}
#footer h5 {
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
}
.list-inline-item span {
    padding-right: 25px;
    font-size: 15px;
}
.happyHour {
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 305px;
    margin-top: 45px;
}
.happyHour:before {
    border: 2px solid #ababab;
    position: absolute;
    content: '';
    display: block;
    border-left: 0;
    border-right: 0;
    width: calc(100% - 40px);
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.happyHour span {
    width: 20px;
    height: 20px;
    position: absolute;
    border: none;
    overflow: hidden;
}
.happyHour span:before {
    content: '';
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #ababab;
    position: absolute;
}
.happyHour span:nth-of-type(1)::before {
    top: -20px;
    left: -20px;
}
.happyHour span:nth-of-type(1) {
    top: 0;
    left: 0;
}
.happyHour span:nth-of-type(2) {
    top: 0;
    right: 0;
}
.happyHour span:nth-of-type(2):before {
    top: -20px;
    right: -20px;
}
.happyHour span:nth-of-type(3) {
    bottom: 0;
    left: 0;
}
.happyHour span:nth-of-type(3):before {
    bottom: -20px;
    left: -20px;
}
.happyHour span:nth-of-type(4) {
    bottom: 0;
    right: 0;
}
.happyHour span:nth-of-type(4):before {
    bottom: -20px;
    right: -20px;
}
.happyHour:after {
    border: 2px solid #ababab;
    position: absolute;
    content: '';
    display: block;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    height: calc(100% - 40px);
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.happyHour h4 {
    color: #9ed813;
    font-size: 17px;
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative;
    width: 130px;
    margin: 0px auto 10px auto;
}
.happyHour h4:after {
    position: absolute;
    content: '';
    width: 26px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    background-image: url(../images/happyHour-right.png);
    top: 0;
    right: -20px;
}
.happyHour h4:before {
    position: absolute;
    content: '';
    width: 26px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    top: 0;
    left: -20px;
    background-image: url(../images/happyHour-left.png);
    top: 0;
    left: -20px;
}
.happyHour p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
    font-style: italic;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li {
    padding: 3px 0;
    color: #fff;
    line-height: 18px;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#footer ul.social li a,
#footer ul.social li a, #footer ul.quick-links li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 35px;
}
#footer ul.quick-links li:hover a{
    color: #7fbf2a;
}
#footer ul.social li a:hover{
    color:#eeeeee;
}
#footer ul.quick-links li {
    padding: 15px 0 3px 0px;
    color: #fff;
    font-size: 15px;
}
#footer ul.quick-links li span {
    color: #fff;
    font-size: 17px;
    padding-bottom: 5px;
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

#footer .quick-links li a svg{
    margin-right: 5px;
    font-size: 14px;
}

@media (max-width:767px){
    #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
section.welcome_head {
    padding-top: 1rem;
    padding-bottom: 6rem;
    position: relative;
}
.slide{
    position: relative;
}
.welcome_head{
    position: relative;
}
#demo:after {
    position: absolute;
    content: '';
    background: url(../images/wave.svg);
    bottom: 0;
    z-index: 99;
    height: -webkit-fill-available;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
.outerWelcome {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}
.outerWelcome h2 {
    font-family: 'Anton', sans-serif;
    text-transform: capitalize;
    padding-top: 25px;
    padding-bottom: 5px;
    font-size: 46px;
    color: #373333;
}
.outerWelcome h2 span{
 color: #92b955;
}
.outerWelcome h3 {
    font-family: 'Chelsea Market', cursive;
    color: #93846f;
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.outerWelcome p {
    color: #7b7b7b;
    font-size: 20px;
}
.outerWelcome .leaveWelcome {
    position: absolute;
    right: 11rem;
    bottom: -60px;
}
.product_head {
    position: relative;
    background: #f4f4f4;
    padding-top: 4rem;
    padding-bottom: 14rem;
    margin: 6rem 0px 0rem 0px;
}
.product_head:after{
    position: absolute;
    content: '';
    background: url(../images/);
}
.outerProduct{
    text-align: center;
}
.dividerIconProduct{
    margin: 0 auto;
    display: block;
}
.innerProduct {
    background: #fff;
    position: relative;
    padding: 0px 50px;
    min-height: 515px;
    box-shadow: 1px 1px 10px #00000021;
}
.innerProduct .dividerIconPro {
    margin: 40px 0px 5px 0px;
}
.innerProduct h3 {
    font-family: 'Berkshire Swash', cursive;
    text-transform: capitalize;
    font-size: 42px;
    line-height: 42px;
}
.innerProduct p {
    font-size: 15px;
    color: #989898;
    padding-top: 11px;
}
.innerProduct .overlayProduct {
    position: absolute;
    bottom: -30px;
    left: 30px;
}
.overlayProduct img{
    max-width: 100%
}
.outerProduct h2 {
    font-family: 'Anton', sans-serif;
    text-transform: capitalize;
    padding-top: 27px;
    padding-bottom: 5px;
    font-size: 46px;
    color: #373333;
}
.product_head:after {
    position: absolute;
    content: '';
    background: url(../images/bgProduct01.png);
    top: -114px;
    background-size: 100%;
    height: 190px;
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
}
.product_head:before {
    position: absolute;
    content: '';
    background: url(../images/layerProductBottom.png);
    bottom: -60px;
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
    z-index: 9;
    height: 210px;
    background-size: 100%;
}
.slogan_head{
    position: relative;
}
/*.slogan_head:after {
    position: absolute;
    content: '';
    background: url(../images/bgProduct01.png);
    top: -114px;
    background-size: 100%;
    height: 190px;
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
}*/
.slogan_head {
    position: relative;
    background: url(../images/bgSlogan.jpg);
    width: 100%;
    background-repeat: no-repeat;
    margin-top: -4rem;
    margin-bottom: 4rem;
    background-size: cover;
    background-position: center;
    padding-bottom: 6rem;
    padding-top: 5rem;
}
.slogan_head img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.outerSlogan {
    padding-top: 8rem;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5rem;
}
.innerSlogan{
    border: 2px solid #fff;
    padding: 3rem 4rem;
}
.innerSlogan h2{
    font-family: 'Anton', sans-serif;
    text-transform: capitalize;
    padding-top: 27px;
    padding-bottom: 5px;
    font-size: 75px;
    color: #ffffff;
}
.innerSlogan h3 {
    font-family: 'Chelsea Market', cursive;
    text-transform: capitalize;
    padding-bottom: 25px;
    font-size: 30px;
    color: #ffffff;
}
.overlayBtn{
    background: #70ca0d;
    width: 150px;
    padding: 10px;
    border-radius: 25px;
    border: 2px solid #fff;
    transform: translate(-50%, 0%);
    left: 50%;
    bottom: 58px;
}
.overlayBtn a{
  color: #000
}
.overlayBtn a {
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}
.whyus_head {
    position: relative;
    padding-bottom: 4rem;
}
.whyus_head:after {
    position: absolute;
    content: '';
    background: url(../images/whyusShapeTop.png);
    top: -163px;
    background-size: 100%;
    height: 165px;
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
}
.overlayWhyLeave {
    top: -4rem;
    left: 3rem;
}
.headingWhyus h2 {
    font-family: 'Anton', sans-serif;
    text-transform: capitalize;
    padding-top: 27px;
    padding-bottom: 5px;
    font-size: 46px;
    color: #373333;
    text-align: center;
}
.headingWhyus p{
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
    padding-bottom: 2rem;
}
.boxLeftWhysus p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding: 5px 0px;
}
.boxLeftWhysus {
    text-align: center;
}
.boxLeftWhysus h4 {
    font-family: 'Chelsea Market', cursive;
    color: #5d412e;
    padding-top: 6px;
    margin-bottom: 5px;
}
.boxLeftWhysus p {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    padding: 5px 0px;
}
.outerWhyImg img {
    margin-top: 7rem;
    max-width: 100%;
}
.boxLeft1{
    margin-left: 50px;
}
.boxLeft2{
    margin-left: -50px;
}
.boxRight1{
    margin-left: -50px;
}
.boxRight2{
    margin-left: 50px;
}
.HowIt_head {
    position: relative;
    background: url(../images/howItBg.jpg);
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 5rem;
}
.outerHowIt img{

}
.outerHowIt h2 {
    font-family: 'Anton', sans-serif;
    text-transform: capitalize;
    padding-top: 27px;
    padding-bottom: 3rem;
    font-size: 55px;
    color: #ffffff;
    text-align: center;
    
}
.outerHowIt {
    padding: 6rem 0px 5rem 0px;
}
.innerHowitWork img{

}
.innerHowitWork h4 {
    color: #fff;
    padding: 15px 0px 10px 0px;
}
.innerHowitWork .dividerLine {
    width: 35px;
    height: 2px;
    background: #fff;
    margin: 15px auto 20px auto;
}
.innerHowitWork p {
    color: #fff;
}
.howItBOx{
    max-width: 1050px;
    margin: 0 auto;
}
.quality_head {
    background: url(../images/bgQuality.png);
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
    padding-bottom: 10rem;
    padding-top: 2rem;
    z-index: -1;
}
.qualityCOntent {
    padding-left: 5rem;
    padding-top: 4rem;
}
.qualityCOntent h3 {
    color: #5d412e;
    padding-top: 6px;
    font-family: 'Anton', sans-serif;
}
.qualityCOntent h2 {
    font-size: 50px;
    padding-top: 5px;
    line-height: 50px;
    font-weight: 300;
    color: #313131;
    padding-bottom: 5px;
}
.qualityCOntent p {
    font-size: 19px;
    text-align: justify;
    color: #333;
}
.qualityCOntent a {
    display: block;
    text-align: center;
    max-width: 220px;
    width: 100%;
    background: #333;
    padding: 12px 20px;
    border-radius: 30px;
    color: #fff
}

/*product list*/
section.productList {
    padding-bottom: 8rem;
    margin-bottom: 4rem;
}
.productList .innerProduct {
    min-height: 530px;
}
.productList .innerProduct h3 {
    font-size: 30px;
}
.mb-5rem{
    margin-bottom: 5rem
}
.productList h2 {
    font-family: 'Anton', sans-serif;
    text-transform: capitalize;
    padding-top: 27px;
    padding-bottom: 5px;
    font-size: 46px;
    color: #373333;
    margin-bottom: 5rem;
}
.productList .innerProduct a {
    display: block;
    text-align: center;
    max-width: 150px;
    width: 100%;
    background: #86bc30;
    padding: 9px 20px;
    border-radius: 30px;
    color: #fff;
    margin: 30px auto 20px auto;
    font-weight: 600;
    border: 1px solid #669a14;
     -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.productList .innerProduct a:hover {
background: #333
}
.modal-dialog {
    max-width: 950px;
    padding: 10px 15px;
    background-size: 36.77px 36.77px;
    background-color: white;
    box-shadow: 1px 1px 10px #00000094;
    padding: 30px;
    padding-bottom: 15px;
}
.modal-dialog::after{
position: absolute;
content: '';
background: url(../images/layerProductBottom.jpg);

}
.modal-body {
    padding: 0px 0px;
}
.productDetail h4 {
    text-transform: capitalize;
    font-size: 25px;
    margin: 15px 0px 35px 0px;
    font-weight: 600;
}
.SpecificationsInner ul{
    padding-left: 0
}
.SpecificationsInner ul li {
    list-style: none;
   display: inline-block;
    position: relative;
    height: 100px;
    text-align: left;
    margin-bottom: 0px;
     width: 200px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 14px 0px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index: 9;
    overflow: hidden;
    padding-top: 5px;
}

.SpecificationsInner ul li .desc {
    text-align: left;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 2px;
    
}

.SpecificationsInner ul li:before {
    content: '';
    position: absolute;
  
    width: 100%;
    height: 66px;
    left: 0px;
    z-index: -1;
    bottom: 0;
}
.bg-red{
    background: #ffe4e5 !important;
    border: 1px solid #f1bdbf !important;
}
.bg-blue{
    background: #d2d7ff !important;
    border: 1px solid #a5ace6 !important;
}
.bg-green{
    background: #d3ffd2 !important;
    border: 1px solid #ace6a5 !important;
}
.bg-orange{
    background: #ffecc9 !important;
    border: 1px solid #e6baa5 !important;
}
.bg-skyblue{
    background: #c9f8ff !important;
    border: 1px solid #98dcd9 !important;
}
.bg-pink{
    background: #ffe2f2 !important;
    border: 1px solid #efaad9 !important;
}
.SpecificationsInner ul li svg {
        float: left;
      
    width: 45px !important;
    height: 45px;
    padding: 10px;
    background: #eaeaea;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-bottom: 10px !important;
}

.SpecificationsInner ul li .iconBox{
    padding-left: 59px;
    position: relative;
}
.SpecificationsInner ul li span {
    width: 100%;
    display: block;
    text-align: left;
    padding-top: 10px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
}
.closeBtn button img {
    width: 30px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 10px;
}
.closeBtn{
    position: absolute;
    right: 0;
    z-index: 999;
}
.productDescrip p {
    padding-top: 11px;
    font-size: 16px;
    text-align: justify;
}
.productDescrip h3 {
    font-size: 32px;
    font-weight: 500;
    font-family: 'Anton', sans-serif;
    position: relative;
}
.productDescrip h3:after {
   content: '';
   position: absolute;

}
.btnEnquiry{
    max-width: 200px;
    width: 100%;
    background: #86bc30;
    padding: 9px 20px;
    border-radius: 30px;
    color: #fff;
    margin: 0px auto 14px auto;
    font-weight: 600;
    border: 1px solid #669a14;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    text-transform: capitalize;

}
.blk-color{
    color: #4c4c4c  !important
}
.header_navlist ul .nav-item{
    color: #fff !important;
    font-weight: 600;
}
.header_navlist ul .nav-item .active a{
    color: #3fab35 !important;
    font-weight: 600;
}
.productMenu .dropdown-item {
    font-weight: 600;
    padding: 10px 15px;
}
.productMenu .nav-link:after {
    content: '';
    position: absolute;
    top: 14px;
}

#nav-toggle-button{
    background-color:red;
}
@media screen and (max-width: 2000px) and (min-device-width: 1700px){
.slide:after {
    height: 170px;
    bottom: -16px;
}
.whyus_head:after {
    top: -183px;
}
}

@media screen and (max-width: 768px){

}
@media screen and (max-width: 767px) and (min-device-width: 320px){
    .socialImpact::after {
        background-image: none;
    }
.carousel-caption {
    z-index: 10;
    text-align: left;
    bottom: 0;
    right: 0;
    padding-top: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-73%, 40%);
    color: #000;
}
.bannerText {
    padding-top: 0;
}
.bannerText h2 {
    font-size: 20px;
    line-height: 28px;
    padding-top: 0;
    font-weight: 400;
}
.slide3text br{
    display: block !important;
}
.slide4text br{
    display: block !important;
}
.carousel-item > img {
    position: relative;
}
.carousel-item {
    background-color: #777;
    height: auto;
}
.bannerText h2 br{
    display: none;
}

.bannerText .iconFruits {
   display: none;
}
.slide:after {
    bottom: -9px;
    height: 37px;
}
.carousel-item > img {
    max-width: 100%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 28px;
    height: 28px;
    background-size: 10px;
}
.outerWelcome img{
    max-width: 40px;
}
.outerWelcome h2 {
    font-size: 35px;
}
.carousel {
    margin-bottom: 2rem;
}
.fixed-top {
    background: #333;
}
.carousel-inner {
    margin-top: 78px;
}
.logo-home >img {
    max-width: 120px;
}
.outerWelcome h3 {
    font-size: 19px;
    padding-bottom: 8px;
    padding-top: 3px;
}
.outerWelcome p {
    font-size: 16px;
}
section.welcome_head {
    padding-bottom: 2rem;
    padding-top: 0rem;
}
.outerWelcome .leaveWelcome {
    right: 24px;
    bottom: 5px;
}
.product_head:after {
    top: -38px;
    height: 80px;
}
.product_head {
    margin: 2rem 0px 0rem 0px;
    padding-top: 1rem;
    padding-bottom: 3rem;
}
.outerProduct h2{
    font-size: 35px;
    padding-top: 10px;
}
.innerProduct .dividerIconPro {
    margin: 15px 0px 5px 0px;
    width: 65px;
}
.innerProduct h3 {
    font-size: 32px;
    line-height: 35px;
}
.innerProduct {
    margin-bottom: 45px;
}
.outerSlogan {
    padding-top: 2rem;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 4rem;
}
.innerProduct .overlayProduct {
    left: 50%;
    transform: translate(-50%, 0%);
}
.overlayProduct img{
    max-width: 260px;
}
.innerProduct {
    min-height: 380px;
    box-shadow: 1px 1px 10px #00000021;
    margin-bottom: 45px;
}
.ProductBtn {
    margin: 20px auto 2px auto;
    max-width: 135px;
    padding: 9px 20px;
    font-size: 13px;
}
.product_head:before{
    display: none;
}
.slogan_head {
    margin-top: 0rem;
    padding-top: 2rem;
    padding-bottom: 0rem;
    margin-bottom: 2rem;
}
.innerSlogan {
    padding: 10px;
}
.innerSlogan h2 {
    padding-top: 10px;
    font-size: 42px;
}
.innerSlogan h3 {
    padding-bottom: 38px;
    font-size: 22px;
}
.whyus_head:after{
    display: none;
}
.overlayBtn{
   max-width: 135px;
    padding: 9px 20px;
    font-size: 13px;
}
.leaveWelcome img {
    max-width: 75px;
}
.imgWidth40{
    width: 40px;
}
.overlayWhyLeave img{
    display: none;
}
.headingWhyus h2{
    font-size: 35px;
    padding-top: 10px;
}
.headingWhyus p {
    font-size: 15px;
}
.boxLeft1 {
    margin-left: 0;
}
.boxLeft2 {
    margin-left: 0;
    margin-bottom: 15px !important;
}
.boxLeftWhysus p {
    font-size: 15px;
    padding: 5px 10px;
    line-height: 18px;
}
.outerWhyImg img {
    margin-top: 1rem;
    margin-bottom: 35px;
}
.overlayWhyLeave {
    top: 0;
    left: 0;
}
.boxRight1 {
    margin-left: 0;
}
.boxRight2 {
    margin-left: 0;
}
.whyus_head {
    padding-bottom: 0rem;
}
.outerHowIt img {
    width: 40px;
}
.boxLeftWhysus h4 {
    margin-bottom: 2px;
    font-size: 20px;
}
.HowIt_head {
    padding-bottom: 3em;
    background-size: cover;
}
.outerHowIt {
    padding: 2rem 0px 1rem 0px;
}
.outerHowIt h2{
    font-size: 35px;
    padding-top: 10px;
    padding-bottom: 1rem;
}
.innerHowitWork h4 {
    font-size: 20px;
}
.innerHowitWork img {
    max-width: 65px;
}
.innerHowitWork p {
    font-size: 13px;
    margin-bottom: 35px;
}
.quality_head {
    padding-bottom: 5rem;
    padding-top: 1rem;
    background-size: cover;
}
.qualityCOntent {
    padding-left: 0;
    padding-top: 0;
}
.qualityCOntent h3 {
    margin-bottom: 0px;
    font-size: 25px;
}
.qualityCOntent h2 {
    font-size: 28px;
    padding-top: 12px;
    line-height: 30px;
    padding-bottom: 0px;
}
.qualityCOntent p {
    font-size: 16px;
    text-align: left;
}
.qualityCOntent a {
    max-width: 185px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
}
#footer {
    padding: 10rem 0px 1rem 0px;
    margin-top: -1rem;
    background-size: cover;
}
.fLOgo .tagline {
    padding-left: 0px;
    padding-top: 10px;
    line-height: 20px;
    padding-bottom: 0;
    padding-right: 10px;
}
.bottomFooter p {
    font-size: 12px;
    line-height: 0.6;
    text-align: center;
}
.bottomFooter {
    padding-top: 1rem;
}
#footer ul.social li {
    padding: 2px 0;
    font-size: 14px;
}
.navbar-dark .navbar-toggler-icon {
    background-size: 25px;
    background: url(../images/open-menu.png) !important;
}
.navbar-dark .navbar-toggler {
    border-color: transparent;
    padding: 3px;
    margin-right: 10px;
    background: transparent;
}
.header_navlist ul {
    float: none !important;
    background: #e0f7de;
}
.header_navlist ul .nav-link{
    color: #020202 !important;
    padding: 8px 16px 10px 16px;
    font-size: 15px;
    border-bottom: 1px solid #d1e8cf;
}

/*product*/
.productBanner {
    background-size: cover;
    height: 250px;
    background-position: center;
    min-height: auto; 
}
.pageBanner h1 {
    font-size: 35px;
    bottom: 0;
}
section.productList {
    margin-top: 3rem;
}
.productList h2 {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 2rem;
    font-size: 35px
}
.productList .innerProduct {
    min-height: 420px;
}
.mb-5rem {
    margin-bottom: 2rem;
}
.productListSm{
    padding-bottom: 0rem !important;
    margin-bottom: 0rem !important;
}
.productDetails {
    padding: 10px 15px;
}
.modal-img h3 {
    padding-top: 0px;
    padding-bottom: 0;
    font-size: 20px;
    top: auto;
    color: #ffffff;
    right: 8px;
    margin-bottom: 0;
    line-height: 0;
    bottom: 18px;
}
.productDescrip p {
    padding-top: 0;
    font-size: 15px;
    margin-bottom: 0;
}
.SpecificationsInner1 ul li {
    height: 58px !important;
    width: 180px;
    font-size: 16px;
}
.SpecificationsInner1 ul li .desc {
    margin-bottom: 0px;
    line-height: 16px;
    font-size: 16px;
    padding-top: 0px;
}
.enquiry {
    position: relative;
    bottom: 0px;
    right: 0;
    margin: 0;
}
.productList .innerProduct a {
    max-width: 120px;
    background: #86bc30;
    padding: 8px 15px;
    font-size: 13px;
}
nav.scrolled ul .nav-link{
    color: #020202 !important;
    padding: 8px 16px 10px 16px;
    font-size: 15px;
    border-bottom: 1px solid #d1e8cf;
}
.qualityBanner {
    background-size: cover;
    height: 250px;
    background-position: center;
    min-height: auto;
}
.max-width p {
    font-size: 16px !important;
    padding-bottom: 20px;
}
.welcome_two_image_left {
    margin-left: 0;
    margin-bottom: 10px;
}
.welcome_two_image_right {
    margin-right: 0px;
}
.quality-img {
    margin-left: 0;
}
.quality-bg {
    background-size: cover;
    bottom: 0;
    z-index: -1;
}
.pt-3rem{
    padding-top: 3rem;
}
.bg-none {
    padding-bottom: 4rem !important;
}
.process .process-item .process-line {
    left: 0;
    background: none !important;
}
.process .title {
    font-size: 20px;
    padding-bottom: 8px;
}
.process .des {
    font-size: 14px;
    padding: 0px 20px;
}
.process {
    padding-bottom: 0rem;
}
.sec-title {
    padding-top: 0px;
    padding-bottom: 5px !important;
    font-size: 35px;
    margin-bottom: 0 !important;
}
.standards_text {
    margin-left: 0;
}
.foodStandards .image-box {
    margin-top: 10px;
    margin-bottom: 15PX;
}
.foodStandards {
    padding-bottom: 1rem;
}
.outerWelcome {
    margin-top: 3rem;
}
.socialImpactBanner {
    background-size: cover;
    height: 250px;
    background-position: center;
    min-height: auto;
}
p {
    font-size: 15px;
    margin-bottom: 10px;
}
.about1_icon_single {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.about1_icon_single .about1_icon {
    margin-right: 0;
    display: block;
    margin: 0 auto;
}
.about1_icon_single + .about1_icon_single {
    margin-left: 0;
}
.about1_icon_wrap {
    display: block;
}
.aboutUs {
    padding-bottom: 1rem;
}
.socialImpact {
    padding: 70px 0 20px;
}
.socialImpact_content h2 {
    padding-top: 15px;
    font-size: 38px;
}
.socialImpact_content h3 {
    line-height: 23px;
    padding-top: 3px;
    font-size: 14px;
}
.socialImpact:after {
    bottom: 0px;
    height: 58px;
}
.impact_two_left {
    margin-right: 0;
}
.socialImpactBox{
    margin-top: 3rem
}
.impact_two_middle {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.impact_two-right {
    margin-left: 0;
}
.aboutBanner {
    background-size: cover;
    height: 250px;
    background-position: center;
    min-height: auto;
}
.welcome_two_image_left img{
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
.welcome_two_image_right img{
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
.welcome_two_single{
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
}
.aboutUs2 {
    padding: 30px 0px 0px 0px;
    background: #fff;
}
.happyHour {
    margin: 0 auto;
}
.aboutUs2 .inner-content {
    padding: 30px 12px;
    max-width: 720px;
}
.vision-mission {
    margin-top: 6rem;
}
.vision-mission .content-column .inner-column {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 90px;
    text-align: center;
}
.vision-mission .content-column .inner-column .text p {
    text-align: justify;
    font-size: 16px;
}
.feature .featured-inner {
    display: block;
    top: 0;
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    padding-bottom: 20px;
    margin-top: -60px;
}
.featured-block .inner-box {
    padding: 30px 5px 10px 0px;
    border-right: 0;
}
.text{
    font-size: 14px;
}
.featured-block .inner-box .content .title {
    font-size: 18px;
    padding-bottom: 8px;
}
.strength {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.strength .image-column {
    display: none;
}
.featured-block-three .inner-box {
    padding-left: 100px;
    text-align: left;
    padding-right: 0;
}
.featured-block-three .inner-box .icon-box {
    left: 0px;
}
.infrastructure:after {
    top: -36px;
    background-size: 100%;
    height: 70px;
}
.infrastructure {
    margin: 2rem 0px 0rem 0px;
    padding-top: 2rem;
    padding-bottom: 75px;
}
.infra-contentBox {
    padding: 20px;
    margin-top: 64px;
    margin-left: 0;
    padding-bottom: 0;
}
.contactBanner {
    background-size: cover;
    height: 250px;
    background-position: center;
    min-height: auto;
}
.section-head .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 45px;
    margin-top: 35px;
}
.section-head {
    margin-bottom: 30px;
}
.contactUs .divider-line {
    bottom: -38px;
    margin: 0;
}
.title-small {
    position: relative;
}
.mb65 {
    margin-bottom: 35px;
}
.contact-box .title-box {
    font-size: 17px;
}
.contact-box {
    padding: 40px 15px;
}
.contactUs .form-group input {
    font-size: 15px;
    padding-left: 0;
}
.site-button {
    max-width: 165px;
    padding: 12px 10px;
    font-size: 13px;
}
.contactUs {
    padding-bottom: 0rem;
}
}

.navSelected{
background: #3ca832 !important;
}