*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

@m@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: "Poppins", sans-serif;
/*     font-family: "Acme", sans-serif;*/
    color: #323232;
}
body, html {
    width: 100%;
    height: 100%;
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    color: #000;
    text-decoration: none;
   font-family: "Poppins", sans-serif;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
a:hover {
    color: #131313;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Acme", sans-serif;
}
.wrapper {
    max-width: 1280px;
    width: 92%;
    margin: auto;
}
.wrapperfluid {
    width: 90%;
    margin: auto;
}
.wrappercomp {
    max-width: 1080px;
    width: 92%;
    margin: auto;
}
.split {
    clear: both;
}
.tcenter {
    text-align: center;
}
.fheader {
    background: rgba(238,241,231,0.8) !important;
/*    border-bottom: solid 1px #999 !important;*/
    backdrop-filter: blur(10px);
    width: 100%;
    height: 75px;
    position: fixed;
    z-index: 99999;
}
.fheader nav ul li a img {
    width: 50px;
}
.fheader nav ul li {
    margin: 10px 15px;
}
header {
    width: 100%;
    height: 115px;
    position: absolute;
    background-color: #EEF1E7;
}

nav {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 0px;
}
nav ul {
    width: auto;
}
nav ul li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 15px 15px;
}
nav ul li:hover {
    border-bottom: solid 1px #11714f;
}
nav ul li:hover > a {
    color: #0e6646 !important;
    
}

nav ul li a {
    color: #177B57;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
    padding: 0px;
    display: block;
}
nav ul li a:hover {
    color: #0e6646 !important;
}
nav ul li a img {
    width: 85px;
}
nav ul li:hover ul {
  display: block;
}
.activelink {
    border-bottom: solid 1px #11714f;
}
nav ul ul {
  display: none;
/*  width: 240px;*/
  position: absolute;
  z-index: 99999;
  text-align: left;
/*  background: #a6a6a6;*/
  border-radius: 8px;
  padding: 2px;
  box-sizing: border-box;
}
.infraw {
    width: 280px;
    
}
nav ul ul li  {
  display: block;
}
nav ul ul li a {
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 12px;
  text-transform: capitalize;
  font-weight: 300;
}
nav ul li ul li a:hover {
  background-color: #f9f9f9;
  border-radius: 8px;
  color: #666666 !important;
}

.logo {
    position: absolute;
    width: 180px;
    top: 20px;
}
.logo img {
    width: 100%;
}
#mainscreen {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
background: linear-gradient(132deg, rgba(255, 255, 255, 1) 0%, rgba(242, 245, 223, 1) 50%, rgba(255, 255, 255, 1) 100%);
    overflow: hidden;
}

.mainheading {
    position: absolute;
    top: 25%;
    width: 30%;
}

