@font-face {
	font-family: 'Roboto Regular';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Regular'), url('../fonts/Roboto-Regular.ttf') format('ttf');
}


@font-face {
	font-family: 'Roboto Light';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Light'), url('../fonts/Roboto-Light.ttf') format('ttf');
}

@font-face {
	font-family: 'Roboto Thin';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Thin'), url('../fonts/Roboto-Thin.ttf') format('ttf');
}


@font-face {
	font-family: 'Roboto Medium';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Medium.woff2') format('woff2'),
		url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.ttf') format('truetype'),
		url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Bold';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), url('../fonts/Roboto-Bold.ttf') format('ttf');
}

@font-face {
	font-family: 'Roboto Black';
	font-style: normal;
	font-weight: 900;
	src: local('Roboto Black'), url('../fonts/Roboto-Black.ttf') format('ttf');
}


@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed-LightItalic.eot');
	src: url('../fonts/RobotoCondensed-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoCondensed-LightItalic.woff2') format('woff2'),
		url('../fonts/RobotoCondensed-LightItalic.woff') format('woff'),
		url('../fonts/RobotoCondensed-LightItalic.ttf') format('truetype'),
		url('../fonts/RobotoCondensed-LightItalic.svg#RobotoCondensed-LightItalic') format('svg');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed-BoldItalic.eot');
	src: url('../fonts/RobotoCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoCondensed-BoldItalic.woff2') format('woff2'),
		url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff'),
		url('../fonts/RobotoCondensed-BoldItalic.ttf') format('truetype'),
		url('../fonts/RobotoCondensed-BoldItalic.svg#RobotoCondensed-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed-Light.eot');
	src: url('../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoCondensed-Light.woff2') format('woff2'),
		url('../fonts/RobotoCondensed-Light.woff') format('woff'),
		url('../fonts/RobotoCondensed-Light.ttf') format('truetype'),
		url('../fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed-Italic.eot');
	src: url('../fonts/RobotoCondensed-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoCondensed-Italic.woff2') format('woff2'),
		url('../fonts/RobotoCondensed-Italic.woff') format('woff'),
		url('../fonts/RobotoCondensed-Italic.ttf') format('truetype'),
		url('../fonts/RobotoCondensed-Italic.svg#RobotoCondensed-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed-Bold.eot');
	src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
		url('../fonts/RobotoCondensed-Bold.woff') format('woff'),
		url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'),
		url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed-Regular.eot');
	src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
		url('../fonts/RobotoCondensed-Regular.woff') format('woff'),
		url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'),
		url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



/*********************************** Start Of Common Css ***********************************/
body {font-family: 'Roboto Regular', sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height:36px; color:#C4C4C4; margin: 0px;}
html, body {overflow-x: hidden;}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; outline: none }
img { border: 0; vertical-align: top; height: auto; max-width: 100%;}
input, textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { background: #fff; border: 1.1723px solid #187BCD;
	box-sizing: border-box;border-radius: 4.68919px;outline: none !important; height: 50px; padding: 0 20px; color: #1B2124; width: 100%;}

input[type=submit] {background: #187BCD;border-radius: 8px; width: auto; border: none; outline: none; cursor: pointer; font-size: 14px; line-height:18.27px; font-weight:normal; padding: 8px 20px; color: #fff; display: inline-block; transition: all  0.4s ease-in-out }
input[type=submit]:hover { background-color:#E5EFF7; }
button:focus { outline: none; }
button { border: 0; cursor: pointer; }
label{margin:0;}
.form-control:focus { box-shadow: none !important; }
ul, li { padding: 0px; margin: 0px; list-style-type: none; }
.container{width: 100%;}

@media(min-width:1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1170px;}
}
@media(min-width:1350px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1300px;}
}

@media(min-width:1450px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1400px;}
}