.mainheading h1 {
    font-size: 45px;
    font-weight: 200;
    color: #52651B;
    line-height: 65px;
/*
      background: -webkit-linear-gradient(#41a6fc, #b7dceb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
*/
    margin-bottom: 20px;
}
.mainheading h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 60px;
}
.mlink {
    padding: 10px 30px;
    background-color: #52651B;
    font-weight: 300;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
    
}
:hover.mlink {
    background-color: #333;
    color: #fff;
}
.mlinkdefault {
    padding: 10px 30px;
    font-weight: 300;
    font-size: 15px;
    border-radius: 50px;
    text-decoration: underline;
}
:hover.mlinkdefault {
    color: #52651B;
}
/*
.mlinkdefault:after {
    content: "";
    padding: 5px 0px;
    display: block;
    border-bottom: solid 1px #333
}
*/
.mlinkd {
    padding: 10px 30px;
    background-color: #323232;
    font-weight: 300;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
}
:hover.mlinkd {
    background-color: #1a1a1a;
    color: #fff;
}
.mlinkw {
    padding: 10px 30px;
    background-color: #fff;
    font-weight: 300;
    font-size: 15px;
    border-radius: 50px;
    color: #323232;
}
:hover.mlinkw {
    background-color: #1a1a1a;
    color: #fff;
}
.mlinkwdefault {
    padding: 10px 30px;
    font-weight: 300;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
}
:hover.mlinkwdefault {
    text-decoration: underline;
    color: #eee;
}
.fruitsmain {
    float: right;
    overflow: hidden;
}
.fruitsmain .mainf {
    width: 555px;
    position: absolute;
    right: 0px;
 
    animation: 4s mbotnew;
	animation-iteration-count: infinite;
}
@keyframes mbotnew {
	0% {
		bottom: 0px;
		opacity: 1;
	}
	50% {
		bottom: -10px;
		opacity: 1;
         width: 575px;
	}
	100% {
		bottom: 0px;
		opacity: 1;
	}
	
}
.fruitsmain .ggraps {
    width: 150px;
    position: absolute;
    right: 75px;
    bottom: 500px;
    transform: rotate(10deg)
    filter: blur(2px);
  -webkit-filter: blur(2px);
    animation: 4s mbotggrap;
	animation-iteration-count: infinite; 
}
@keyframes mbotggrap {
	0% {
		bottom: 500px;
        right: 75px;
		opacity: 1;
	}
	50% {
		bottom: 480px;
        right: 100px;
		opacity: 1;
	}
	100% {
		bottom: 500px;
        right: 75px;
		opacity: 1;
	}
	
}
.fruitsmain .banana {
    width: 150px;
    position: absolute;
    right: 350px;
    bottom: 520px;
    transform: rotate(-40deg);
     animation: 4s mbotban;
	animation-iteration-count: infinite;    
}
@keyframes mbotban {
	0% {
		bottom: 500px;
		opacity: 1;
	}
	50% {
		bottom: 550px;
		opacity: 1;
	}
	100% {
		bottom: 500px;
		opacity: 1;
	}
	
}
.fruitsmain .bgraps {
    width: 90px;
    position: absolute;
    right: 510px;
    bottom: 350px;
    transform: rotate(10deg)
    filter: blur(2px);
  -webkit-filter: blur(2px);
    animation: 3s mbotbgrap;
	animation-iteration-count: infinite; 
}
@keyframes mbotbgrap {
	0% {
		right: 510px;
		opacity: 1;
	}
	50% {
		right: 500px;
		opacity: 1;
	}
	100% {
		right: 510px;
		opacity: 1;
	}
	
}
.fruitsmain .apple {
    width: 120px;
    position: absolute;
    right: 550px;
    bottom: 200px;
    transform: rotate(30deg);
    animation: 4s mbotapp;
	animation-iteration-count: infinite; 
        
}
@keyframes mbotapp {
	0% {
		transform: rotate(30deg);
		opacity: 1;
	}
	50% {
		transform: rotate(20deg);
		opacity: 1;
	}
	100% {
		transform: rotate(30deg);
		opacity: 1;
	}
	
}

#iheadbar {
    width: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-attachment: fixed;
    padding: 210px 0px 100px; 0px;
   
}
#iheadbar h2 {
    font-weight: 100;
    font-size: 50px;
    color: rgba(255,255,255,0.7);
   
}
#ipage {
    width: 100%;
    background-color: #ebe7e6;
}
.ipage {
    width: 100%;
    padding: 50px 0px 50px 0px;
   
}
.ipage p {
    font-size: 16px;
    line-height: 26px;
   
    margin-bottom: 25px;
}
.ipage h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: 100;
}
.ipage h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 100;
}
.ipage h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: 100;
}
.ipage ul {
    width: 100%;
    margin: auto;
}
.ipage ul li {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin: 15px 20px;
    list-style: disc;
}
.aboutthumb {
    width: 33%;
    float: right;
    margin-top: -120px;
    margin-left: 20px;
}

.aboutthumb1 {
    width: 33%;
    float: right;
    margin-top: 20px;
    margin-left: 20px;
}
.prodthumb {
    width: 65%;
    float: right;
    margin-top: -120px;
}
.leftcontent {
    width: 49%;
    float: left;
}
.rightcontent {
    width: 49%;
    float: right;
}
.fgroup {
    width: 100%;
    margin-bottom: 8px;
}
.fgroup input[type="text"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
}
.fgroup input[type="text"]:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup input[type="email"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
}
.fgroup input[type="email"]:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup input[type="tel"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
}
.fgroup input[type="tel"]:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup textarea {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
    resize: none;
    height: 100px;
    margin-bottom: 10px;
}
.fgroup textarea:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup button {
    padding: 6px 24px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
     background-color: #666;
    cursor: pointer; 
}
.fgroup button:hover {
     background-color: #333;
}
#accreditation_scroll {
    width: 50%;
    float: right;
    margin-top: -111px;
}
#accreditation_scroll ul {
    width: auto;
    margin: 0px !important;
    padding: 0px;
}
#accreditation_scroll ul li {
    list-style: none !important;
    margin: 0px !important;
    padding: 10px !important;
    width: 99%;
    list-style: none !important;
}
#accreditation_scroll ul li img {
    width: 100% !important;
    box-shadow: 0 2px 4px #999;
}
.ipage table {
  border-collapse: collapse;
  width: 100%;
  margin: 25px 0 0 0px;
}
.resteable {
        width: auto;
        overflow-x: scroll;
    } 
     .resteable table {
        width: 850px;
       
    } 
.ipage table td, th {
  border: 1px solid #ddd;
  padding: 12px;
}

.ipage table tr:nth-child(even){background-color: #f2f2f2;}

.ipage table tr:hover {background-color: #ddd;}

.ipage table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
.lcontent {
    width: 49%;
    float: right;
}
/*accordian start*/

.accordion {
  background: linear-gradient(to right, #d2ab65, #497734);
  color: #fff;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

/*
.active, .accordion:hover {
  background-color: #f99e24;
}
*/

.accordion:after {
  content: '\002B';
  color: #fff;
  
  float: right;
  margin-left: 5px;
    
}

.active:after {
  content: "\2212";
}

.panel {
  background: rgba(255,255,255,1);
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.padbox {
    padding: 20px;
    box-sizing: border-box;
}
.gmap {
    box-shadow: 0 2px 4px #999;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background-color: #fff;
}
.panel p {
 
  font-size: 18px;
  font-family: 'Raleway', sans-serif;    
  line-height: 32px;
  text-align: left;
    
}
/*accordian end*/
#quality {
    background-color: #FBFBFB;
    width: 100%;
    min-height: 400px;
    position: relative;
    z-index: 999;
    padding: 50px 0px;
}
#quality h2 {
    font-size: 40px;
    line-height: 50px;
    color: #52651B;
    font-weight: 400;
    margin-bottom: 20px;
}

#quality .thumb {
    float: left;
    width: 35%;
    margin: 1%;
}
#quality .trusted_leading {
    float: left;
    width: 61%;
    padding: 25px 50px 25px 25px;
    box-sizing: border-box;
    margin: 1%;
  
}
#quality .trusted_leading h3 {
    font-size: 20px;
    color: #9F9F9F;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
}
#quality .trusted_leading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
    padding-right: 300px;
}
#prodrange {
    width: 100%;
    background-color: #F6D05B;
    min-height: 600px;
    padding: 50px 0px;
    background-image: url(../assets/images/powder.png);
    background-repeat: no-repeat;
    background-position: left 75px bottom -75px;
    background-blend-mode: darken;
    background-size: 75%;
}
#prodrange h2 {
    color: #fff;
    font-size: 100px;
    text-align: center;
}
.prcontent {
    float: right;
    width: 55%;
    margin: 0px 0 0 0px;
    text-align: right;
    padding: 0 150px;
}
.prcontent p {
    font-size: 18px;
    line-height: 28px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 12px;
}
#prodrange .bananaprod {
    
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform:  translateX(-50%);
  -moz-transform:  translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform:  translateX(-50%);
    left: 34%;
    width: 400px;
    position: absolute;
    transform: rotate(-44deg);
    margin-top: 20px;
      animation: 2s mbot;
	animation-iteration-count: infinite;
}
#prodrange .bananaprod img {
    width: 100%;
}
@keyframes mbot {
	0% {
		margin-top: 20px;
		opacity: 1;
	}
	50% {
		margin-top: 40px;
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 1;
	}
	
}
#ingrediant {
    width: 100%;
    background-color: #FBFBFB;
    min-height: 600px;
    padding: 50px 0px;
    text-align: center;
}
#ingrediant h2 {
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 25px 0px;
}
#ingrediant ul {
   width: 85%;
    margin: auto;
}
#ingrediant ul li {
   width: 25%;
   float: left;
   padding: 35px;
   box-sizing: border-box;
}
#ingrediant ul li img {
   width: 40%;
   border-radius: 50%;
}
#ingrediant ul li span {
   display: block;
   padding: 10px;
   box-sizing: border-box;
   font-size: 15px;
   line-height: 22px;
}
#ingrediant p {
    font-size: 20px;
    margin: 0 0 40px 0px;
    line-height: 30px;
    padding:  0 222px;
}
.mt {
    margin-top: 60px;
}
#blocks {
    width: 100%;
}
#blocks ul {
    width: auto;
}
#blocks ul li {
    width: 20%;
    float: left;
    min-height: 400px;
    text-align: center;
    box-sizing: border-box;
}
#blocks ul li h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 5px 0px;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
    padding-top: 40px;
    box-sizing: border-box;
}
#blocks ul li p {
    padding: 10px;
   box-sizing: border-box;
   font-size: 15px;
   line-height: 22px;
    padding: 0px 35px;
    min-height: 90px;
}
#blocks ul li img {
    width: 100%;
}
.bcol1 {
    background-color: #DEBDC6;
    color: #423936 !Important;
}
.bcol2 {
    background-color: #F2DFAB;
    color: #86650A !important;
}
.bcol3 {
    background-color: #C3D89B;
    color: #3A4F12 !Important;
}
.bcol4 {
    background-color: #F2DFAB;
    color: #86650A !Important;
}
.bcol5 {
    background-color: #7D4C37;
    color: #fff !Important;
}
#uncompomized {
    width: 100%;
    background-color: #FBFBFB;
    min-height: 600px;    
    padding: 50px 0px;
}
#uncompomized h2 {
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 25px 0px;
    text-align: center;
}
#uncompomized h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 50px 0px;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
}
.uncompomized_content {
    float: left;
    width: 55%;
    padding-right: 5%;
}
.uncompomized_content ul {
    width: auto;
    border-left: solid 3px #52651B;
    padding-left: 25px;
}
.uncompomized_content ul li {
    width: 100%;
    margin: 0 0 20px 0px;
}
.uncompomized_content ul li h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0px;
    font-family: "Poppins", sans-serif;
    line-height: 26px;
    box-sizing: border-box;
    color: #52651B;
}
.uncompomized_content ul li p {
   font-size: 18px;
   line-height: 28px;
    padding: 0px 0px;
    margin-bottom: 20px;
}
.uncompomized_thumbs {
    float: right;
    width: 40%;
}
.uncompomized_thumbs ul {
    width: auto;
}
.uncompomized_thumbs ul li {
    width: 48%;
    margin: 1%;
    float: left;
    text-align: center;
}
.uncompomized_thumbs ul li img {
    width: 100%;
    margin: 0 0 10px 0px;
}
.uncompomized_thumbs ul li h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px 0px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}
#partner {
    width: 100%;
    background-color: #323232;
    min-height: 300px;    
    padding: 50px 0px;
    text-align: center;
    color: #fff;
}
#partner h2 {
   font-size: 35px;
    font-weight: 400;
    margin: 0 0 15px 0px;
}
#partner p {
   font-size: 18px;
   line-height: 28px;
    padding: 0px 0px;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}