@media(min-width:1550px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1500px;}
}
@media(min-width:1700px){
	.container { max-width: 1640px; width: 100%; margin: 0 auto;}
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link{text-transform: uppercase !important;}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item .responsive-menu-pro-item-link{text-transform: uppercase !important;}

header, section, footer { display: block; width: 100%; }
a {text-decoration: none;color:#4D8A3F;display:inline-block}
a:hover { text-decoration: none;color: #4d7345;}
p{color:#000000;margin-bottom: 10px;font-size: 24px;line-height: 40px;}
.primary-color{color:#4D8A3F !important}
.primary-bg-color{color:#09669F !important}
.accent-color{background-color:#CE0000 !important;}
.color-white { color: #fff !important; }
.bg-color-white { background-color: #fff;}
.bg-color-dark{background: #141D26;}
.blurry-bg{position: relative;overflow: hidden;}
.blurry-bg:before { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(18, 18, 18, 0.75); content: ''; z-index: 9999; overflow: hidden; backdrop-filter: blur(5px); }


input[type="date"] { color: #ddd }
label { color: #7C8494; }
input[type="date"]::-webkit-clear-button { display: none; }
input[type="date"]::-webkit-inner-spin-button { display: block; }
input[type="date"]::-webkit-calendar-picker-indicator { width: 100%; cursor: pointer; opacity: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100% }
input[type="date"] { background-image: url(../images/down-arrow.png); background-position: right; background-repeat: no-repeat; }
input[type="number"] { -moz-appearance: textfield; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
h1, h2, h3, h4, h5, h6, p { margin: 10px 0 }
h1 { font-style: normal; font-weight: normal; font-size:110px; line-height:145px; color: #ffffff; }
h2 { font-style: normal; font-weight: normal; font-size:48px; line-height:40px; color: #4D8A3F; }
h3 { font-style: normal; font-weight: normal; font-size: 40px; line-height: 46; color: #ffffff; }
h3 { font-style: normal; font-weight: normal; font-size: 36px; line-height: 48px; color: #ffffff;}
.strong{font-weight: 700;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000; line-height: 30px; }
::-moz-placeholder { /* Firefox 19+ */
	color: #000; line-height: 30px; font-size: 18px; }
:-ms-input-placeholder { /* IE 10+ */
	color: #000; line-height: 30px; }

/*Header*/
header{position: relative;}
header.sticky {position: fixed;z-index: 999;background: #fff; border-bottom: unset;}
ul#menu-header-menu {display: flex;align-items: center; justify-content: space-around;}
header {border-bottom: 9px solid #5D8D3E;}
li#menu-item-32 .sub-menu {left: -40px;}
li#menu-item-505 .sub-menu {left: 0px;}
.headermain{display: flex;align-items: center;padding: 13px 0;}
ul#menu-header-menu li:not(ul li ul li){padding: 0 0px 0 20px;position: relative;}
ul#menu-header-menu li a:not(.sub-menu li a) { display: inline-block; position: relative;}
ul#menu-header-menu li a { font-size: 28px; line-height: 37px;color: #000; text-transform: uppercase;white-space: nowrap; font-weight: 600; font-family: 'Roboto Condensed';transition: 0.3s;}
ul#menu-header-menu li a:hover {color: #4D8A3F;transition: 0.3s;}
ul#menu-header-menu li > ul {overflow: hidden;visibility: hidden; opacity: 0;  position: absolute; transform: translateY(0em); z-index: 9; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;}
ul#menu-header-menu li.menu-item-has-children:hover > ul {border: 1px solid #4d8a3f;
	display: block; position: absolute;background: #fff; padding: 20px 0 10px;visibility: visible; opacity: 1;z-index: 9; transform: translateY(2%); transition-delay: 0s, 0s, 0.3s;}
ul#menu-header-menu li > ul > li{display: block;padding: 0px 30px;line-height: 2;text-align: center;}
li#menu-item-558 .sub-menu {left: 35px;}

/*footer*/
.footermain{background-color: #000;}
.footerAddress p{margin: 0;font-size: 20px;line-height: 26px;color: #fff;}
.footerinline{align-items: center;padding: 20px 0 20px;}
.footerSocial p{color:#fff;font-size: 28px;}
#copyright {background: #4D8A3F;text-align: center; padding: 10px;}
#copyright .copyright a{text-align: center;}
#copyright .copyright p{color: #ffffff;}
ul#menu-footer-menu li a {font-size: 20px;line-height: 26px; color: #fff;}
ul#menu-footer-menu li a:hover{color: #4D8A3F;}
.privacy-condtiont a:first-child {padding: 0;}
.footerSocial a {display: inline-block; padding: 0 0px 0 40px;transition: 0.5s;}
.footerSocial a img {vertical-align: baseline;}
.footerSocial a:hover {transition: 0.5s;transform: scale(1.1);}

/*newsletter*/
.gform_wrapper div.validation_error{display: none !important;}
.gfield_description.validation_message{display: none !important;}
li.gfield_error {background-color: unset !important;margin-bottom: 0px!important; border-top: none !important; border-bottom: none !important;padding: 0 !important;}   
.gfield_error  input{border: 2px solid red !important;}
.newsletterHide{display: none;}
.newsletter{background: #4D8A3F;display: block;background-position: right;background-repeat: no-repeat;background-size: auto;padding: 40px 0;}
.newsletter label.gfield_label{display: none !important;}
.newsletter input#input_1_1 {width: 90%; height: 64px; padding: 0 20px;}
input#gform_submit_button_1 {float: right;position: absolute;top: 0px; right: 0; background: #f19100; width: 20%; border-radius: 10px; border-top-left-radius: 0; border-bottom-left-radius: 0;
	font-size: 24px; height: 64px;}
.gform_wrapper form{position: relative;}
.leftNewsletter h2{font-size: 48px;line-height: 63px;font-weight: 600;margin: 0;color: #fff;}
.leftNewsletter h3{font-size: 28px;line-height: 60px;margin: 0;}
.gform_footer.top_label {padding: 0 !important;}
.Mobilehide{display: none;}
.leftNewsletter h3 p{color: #ffffff;}
.cricketpowder .crickeInner p span.color-green {color: #4D8A3F;}
.cricketpowder .crickeInner p span.color-green a {color: #4D8A3F;}

/*home*/
.welcomeBelowImage img{width: 100%; height: 346px; object-fit: cover;}
/* .welcomeBelowImage {margin: 0px 0 80px;} */
.welcomeSection{text-align: center;padding: 0 0 40px;}
.welcomeSection h2{font-size: 48px;line-height: 40px;font-weight: bold;padding: 50px 0;}
.welcomeSection h4{font-size: 36px;line-height: 40px;padding: 0px 0 0;display: grid;}
.welcomeSection p{font-size: 24px;line-height: 40px;text-align: left;margin: 40px 0;}
.sustainbale {padding: 75px 0; background-repeat: no-repeat;background-size: contain;background-attachment: fixed;}
.sustainbale h2.primary-color {text-align: center;font-weight: bold;}
.sustainbale .contentInner {max-width: 1350px; margin: 0 auto;}
.sustainbale p > strong {font-style: italic;}
.contentInner p {margin-bottom: 30px;}

.nutriation {display: flex;flex-wrap: wrap;align-items: center;background: #4D8A3F;margin: 0px 0 50px;}
.NutriationContent {width: 70%;padding-left: calc((100vw - 1800px)/2);padding-right: 80px;}
.NutriationContent h2{line-height: 50px;font-weight: bold;margin: 0px 0 40px;}
.NutriationContent p{color: #fff;}
.NutriationImage {width: 30%;}
.contentNu{column-count: 2;column-gap: 40px;}
.contentNu p span {font-style: italic;}

.griopro {padding-bottom: 50px;}
.GrioporFullImage img {width: 100%;}
.griporTitle {max-width: 70%;margin: 0 auto 60px;text-align: center;}
.griopro h2 {font-weight: bold;line-height: 60px;}
.leftInner h3 {color: #4D8A3F;letter-spacing: 0;}
.rightInner a { background: #4D8A3F;color: #fff;padding: 15px 80px;font-size: 24px;border-radius: 10px;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;margin: 25px 0 0;}
.rightInner a:hover {background-position: 100% 43px;background-image: linear-gradient(to right, #121010, #4D8A3F);background-size: 150% 150%;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.GrioporFullImage img {width: 100%;height: 390px;object-fit: cover;}
.GrioporFullImage {margin: 0 0 80px;}
.grioproContent {
	/* 	display: flex;
	align-items: center; */
}
.grioproContent .content-area {
	display: flex;
}
.grioproContent > h3 {
	text-align: left;
	font-size:28px;
	line-height: 40px;
	color: #4D8A3F;
	font-weight: bold;
	padding: 30px 20px;
	margin: 0;
}
.grioproContent .content-area > div {width: calc(100% / 2);margin: 0px 20px;}
.grioproContent .read-more {
	background: #4D8A3F;
	color: #fff;
	padding: 15px 80px;
	font-size: 24px;
	border-radius: 10px;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin: 25px 0 0 20px;
}
.grioproContent .read-more:hover {
	background-position: 100% 43px;
	background-image: linear-gradient(to right, #121010, #4D8A3F);
	background-size: 150% 150%;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#pagepost .innerpost h3{font-size:28px;line-height: 40px;color: #4D8A3F;font-weight: bold;text-align: center;padding: 30px 20px; margin: 0;}
#pagepost .innerpost p{font-size: 20px;line-height: 26px;margin-bottom: 30px;color: #707070;padding: 0 20px;position: relative;overflow: hidden;}
#pagepost .innerpost a.read-more {background: #4D8A3F; color: #fff; padding: 15px 80px; font-size: 24px; border-radius: 10px;max-width: 300px;margin: 20px auto;display: block;text-align: center;}
#pagepost .innerpost a.read-more:hover{background-position: 100% 43px;background-image: linear-gradient(to right, #121010, #4D8A3F);background-size: 150% 150%;}
.columninner{box-shadow: 0px 3px 6px #00000029;}
#pagepost .innerpost {display: flex;flex-wrap: wrap;margin: 0 10px 100px; justify-content: space-between;}
#pagepost .innerpost .columninner { padding: 0 0; flex: 32.33% 0 0; max-width: 33.33%;position: relative;padding: 0 0 90px;display: inline-table;}
.readmore{position: absolute;left: 0;right: 0;bottom: 0;}

.bookleft h2{font-weight: bold;line-height: 60px;}
.bookleft p{font-size: 28px;}
.availablebook {margin: 50px 0 50px;}
.availablebook h4 { font-size: 28px;line-height: 40px;color: #4D8A3F; font-weight: bold;text-align: center;margin: 50px 0;}
.brands { display: flex;justify-content: space-around;flex-wrap: wrap;align-items: center;}
.brands img {margin: 0 0 60px; width: 200px;
	height: 100px;
	object-fit: contain;} 
.bookMain {margin: 0 0 30px;}
.cricketpowder h2{font-weight: bold;margin: 20px 0;}
.cricketpowder h3{color: #4D8A3F;margin: 0 0 30px;}
a.nutritionalbuton {background: #4D8A3F;color: #fff;  padding: 15px 80px;font-size: 24px; border-radius: 10px;margin: 7.2em 0px;font-weight: bold;letter-spacing: 0;}
a.nutritionalbuton:hover{background-position: 100% 43px;background-image: linear-gradient(to right, #121010, #4D8A3F);background-size: 150% 150%;}
.crickeInner {padding: 0 80px 0 0px;}
.cricketpowder {padding: 30px 0 60px;background-repeat: no-repeat;background-size: 100% 100%;}
#foodevelopment .GrioporFullImage {margin: 0px 0 0px;}
section#foodevelopment {margin-bottom: 60px;}
.learnomoreHome a{
	text-transform: uppercase;
	position: absolute;
	top: 0;
	transform: translate(4em, 25em);
	margin: 0 auto;
}
/*Our story*/
.banner-inner-page:before {position: absolute;opacity: 0.25;width: 100%;height: 100%;left: 0;right: 0;bottom: 0;content: "";background: #000;}
.banner-inner-page {background-repeat: no-repeat;background-size: cover;min-height: 600px;display: flex;align-items: center;justify-content: center;position: relative;}
.banner-inner-caption h1 {font-family: 'Roboto Condensed', sans-serif;font-weight: 600; position: relative;}
.ourstroycontent {max-width: 1365px; margin: 50px auto;}
.ourstroycontent h3 {text-align: center;color: #4D8A3F; margin-bottom: 50px;}
.ourstroycontent p, .ourstroycontent ul{margin-bottom: 30px;}
.ourstroycontent ul {font-size: 24px; color: black;}
.ourstroycontent li { list-style-type: disc; margin-top: 2rem;}

.Services{max-width: 1365px; margin: 50px auto;}
.Services h3 {color: #000; margin-bottom: 30px;font-size: 60px;font-weight: bold;font-family: 'Roboto Condensed', sans-serif;}
.Services p{margin-bottom: 30px;}
.whyinsects {min-height: 600px;display: flex;align-items: center;background-repeat: no-repeat;background-size: cover;}
.insectsdescr {max-width: 1365px; margin: 50px auto;}
.whyinsects h2 {font-size: 140px; font-weight: bold;font-family: 'Roboto Condensed', sans-serif;  color: #fff;}
.contactusbtn{background: #4D8A3F; color: #fff; padding: 15px 80px;font-size: 24px; border-radius: 10px; text-transform: uppercase; font-weight: bold; margin: 30px 0 0;}
.contactusbtn:hover{background-position: 100% 43px;background-image: linear-gradient(to right, #121010, #4D8A3F); background-size: 150% 150%; -moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out;color: #ffffff;}
.imgresearch{display: flex;align-items: center;box-shadow: 0px 0px 12px #00000029;margin: 30px 0;}
.imgresearch img { max-width: 814px;width: 814px; min-height: 400px; object-fit: cover;}
.researchsub h2 { font-size: 48px; font-weight: bold;}
.researchsub hr{border: 2px solid #4D8A3F;}
.researchsub h4 { color: #4D8A3F; font-size: 28px; font-weight: bold;}
.researchsub {padding: 0 0 0 20px;} 
.Services.resaechmaintitle {margin: 30px auto;text-align: center !important;}
.resaechmaintitle h3{margin-bottom: 0;}
.reserachlist {border-top: 2px solid #707070; background: #F5F5F5 0% 0% no-repeat padding-box;}
.footerComman {background-repeat: no-repeat;background-size: cover;display: flex;align-items: center;min-height: 600px;margin: 70px 0 0 0;}
.footercontainer {display: flex; align-items: center;}
.footercontainer h1 {font-weight: bold; font-size: 80px; line-height: 1.3; font-family: 'Roboto Condensed', sans-serif;}

#innovatonLLC .maininnovation{margin: 0 0 50px;}
.maininnovation {display: flex; align-items: center;}
.maininnovation {display: flex; align-items: center;  position: relative; margin: 0 0 100px;}
.maininnovation:before {content: ""; background: #F5F5F5;  width: 70%; height: 100%; position: absolute;z-index: -1; right: 0; bottom: 0;top: 90px;}
.innovation-left { width: 40%;}
.innovation-right { width: 60%; position: relative; padding: 0 40px;}
.innovation-right h2 {font-weight: bold; color: #000;line-height: 70px;}
/* .innovation-right p a {font-size: 36px; color: #4D8A3F; font-weight: bold;line-height: 66px;display: inline-block;} */
/* .drimage img {max-width: 28%;position: absolute;top: -34px;z-index: -1;left: 0;} */
.drimage { width: 26%;}
.drimage img {
	border-radius: 10px;
}
.drimage .read-more {
	background: #4D8A3F;
	color: #fff;
	padding: 15px 80px;
	font-size: 24px;
	border-radius: 10px;
	max-width: 300px;
	margin: 20px auto;
	display: block;
	text-align: center;
}
.drimage .read-more:hover {
	background-position: 100% 43px;
	background-image: linear-gradient(to right, #121010, #4D8A3F);
	background-size: 150% 150%;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.nameanddesgination { width: 70%;} 
.mainteam {
	display: flex;
	align-items: flex-start;
	max-width: 1365px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0;
	align-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px;
}
.nameanddesgination h3 { font-size: 60px; color: #4D8A3F;font-weight: 600;line-height: 80px;}
.nameanddesgination h3:last-child {border-top: 4px solid #4D8A3F;}
.teamcontent{margin: 0 0 0;background: #EFEFEF;}
.gripromain { min-height: 600px;display: flex; align-items: center; background-repeat: no-repeat;}
.gripromain h2 {font-family: 'Roboto Condensed', sans-serif; font-weight: 600; position: relative;  color: #fff; font-size: 140px;line-height: 165px;width: 100%;}
.contactus {background: linear-gradient(246deg, rgba(77,138,63,1) 0%, rgba(52,99,42,1) 80%);padding: 10px 0px 60px;}
form input {border: none !important; border-radius: unset !important;padding: 10px 20px !important;}
.ginput_container_email input{width: 100% !important;}
#field_2_2 .gfield_label {display: none !important;}
ul#gform_fields_2 li {padding: 0; margin: 20px 0 0;} 
li#field_2_4 label {display: none;}
textarea#input_2_4 { margin: 20px 0 0;padding: 10px 20px;}
input#gform_submit_button_2 {width: 250px; font-size: 22px; line-height: 29px; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase;transition: all .4s ease-in-out; background-color: #187BCD;}
input#gform_submit_button_2:hover { background-position: 100% 43px;background-image: linear-gradient(to right, #274864, #008bff); background-size: 150% 150%; transition: all .4s ease-in-out;}
.contactus h2 { font-weight: 600;color: #fff; line-height: 60px;letter-spacing: 0.96px;}
.contactus p{font-size: 28px;color: #fff;line-height: 40px;}
.leftContact {padding: 90px 0 0;}
.consultingmain .innovation-right {padding: 5% 20% 0 40px;}

/*our-products*/
.ourproductsinnov .maininnovation::before{content: ""; background: #F5F5F5; width: 70%; height: 630px;position: absolute; z-index: -1;  right: 0; bottom: 0; top: 0px;}
#innovatonLLCprodcts.ourproductsinnov .maininnovation::before{content: unset;}
#innovatonLLCprodcts.ourproductsinnov .innovation-right:before {content: "";position: absolute; background: #F5F5F5; width: 100%; height: 650px;  z-index: -1; left: 0; top: 0px;}

.foodingredients { display: block;min-height: auto;max-width: 1400px; margin: 0 auto;}
.foodingredients h2 {color: #000 !important;font-size: 80px;line-height: 100px;}   
.foodinsect{margin: 0px auto 50px;}

/*Blog*/
.featuredimage img {height: 300px;object-fit: cover; width: 100%; margin: 0 0 20px !important;}
.page-template-blog .newsletter {display: none;}
.blogpost {margin: 50px 0;}
/* .looppost a {box-shadow: 0px 3px 6px #00000059;} */
.postcontent {overflow: visible;display: inherit;padding: 0 30px 20px;}
.postcontent h2 {color: #000;font-weight: bold; font-size: 28px;  line-height: 36px;}
.postcontent p {font-size: 20px;color: #707070;line-height: 26px;}
.looppost {margin: 0px 0 60px;}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing ul li {display: none;}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing ul li:last-child {display: block;}
.share { color: #000; font-size: 14px;font-weight: 900;text-transform: uppercase; display: flex;  align-items: center;}
.share .heateor_sss_horizontal_sharing {margin: 0 0px 0 10px; display: block;}
.views img {padding: 0 10px;}
.heateorSssMoreBackground {background-color: #5D8D3E;}
.shareandview {display: flex;padding: 0 0px 0px 0px; flex-direction: column;}
.views {display: flex; padding: 0 0 0 10px; color: #000; font-weight: 900; font-size: 14px;align-items: center;text-transform: capitalize; flex-direction: row-reverse;
	justify-content: flex-end;}
.views span.span-reading-time.rt-reading-time {padding: 0 10px;text-transform: uppercase;}
.researchcontainer h2 {text-align: center;font-family: 'Roboto Condensed', sans-serif; font-size: 80px; color: #000; line-height: 100px; font-weight: bold;}
.researchpost .columninner{margin:  0 0 60px;}
#pagepost .innerpost.researchpost{margin: 0 10px 0;}
.page-template-research-template .newsletter{display: none;}
.researchPostNew{border-top: 1px solid #707070;padding: 50px 0;}
.researchPostNew p {margin: 0px 0 30px;}
.columninner img { height: 300px;object-fit: cover; width: 100%; object-position: left;}
section.pageTabID {background: #4D8A3F;}
.pagetabs{display: block;overflow:hidden;position: relative;padding: 20px 0;}
.pagetabs a{display: block;text-align: center; color: #fff; font-size: 36px;font-weight: bold; letter-spacing: 0.72px;transition: 0.5s;}
.pagetabs .col-md-6:nth-child(2):before { content: ""; position: absolute;height: 50px; width: 4px;background: #fff;bottom: 0;top: -10px;}
.pagetabs a:hover { color: #F19100; transition: 0.5s;}

section.mediamain {margin: 50px 0;}
.mediacontent h2 {font-size: 36px;line-height: 40px; color: #000;  font-weight: 600;margin: 20px 0 20px;}
.mediacontent p{font-size: 28px;line-height: 32px;}
.mediainner {margin: 0 0 40px;position: relative; overflow: hidden;}
.mediainner img{width: 100%;}
/* .mediainner:hover img{ transform: scale(1.1); transition: .8s ease-in-out;} */
.page-template-media .newsletter{display: none;}

/*book*/
.page-template-the-book .newsletter {display: none;}
.banner-inner-caption.bannerabove {display: flex; align-items: center; justify-content: space-between;}
.banner-inner-caption.bannerabove h1 {display: inline-block;}
.banner-inner-caption.bannerabove img {float: right; padding: 0 10% 0 0;position: relative;}
.banner-inner-caption.bannerabove .book-img {
	height: 500px;
	width: 100%;
}
.keycontent h2 {font-size: 48px;color: #000000; font-weight: bold;margin: 0px 0 30px;}
.keycontent ul li {color: #000;font-size: 24px;line-height: 40px; list-style: disc; margin-left: 30px;}
.keycontent h3 {color: #4D8A3F;font-size: 28px;line-height: 40px;font-weight: 600;margin: 30px 0 20px;}
.keysmainsection{display: flex;margin: 30px 0; gap: 30px;}
.keyimage {width: 58%;}
.retailars{display: flex; align-items: center;justify-content: space-between;}
.retailars img {max-width: 290px;margin: 0 0px;}

/*recipe*/
.foodloopmain {display: flex; flex-wrap: wrap;justify-content: center;}
.foodinner {margin: 0px 10px 60px;text-align: center;box-shadow: 0px 3px 6px #00000059;width: 31.33%;padding: 0 0 40px;}
.foodcontent h2{font-weight: bold;font-size: 28px;line-height: 40px;text-transform: uppercase;}
.powderHeading{font-size: 80px;text-align: center;font-weight: 600;margin: 40px 0;color: #000;font-family: 'Roboto Condensed', sans-serif;font-weight: 600;border-bottom: 1px solid #707070;
	padding-bottom: 50px;}
.bannerFood {overflow: hidden; margin: 0 auto;width: 50%;text-align: center;display: flex; justify-content: center;}
h2.singldfoood {text-align: center; font-family: 'Roboto Condensed', sans-serif;font-weight: 600;  color: #000; text-transform: capitalize;
	font-size: 80px; line-height: 120px; border-bottom: 1px solid #707070;}
.singlefood {display: flex; align-items: center;margin: 20px 0;}
.bannerimagesingle {width: 45%;}
.ingrediants { width: 50%; padding: 0px 0 0px 30px;}
.bannerimagesingle img {width: 100%;}
.ingrediants h3 {font-size: 48px;font-weight: 600;color: #000;margin: 0 0 40px;text-transform: capitalize;}
.directioncontent h3 {font-size: 48px;font-weight: 600;color: #000; margin: 20px 10px;}
.directioncontent {background: #F5F5F5; padding: 50px 0;}
.directioncontent ul{padding: 0 0 0px 30px;}
.directioncontent ul li { color: #000; font-size: 24px;  list-style: disc;}
/*griopro*/
#needgriopro .grioproMain h2 {font-size: 80px; line-height: 160px; color: #000; text-align: left;  font-family: 'Roboto Condensed', sans-serif; font-weight: 600;}
#needgriopro .grioproMain p {margin: 0 0 50px;}
#needgriopro .grioproMain {margin: 0 14%;}
#needgriopro:before {content: '';background-color: #F5F5F5; width: 100%; height: 45%; position: absolute; z-index: -1; bottom: 0;}
#needgriopro {position: relative;}
#grioprozig .zigzagMain.grioproloop > div {width: calc(90% / 2 - 0px);}
#grioprozig .zigzagMain.grioproloop {display: flex; align-items: center; flex-wrap: wrap;}
#grioprozig.ContentGriopro { padding-left: calc((100vw - 1800px)/2);}
#grioprozig .grioproloop:nth-child(even) {flex-direction: row-reverse;background: #f5f5f5;}
.ContentGriopro h2 {color: #000;font-size: 48px; font-weight: 600; line-height: 60px; margin: 20px 0;}

.ContentGriopro p {margin: 0px 0px 20px;}
#grioprozig .grioproloop:nth-child(even) .GrioproBenfitsImg:before { content: ""; position: absolute; width: 100%; height: 100%; box-shadow: inset 140px 0px 60px 0px #f5f5f5;  top: 0; left: 0px;}
#grioprozig .grioproloop:nth-child(even) .GrioproBenfitsImg {position: relative;}
.GrioproMakewith h2 {color: #fff;font-size: 48px;line-height: 60px; font-weight: 600;}
.GrioproMakewith {background-color: #4D8A3F;padding: 30px 90px;}
.GrioproMakewith p {color: #fff;}
#MakewithGriopro {margin: 10px 0 50px;}
.page-template-griopro .gripromain {min-height: 900px;background-repeat: no-repeat;background-size: cover;}
/*newsandpress*/
.newsPostMainInner {display: flex;align-items: center; flex-wrap: wrap;  padding: 20px 0 30px; border-bottom: 1px solid #707070;}
.newsPostMainInner .newscontent {width: 84%;padding: 0 30px 0px 0px;}
.newscontent h2 {font-size: 36px; font-weight: bold; color: #000;margin: 0 0 20px;}
.newscontent p {font-size: 24px; line-height:32px; color: #000;}
.newsfeatured img{width: 250px;height: 250px;object-fit: cover;}
.newsheading{font-size: 48px;line-height: 60px;color: #000; font-weight: bold;letter-spacing: 2px;border-bottom: 1px solid #707070; padding-bottom: 20px;}
.loadmore{text-align: center;}
button.alm-load-more-btn.more { background: #4D8A3F; color: #fff;  padding: 15px 80px; font-size: 24px; border-radius: 10px; text-transform: uppercase; font-weight: bold; margin: 30px auto 0; max-width: 350px; display: block;}
button.alm-load-more-btn.more:hover {background-position: 100% 43px; background-image: linear-gradient(to right, #121010, #4D8A3F); background-size: 150% 150%;-moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out;    -webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out; color: #ffffff;}
.singlenews span {color: #000;}
.singlenews figcaption { color: #000;}
.single-food .footerComman {margin: 0;}
/*single news*/
.singlenews aside.pullquote {color: #000;}
.singleNewscontenMain {padding: 30px 30px;margin: 0 auto;}
h2.singldnewsheading {font-family: 'Roboto Condensed', sans-serif; font-weight: 600; color: #000; line-height: 63px;}
.singlenews h2{font-family: 'Roboto Condensed', sans-serif; font-weight: 600; color: #000;font-size: 36px; line-height: 48px;margin: 30px 0;}
.singlenews p {margin: 30px 0;}
.singlenews p a {color: #4D8A3F;}

.singlenews h1 {font-family: 'Roboto Condensed', sans-serif;font-weight: 600; color: #000;}
.singlenews h2 {font-family: 'Roboto Condensed', sans-serif;font-weight: 600; color: #000;}
.singlenews h3 {font-family: 'Roboto Condensed', sans-serif;font-weight: 600; color: #000;}
.singlenews h4 {font-family: 'Roboto Condensed', sans-serif;font-weight: 600; color: #000;font-size: 28px;}
.singlenews h5 {font-family: 'Roboto Condensed', sans-serif;font-weight: 600; color: #000;font-size: 28px;}

.page-template-griopro .newsletter{display: none;}
.page-template-research .newsletter{display: none;} 
.page-template-news-press .newsletter{display: none;}
.page-template-Recipes .newsletter{display: none;}
.single-food .newsletter{display: none;}
.page-template-contact .newsletter{display: none;}
.page-template-news-press .newsletter{display: none;} 

.thankyu_main .outer{margin: 0 auto;} 
.iner_cntn_nt h1 {color: #4D8A3F;font-weight: 600;font-family: 'Roboto Condensed', sans-serif;}
.thankyu_main .outer .inner{text-align: center;}
.thankyu_main {padding: 50px 0;}
.iner_cntn_nt h4 {font-size: 25px;color: #707070; line-height: 50px;}

.termsinner p {margin: 20px 0;}
.termsinner h2 { margin: 30px 0;font-size: 60px;font-weight: bold;font-family: 'Roboto Condensed', sans-serif;color: #000;}
.termsinner {padding: 50px 0;}
.termsinner p a {color: #4D8A3F;}

/* .FadeInEase{opacity: 0;} */