.mlinkg {
    padding: 10px 0px;
    font-weight: 400;
    font-size: 16px;
    color: #52651B;
    text-decoration: underline;
}
:hover.mlinkd {
    background-color: #fff;
    color: #333;
}





@keyframes threed {
	0% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	25% {
		-webkit-transform: rotateY(180deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	75% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
    100% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	
}

#tba {	
	visibility:hidden;
}
.tba {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}
#tba1 {	
	visibility:hidden;
}
.tba1 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 0.1s;
	
	-webkit-animation-delay: 0.1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tba2 {	
	visibility:hidden;
}
.tba2 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 0.2s;
	
	-webkit-animation-delay: 0.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tba3 {	
	visibility:hidden;
}
.tba3 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 0.3s;
	
	-webkit-animation-delay: 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tba4 {	
	visibility:hidden;
}
.tba4 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 0.4s;
	
	-webkit-animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tba5 {	
	visibility:hidden;
}
.tba5 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 0.5s;
	
	-webkit-animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}

#tbanew1 {	
	visibility:hidden;
}
.tbanew1 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}
#tbanew2 {	
	visibility:hidden;
}
.tbanew2 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 0.1s;
	
	-webkit-animation-delay: 0.1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tbanew3 {	
	visibility:hidden;
}
.tbanew3 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 0.2s;
	
	-webkit-animation-delay: 0.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tbanew4 {	
	visibility:hidden;
}
.tbanew4 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 0.3s;
	
	-webkit-animation-delay: 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tbanew5 {	
	visibility:hidden;
}
.tbanew5 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 0.5s;
	
	-webkit-animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
@-webkit-keyframes tba {
0% {
    -webkit-transform: translateY(50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes tba {
0% {
    transform: translateY(50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}
#lsa {	
	visibility:hidden;
}
.lsa {
	animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}

#lsa1 {	
	visibility:hidden;
}
.lsa1 {
	animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}
#lsa2 {	
	visibility:hidden;
}
.lsa2 {
	animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}
#lsa3 {	
	visibility:hidden;
}
.lsa3 {
	animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}
@-webkit-keyframes lsa {
0% {
    -webkit-transform: translateX(-50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes lsa {
0% {
    transform: translateX(-50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}

#rsa {
	visibility:hidden;
}
.rsa {
	animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#rsa1 {
	visibility:hidden;
}
.rsa1 {
	animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#rsa2 {
	visibility:hidden;
}
.rsa2 {
	animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#rsa3 {
	visibility:hidden;
}
.rsa3 {
	animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
@-webkit-keyframes rsa {
0% {
    -webkit-transform: translateX(50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes rsa {
0% {
    transform: translateX(50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}
.contentbar {
    width: 100%;
    min-height: 400px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 3px #ccc;
    position: relative;
    z-index: 777;
    margin-top: -146px;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}
.contentbar h3 {
    color: rgba(0,0,0,1);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contentbar p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 20px;
}


.colm2 {
    width: 49%;
    margin: 1% 0.5%;
    float: left;
    box-shadow: 0 5px 10px #ccc;
}
.colm3 {
    width: 32.3%;
    margin: 1% 0.5%;
    float: left;
  
}
.colm4 {
    width: 24%;
    margin: 1% 0.5%;
    float: left;
  
} 
#vbg {
    position: fixed;
}
.fpic {
    width: 100%;
}
.upcomingprod {
    background-color: #82bd50;
    width: 100%;
    padding: 50px 0px;
}
.upcomingprod h3 {
    font-size: 28px;
  line-height: 28px;
 
  font-weight: 100;
    text-align: center;
    color: #fff;
}
.prodlabel {
    font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 400;
    text-align: center;
    color: #fff;  
    display: block;
}

.whatsapp {
    position: fixed;
    left: 25px;
    bottom: 25px;
    width: 60px;
    z-index: 999;
}
.whatsapp img {
    width: 100%;
}
footer {
    width: 100%;
    min-height: 200px;
    padding: 40px 0px;
}
.botlinks {
    width: 100%;
}
.botlinks ul {
    width: 32.3%;
    margin: 0.5%;
    float: left;
}
.forcelrw {
    width: 28% !important;
}
.forcemidw {
    width: 40% !important;
    line-height: 25px;
}
.botlinks ul h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

.botlinks ul li {
    width: auto;
    padding: 8px 0px;
    list-style: disc;
    margin: 0 20px;
    
}
.botlinks ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
}
.botlinks ul li a:hover {
    color: #000;
}
.botlinks ul p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
}
.botlinks ul p span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 17px;
}
.tright {
    text-align: right;
}
.hlink {
    width: auto;
}
.hlink a {
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    color: #333 !important;
}
.botlogo {
    margin-top: 0px;
    width: 160px;
}
.botlogo img {
    width: 100%;
}
.socialbot {
    width: 100%;
    padding: 10px 0px;
}
.socialbot img {
    width: 40px;
}
.copyright {
    width: 100%;
    background-color: #5d5d5d;
    padding: 15px;
    text-align: center;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    letter-spacing: 0.5px;
}
.copyright a {
    color: rgba(255,255,255,1);
    font-size: 14px;
}
.top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    z-index: 999;
    border-radius: 4px;
    background: rgba(0,0,0,0.8);
    text-align: center;
    line-height: 40px;
    display: none;
}
.top a {
    font-size: 30px;
    color: rgba(255,255,255,0.7);
    display: block;
    padding-bottom: 5px;
    
}
.top a:hover {
    font-size: 50px;
    opacity: 0.5;
}
.mobbar {
    display: none;
}
.closebar {
    display: none;
}
.mobalogo {
    display: none;
}
.mobnav {
    display: none;
}
.mobsplit {
    display: none;
} 
.mobli {
    display: inline-block;
} 
.colmleft {
    width: 49%;
    float: left;
}
.colmright {
    width: 49%;
    float: right;
}
.hline {
    border-top: solid 1px #ccc;
    margin: 0 0 25px 0px;
}
.error {
    font-size: 12px;
}
@media screen and (max-width: 1366px) {
.mainheading {
  position: absolute;
  top: 25%;
  width: 50%;
}   
.fruitsmain .banana {
    width: 150px;
    position: absolute;
    right: 250px;
    bottom: 420px;
    transform: rotate(-20deg);
     animation: 4s mbotban;
	animation-iteration-count: infinite;    
}
@keyframes mbotban {
	0% {
		bottom: 420px;
		opacity: 1;
	}
	50% {
		bottom: 440px;
		opacity: 1;
	}
	100% {
		bottom: 420px;
		opacity: 1;
	}
	
}    
.fruitsmain .mainf {
    width: 450px;
    position: absolute;
    right: 0px;
 
    animation: 4s mbotnew;
	animation-iteration-count: infinite;
}
@keyframes mbotnew {
	0% {
		bottom: 0px;
		opacity: 1;
	}
	50% {
		bottom: -10px;
		opacity: 1;
         width: 480px;
	}
	100% {
		bottom: 0px;
		opacity: 1;
	}
	
}    
.fruitsmain .apple {
    right: 450px;
}    
.fruitsmain .bgraps {
    right: 410px;
}    
@keyframes mbotbgrap {
	0% {
		right: 410px;
		opacity: 1;
	}
	50% {
		right: 400px;
		opacity: 1;
	}
	100% {
		right: 410px;
		opacity: 1;
	}
	
}    
}
@media screen and (max-width: 750px) {
   
.fheader  {
  padding: 13px 15px;
    height: auto;
}   
.fheader .mobalogo {
    display: block;
    width: 50px;
}   
.fheader .mobnav {
    display: block;
    float: right;
    font-size: 25px;
    padding: 12px 0px;
    box-sizing: border-box;
    color: #52651B;
}      
.mobnav {
    display: block;
    float: right;
    font-size: 30px;
    padding: 18px 0px;
    box-sizing: border-box;
    color: #52651B;
}    
.mobsplit {
    display: block;
    clear: both;
}    
header {
  height: auto;
  z-index: 999;
  padding: 15px 15px;
/*  background: none;*/
}    
.mobalogo {
    display: block;
    width: 65px;
    float: left;
}    
.mobli {
    display: none;
}    
nav {
  display: none;
}    
nav ul li {
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 20px 0px;
}    
nav ul li a {
  color: #177B57;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  padding: 5px 0px;
  display: block;
}    
nav ul li a img {
  display: none;
} 
#mainscreen {
  width: 100%;
  
}    
.mainheading {
  position: relative;
  top: inherit;
  padding-top: 111px;
  width: 100%;
    text-align: center;
}    
.mainheading h1 {
  font-size: 30px;
  font-weight: 200;
  color: #52651B;
  line-height: 40px;
  margin-bottom: 20px;
}    
.mainheading h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
}    
.fruitsmain .mainf {
  width: 115%;
}    
@keyframes mbotnew {
	0% {
		bottom: -120px;
		opacity: 1;
	}
	50% {
		bottom: -160px;
		opacity: 1;
        width: 115%;
	}
	100% {
		bottom: -120px;
		opacity: 1;
	}
}   
.fruitsmain .ggraps {
    width: 90px;
    position: absolute;
    right: 22px;
    top: 335px;
    transform: rotate(10deg)
    filter: blur(2px);
  -webkit-filter: blur(2px);
    animation: 4s mbotggrap;
	animation-iteration-count: infinite; 
}
@keyframes mbotggrap {
	0% {
		top: 435px;
		opacity: 1;
	}
	50% {
		top: 425px;
		opacity: 1;
	}
	100% {
		top: 435px;
		opacity: 1;
	}
	
}    
.fruitsmain .banana {
    width: 150px;
    position: absolute;
    right: 120px;
    bottom: 180px;
    transform: rotate(-20deg);
     animation: 4s mbotban;
	animation-iteration-count: infinite;    
}
@keyframes mbotban {
	0% {
		bottom: 180px;
		opacity: 1;
	}
	50% {
		bottom: 200px;
		opacity: 1;
	}
	100% {
		bottom: 180px;
		opacity: 1;
	}
}     
.mlink {
    display: inline-block;
    text-align: center;
}    
.mlinkdefault {
    display: inline-block;
    text-align: center;
    padding: 15px 10px;
}    
#iheadbar {

  background-position: left bottom;
  background-size: 100%;
  background-attachment: inherit;
  padding: 140px 0px 50px 0px;
    box-sizing: border-box;
}    
#iheadbar h2 {
  font-weight: 100;
  font-size: 30px;
  color: rgba(255,255,255,0.7);
    text-align: center;
}    
.aboutthumb {
   width: 100%;
  float: none;
  margin-top: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}    
.aboutthumb1 {
    width: 100%;
  float: none;
  margin-top: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}    
.prodthumb {
  width: 100%;
  float: none;
  margin-top: 0px;
    margin-bottom: 50px;
    
}    
.colm4 {
    width: 100%;
    margin: 1% 0.0%;
    float: left;
  
}     
.leftcontent {
  width: 100%;
  float: none;
}    
.rightcontent {
  width: 100%;
  float: none;
}    
#accreditation_scroll {
  width: 100%;
  float: none;
  margin-top: 11px;
}    
    
#quality .thumb {
  float: none;
  width: 100%;
  margin: 0px 1%;
}    
#quality .trusted_leading {
  float: none;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  margin: 0px 1%;
}    
#quality h2 {
  font-size: 25px;
  line-height: 30px;
  color: #52651B;
  font-weight: 400;
  margin-bottom: 20px;
}    
#quality .trusted_leading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
  padding-right: 0px;
}    
#quality .trusted_leading h3 {
  font-size: 20px;
  line-height: 25px;
  color: #9F9F9F;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}    
#prodrange h2 {
  color: #fff;
  font-size: 50px;
  text-align: center;
}    
#prodrange .bananaprod {
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  left: 20%;
  width: 200px;
  position: absolute;
  transform: rotate(-22deg);
  margin-top: 75px;
  animation: 2s mbot;
    animation-iteration-count: 1;
  animation-iteration-count: infinite;
}    
@keyframes mbot {
	0% {
		margin-top: 65px;
		opacity: 1;
	}
	50% {
		margin-top: 85px;
		opacity: 1;
	}
	100% {
		margin-top: 65px;
		opacity: 1;
	}
	
}    
.prcontent {
  float: none;
  width: 100%;
  margin: 0px 0 0 0px;
  text-align: center;
  padding: 0 10px;
}    
#ingrediant ul li {
  width: 100%;
  float: none;
  padding: 15px;
  box-sizing: border-box;
}    
#ingrediant p {
  font-size: 20px;
  margin: 0 0 0px 0px;
  line-height: 30px;
  padding: 0 22px;
}    
#blocks ul li {
  width: 100%;
  float: none;
  min-height: 400px;
  text-align: center;
  box-sizing: border-box;
}    
.uncompomized_content {
  float: none;
  width: 100%;
  padding-right: 0%;
}    
.uncompomized_thumbs ul li {
  width: 100%;
  margin: 0px 0%;
  float: none;
  text-align: center;
}    
.uncompomized_thumbs {
  float: none;
  width: 100%;
  overflow: hidden;
}    
#typer {
  color: #fff;
  padding-bottom: 5px;
  font-size: 15px;
}   
.mlinkw {
    display: inline-block;
    text-align: center;
}    
.mlinkwdefault {
    display: inline-block;
    text-align: center;
    padding: 15px 10px;
}     
.botlinks ul {
  width: 100% !important;
  margin: 1.5% 0px 25px 0px;
  float: none;
}    
.botlinks ul li {
    line-height: 25px;
}    
}