@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Black.woff2') format('woff2'),
        url('../fonts/Helvetica-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Bold.woff2') format('woff2'),
        url('../fonts/Cairo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Black.woff2') format('woff2'),
        url('../fonts/Cairo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Light.woff2') format('woff2'),
        url('../fonts/Cairo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Medium.woff2') format('woff2'),
        url('../fonts/Cairo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.woff2') format('woff2'),
        url('../fonts/Cairo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo2-Bold.woff2') format('woff2'),
        url('../fonts/Exo2-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.btn {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 200px;
    outline: 0;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(27,29,28,0);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000
}

.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn--hamburger {
    width: 40px;
    height: 40px
}
.navbar__hamburger {
	margin-left: 20px
}
.btn--hamburger__line {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #01764B;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.65s ease-in-out;
    border-radius: 10px;
}
.btn--hamburger__text{
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'myriad_proregular';
    color: #d2dea7;
    font-size: 12px;
    line-height: normal;
    opacity: 1;
    transition: all 0.65s ease-in-out
}
.btn--hamburger__line.top {
    width: 75%;
    top: 10px;
}
.btn--hamburger__line.mid {
    width: 100%;
    top: 18px;
    opacity: 1;
}
.btn--hamburger__line.bottom {
    width: 75%;
    top: 65%;
}
.is-menu-active .btn--hamburger__line.top {
    top: 46%;
    transform: rotate(40deg);
    height: 2px;
}
.is-menu-active .btn--hamburger__line {
    background-color: #01764B;
}
.is-menu-active .btn--hamburger__line.mid {
    opacity: 0
}
.is-menu-active .btn--hamburger__line.bottom {
    opacity: 1
}
.is-menu-active .btn--hamburger__line.bottom {
    width: 75%;
    top: 46%;
    transform: rotate(-400deg);
    height: 2px;
}
.is-menu-active .btn--hamburger__text{
    opacity: 0
}

.arroWrap svg {
      width: 176px;
      height: 85px
    }

    #animatedPath {
      stroke: #00a15e;
      stroke-width: 2;
      fill: none;
    }
    .arrowhead {
      fill: #00a15e;
    }
    .animatedPath,
	.arrowhead {
	  visibility: hidden;
	}
.arroWrap {
    position: absolute;
    left: 260px;
    top: 280px;
    z-index: 100;
}
.arroWrap.adjLeft {
    left: 390px;
}

h2{
	font-family: "Manrope", sans-serif;
	font-weight: 800;
	color: #01764B;
	font-size: 50px
}
h3{
	font-family: 'Helvetica';
	font-weight: 900;
	color: #000000;
	font-size: 26px
}
h6{
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	color: #01764B;
	font-size: 26px
}
.heading01 {
    padding: 30px 50px;
    margin: 0;
    background-image: url("../images/grains-single.png"), url("../images/grains-single.png");
    background-size: 23px, 23px;
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    color: #01764B;
    display: inline-block;
    clear: both;
}
main {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.downloadBrochurewrap {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 999;
}
.downloadBrochurewrap a{
	position: relative;
	display: block
}
.roundLine {
	width: 95px;
	height: 95px;
    position: absolute;
    left: 15px;
    top: 15px;
    border: 1px solid green;
    border-radius: 200px;
}
.brochureText {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 20px;
    right: 0px;
    height: auto;
    max-width: 85px;
    margin: 0;
    -webkit-animation: zoom-in-zoom-out 4s infinite linear;
    animation: zoom-in-zoom-out 4s infinite linear;
}
@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
}

.downloadRound  {
    max-width: 125px;
    margin: 0;
    -webkit-animation: rotation 18s infinite linear;
    animation: rotation 18s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/*
.static-banner{
	min-height: 568px;
}
*/
.static-banner video{
	width: 100%
}
.sun {
    width: 160px;
    position: absolute;
    left: calc(50% - 160px);
    top: 4%;
    -webkit-animation: rotation 18s infinite linear;
    animation: rotation 18s infinite linear;
}
.sunGreen {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: rotation2 18s infinite linear;
    animation: rotation2 18s infinite linear;
}
@keyframes rotation2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.grains-single-outline-left1, .grains-single-outline-right2 {
    width: 122px;
    height: 102px;
    position: absolute;
    z-index: 1;
}
.grains-single-outline-left1{
	left: 50%;
	transform: translateX(-50%)
}
.grains-single-outline-left1{
    left: 40%;
    transform: translate(-50%, -50%);
    top: 60%
}
.grains-single-outline-right2 {
    right: 36%;
    transform: translate(-50%, -50%);
    top: 20%
}

.whatsApplink {
    width: 53px;
    height: 53px;
    position: fixed;
    right: 66px;
    bottom: 15px;
    z-index: 999;
}
.whatsApplink span {
    width: 155px;
    height: 54px;
    position: absolute;
    left: -145px;
    top: 0;
    
    padding: 0;
    border-radius: 50px;
    line-height: 54px;
    
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.whatsApplink:hover span {
    visibility: visible;
    opacity: 1;
    left: -165px;
}
.arbText-medium{
	font-size: 18px;
	font-family: 'Cairo';
	font-weight: bold;
	background-color: #01764B;
	color: #FFFFFF;
}
.engText-medium{
	font-size: 16px;
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	background-color: #FFFFFF;
	color: #01764B;
	-webkit-animation: fade 1s infinite ease-in-out;
    animation: fade 1s infinite ease-in-out;
}
@-webkit-keyframes fade {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes fade {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}

.header-wrapp{
	background-image: url("../images/header-bg.png");
	background-position: left top;
	background-repeat: repeat-x;
	background-size: contain;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: all 0.5s ease;
}
.header-wrapp.nav-up {
  top: -160px
}
header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px 0 20px;
	position: relative;
	z-index: 999;
	transition: all 0.4s ease
}

.logo{
	display: block;
	height: 100%
}
.logo img{
	width: 90px
}
.secondaryMenu, .primaryMenu{
	margin: 0;
	padding: 10px 0
}
.secondaryMenu li, .primaryMenu li{
	display: inline-block
}
.secondaryMenu li {
    margin: 0;
    padding: 0 57px 0 0;
	position: relative
}
.secondaryMenu li::after {
    content: '';
    margin: 0;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 2px;
    height: 15px;
    background-color: #01764B;
    transform: translateY(-50%);
}
.secondaryMenu li:last-child{
	padding: 0
}
.secondaryMenu li:last-child::after{
	display: none
}
.secondaryMenu li a{
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #01764B;
	text-decoration: none;
	transition: all 0.2s ease;
	letter-spacing: .3px
}
.secondaryMenu li a:hover,.secondaryMenu li a.active{
	color: #000;
}
.primaryMenu li a{
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	transition: all 0.2s ease;
	letter-spacing: .2px;
}
.primaryMenu li a:hover,.primaryMenu li a.active, .current-menu-parent{
	color: #01764B
}
.primaryMenu li a:not([href]):not([class]):hover{
	color: #01764B;
	cursor: pointer
}
.primaryMenu li{
	margin: 0;
    padding: 0 60px 0 0;
	position: static
}
.primaryMenu li:last-child{
	padding: 0
}
.phone {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    color: #01764B;
    text-decoration: none;
    padding: 0 0 0 32px;
    margin: 0;
    background-image: url("../images/call-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px;
    display: block;
}
.phone:hover{
	color: #000000
}
.searchWrap {
    width: 100%;
    position: relative;
    display: block;
    max-width: 210px;
    margin: 7px 0 0 0
}
.searchWrap input[type="text"] {
    width: 100%;
    display: block;
    border: 2px solid #01764B;
    border-radius: 10px;
    background-color: transparent;
    padding: 7px 40px 7px 20px;
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #000;
}
.searchIcon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 50%;
    background-image: url("../images/search.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    background-color: transparent;
    transform: translateY(-50%);
}
::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}

.socialIcon {
    width: 40px;
    height: 40px;
    display: inline-block
}

.is-form-style input.is-search-input {
    width: 100%;
    height: 50px;
    display: block;
    border: 2px solid #01764B !important;
    border-radius: 10px;
    background-color: transparent;
    padding: 7px 40px 7px 20px;
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 18px !important;
    color: #000;
}

.shopNow {
    width: 165px;
    border-radius: 10px;
    overflow: hidden;
    margin: 7px 0 0 0;
    float: left
}
.shopNow a{
	display: block
}
.languageSwitcher {
    float: left;
    margin: 0 0 0 5px;
    padding: 0
}
.languageSwitcher a{
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 42px;
	color: #000000;
	text-decoration: none;
	margin: 0 2.5px;
	position: relative
}
.languageSwitcher a:nth-child(1)::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 5px;
    z-index: 111;
    width: 1.5px;
    height: 18px;
    background-color: #000000;
}
.languageSwitcher a.active, .languageSwitcher a:hover{
    color: #01764B
}
.socialIconwrap {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left
}
.inline-list {
		width: 230px;
		float: left;
		margin-right: 10px
	}
	.inline-list:last-child {
    width: 165px;
    margin-right: 0;
}
	.searchWrap {
    	max-width: 230px
	}
.home-page-banner {
    width: 100%;
    max-width: 1920px;
    margin: 149px auto 0 auto;
    height: 750px;
    position: relative;
    overflow: hidden;
    display: flex;
}
.home-banner-link {
    position: absolute;
    right: -233px;
    bottom: 150px;
	z-index: 999;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    background-color: #00C08B;
    padding: 15px 40px;
    margin: 0;
    display: inline-block;
    border-radius: 15px;
    transition: all 0.5s ease;
    pointer-events: painted;
    text-decoration: none;
}
.home-banner-link:hover{
	color: #fff;
	text-decoration: none
}
.home-banner-link::after {
    content: '';
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    top: 10px;
    background-image: url("../images/arrow-white.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    transform: translateY(-50%);
    display: inline-block;
    transition: all 0.5s ease;
}
.product-img__item img{
	width: 500px
}
.home-page-banner .swiper-button-next, 
.home-page-banner .swiper-button-prev{
	width: 60px;
    height: 60px;
	top: var(--swiper-navigation-top-offset,35%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease
}
.home-page-banner .swiper-button-next:after, .home-page-banner .swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 60px;
    height: 60px;
    background-image: url("../images/next-white.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.home-page-banner .swiper-button-prev:after, .home-page-banner .swiper-rtl .swiper-button-next:after {
    content: '';
    width: 60px;
    height: 60px;
    background-image: url("../images/prev-white.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.home-page-banner:hover .swiper-button-next, 
.home-page-banner:hover .swiper-button-prev{
	opacity: 1;
	visibility: visible
}

/****************************PRODUCT SECTIO*************************************/
.productGalleryinner .swiper-button-next, 
.productGalleryinner .swiper-button-prev{
	width: 30px;
    height: 30px;
	top: var(--swiper-navigation-top-offset,35%);
}
.productGalleryinner .swiper-button-next:after, .productGalleryinner .swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("../images/next-green.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.productGalleryinner .swiper-button-prev:after, .productGalleryinner .swiper-rtl .swiper-button-next:after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("../images/prev-green.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.productGallerywrap .swiper-button-next, 
.productGallerywrap .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,87.5%) !important;
}
/****************************PRODUCT SECTIO*************************************/

.static-banner{
	margin-top: 149px
}
/*
.static-banner.static-product-banner{
	margin-top: 100px
}
*/
.banner-wave{
	position: absolute;
	left: 0;
	bottom: 160px;
	z-index: 1;
	width: 100%;
	height: auto;
}
.banner-wave2{
	position: absolute;
    left: 0;
    bottom: -1px
}
.product-img {
    position: absolute;
    z-index: 2;
    width: 50%;
    left: 15%;
    transform: translateX(-45%);
    height: 100%;
    pointer-events: none;
}
.custom-dropdown {
    position: absolute;
    left: 50%;
    top: 169px;
    z-index: 999;
    transform: translateX(-50%);
    width: 1300px;
    height: auto;
    margin: 0;
    padding: 35px 0 0;
    border-radius: 0;
    text-align: center;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
.custom-dropdown.active {
    opacity: 1;
    visibility: visible;
    top: 115px;
}
.primaryMenu .sub-menu {
    margin: 0;
    padding: 30px 50px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
}
.primaryMenu .sub-menu li{
	display: inline-block
}
.primaryMenu .sub-menu li a{
	font-family: "Manrope", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	line-height: normal;
	text-decoration: none
}
.primaryMenu .sub-menu li a:hover{
	color: #01764B
}
.primaryMenu .sub-menu li a.active{
	color: #01764B;
	font-weight: 700
}
#menu-item-27 .polygon {
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 220px;
    top: 15px;
}
#menu-item-28 .polygon {
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 366px;
    top: 15px;
}
#welcomeVideo {
    width: 100%;
    max-width: 1920px;
    height: 100%;
	margin: 0;
    padding: 0;
    position: relative
}
#welcomeVideoM{
	width: 100%;
	height: 100%;
	margin: -90px 0 0 0;
    padding: 0;
    position: relative;
}
.home-page-section3{
	margin: 0;
	padding: 200px 0;
	height: auto;
	background-color: #A0E2BA;
	background-image: url("../images/home-page-section3-top-bg.jpg"), url("../images/home-page-section3-bottom-bg.jpg");
    background-position: left top, left bottom;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
	position: relative
}
.home-page-section3 .swiper-wrapper {
      transition-timing-function: linear !important;
    }
.home-page-section3 .sectionHeading {
    width: 700px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}
.home-page-section4{
	height: 900px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FEDA3D;
	background-image: url("../images/wheat-grains-left2.png"), url("../images/wheat-grains-right2.png");
	background-size: 669px, 669px;
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	position: relative
}
.home-page-section5{
	padding: 250px 0 100px 0;
	min-height: 100vh;
	background-image: url("../images/home-page-section5-bg-new.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center
}
/*
.waveTop{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: auto;
	background-image: url("../images/field-wave.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}
*/
.waveTop{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: auto;
	background-image: url("../images/field-wave-xl.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.waveTopyellow{
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 99;
}
.home-page-section5 h2 {
    padding: 30px 50px;
    margin: 0;
    background-image: url("../images/grains-single-white.png"), url("../images/grains-single-white.png");
    background-size: 23px, 23px;
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    color: #FFFFFF;
    display: inline-block;
    clear: both
}

.waveBottom{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99
}
.home-page-section5 h4 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: normal;
    color: #FFFFFF;
    display: inline-block;
    clear: both
}
.home-page-section6 {
    position: relative;
    width: 100%;
	height: auto
}
.home-page-section6 h2{
	text-transform: uppercase
}
.home-page-section6 p{
	font-size: 35px
}

#youtubevideoModal .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }
#youtubevideoModal .modal-body {
  position:relative;
  padding:0px;
}
#youtubevideoModal .btn-close {
    position: absolute;
    right: -30px;
    top: 0;
    filter: invert(1);
}
.video-btn{
	width: 200px;
	background-color: #FFFFFF;
	padding: 10px 20px;
	border-radius: 10px
}
.overlayContent {
    width: 800px;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    z-index: 999;
    text-align: center;
}
#processVideo{
	width: 100%;
	height: auto;
}

.spinner {
    position: absolute;
    left: 63px;
    top: 105px;
    max-width: 425px;
    margin: 0;
    -webkit-animation: rotation 18s infinite linear;
    animation: rotation 18s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.logoPart{
	position: relative;
	z-index: 2
}

.home-page-section7 {
    height: auto;
    overflow: hidden;
    background-image: url("../images/grain-jak.png");
    background-size: 550px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 0 0 300px 0;
}

.sectionHeading{
	width: 700px;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 300px;
	transform: translateX(-50%);
	text-align: center
}

.cardContainer {
    width: 100%;
    max-width: 1580px;
    min-height: 1000px;
    margin: 0 auto;
    position: relative
}

.cardContainer2{
	width: 100%;
	max-width: 1580px;
	min-height: 100%;
	margin: 0 auto;
	position: relative
}
.greenCard1 {
    width: 505px;
    height: 260px;
    position: absolute;
    margin: 0;
    padding: 2rem;
    left: 50%;
    top: 40%;
    z-index: 10;
     background-color: #A0E2BA; 
    border-radius: 40px;
    transform: rotate(-22deg) translate(-50%, -50%);
    transition: all 1.0s ease;
    opacity: 1;
}
.greenCard2 {
    width: 505px;
    height: 260px;
    position: absolute;
    margin: 0;
    padding: 2rem;
    left: 50%;
    top: 46%;
    z-index: 9;
	background-color: #CDF9DF;
    border-radius: 40px;
    transform: rotate(-9deg) translate(-50%, -50%);
    transition: all 1.0s ease;
	opacity: 1
}
.greenCard3 {
    width: 505px;
    height: 260px;
    position: absolute;
    margin: 0;
    padding: 2rem;
    right: 34%;
    top: 52%;
    z-index: 8;
	background-color: #A0E2BA;
    border-radius: 40px;
    transform: rotate(3deg) translate(0, -50%);
    transition: all 1.0s ease;
    opacity: 1;
}
.greenCard4 {
    width: 505px;
    height: 260px;
    position: absolute;
    margin: 0;
    padding: 2rem;
    right: 37%;
    top: 49%;
    z-index: 8;
	background-color: #CDF9DF;
    border-radius: 40px;
    transform: rotate(23deg) translate(0, -50%);
    transition: all 1.0s ease;
    opacity: 1;
}
.greenCard5 {
    width: 385px;
    height: 230px;
    position: absolute;
	margin: 0;
    padding: 2rem;
    left: 43%;
    top: 58%;
    z-index: 2;
     background-color: #A0E2BA; 
    border-radius: 50px;
    transform: rotate(34deg) translate(-50%, -50%);
    transition: all 1.0s ease;
    opacity: 1;
}

.greenCard1.active {
    left: 20%;
    top: 27%;
    transform: rotate(10deg) translate(-50%, -50%);
}
.greenCard2.active {
    left: 18%;
    top: 55%;
    transform: rotate(-10deg) translate(-50%, -50%);
}
.greenCard3.active {
    right: 4%;
    top: 23%;
    transform: rotate(-10deg) translate(0, -50%);
}
.greenCard4.active {
    right: 2.5%;
    top: 60%;
    transform: rotate(10deg) translate(0, -50%);
}
.greenCard5.active {
    left: 50%;
    top: 81%;
    transform: rotate(0deg) translate(-50%, -50%);
}
.greenCards p {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #01764B;
    font-size: 20px;
	line-height: normal;
    background-image: url("../images/leaf.png");
    background-position: left top 5px;
    background-size: 25px;
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
    margin: 0;
}
.greenCard1 a:hover img, .greenCard3 a:hover img, .greenCard5 a:hover img{
	filter: drop-shadow(0px 10px 8px rgba(80, 165, 114, 1));
}
.greenCard2 a:hover img, .greenCard4 a:hover img{
	filter: drop-shadow(0px 10px 8px rgba(80, 165, 114, 0.6));
}
.highlate{
	filter: drop-shadow(0px 10px 8px rgba(80, 165, 114, 1));
}
.highlate2{
	filter: drop-shadow(0px 10px 8px rgba(80, 165, 114, 0.6));
}
.siteBtn {
    border-radius: 8px;
    background-color: #00C08B;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding: 6px 12px 6px 12px;
    margin: 0;
    transition: all 0.5s ease
}
.siteBtn::after {
    content: '';
    width: 10px;
    height: 10px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    top: 5px;
    background-image: url("../images/arrow-white.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px;
    transform: translateY(-50%);
    display: inline-block;
	transition: all 0.5s ease
}
.siteBtn:hover{
	color: #000000;
	background-color: #FFFFFF;
	filter: drop-shadow(0px 10px 10px rgba(80, 165, 114, 1));
}
.siteBtn:hover::after{
	background-image: url("../images/arrow-black.png");
}
.siteBtn.yellowBtn{
	background-color: #FEDA3D;
	color: #000000;
	border: 1px solid #FEDA3D
}
.siteBtn.yellowBtn:hover{
	border: 1px solid #FFFFFF;
	background-color: #FEDA3D;
	color: #000000;
	filter: drop-shadow(0px 10px 10px rgba(80, 165, 114, 1));
}
.siteBtn.yellowBtn::after{
	background-image: url("../images/arrow-black.png");
}
.backBtn {
    border-radius: 5px;
    background-color: #00C08B;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding: 10px 40px 10px 40px;
    margin: 0;
    transition: all 0.5s ease;
	display: inline-block
}
.backBtn:hover{
	color: #000000
}
.blank-content {
    padding: 250px 0 400px 0;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #EBFAF0
}
.blank-content .blank-content-inner {
    width: 100%;
    text-align: center;
}
.blank-content h1 {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    color: #01764B;
    font-size: 100px;
}
.blank-content p {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #01764B;
    font-size: 18px
}
.sampleCards{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1
}
.position-relative-top{
	position: relative;
	margin-top: -35px
}
.bg-none{
	background-image: none !important
}
.home-page-section2 {
    background-image: url("../images/home-page-section2-bg.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 50px 0
}
.inlineBg{
	padding: 30px 50px;
	margin: 0;
	display: inline-block;
	background-image: url("../images/grains-single.png"), url("../images/grains-single.png");
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, contain
}
.wheat-grains-left{
	position: absolute;
	left: -1.5%;
	bottom: 5%;
	animation: smoothFlow 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.wheat-grains-right{
	position: absolute;
	right: -1.5%;
	top: 15%;
	text-align: right;
	animation: smoothFlow 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
 @keyframes smoothFlow {
    0% {
         transform: rotate(4deg);
    }
    50% {
          transform: rotate(0deg);
    }
    100% {
          transform: rotate(4deg);
    }
  }

.wheat-grains-right img,
.wheat-grains-left img{
	width: 75%;
}

.home-page-section7 .swiper {
    width: 100%;
    margin: 30px auto;
  }
.slide-thumbs {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 900px;
    height: 100%
}
.slide-thumbs img {
    width: 45%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
	position: absolute;
	cursor: pointer
}
.slide-thumbs img:nth-child(1){
	left: 5%;
    top: 8%;
	transform: scale(0.8) rotate(-10deg)
}
.slide-thumbs img:nth-child(2) {
    right: 0%;
    top: 24%;
    transform: scale(0.8) rotate(5deg);
}
.slide-thumbs img:nth-child(3) {
    left: 20%;
    bottom: 6%;
    transform: scale(0.8) rotate(14deg);
}
.slide-thumbs img.portrait {
    width: 30%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
	position: absolute
}
.slide-thumbs img.portrait:nth-child(1){
	left: 20%;
    top: 5%;
	transform: scale(0.8) rotate(-10deg)
}
.slide-thumbs img.portrait:nth-child(2) {
    right: 6%;
    top: 16%;
    transform: scale(0.8) rotate(10deg);
}
.slide-thumbs img.portrait:nth-child(3) {
    left: 26%;
    bottom: 0;
    transform: scale(0.8) rotate(5deg);
}

  /* Swiper Pagination Style */
  .home-page-section7 .swiper-pagination {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 8px;
  }

  .home-page-section7 .swiper-pagination-bullet {
    flex: 1;
    height: 4px;
    background-color: #e6e6e6;
    border-radius: 2px;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .home-page-section7 .swiper-pagination-bullet-active {
    background-color: #007b5e;
    flex: 0.3;
  }

  /* Progressbar pagination */
  .home-page-section7 .swiper-pagination-progressbar {
    background-color: #EFEDED;
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
    margin: 50px auto;
    width: 50%
}

  .swiper-pagination-progressbar-fill {
    background-color: #01764B !important;
    border-radius: 2px;
    transition: transform 0.3s ease;
  }

  /* Text styles */
.slide-content {
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: 99;
    width: 400px;
    text-align: left;
    opacity: 0;
    margin: 0;
    padding: 0;
    transform: translateY(20px);
}

  .slide-content h2 {
    font-size: 40px;
  }

  .slide-content p {
    font-family: 'Helvetica';
    font-size: 26px;
    line-height: normal;
    font-weight: normal;
    color: #000000;
}

  /* Lightbox */
  .lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 9999
  }

  .lightbox img {
    max-width: 95%;
    max-height: 95%;
    border-radius: 10px;
    transform: scale(0.5);
    transition: transform 0.4s ease;
  }

  .lightbox.active {
    visibility: visible;
    opacity: 1;
  }

  .lightbox.active img {
    transform: scale(1);
  }

.closeLightbox{
	position: absolute;
	right: 2%;
	top: 2%;
	z-index: 9999;
	width: 40px;
	height: 40px;
	background-color: transparent;
	cursor: pointer;
	background-image: url("../images/closeLightbox.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
}

.slide-content-wrap{
	width: 1280px;
	margin: 0 auto;
	padding: 60px 0;
	position: relative
}
.logoCenter {
    width: 545px;
    height: 525px;
    position: absolute;
    margin: 0;
    overflow: hidden;
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.textBox {
    width: 533px;
    height: 210px;
    margin: 0;
    padding: 0 70px;
    position: absolute;
    z-index: 99;
    background-image: url("../images/text-back-pattern.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.textBox h5 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 25px;
    margin: 0;
    padding: 0 0 10px 0
}
.textBox p {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 20px;
    padding: 0 0 0 30px;
    margin: 0;
    background-image: url(../images/leaf.png);
    background-position: left top 5px;
    background-size: 20px;
    background-repeat: no-repeat;
}
.textBox1{
	background-image: url("../images/text-back-pattern2.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.grains-single-outline-left{
	position: absolute;
	left: 1%;
	bottom: 1%;
	z-index: 9
}
.grains-single-outline-right{
	position: absolute;
	right: 1%;
	top: 1%;
	z-index: 9
}
.capsuleWrap{
	display: flex;
	align-items: center;
	justify-content: center
}
.capsule {
    width: 280px;
    height: 530px;
    margin: 0 10px;
    padding: 70px 10px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 200px;
    position: relative;
    transition: all 0.5s ease;
    display: inline-block;
	cursor: pointer
}
.capsule:hover{
	background-color: #FEDA3D
}
.hoverImg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.capsule:hover .hoverImg{
	opacity: 1;
	visibility: visible
}
.path{
	position: absolute;
	left: 0;
	top: 30%
}
.capsule .icon{
	width: 190px;
	height: 190px;
	text-align: center;
	position: relative
}
.capsule .largText {
	font-family: 'Exo 2';
    font-weight: bold;
    font-size: 60px;
    color: #01764B;
    text-align: center;
    margin: 0;
    padding: 25px 0 0 0
}
.capsule .smallText{
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #000000;
	line-height: normal
}
.capsule:hover .largText{
	color: #000000
}
.capsule:hover .smallText{
	color: #01764B
}

footer {
    width: 100%;
    height: auto;
    margin: -50px 0 0 0;
    padding: 100px 0;
    display: block;
    background-color: #FEDA3D;
    background-image: url("../images/footer-bg.jpg");
    background-position: bottom center;
    background-size: contain;
    background-repeat: repeat-x;
    position: relative;
    z-index: 99;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 22px;
    line-height: normal;
}
footer a{
    color: #000000;
	text-decoration: none
}
footer a:hover{
    color: #01764B
}
.footerWave {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: -29%;
    z-index: -1;
}
.social-icon-footer{
	margin: 0;
	padding: 0;
	list-style: none
}
.social-icon-footer li {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}
.social-icon-footer li a{
	display: block
}
.mainLinks{
	margin: 0;
	padding: 0;
	list-style: none
}
.mainLinks li {
    margin: 0 0 15px;
    padding: 0;
}
.footer-head{
	font-weight: bold;
	color: #01764B;
	font-size: 32px;
	margin: 0 0 30px 0
}
.com-details {
	padding: 0 0 0 50px;
	margin: 0 0 20px 0;
	background-position: top left;
    background-size: 30px;
    background-repeat: no-repeat;
}
.addr{
	background-image: url("../images/location.png");
}
.phoneNum{
	background-image: url("../images/telephone.png");
}
.mobileNum{
	background-image: url("../images/mobile.png");
}
.whatsappNum{
	background-image: url("../images/whatsapp2.png");
}
.emailus{
	background-image: url("../images/email.png");
}
.legalContent .com-details {
    font-family: 'Helvetica';
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    color: #000000;
    margin: 20px 0;
    padding: 0 0 15px 40px;
    background-size: 25px;
    filter: brightness(0);
}
.legalContent a{text-decoration: none; color: #000000}
.legalContent a:hover, .legalContent a:focus{text-decoration: none; color: #000000}
.copyRight{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0;
	background-color: #005334;
	color: #00C08B;
}
.copyRight P{
	margin: 0;
	padding: 0
}
.enqFroms .modal-header {
    padding: 4rem 4rem 0rem;
}
.enqFroms .modal-content {
	border-radius: 3rem
}
.enqFroms .modal-header{
	display: inline-block
}
.enqFroms .modal-title{
	font-size: 32px
}
.enqFroms .modal-body{
	padding: 0 4rem 4rem 4rem
}
.enqFroms .modal-dialog{
	max-width: 1080px
}
.enqFroms .modal-header {
    border-bottom: 0;
    padding-bottom: 0
}
.enqFroms .modal-footer {
    padding: 0 4rem 4rem 4rem;
    border-top: 0;
    background-position: bottom left 2.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/grain2.png")
}
.enqFroms .btn-close {
    width: 3em;
    height: 3em;
    position: absolute;
    right: 3em;
    top: 3em;
    color: #FFFFFF;
    background-size: 1.5em !important;
}
.enqFroms .wpforms-field-container input[type=text],
.enqFroms .wpforms-field-container input[type=email],
.enqFroms .wpforms-field-container input[type=number],
.enqFroms .wpforms-field-container select,
.enqFroms .wpforms-field-container textarea{
	border-radius: 20px;
	border: 1px solid #d0d0d0;
	font-family: 'Helvetica';
	font-size: 20px;
	padding: 0 30px;
	resize: none
}
.enqFroms .wpforms-field-container textarea{
	padding: 30px !important
}
.enqFroms .wpforms-field-container input[type=text],
.enqFroms .wpforms-field-container input[type=email],
.enqFroms .wpforms-field-container input[type=number],
.enqFroms .wpforms-field-container select{
	height: 78px
}
.enqFroms .wpforms-field-container select {
    padding-inline-start: 30px !important;
}
.enqFroms .wpforms-submit-container .wpforms-submit {
    font-family: 'Helvetica';
    font-size: 26px;
    font-weight: bold;
    color: #ffffff !important;
    text-transform: uppercase;
    background-color: #00C08B !important;
    border: none;
    outline: none;
    border-radius: 15px;
    padding: 20px 70px;
    margin: 0 0 0 auto;
    height: auto;
    line-height: normal;
    display: block;
}
.enqFroms .wpforms-field-container input[type=text]::placeholder,
.enqFroms .wpforms-field-container input[type=email]::placeholder,
.enqFroms .wpforms-field-container input[type=number]::placeholder,
.enqFroms .wpforms-field-container textarea::placeholder{
    color: #333333;
    opacity: 1
}
.enqFroms .wpforms-field-container .form-country-code {
    width: calc(40% - 21px);
    display: inline-block;
    margin-right: 15px;
}
.enqFroms .wpforms-field-container .form-contact-number {
    width: 60%;
    display: inline-block
}
.about-emigrain-sec1{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 100px 0 400px 0;
	display: block;
	position: relative;
	background-image: url("../images/map-green.png"), url("../images/about-emigrain-sec-bg1.jpg");
	background-size: 1218px, 1920px;
    background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom
}
.about-emigrain-sec2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 400px 0;
    background-color: #f1fbf5;
    background-image: url("../images/aboutus/about-bg8.png"), url("../images/aboutus/about-bg2.png");
    background-size: 12%, 8%;
    background-position: left bottom 5%, right bottom;
    background-repeat: no-repeat;
    position: relative;
}
.para-style1 {
    font-family: 'Helvetica';
    font-size: 25px;
    line-height: normal;
    font-weight: normal;
}
.content-block .para-style1 {
    font-size: 25px;
    line-height: 35px;
	padding-bottom: 20px
}
ul.listStyle1{
    font-family: 'Helvetica';
	font-size: 25px;
	line-height: normal;
	font-weight: bold;
    color: #000000;
    padding: 50px 0;
    margin: 0
}
ul.listStyle1 li {
    margin: 0 0 30px 0;
    padding: 0 0 0 40px;
    display: block;
    background-image: url(../images/leaf.png);
    background-position: left top 5px;
    background-size: 25px;
    background-repeat: no-repeat;
}
.downArrow {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin: 0;
    width: 170px;
    animation-name: floatingArrow;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floatingArrow {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 30px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.process-content-left {
    padding: 0 0 0 90px;
}
.process-content h3 {
    padding: 40px 70px;
    margin: 0 0 1rem 0;
    font-family: "Manrope", sans-serif;
	font-weight: 500;
    font-size: 32px;
    color: #ffffff;
    line-height: normal;
    background-image: url(../images/text-background1.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.process-content h3.subHeadsm {
    background-image: url(../images/text-background4.png);
    padding: 40px 0;
    width: 369px;
    text-align: center;
}
.process-content h3.subHeadmdm {
    background-image: url(../images/text-background3.png);
    padding: 40px 0;
    width: 451px;
    text-align: center;
}
.process-content3, .process-content6 {
    padding-top: 100px;
}

.movingImage {
  width: 90px;
  height: auto
}
.svg-container1 {
    position: absolute;
    left: 2%;
    top: 52%;
    width: 80%;
    background-image: url(../images/aboutus/linepath1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
    margin: 0;
}
.svg-container2 {
    position: absolute;
    right: 21%;
    top: 66%;
    width: 64%;
    background-image: url(../images/aboutus/linepath2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
    margin: 0;
}
.svg-container3 {
    position: absolute;
    left: 7%;
    top: 58%;
    width: 70%;
    background-image: url(../images/aboutus/linepath3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
    margin: 0;
}
.svg-container4 {
    position: absolute;
    right: 24%;
    top: 80%;
    width: 53%;
    background-image: url(../images/aboutus/linepath4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
    margin: 0;
}
.svg-container5 {
    position: absolute;
    left: 16%;
    top: 61%;
    width: 58%;
    background-image: url(../images/aboutus/linepath5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
    margin: 0;
}
.svg-container6 {
    position: absolute;
    right: 23%;
    top: 73%;
    width: 50%;
    background-image: url(../images/aboutus/linepath6.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
    margin: 0;
}
.decoration1 {
    width: 21%;
    height: auto;
    position: absolute;
    right: -11%;
    top: -20%;
    z-index: 99;
}
.decoration2 {
    width: 176px;
    height: auto;
    position: absolute;
    right: 0;
    top: 18%;
    z-index: 99;
}
.decoration3 {
    width: 22%;
    height: auto;
    position: absolute;
    left: -8%;
    top: -28%;
    z-index: 99;
}
.decoration4 {
    width: 16%;
    height: auto;
    position: absolute;
    right: -8%;
    top: -30%;
    z-index: 99;
}
.decoration5 {
    width: 158px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 39%;
    z-index: 99;
}
.decoration6 {
    width: 20%;
    height: auto;
    position: absolute;
    left: -4%;
    bottom: -21%;
    z-index: 99
}
.decoration7 {
    width: 17%;
    height: auto;
    position: absolute;
    right: -4%;
    top: -48%;
    z-index: 99;
}
.seed{
	position: absolute;
	z-index: 99;
	transition: all 0.5s ease;
}
.seed-0 {
    width: 4%;
    right: 21%;
    bottom: 23%;
	opacity: 0;
}
.seed-0.active {
	opacity: 1
}
.seed-1 {
    width: 2.7%;
    right: 19%;
    bottom: 20%;
	opacity: 0
}
.seed-1.active {
	opacity: 1
}
.seed-2 {
    width: 5%;
    right: 21%;
    bottom: 11%;
	opacity: 0
}
.seed-2.active {
	opacity: 1
}
.seed-3 {
    width: 3.5%;
    right: 19.5%;
    bottom: 10%;
	opacity: 0
}
.seed-3.active {
	opacity: 1
}
.seed-4 {
    width: 3.5%;
    right: 19%;
    bottom: 5%;
	opacity: 0
}
.seed-4.active {
	opacity: 1
}
.seed-5 {
    width: 4%;
    right: 21%;
    bottom: 1%;
	opacity: 0
}
.seed-5.active {
    opacity: 1
}
.seed-6 {
    width: 4%;
    right: 18.5%;
    bottom: -2%;
	opacity: 0
}
.seed-6.active {
    opacity: 1
}
.seed-7 {
    width: 3.3%;
    right: 22.5%;
    bottom: -5%;
	opacity: 0
}
.seed-7.active {
    opacity: 1
}
.seed-8 {
    width: 4.5%;
    right: 20.3%;
    bottom: -10%;
	opacity: 0
}
.seed-8.active {
    opacity: 1
}
.seed-9 {
    width: 3.5%;
    right: 19.2%;
    bottom: -13%;
	opacity: 0
}
.seed-9.active {
    opacity: 1
}
.seed-10 {
    width: 6.5%;
    right: 23.2%;
    bottom: -18%;
	opacity: 0
}
.seed-10.active {
    opacity: 1
}
.seed-11 {
    width: 7%;
    right: 19.2%;
    bottom: -24%;
	opacity: 0
}
.seed-11.active {
    opacity: 1
}
.seed-12 {
    width: 4%;
    right: 28.5%;
    bottom: -21%;
	opacity: 0
}
.seed-12.active {
    opacity: 1
}
.seed-13 {
    width: 6%;
    right: 24.6%;
    bottom: -28.8%;
	opacity: 0
}
.seed-13.active {
    opacity: 1
}
.seed-14 {
    width: 4%;
    right: 31%;
    bottom: -27%;
	opacity: 0
}
.seed-14.active {
    opacity: 1
}
.seed-15 {
    width: 7%;
    right: 27%;
    bottom: -36%;
	opacity: 0
}
.seed-15.active {
    opacity: 1
}
.seed-16 {
    width: 6%;
    right: 34%;
    bottom: -38%;
	opacity: 0
}
.seed-16.active {
    opacity: 1
}
.seed-17 {
    width: 7%;
    right: 34%;
    bottom: -19%;
    opacity: 0;
}
.seed-17.active {
    opacity: 1
}
.seed-18 {
    width: 6.5%;
    right: 40%;
    bottom: -22%;
    opacity: 0;
}
.seed-18.active {
    opacity: 1
}
.seed-19 {
    width: 6.5%;
    right: 43.8%;
    bottom: -14%;
    opacity: 0;
}
.seed-19.active {
    opacity: 1
}
.seed-20 {
    width: 6%;
    right: 46.5%;
    bottom: -26%;
    opacity: 0;
}
.seed-20.active {
    opacity: 1
}
.seed-21 {
    width: 8%;
    right: 51.1%;
    bottom: -27%;
    opacity: 0;
}
.seed-21.active {
    opacity: 1
}
.seed-22 {
    width: 6.2%;
    right: 54.1%;
    bottom: -37%;
    opacity: 0;
}
.seed-22.active {
    opacity: 1
}
.seed-23 {
    width: 3.5%;
    right: 59%;
    bottom: -42%;
    opacity: 0
}
.seed-23.active {
    opacity: 1
}
.seed-24 {
    width: 7%;
    right: 61.4%;
    bottom: -46%;
    opacity: 0
}
.seed-24.active {
    opacity: 1
}
.banner-animation-wrap{
	width: 740px;
	height: 421px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 10%;
	z-index: 999;
}
.segment {
    position: absolute;
    left: 0;
    top: 0;
	z-index: 99;
    width: 100%;
    height: 100%
}
.product-title {
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 100;
    width: 1320px;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: left;
	padding-left: var(--bs-gutter-x,.75rem);
	padding-right: var(--bs-gutter-x,.75rem)
}
.product-title-inner{
	width: 100%
}
.product-title h2{
	color: #000000;
	font-size: 40px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.pages-section-01{
	padding: 0 0 100px 0;
	background-image: url("../images/grain3.png"), url("../images/grain4.png");
	background-size: 13%, 11%;
	background-repeat: no-repeat, no-repeat;
	background-position: left -3% bottom, right top
}
.product-list{
	padding: 0 0 400px 0;
	background-image: url("../images/grain3.png"), url("../images/grain4.png"), url("../images/about-bg2.png"), url("../images/about-bg5.png"), url("../images/products-bottom-bg.png");
	background-size: 13%, 11%, 136px, 136px, contain;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: left -3% top, right -3% top 20%, right bottom 25%, left center, center bottom
}
.product-list .col{
	text-align: center;
	margin-bottom: 50px;
	transition: all 0.5s ease
}
.product-list .col a figure img{
	scale: 0.95;
	transition: all 0.5s ease
}
.product-list .col a:hover figure img{
	scale: 1
}
.product-list a{
	text-decoration: none;
	outline: none;
	display: block
}
.pro-name{
	font-family: "Manrope", sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: 700;
	color: #000
}
.pro-link {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    background-color: #00C08B;
    padding: 15px 40px;
    margin: 25px 0 0 0;
    display: inline-block;
    border-radius: 15px;
	position: relative;
	transition: all 0.5s ease
}
.product-list .col a:hover .pro-link{
	background-color: #FEDA3D;
	color: #00764A
}
.pro-link::after {
    content: '';
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    top: 10px;
    background-image: url("../images/arrow-white.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    transform: translateY(-50%);
    display: inline-block;
    transition: all 0.5s ease;
}
.product-list .col a:hover .pro-link::after{
	background-image: url("../images/arrow-green.png");
}
.product-details{
	padding: 100px 0 280px
}
.product-details h3 {
    font-family: "Manrope", sans-serif;
	font-weight: 500;
    font-size: 30px;
    color: #ffffff;
    line-height: normal;
    background-image: url(../images/text-background5.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px 0;
    margin: 2rem 0 1rem 0;
    width: 332px;
    text-align: center
}
.sizes-row-01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px; 
	margin: 0 0 30px;
	padding: 0
}
.product-details .sizes-row-02{
	width: 100%;
	height: 125px;
	display: flex;
	justify-content: flex-start;
	align-items: normal;
}
.sizes-row-01 img:last-child {
    margin-right: 0;
}
/*****PRODUCT GALLERY**************************/
.productGallerywrap{
	text-align: center;
}
.productGallerywrap .proImglarge {
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
.productGallery {
  width: 100%;
}
.productGallerythumbs {
    height: auto;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 20px 0 0 0;
}
.productGallerythumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  padding: 15px 10px;
  cursor: pointer;
  background-color: #f7ead8;
  transition: all 0.5s ease-out
}
.productGallerythumbs .swiper-slide-thumb-active, .productGallerythumbs .swiper-slide:hover {
  opacity: 1;
}
.magnifier-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/magnifier-icon.png);
    background-repeat: no-repeat;
    background-size: 45px;
	transition: all 0.5s ease;
	pointer-events: none
}
.productGallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center
}
.productGallery .swiper-slide img {
	display: block;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: all 0.3s ease-out
}
.productGallerythumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productGallerywrap .swiper-button-prev:after {
  content: ' ';
}
.productGallerywrap .swiper-button-next:after {
  content: ' ';
}
.productGallerywrap .swiper-button-next, .productGallerywrap .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,85%);
}
.productGallerywrap .swiper-button-next {
    right: var(--swiper-navigation-sides-offset,-20px);
    left: auto;
}
.productGallerywrap .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,-20px);
    right: auto;
}
.productGalleryinner {
    width: calc(90% - 30px);
    margin: 0 auto;
    padding: 0 30px;
    display: block;
    position: relative;
    box-sizing: border-box;
}
/*****PRODUCT GALLERY**************************/

.pages-section-01 .sun {
    left: -10%;
    top: 0;
    width: 23%
}
.page-sourcing{
	background-image: url("../images/grain3.png"), url("../images/grain4.png"), url(../images/aboutus/about-bg2.png), url(../images/aboutus/about-bg5.png);
	background-size: 13%, 11%, 166px, 166px;
	background-repeat: no-repeat;
	background-position: left -3% top 20%, right top, right top 35%, left center;
	position: relative;
	padding: 0 0 400px 0
}
.page-sourcing::after{
	content: '';
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url("../images/pattern.png");
	background-repeat: repeat-x;
	background-size: contain;
	background-position: left bottom
}
.values-section-02 {
    padding: 200px 0 470px;
    background-color: #EBFAF0;
    background-image: url("../images/wave-light-green2.jpg"), url("../images/wheat-grains-left3.png"), url("../images/wheat-grains-right3.png"), url("../images/value-sec-bg.jpg");
    background-size: contain, 176px, 176px, contain;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top center, left center, right top 200px, bottom center;
}
.custom-bullet {
    background-image: url(../images/leaf.png);
    background-position: left top 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.custom-bullet2 {
    list-style: none;
    display: inline-block;
}
.custom-bullet2 li {
    background-image: url(../images/bullet.png);
    background-position: left center;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 35px;
	font-family: 'Helvetica';
    font-size: 25px;
    line-height: 40px;
    font-weight: normal;
}
.quality-innovation-sec {
  padding: 200px 0 400px;
  background-image: 
    url(../images/wave-light-green2.jpg),   /* topmost */
    url(../images/aboutus/about-bg2.png),
    url(../images/aboutus/about-bg4.png),
    url(../images/aboutus/about-bg5.png);   /* bottommost */
    
  background-position: 
    left top, 
    right top 15%, 
    left top 20%, 
    left center;
    
  background-size: 
    contain, 
    176px, 
    221px, 
    126px;
    
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-color: #EBFAF0;
	position: relative
}
.quality-innovation-sec::after{
	content: '';
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url("../images/pattern.png");
	background-repeat: repeat-x;
	background-size: contain;
	background-position: left bottom
}
.headingStyle3{
	font-family: "Manrope", sans-serif;
	font-size: 80px;
	color: #000000;
	font-weight: 700;
}
.headingStyle1{
	font-family: "Manrope", sans-serif;
	font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    line-height: normal;
	background-image: url(../images/text-background3.png);
	background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 40px 0;
	margin: 0 0 1rem 0;
    width: 422px;
    text-align: center;
}
.headingStyle2{
	font-family: "Manrope", sans-serif;
	font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    line-height: normal;
	background-image: url(../images/text-background4.png);
	background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 40px 0;
	margin: 0 0 1rem 0;
    width: 349px;
    text-align: center;
}
.custom-d-flex{
	display: flex;
	align-items: center;
	justify-content: center
}
#header{display: block}
#mobile-header{display: none}
.largeScreen{display: block}
.smallScreen{display: none}


.mobileMenu {
    width: 100%;
    height: calc(100% - 114px);
    position: fixed;
    left: -110%;
    top: 110px;
    background-color: #FEDA3D;
	background-image: url(../images/header-bg.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 200px;
    z-index: 9999;
    padding: 25px 20px 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    overflow: hidden;
    overflow-y: scroll;
}
.mobileMenu.nav-menu-active {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.mobileMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}
.contact-page-section-01{
	padding: 0 0 30px 0
}
.contact-page-section-02 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 250px;
    margin: 0;
    background-color: #f1fbf5;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.swarna-locations::-webkit-scrollbar {
  display: none;
}
.contact-page-section-02 .container{
	width: 1320px !important;
    max-width: inherit
}
.contact-page-section-01 .wpforms-container .wpforms-field{
	float: left !important;
	clear: inherit !important;
	width: 100% !important
}
.contact-page-section-01 .wpforms-container-full input[type=text],
.contact-page-section-01 .wpforms-container-full input[type=email],
.contact-page-section-01 .wpforms-container-full input[type=number],
.contact-page-section-01 .wpforms-container-full select{
	height: 78px;
	border-radius: 10px;
    border: none;
    font-family: 'Helvetica';
    font-size: 20px;
    padding: 0 30px;
    resize: none;
	background-color: #edfaf3
}
.contact-page-section-01 .wpforms-container-full textarea{
	border-radius: 10px;
    border: none;
    font-family: 'Helvetica';
    font-size: 20px;
    padding: 30px !important;
    resize: none;
	background-color: #edfaf3
}
#wpforms-131-field_1-container,
#wpforms-131-field_4-container,
#wpforms-131-field_6-container{
	width: 50% !important;
	display: inline-block !important;
	padding-right: 1% !important 
}

#wpforms-131-field_2-container,
#wpforms-131-field_5-container,
#wpforms-131-field_7-container{
	width: 50% !important;
	display: inline-block !important;
	padding-left: 1% !important
}
.contact-page-section-01 .wpforms-container-full .wpforms-submit {
    font-family: 'Helvetica';
    font-size: 26px;
    font-weight: bold;
    color: #ffffff !important;
    text-transform: uppercase;
    background-color: #00C08B !important;
    background-image: url(../images/send-icon.png);
    background-position: right 50px center;
    background-repeat: no-repeat;
    background-size: 25px;
    border: none;
    outline: none;
    border-radius: 15px;
    padding: 20px 90px 20px 70px;
    margin: 0;
    height: auto;
    line-height: normal;
    display: block;
}
.contact-page-section-01 .wpforms-container-full .wpforms-submit:hover{
	background-color: #01a376 !important;
	background-image: url(../images/send-icon.png) !important;
    background-position: right 50px center !important;
    background-repeat: no-repeat !important;
    background-size: 25px !important
}
.contact-page-section-01 .wpforms-container-full input[type=text]::placeholder,
.contact-page-section-01 .wpforms-container-full input[type=email]::placeholder,
.contact-page-section-01 .wpforms-container-full input[type=number]::placeholder,
.contact-page-section-01 .wpforms-container-full textarea::placeholder{
    color: #333333;
    opacity: 1
}
.dot-info {
    position: absolute;
    left: 100px;
    bottom: 70px;
    z-index: auto;
    width: 159px;
}
/***************Location Map Style Starts**********************/
#map {
	position: relative;
	width: 1320px;
	height: auto;
}
.marker {
	position: absolute;
	background-color: transparent;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	z-index: 10
}

.tooltip {
	position: absolute;
	background-color: rgba(205, 45, 39, 1);
	color: white;
	pointer-events: none;
	visibility: hidden;
	opacity : 0;
	top: -28px;
	white-space: nowrap;
	font-family: 'Helvetica';
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	left: 50%;
	transform: translateX(-50%);
	padding: 3px 10px;
	border-radius: 30px;
}
.tooltip::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	border-width: 4px;
	border-top-color: rgba(205, 45, 39, 1); /* Change this to whatever color you want */
	transform: translateX(-50%);
}
.marker:hover .tooltip {
	visibility: visible;
	opacity : 1;
}
.marker.UAE{
	z-index: 9 !important
}
.marker.UAE .tooltip{
	visibility: visible;
	opacity : 1;
	background-color: #96932F
}
.marker.UAE .tooltip::after{
	visibility: visible;
	opacity : 1;
	border-top-color: rgba(150, 147, 47, 1); /* Change this to whatever color you want */
}
/***************Location Map Style Ends**********************/

body.fullScreen {
    overflow: hidden;
}
a.hypLink{
	color: #e71618
}
.legalContent {
    padding: 0 0 500px 0;
    background-image: url(../images/products-bottom-bg.png), url(../images/aboutus/about-bg2.png), url("../images/grain3.png"), url("../images/grain4.png");
    background-position: center bottom, right top, left -2% top, right -4% top 40%;
    background-size: contain, 166px, 13%, 13%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
.custom-margin-top{
	margin-top: 150px
}
.legalContent h4{
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	color: #000000;
}
.legalContent p{
	font-family: 'Helvetica';
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}
.legalContent ul{
	list-style: none;
	margin: 0;
	padding: 0
}
.legalContent ul li{
	list-style: none;
	background-image: url(../images/leaf.png);
    background-position: left top 3px;
    background-size: 20px;
    background-repeat: no-repeat;
	font-family: 'Helvetica';
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin: 0 0 20px;
	padding: 0 0 0 40px
}
.legalContent ul ul{
	margin: 15px 0 0 0
}
.legalContent ul ul li{
	background-image: none
}
.pathogens-logo {
    position: absolute;
    right: 0;
    top: 30px;
    width: 222px;
    height: auto;
    margin: 0;
    padding: 0
}
#comingSoonModal .modal-body {
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #000;
}
#comingSoonModal.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4) !important;
}

#comingSoonModal .modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 500px;
  text-align: center;
  margin: 15% auto;
  position: relative;
}
#comingSoonModal .modal-content h2 {
    font-size: 30px;
}
#comingSoonModal .modal-content p {
    font-family: 'Helvetica';
    font-size: 16px;
	font-weight: 500;
    text-align: center;
    color: #000;
	margin: 0;
	padding: 0
}
#comingSoonModal .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}
.fullImageContainer{
	z-index: 1000!important
}
/*------------cookie notice-------------------*/
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(1, 118, 75, 0.9);
    color: #fff;
    padding: 20px 50px;
    text-align: center;
    display: none;
    align-items: center;
}
.cookie-consent-banner button {
	font-family: 'Helvetica';    
	font-weight: 700;
	font-size: 16px;
	color: #000;
	background-color: #FEDA3D;
	border-radius: 7px;
    padding: 15px 60px;
	margin: 10px 0 0;
	text-decoration: none;
	display: inline-block;
	position: relative;
	border: none;
	overflow: hidden;
	transition: all 0.5s ease;
}
.cookie-consent-banner button:hover {
  	background-color: #ffffff
}
.cookie-consent-banner p, .cookie-consent-banner p a {
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 0;
    color: #ffffff;
}
.cookie-consent-banner p a {
  color: #FEDA3D;
}
.cookies-content{
	width: 75%;
	text-align: left;
	float: left
}
.cookies-button{
	width: 25%;
	text-align: right;
	float: left
}
/*------------cookie notice-------------------*/
/******************ZOOM Gallery*********************/
.xzoom-container{
	width: 100%;
	padding: 0;
}
.xzoom-main {
    width: 500px;
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    position: relative;
    border: 1px solid #f2f2f2
}
.xzoom {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.thumb-wrapper {
	display: flex;
	align-items: center;
	max-width: 500px;
	margin: 30px auto 0;
	position: relative
}
.thumb-btn {
    width: 35px;
    height: 35px;
    color: #fff;
    border: none;
    cursor: pointer;
    background-color: #01764B;
    border-radius: 30px;
	position: absolute;
	z-index: 100
}
.thumb-btn.thumn-prev{
	left: -10px
}
.thumb-btn.thumn-next{
	right: -10px
}
.thumb-btn:hover {
	background-color: #01764B;
}
.thumb-container {
    overflow: hidden;
    width: calc(100% - 10%);
    margin: 0 5%;
}
.xzoom-thumbs {
  display: flex;
  transition: transform 0.3s ease;
}

/* THUMB IMAGES */
.xzoom-thumbs a{
	display: block;
}
.xzoom-thumbs img {
    width: 140px;
    margin: 5px;
    padding: 10px 5px;
    border: 1px solid transparent;
	background-color: #fdf7f1;
    box-shadow: none !important;
}

.xzoom-thumbs img:hover {
  border-color: #000;
}
.xactive {
	background-color: #F4DFC4 !important;
    border: 1px solid #00764A !important;
}
.xzoom-preview {
    border: 1px solid #888;
    background-color: #FFF !important;
    box-shadow: none !important;
}
/******************ZOOM Gallery*********************/



@media only screen and (min-width: 1920px), only screen and (min-device-width: 1920px) {
	.custom-container{
		max-width: 1680px
	}
	
}
@media only screen and (max-width: 1680px), only screen and (max-device-width: 1680px) {
/*
	.home-page-banner {
    	height: 900px
	}
*/
	.home-banner-link {
		right: -200px;
		bottom: 198px;
		font-size: 16px;
		padding: 15px 30px
}
	.home-page-banner .swiper-button-next, 
	.home-page-banner .swiper-button-prev {
		width: 50px;
		height: 50px
}
	.home-page-section4 {
    	background-size: 520px, 520px
	}	
	.banner-animation-wrap {
		width: 645px;
		height: 367px
	}
	.process-content h3{
		font-size: 28px
	}
	.process-content-left {
    	padding: 0 0 0 70px
	}
	.downArrow {
    	width: 150px
	}
	
	.process-content h3.subHeadsm {
    width: 270px;
		padding: 30px 0
}
	.process-content.process-content3 {
    padding-top: 80px;
}
	.process-content h3.subHeadmdm {
    padding: 30px 0;
    width: 343px
}
	.primaryMenu .sub-menu li a {
    font-size: 18px
}
	.polygon {
    left: 210px
}
	.footerWave {
    	top: -24%
}
	footer{
		padding: 100px 0
}
	.pages-section-01 .sun {
    left: -8%;
    top: 0;
    width: 18%;
}
	.pages-section-01 {
		background-size: 11%, 9%;
		background-position: left -3% bottom, right top;
}
	.pages-section-01.page-sourcing {
		background-size: 13%, 11%, 136px, 136px;
		background-position: left -3% top 20%, right top, right top 35%, left center
}
	.quality-innovation-sec {
		background-position: left top, right top 15%, left -2% top 20%, left center;
		background-size: contain, 136px, 190px, 136px
}
	
}
@media only screen and (max-width: 1580px), only screen and (max-device-width: 1580px) {
	
	.home-banner-link {
    right: -340px;
    bottom: 60px;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 7px;
}
	
	.secondaryMenu li {
    	padding: 0 48px 0 0
}
	.secondaryMenu li::after {
    	right: 20px;
}
	.secondaryMenu li a {
    	font-size: 16px
}
	.primaryMenu li a {
    	font-size: 16px
}
	.primaryMenu .sub-menu li a {
    font-size: 16px;
}
/*
	.product-img__item img{
		width: 600px
	}
*/
	.home-page-banner {
    	height: 570px
}
	.product-img__item img {
    width: 350px
}
	.product-img__item {
    right: 20%
}
	.cardContainer {
		max-width: 1366px;
		min-height: 800px
}
	.cardContainer {
    	transform: scale(0.88)
}
	
	h2 {
    font-size: 35px;
}
	.home-page-section6 p {
    font-size: 30px
}
	.home-page-section5 h4{
		font-size: 26px
	}
	h3 {
    font-size: 22px
}
	h6 {
    font-size: 22px
}
	.enqFroms .modal-title {
    font-size: 26px;
}
	.greenCards p{
		font-size: 18px
	}
	
	.greenCard1, .greenCard2, .greenCard3, .greenCard4 {
		width: 440px;
		height: 218px;
		padding: 1.5rem
}
	.greenCard5 {
    width: 340px;
    height: 222px;
}
	
	.greenCard1.active {
		left: 20%;
		top: 23%
}
	.greenCard2.active {
    top: 56%
}
	.greenCard3.active {
    top: 18%
}
	.greenCard4.active {
    top: 61%
}
	.greenCard5.active {
    top: 87%
}
	
	.grains-single-outline-left1, .grains-single-outline-right2 {
    width: 102px;
    height: 82px
}
	.sectionHeading {
    width: 370px;
    top: 200px
}
	.enqFroms .modal-dialog {
    max-width: 850px;
}
	.home-page-section3 {
    padding: 170px 0
}
	.home-page-section3 .sectionHeading {
    width: 530px
}
	.swiper.swiperFreemode .swiper-slide{
		transform: scale(0.8)
	}
	.home-page-section4 {
    height: 600px
}
	.cardContainer2 {
    max-width: 1366px;
		opacity: 1
}
	.textBox h5 {
    font-size: 20px
}
	.textBox p {
    font-size: 16px;
    background-size: 16px;
    padding-left: 25px;
}
	.logoCenter {
    width: 380px;
    height: 380px
}
	.spinner {
    top: 74px;
    max-width: 290px;
    left: 46px;
}
	.textBox {
    width: 440px;
    height: 180px;
    padding: 0 60px;
}
	.capsuleWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
}
	.capsule {
    width: 230px;
    height: 460px;
		margin: 0 30px
}
	.home-page-section5 {
    padding: 180px 0 40px 0
}
	.home-page-section7 {
    padding: 0 0 140px 0;
}
	.capsule img{
    width: 160px
}
/*
	.swiper.eventSwiper .swiper-slide{
		transform: scale(0.8)
	}
*/
	.slide-thumbs {
    width: 600px
}
	.slide-content-wrap {
    width: 900px;
}
	.slide-content h2 {
    font-size: 24px;
}
	.slide-content p {
    font-size: 16px;
    line-height: 26px;
}
	.home-page-section7 .swiper-pagination-progressbar {
    margin: 20px auto 50px auto;
}
	.arroWrap svg {
    width: 146px;
    height: 75px;
}
	.arroWrap {
    left: 255px;
    top: 248px;
}
	.arroWrap {
    left: 200px;
    top: 210px;
}
	.arroWrap.adjLeft {
    left: 280px
}
	.slide-content {
    width: 300px
}
	.siteBtn {
    padding: 6px 10px 6px 10px;

}
	.capsule .icon {
    width: 160px;
    height: 160px
}
	.capsule .largText {
    font-size: 50px
}
	.capsule .smallText {
    font-size: 25px
}
	.decoration2 {
    width: 135px
}
	.decoration1 {
    width: 18%;
    right: -5%;
}
	.decoration3 {
    width: 17%;
    left: -5%;
    top: -18%
}
	.decoration5 {
    width: 118px
}
	.decoration6 {
    width: 16%
}
	.decoration7 {
    width: 15%;
    right: -5%;
    top: -38%
}
	.about-emigrain-sec2 {
    background-size: 12%, 6%;
    background-position: left bottom 8%, right bottom 7%
}
	footer {
    font-size: 20px
}
	.com-details {
    background-size: 25px
}
	.footer-head {
    font-size: 28px
}
	.about-emigrain-sec2 {
    padding: 0 0 330px 0
}
	.movingImage {
    width: 75px
}
	.custom-dropdown {
    width: 1240px
}
	.para-style1 {
    font-size: 22px
}
	.content-block .para-style1 {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 10px;
		background-position: left top 8px;
		background-size: 18px;
}
	.custom-bullet2 li{
		font-size: 22px
	}
	.product-details h3 {
    font-size: 22px;
    width: 280px;
}
	ul.listStyle1 li {
    font-size: 22px;
	line-height: 38px
}
	.values-section-02 {
    	background-position: top center, left -50px center, right -50px top 200px, bottom center;
}
	.pages-section-01.page-sourcing {
    background-size: 11%, 9%, 126px, 126px;
    background-position: left -3% top 20%, right top, right top 35%, left center;
}
	.quality-innovation-sec {
    background-position: left top, right top 15%, left -2% top 20%, left center;
    background-size: contain, 126px, 150px, 126px;
}
	.enqFroms .wpforms-field-container input[type=text], 
	.enqFroms .wpforms-field-container input[type=email], 
	.enqFroms .wpforms-field-container input[type=number], 
	.enqFroms .wpforms-field-container select {
    	height: 62px;
}
	.enqFroms .wpforms-field-container input[type=text], .enqFroms .wpforms-field-container input[type=email], .enqFroms .wpforms-field-container input[type=number], .enqFroms .wpforms-field-container select, .enqFroms .wpforms-field-container textarea {
    border-radius: 8px;
    font-size: 14px
}

	.enqFroms .wpforms-submit-container .wpforms-submit {
    font-size: 20px;
    border-radius: 15px;
    padding: 15px 60px;

}
	.headingStyle3 {
    font-size: 70px
}
	.legalContent {
    background-size: contain, 120px, 10%, 8%
}
	.inline-list {
    width: 195px;
    margin-right: 10px;
}
	.phone {
    font-size: 18px;
    background-size: 20px
}
	.product-title {
    width: 1024px
}
	.product-title h2 {
    color: #000000;
    font-size: 30px
}
	.home-page-banner .swiper-button-next, 
.home-page-banner .swiper-button-prev{
	width: 45px;
    height: 45px
}
.home-page-banner .swiper-button-next:after, .home-page-banner .swiper-rtl .swiper-button-prev:after {
    width: 45px;
    height: 45px
}
.home-page-banner .swiper-button-prev:after, .home-page-banner .swiper-rtl .swiper-button-next:after {
    width: 45px;
    height: 45px
}
.productGallerywrap .swiper-button-next, 
.productGallerywrap .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,87.5%) !important;
}
	
}
@media only screen and (max-width: 1550px), only screen and (max-device-width: 1550px) {
	.home-page-banner {height: 550px}
}
@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px) {
	.home-banner-link {
    right: -328px;
    bottom: 82px;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 12px;
}
	.secondaryMenu li {
    padding: 0 35px 0 0
}
	.secondaryMenu li a {
    font-size: 16px
}
	.primaryMenu li {
    padding: 0 47px 0 0
}
	.primaryMenu li a {
    font-size: 16px
}
	.primaryMenu .sub-menu li a {
    font-size: 16px
}
	.secondaryMenu li::after {
    right: 15px
}
	.shopNow {
    width: 150px
}
	.searchWrap input[type="text"]{
	font-size: 18px
}
	
	.searchIcon {
    width: 18px;
    height: 18px
}
	.phone {
    font-size: 16px;
    background-size: 16px;
    padding: 0 0 0 25px
}
/*
	#welcomeVideo {
    margin: -100px 0 0 0;
}
*/
/*
	.product-img__item img {
    width: 500px;
}
*/
	.home-page-banner .swiper-button-next:after, .home-page-banner .swiper-rtl .swiper-button-prev:after,
	.home-page-banner .swiper-button-prev:after, .home-page-banner .swiper-rtl .swiper-button-next:after{
    width: 40px;
    height: 40px
}
	.logo img {
    width: 75px;
}
	.home-page-banner {
    height: 550px;
	margin: 130px auto 0 auto;
}
	.static-banner {
    margin-top: 130px;
}
	.custom-dropdown.active {
    opacity: 1;
    visibility: visible;
    top: 95px;
}
	.home-page-section3 .sectionHeading {
    width: 430px
}
	.greenCards a img {
    	width: 100px;
}
	footer, footer a{
		font-size: 20px
}
	footer {
		padding: 75px 0;
	}	
	
	.wheat-grains-right img, .wheat-grains-left img {
    width: 60%;
}
	.com-details {
    padding: 0 0 0 40px;
    margin: 0 0 15px 0;
    background-position: top left;
    background-size: 24px;
    background-repeat: no-repeat;
}
	.social-icon-footer li {
    width: 32px;
    height: 32px
}
	.movingImage {
    width: 65px;
}
	.banner-animation-wrap {
    width: 571px;
    height: 325px;
}
	.process-content h3, .headingStyle1, .headingStyle2 {
    font-size: 28px
}
	.headingStyle1{
		width: 360px
	}
	.headingStyle2{
		width: 280px
	}
	.process-content h3.subHeadsm {
    width: 210px
}
	.process-content h3.subHeadmdm {
    width: 300px
}
	.custom-dropdown {
    width: 1100px
}
	.polygon {
    width: 18px;
    height: 18px;
    top: 15px
}
	.pages-section-01 .sun {
    left: 0;
    top: 0;
    width: 15%
}
	.custom-bullet {
    background-position: left top 10px;
    background-size: 22px;
    padding-left: 35px
}
	.quality-innovation-sec {
    background-position: left top, right -5% top 15%, left -7% top 20%, left -5% center;
    background-size: contain, 126px, 150px, 126px;
}
	.pages-section-01.page-sourcing {
    background-size: 11%, 9%, 126px, 126px;
    background-position: left -7% top 20%, right  top, right -4% top 35%, left -4% center;
}
	.values-section-02 {
    background-position: top center, left -114px center, right -114px top 200px, bottom center;
}
	.enqFroms .wpforms-field-container .form-country-code {
    width: calc(50% - 21px)
}
	.enqFroms .wpforms-field-container .form-contact-number {
    width: 50%
}
	.is-form-style input.is-search-input {
    height: 45px
}
	.blank-content {
    padding: 100px 0 300px 0
}
	.blank-content h1 {
    font-size: 120px
}
	.blank-content p {
    font-size: 20px
}
.contact-page-section-02 {
    padding: 0 0 200px
}
	.pathogens-logo {
    width: 202px
}
	.is-form-style input.is-search-input {
    font-size: 15px !important;
}
	.home-page-section5 {
    	padding: 240px 0 100px 0
}
	.productGalleryinner {
    width: calc(80% - 30px);
}
}

@media only screen and (max-width: 1366px), only screen and (max-device-width: 1366px) {
	.home-banner-link {
    right: -311px;
    bottom: 107px;
    font-size: 14px;
    padding: 12px 30px;
    border-radius: 12px;
}
	.home-page-banner{
		margin: 120px auto 0 auto
	}
	.static-banner {
    margin-top: 120px;
}
	.searchWrap {
    max-width: 200px
}
.custom-dropdown.active {
    top: 85px;
}
	.socialIcon {
    width: 35px;
    height: 35px
}
	.languageSwitcher a {
    font-size: 18px;
    line-height: 38px
}
	header {
    padding: 10px 0 15px;
}
	.cardContainer {
    max-width: 1140px;
    min-height: 800px;
}
	h2 {
    font-size: 32px;
}
	.home-page-section6 p {
    font-size: 22px
}
	.home-page-section5 h4 {
    font-size: 25px;
}
	h3 {
    font-size: 18px;
}
	h6 {
    font-size: 18px;
}
	.greenCards p {
    font-size: 14px;
    padding: 0 0 0 30px
}
	
	.greenCard1, .greenCard2, .greenCard3, .greenCard4 {
    width: 380px;
    height: 195px;
    padding: 1rem 2rem;
}
	.greenCard5 {
    width: 275px;
    height: 185px;
    padding: 1.5rem;
}
	.greenCard1, .greenCard2, .greenCard3, .greenCard4, .greenCard5{
		border-radius: 30px
	}
	.greenCard1.active {
    left: 20%;
    top: 28%
}
	.greenCard2.active {
    top: 55%;
    left: 19%
}
	.greenCard3.active {
    top: 24%;
    right: 3%
}
	.greenCard4.active {
    top: 60%;
    right: 2%
}
	.greenCard5.active {
    top: 80%
}
	.greenCards a {
    width: 103px
}
	.enqFroms .modal-dialog {
    max-width: 750px
}
	.home-page-section3 .sectionHeading {
    width: 500px
}
	.home-page-section6 p {
    font-size: 25px
}
	.para-style1 {
		font-size: 20px
}
	.custom-bullet2 li{
		font-size: 20px
	}
	ul.listStyle1 li {
    	font-size: 20px;
		line-height: 34px
}
	.video-btn {
    width: 150px
}
	.textBox h5 {
    font-size: 20px
}
	.textBox p {
    font-size: 16px
}
	.siteBtn {
    padding: 6px 6px 6px 8px;
    font-size: 12px;
}
	.capsule .largText {
    font-size: 40px;
}
	.capsule .largText {
    padding: 25px 0 10px 0;
}
	.capsule {
    width: 230px;
    height: 450px;
}
	.capsule .icon {
    width: 140px;
    height: 140px
}
	.languageSwitcher a:nth-child(1)::after {
    height: 15px
}
	.custom-dropdown {
    width: 1100px;
}
	.primaryMenu .sub-menu li a {
    font-size: 16px;
}
	.polygon {
    left: 200px
}
	.process-content h3, .headingStyle1, .headingStyle2 {
    font-size: 24px
}
	.headingStyle1 {
    width: 330px;
}
	.headingStyle2 {
    width: 240px;
}
	.downArrow {
    width: 110px
}
	.about-emigrain-sec1{
	padding: 100px 0 300px 0
}
	.quality-innovation-sec {
    padding: 150px 0 300px
}
	.pages-section-01 {
    padding: 0 0 20px 0
}
	.page-sourcing{
		padding: 0 0 200px 0
	}
	.values-section-02 {
    padding: 200px 0 350px
}
	.values-section-02 {
    background-position: top center, left -84px center, right -84px top 200px, bottom center;
}
	
	footer, footer a {
	font-size: 16px;
}
	.enqFroms .wpforms-field-container input[type=text], 
	.enqFroms .wpforms-field-container input[type=email], 
	.enqFroms .wpforms-field-container input[type=number], 
	.enqFroms .wpforms-field-container select, 
	.enqFroms .wpforms-field-container textarea {
    border-radius: 12px;
    font-size: 16px;
}
	.enqFroms .wpforms-field-container input[type=text], 
	.enqFroms .wpforms-field-container input[type=email], 
	.enqFroms .wpforms-field-container input[type=number], 
	.enqFroms .wpforms-field-container select {
    height: 52px;
}
	.pathogens-logo {
    width: 172px
}
	.home-page-section5 {
    padding: 220px 0 120px 0;
}
	.pro-name {
    font-size: 20px
}
	.pro-link {
    font-size: 16px;
    border-radius: 10px;
		margin: 15px 0 0 0
}
	.product-details {
    padding: 0 0 200px;
}
}
@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
	.home-banner-link {
    right: -283px;
    bottom: 80px;
    font-size: 12px;
    padding: 12px 25px;
    border-radius: 12px;
}
	.home-banner-link::after {
    width: 10px;
    height: 10px;
    top: 6px;
    background-size: 10px
}
	.logoCenter {
    width: 380px;
    height: 380px
}
	.spinner {
    top: 74px;
    max-width: 290px;
    left: 45px
}
	.capsule {
    width: 200px;
    height: 460px
}
	.capsule .smallText {
    font-size: 20px
}
/*
	.home-page-banner {
    height: 690px
}
*/
	.home-page-banner {
    height: 500px;
}
	.product-img__item img {
    width: 300px;
}
	.primaryMenu li a {
    font-size: 16px
}
	.primaryMenu li {
    padding: 0 35px 0 0
}
	.primaryMenu .sub-menu li a {
    font-size: 14px
}
	.secondaryMenu li a {
    font-size: 14px
}
	.phone {
    font-size: 16px
}
	.custom-dropdown {
    width: 1010px;
}
	.polygon {
    left: 185px
}
	.values-section-02 {
    background-position: top center, left -104px center, right -104px top 200px, bottom center;
}
	.home-page-section5 {
    padding: 180px 0 90px 0;
}
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	.para-style1 {
	font-size: 16px
}
	.content-block .para-style1 {
    font-size: 16px;
    line-height: 26px
}
	.home-page-banner {
    	margin: 110px auto 0 auto;
}
	.static-banner{
		margin-top: 110px
}
	.phone {
		font-size: 13px;
		background-size: 15px
}
	.inline-list {
		width: 136px;
		margin: 0 5px 0 0
}
	.searchWrap input[type="text"] {
    	font-size: 13px
}
	.secondaryMenu li::after {
		right: 7px;
		height: 12px
}
	.secondaryMenu li {
    padding: 0 20px 0 0;
}
	.languageSwitcher a {
		font-size: 13px;
		line-height: 38px
}
	.languageSwitcher a {
    font-size: 13px;
    line-height: 36px
}
	.shopNow {
    width: 130px
}
	.secondaryMenu li a {
    font-size: 12px
}
	.primaryMenu li a {
    font-size: 12px
}
	.primaryMenu .sub-menu li a {
    font-size: 12px
}
	.custom-dropdown {
    width: 880px;
}
	.custom-dropdown.active {
    top: 80px
}
	.primaryMenu li {
    padding: 0 29.5px 0 0
}
	.is-form-style input.is-search-input {
    font-size: 12px !important;
}
	.searchIcon {
    width: 15px;
    height: 15px
}
	.logo img {
    width: 70px
}
	.socialIcon {
    width: 30px;
    height: 30px
}
	.home-page-banner {
    height: 540px
}
	.product-img__item img {
    width: 230px
}
	.product-img__item {
    right: 0
}
	.sun {
    width: 142px
}
	.sun {
    top: -10%
}
	h2 {
    font-size: 28px
}
	.grains{
		width: 66px
	}
	.grains-single-outline-left1, .grains-single-outline-right2 {
    width: 72px;
    height: 52px
}
	.grains-single-outline-left1 {
    top: 50%
}
	.cardContainer {
    max-width: 930px;
    min-height: 730px;
}
	.greenCards p {
    font-size: 12px;
    padding: 0 0 0 20px;
    background-size: 15px;
    background-position: left top;
}
	.siteBtn {
    padding: 4px 4px 4px 6px;
    font-size: 10px;
}
	.greenCard1, .greenCard2, .greenCard3, .greenCard4 {
    width: 340px;
    height: 175px;
    padding: 1rem 2rem
}
	.sectionHeading {
    width: 370px;
    top: 250px;
}
	.grains-single-outline-right2 {
    right: 40%;
    transform: translate(-50%, -50%);
    top: 25%;
}
	.grains-single-outline-left1, .grains-single-outline-right2 {
    width: 52px;
    height: 32px;
}
	.grains-single-outline-left1 {
    top: 60%;
    left: 42%;
}
	.greenCard5.active {
    top: 85%
}
	.home-page-section3 .sectionHeading {
    width: 380px;
}
	.home-page-section3 {
    padding: 100px 0;
}
	.textBox p {
	font-size: 12px;
	padding: 0 0 0 20px;
	background-position: left top 1px;
	background-size: 15px
}
	.textBox h5 {
    font-size: 18px;
}
	.textBox {
    width: 415px;
    height: 180px;
    padding: 0 60px
}
	.home-page-section4 {
    background-size: 350px, 350px
}
	.logoCenter {
    width: 350px;
    height: 350px;
}
	.spinner {
    top: 66px;
    max-width: 270px;
    left: 40px;
}
	.home-page-section4 {
    height: 700px;
}
	.grains-single-outline-left {
		width: 70px;
		position: absolute;
		left: 0;
		bottom: 0
	}
	.grains-single-outline-right {
		width: 70px;
		position: absolute;
		right: 0;
		top: 0
}
	.capsule .icon {
    width: 100px;
    height: 100px
}
	.capsule .largText {
    font-size: 30px;
		padding: 15px 0 10px 0
}
	.capsule .smallText {
    font-size: 18px
}
	.capsule {
    width: 200px;
    height: 360px
}
	.home-page-section5 {
    padding: 150px 0 70px 0
}
	.slide-content-wrap {
	width: 800px;
	padding: 25px 0
}
	.slide-thumbs {
    width: 500px
}
	.slide-content {
    width: 250px;
}
	.slide-content h2 {
    font-size: 22px;
}
	.slide-content p {
    font-size: 16px;
}
	.arroWrap svg {
    width: 116px;
    height: 55px
}
	.arroWrap {
    left: 220px;
    top: 180px
}
	.arroWrap.adjLeft {
    left: 280px
}
	.wheat-grains-right img, 
	.wheat-grains-left img {
    width: 45%
}
	.home-page-section7 {
    background-size: 350px;
    padding: 0 0 150px 0
}
	.wheat-grains-left {
    bottom: 15%
}
	.home-page-section7 .swiper-pagination-progressbar {
    height: 2px
}
	footer {
    padding: 60px 0 60px 0
}

	.footer-head {
    font-size: 20px
}
	.com-details {
    background-size: 20px
}
	.copyRight {
    padding: 20px 0;
    font-size: 14px
}
	.social-icon-footer li {
    width: 25px;
    height: 25px
}
	.socialIcon {
    width: 26px;
    height: 26px;
    margin: 0 5px;
}
	.socialIconwrap {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
	.home-page-section5 h4 {
    font-size: 15px;
}
	.home-page-section5 h2 {
    padding: 20px 30px;
    background-size: 15px, 15px
}
	.headingStyle3 {
    font-size: 50px
}
	.legalContent {
    background-size: contain, 10%, 10%, 8%;
}
	.static-banner {
    min-height: 500px;
}
	.banner-animation-wrap {
    width: 470px;
    height: 268px;
}
	.legalContent p, .legalContent .com-details {
    font-size: 16px;
		line-height: 26px
}
	.legalContent ul li {
    font-size: 16px;
    line-height: 26px
}
	.legalContent {
    padding: 0 0 300px 0
}
	.legalContent h4{
		font-size: 1.2rem
}
	.pathogens-logo {
    width: 132px
}
	.is-form-style input.is-search-input {
    height: 35px
}

}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
	#welcomeVideo {
    margin: 0;
}
	#header{
		display: none
	}
	#mobile-header{
		display: block
	}
	.shopNow {
    width: 35px;
    margin: 0;
    border-radius: 5px
}
	.largeScreen{
		display: none
	}
	.smallScreen{
		display: block
	}
	.product-img {
		width: 100%;
		height: 250px;
		left: 25%;
		bottom: 0;
		top: inherit
	}
	.downloadBrochurewrap {
		right: 1.5%
	}
	.downloadRound {
		max-width: 105px
	}
	.brochureText {
		max-width: 65px
	}
	.roundLine {
		width: 75px;
		height: 75px
	}
	.whatsApplink {
		right: 32px;
		width: 43px;
		height: 43px
}
	.mobileSearch {
		width: auto;
		height: auto;
		margin: 0 10px 0 0;
		padding: 0;
		float: left;
		position: relative
}
	.searchIcon {
		width: 15px;
		height: 15px
}
	.is-form-style input.is-search-input {
		width: 135px;
		height: 35px;
		border-radius: 5px;
		font-size: 14px !important;
		padding: 7px 25px 7px 10px
}
	.grains-single-outline-left1 {
		left: 0;
		transform: inherit;
		top: 20%
}
	.grains-single-outline-right2 {
		right: 0;
		transform: inherit;
		top: 0
}

	.home-page-banner {
    	height: 650px
}
	.content {
    	height: 590px
}
	.sun {
		width: 122px;
		position: absolute;
		left: 0;
		top: 0
}
	.banner-animation-wrap {
		width: 300px;
		height: 171px;
		top: 45%;
		transform: translateY(-50%)
}
	.banner-wave2 {
		position: absolute;
		left: 0;
		bottom: -1px
}
	.about-emigrain-sec1 {
    background-size: contain, contain
}
	.heading01 {
    padding: 30px 40px;
    background-size: 15px, 15px
}
	.about-emigrain-sec1 {
    padding: 100px 30px 150px 30px
}
	.para-style1 {
    font-size: 16px
}
	.content-block .para-style1 {
    font-size: 16px;
    line-height: 26px
}
	ul.listStyle1 li {
    font-size: 16px;
    line-height: 26px;
    background-size: 18px;
    padding: 0 0 0 30px;
}
	.container.custom-container {
    width: 300px;
    padding-top: 60px
}
	.sunGreen {
	width: 105px;
	left: 5%
}
	.process-content-left {
    padding: 0;
}
	.process-content h3{
		padding: 0;
		margin: 0
	}
	.process-content h3 {
    padding: 15px 25px;
    margin: 0;
    font-size: 16px
}
	.process-content.process-content3 {
    padding-top: 0;
}
	.para-style1 {
    font-size: 14px;
    line-height: 22px
}
	.content-block .para-style1 {
    font-size: 14px;
    line-height: 20px;
    background-size: 15px;
    padding-bottom: 10px;
    background-position: left top 4px;
}
	.custom-bullet2 li {
	font-size: 14px;
	background-size: 12px;
	padding-left: 25px;
}
	.decoration1 {
    width: 32%;
    right: -80px;
    top: 0
}
	.decoration1a {
    width: 40%;
    left: 80px;
    bottom: 40px;
    position: absolute;
}
	.decoration2 {
    width: 55px;
    right: inherit;
    left: 0;
    top: 18%
}
	.decoration3 {
    width: 35%;
    left: inherit;
    top: -100px;
    right: 0;
}
	.decoration4 {
    width: 28%;
    right: 90px;
    top: -10%;
}
	.decoration4a {
    width: 35%;
    height: auto;
    position: absolute;
    right: 70px;
    bottom: 0;
    z-index: 99;
}
	.decoration5 {
    width: 55px
}
	.decoration6 {
    width: 40%;
    bottom: 5%;
    left: 45px;
}
	.decoration7 {
    width: 35%;
    left: 80px;
    top: -40%;
}
	
	.movingImage {
    width: 40px
}
	.row-1 {
    padding-top: 30px;
    padding-bottom: 270px;
}
	.row-2 {
    padding-bottom: 270px
}	
	.row-3 {
    padding-bottom: 270px;
    margin-top: -75px
}	
	.row-4 {
    padding-bottom: 270px;
    margin-top: -80px
}	
	.row-5 {
    padding-bottom: 270px
}	
	.row-6 {
    padding-bottom: 270px;
    margin-top: -20px;
}	
	.process-content{
		text-align: center
	}
	.process-content .para-style1{
		margin: 10px 0 0 0
	}
	.svg-container1 {
    top: inherit;
    bottom: -60px;
    width: 100%
}
	.svg-container2 {
    top: inherit;
    bottom: -30px;
    width: 100%;
    right: inherit;
    left: 0;
}
	.svg-container3 {
    top: inherit;
    bottom: -100px;
    width: 100%;
    right: inherit;
    left: 0;
}
	.svg-container4 {
    top: inherit;
    bottom: -120px;
    width: 100%;
    right: inherit;
    left: 0;
}
	.svg-container5 {
    top: inherit;
    bottom: -90px;
    width: 100%;
    right: inherit;
    left: 0;
}
	.svg-container6 {
    top: inherit;
    bottom: -100px;
    width: 100%;
    right: inherit;
    left: 0;
}
	.about-emigrain-sec2 {
		background-size: 20%, 10%;
		padding: 0 0 200px 0;
		background-position: left bottom 2%, right bottom 1%;
		overflow: hidden
}
	.svg-container1{
		background-image: url("../images/aboutus/linePathSmall2.png");
	}
	.svg-container2{
		background-image: url("../images/aboutus/linePathSmall2.png");
	}
	.svg-container3{
		background-image: url("../images/aboutus/linePathSmall2.png");
	}
	.svg-container4{
		background-image: url("../images/aboutus/linePathSmall2.png");
	}
	.svg-container5{
		background-image: url("../images/aboutus/linePathSmall2.png");
	}
	.svg-container6{
		background-image: url("../images/aboutus/linePathSmall2.png");
	}
	.seed-0 {
    width: 12%;
    right: 33%;
    bottom: 50%;
}
	.seed-1 {
    width: 10.7%;
    right: 28%;
    bottom: 50.2%;
}
	.seed-2 {
    width: 14%;
    right: 30%;
    bottom: 46%;
    transform: rotate(-40deg) !important;
}
	.seed-3 {
    width: 13.5%;
    right: 24.5%;
    bottom: 47%;
		transform: rotate(-40deg) !important;
}
	.seed-4 {
    width: 12.5%;
    right: 23%;
    bottom: 46%;
		transform: rotate(-40deg) !important;
}
	.seed-5 {
    width: 13%;
    right: 24%;
    bottom: 44%;
		transform: rotate(-40deg) !important;
}
	.seed-6 {
    width: 14%;
    right: 20.5%;
    bottom: 44%;
		transform: rotate(-40deg) !important;
}
	.seed-7 {
    width: 11.3%;
    right: 25%;
    bottom: 42.1%;
    transform: rotate(-40deg) !important;
}
	.seed-8 {
    width: 13.5%;
    right: 21.3%;
    bottom: 42%;
		transform: rotate(-40deg) !important;
}
	.seed-9 {
    width: 11.5%;
    right: 16.2%;
    bottom: 42%;
    transform: rotate(-40deg) !important;
}
	.seed-10 {
    width: 19%;
    right: 21.2%;
    bottom: 37%;
    transform: rotate(-40deg) !important;
}
	.seed-11 {
    width: 18%;
    right: 13.2%;
    bottom: 38%;
    transform: rotate(-40deg) !important;
}
	.seed-12 {
    width: 14%;
    right: 27.5%;
    bottom: 34%;
		transform: rotate(-40deg) !important;
}
	.seed-13 {
    width: 17%;
    right: 19%;
    bottom: 33%;
		transform: rotate(-40deg) !important;
}
	.seed-14 {
    width: 13%;
    right: 29%;
    bottom: 31%;
    transform: rotate(-40deg) !important;
}
	.seed-15 {
    width: 19%;
    right: 20%;
    bottom: 30%;
    transform: rotate(-40deg) !important
}
	.seed-16 {
    width: 17.5%;
    right: 30%;
    bottom: 25%;
    transform: rotate(-40deg) !important;
}
	.seed-17 {
    width: 19%;
    right: 37%;
    bottom: 30%;
    transform: rotate(-40deg) !important;
}
	.seed-18 {
    width: 18%;
    right: 45%;
    bottom: 25%;
    transform: rotate(-40deg) !important;
}
	.seed-19 {
    width: 18.5%;
    right: 54.8%;
    bottom: 25%;
    transform: rotate(-40deg) !important
}
	.seed-20 {
    width: 18%;
    right: 56%;
    bottom: 20%;
    transform: rotate(-40deg) !important
}
	.seed-21 {
    width: 21%;
    right: 62.1%;
    bottom: 16%;
    transform: rotate(-40deg) !important
}
	.seed-22 {
    width: 17%;
    right: 63%;
    bottom: 13%;
    transform: rotate(-40deg) !important
}
	.seed-23 {
    width: 12%;
    right: 68%;
    bottom: 9%;
    transform: rotate(-40deg) !important
}
	.seed-24 {
    width: 19%;
    right: 68%;
    bottom: 6%;
    transform: rotate(-40deg) !important
}
	.process-content h3.subHeadsm {
    width: 210px;
    padding: 15px 0;
    background-position: center center;
}
	.process-content h3.subHeadmdm {
    width: 300px;
    padding: 20px 0;
    background-position: center center;
}
	.pages-section-01 {
    background-size: 24%, 18%;
    background-position: left -3% bottom, right top;
    padding: 50px 5% 120px 5%;
}
	.values-section-02 {
    background-position: top center, left top 40px, right -40px top 200px, bottom 55px center;
    padding: 80px 5% 200px 5%;
    background-size: contain, 90px, 96px;
}
	.headingStyle2 {
    width: 170px;
    font-size: 14px;
    padding: 22px 0;
    margin: 0 auto 15px;
}
	.custom-bullet {
    background-position: left top 5px;
    background-size: 13px;
    padding-left: 25px;
    padding-bottom: 15px;
    margin: 0
}
	.pages-section-01.page-sourcing {
    background-size: 20%, 18%, 70px, 70px;
    background-position: left -7% top 20%, right  top, right -4% top 35%, left -4% center;
    padding: 50px 10% 150px;
}
	.page-sourcing::after, .quality-innovation-sec::after{
    height: 200px;
    background-size: 900px
}
	.quality-innovation-sec {
    padding: 50px 10% 200px
}
	.headingStyle1 {
    font-size: 18px;
    padding: 25px 0;
    background-position: center;
}
	.quality-innovation-sec {
    padding: 50px 10% 150px;
    background-size: contain, 72px, 72px, 72px;
}
	.custom-bullet2 {
    	margin: 0
}
	.primaryMenu li a {
		color: #231F20;
		font-size: 16px;
		text-decoration: none;
		position: relative;
		padding: 15px 0;
		display: block
}
	.primaryMenu li a.active{
		color: #01764B !important;
		font-weight: 600
}
	.primaryMenu li {
		list-style: none;
		padding: 0;
		border-bottom: 1px solid #01764B;
		display: block
}
	.primaryMenu .sub-menu li a {
		color: #231F20;
		font-size: 16px;
		text-decoration: none;
		position: relative;
		padding: 10px 0;
		display: block
}
	.primaryMenu .sub-menu li a.active, .mobileMenu .current-menu-parent > a, .mobileMenu .current-menu-parent .sub-menu li > a.active {
		color: #01764B !important;
		font-weight: 600
}
	.secondaryMenu li, .primaryMenu li {
    	display: block
}
	.secondaryMenu li a{
		color: #01764B;
		font-size: 16px;
		text-decoration: none;
		position: relative;
		padding: 10px 0;
		display: block
}
	.primaryMenu .sub-menu {
		margin: 0 0 20px;
		padding: 30px 30px 25px 30px;
		background-color: #fff;
		border-radius: 10px;
		display: block
}
	.primaryMenu .sub-menu li {
		list-style: none;
		padding: 0;
		border-bottom: 1px solid #01764B;
		display: block
}
	.primaryMenu .sub-menu li:last-child{
    	border-bottom: none
}
	.primaryMenu .sub-menu li a {
		position: relative;
		padding: 12px 0 12px 35px;
		font-weight: 300;
		color: #231F20;
		font-size: 14px;
		text-decoration: none;
		display: block
}
	.primaryMenu .sub-menu li a::after {
		width: 10px;
		height: 10px;
		opacity: 1;
		visibility: visible;
		content: '';
		position: absolute;
		left: 10px;
		top: 50%;
		z-index: auto;
		background-image: url("../images/arrow-right-top.png");
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 100%;
		transition: all 0.3s ease;
		transform: translateY(-50%)
}
	.blank-content h1 {
    	font-size: 70px
}
	.blank-content p {
    	font-size: 14px
}
	.backBtn {
		font-size: 14px;
		padding: 10px 30px 10px 30px
}
	.blank-content {
    	padding: 100px 0 200px 0
}
	.headingStyle3 {
    font-size: 40px;
}
	.legalContent {
    padding: 0 6% 160px 6%;
}
	.pro-name {
    font-size: 18px;
    padding: 0 0 1rem;
}
	.pro-link {
    font-size: 14px;
    border-radius: 8px;
    padding: 12px 32px;
}
	
}
@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
	h2 {
    font-size: 22px;
}
	.home-page-section5 h4 {
    font-size: 19px;
}
	h3 {
    font-size: 16px;
}
	h6 {
    font-size: 15px;
}
	.home-page-section6 p {
    font-size: 18px;
}
	.grains {
    width: 55px;
}
	.home-page-section2 {
    background-size: 600px;
		padding: 30px 0 50px 0;
}
	.cardContainer {
    max-width: 930px;
    min-height: 1111px
}
	.sectionHeading {
    width: 300px;
    top: 0
}
	.greenCard1 {
    left: 50%;
    top: 220px;
    transform: rotate(10deg) translate(-50%, 0);
	z-index: 1
}
	.greenCard2 {
    left: 50%;
    top: 260px;
    transform: rotate(10deg) translate(-50%, 0);
	z-index: 2
}
	.greenCard3 {
    left: 50%;
    top: 300px;
    transform: rotate(10deg) translate(-50%, 0);
	z-index: 3
}
	.greenCard4 {
    left: 50%;
    top: 340px;
    transform: rotate(10deg) translate(-50%, 0);
	z-index: 4
}
	.greenCard5 {
	width: 340px;
	height: 135px;
	padding: 1rem 2rem;
    left: 50%;
    top: 380px;
    transform: rotate(10deg) translate(-50%, 0);
	z-index: 5
}
	.greenCard1.active {
    left: 50%;
    top: 200px;
    transform: rotate(5deg) translate(-50%, 0);
}
	.greenCard2.active {
    left: 50%;
    top: 360px;
    transform: rotate(0deg) translate(-50%, 0);
    z-index: 2;
}
	.greenCard3.active {
    left: 50%;
    top: 550px;
    transform: rotate(5deg) translate(-50%, 0);
    z-index: 2;
}
	.greenCard4.active {
    left: 50%;
    top: 710px;
    transform: rotate(0deg) translate(-50%, 0);
    z-index: 2;
}
	.greenCard5.active {
    left: 50%;
    top: 900px;
    transform: rotate(5deg) translate(-50%, 0);
}
	.home-page-section3 {
    padding: 50px 0;
    height: auto;
}
	.logoCenter {
    width: 250px;
    height: 250px
}
	.spinner {
    top: 45px;
    max-width: 195px;
    left: 28px
}
	.home-page-section4 {
    background-size: 60%, 60%
}
	.home-page-section4 {
    height: 900px
}
/*
	.home-page-section5 {
	background-image: url("../images/green-field-bg-sm.jpg");	
    background-size: cover;
}
*/
	.home-page-section5 {
	background-image: url("../images/green-field-bg-sm-new.jpg");	
    background-size: cover;
}
	.home-page-section5 {
    padding: 60px 0 30px 0
}
	.textBox {
    width: 100%;
    height: 118px;
    padding: 0 65px;
    text-align: center;
}
	.grains-single-outline-right {
    width: 50px
}
	.textBox h5 {
    padding: 0 0 5px 0
}
	.textBox p {
	display: inline-block;
	text-align: left
}
	.textBox, .textBox1 {
	background-image: url("../images/text-back-pattern2.png");
	background-position: center center
}
	.capsuleWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.capsule {
    width: calc(50% - 8%);
    height: 240px;
    margin: 3% 4%;
    padding: 30px 10px;
    display: inline-block;
}
	.capsule img {
    width: 70px;
}
	.capsule .icon {
    width: 100%;
    height: auto;
}
	.capsule .largText {
    font-size: 2rem;
    padding: 5px 0;
}
	.capsule .smallText {
    font-size: 16px;
}	
	.logo-center {
    margin: 0 auto 50px auto;
    display: block;
    width: 170px
}	
	.footer-head {
    margin: 30px 0 10px 0;
}
	.slide-content-wrap {
    width: 330px;
}
	.slide-thumbs {
    width: 100%;
    height: 270px;
    top: 10%;
}
	.slide-content {
    top: inherit;
    bottom: 12%;
    left: 15%;
    width: 200px
}
	.arroWrap svg {
    width: 65px;
    height: 40px;
    transform: rotate(-35deg)
}
	.arroWrap {
    left: 30%;
    top: 55%
}
	.arroWrap.adjLeft {
    left: 30%
}
	.home-page-section7 {
    padding: 30px 0 0 0;
    height: 1000px;
    background-size: 230px;
    background-position: right bottom 80px;
}
	.slide-content h2 {
    font-size: 18px;
}
	.slide-content p {
    font-size: 14px;
    line-height: 18px
}
	.wheat-grains-right img, 
	.wheat-grains-left img {
    width: 35%;
}
	.inlineBg {
    padding: 20px 30px
}
	.slide-thumbs img {
    width: 45%
}
	.slide-thumbs img.portrait:nth-child(1) {
    left: 10%;
}
	.slide-thumbs img.portrait:nth-child(2) {
    right: 15%
}
	.slide-thumbs img.portrait:nth-child(3) {
    bottom: -4%;
    left: 19%;
}
	.footerWave {
    top: -10%;
}
	.wheat-grains-right {
    width: 117px;
    right: -30px
}
	.wheat-grains-left {
    bottom: 20%;
    width: 117px;
    left: -40px
}
	.wheat-grains-right img, 
	.wheat-grains-left img {
    width: 100%
}
	.footerWave {
    top: -33px;
}
	.product-img__item {
	left: -130px;
	right: inherit;
    transform: translateY(0) translateX(0);
}
	.product-img__item.active {
	left: 20px;
	right: inherit;
    transform: translateY(0) translateX(0);
}
	.product-img {
    bottom: -30px
}
	.languageSwitcher a:nth-child(1)::after {
    top: 2px
}
	ul.secondaryMenu {
    	padding: 35px 0 15px
	}
	ul.secondaryMenu li {
		border-bottom: none
	}
	ul.secondaryMenu li::after{
		display: none
	}
	ul.secondaryMenu li a{
	   color: #01764B;
		font-weight: 300;
	}
	
	.inline-list {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 4px solid #01764B;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
	
	.socialIcon {
    width: 35px;
    height: 35px;
    margin: 0 0 0 10px
}
	.phone {
    font-size: 16px;
    background-size: 16px;
    padding: 0 0 0 30px;
    display: inline-block;
}
	.enqFroms .modal-content {
    border-radius: 1.5rem;
}
	.enqFroms .modal-header {
    padding: 4rem 2rem 0rem
}
	.enqFroms .modal-title {
    font-size: 20px;
}
	.enqFroms .modal-body {
    padding: 0 2rem 2rem 2rem;
}
	.enqFroms .btn-close {
    right: 2em;
    top: 2em;
}
	.enqFroms .btn-close {
    width: 1em;
    height: 1em
}
	.enqFroms .wpforms-field-container .form-country-code {
    width: 100%
}
	.enqFroms .wpforms-field-container .form-contact-number {
    width: 100%
}
	.enqFroms .wpforms-submit-container .wpforms-submit {
    font-size: 20px;
    padding: 20px 50px
}
	.enqFroms .wpforms-field-container input[type=text], .enqFroms .wpforms-field-container input[type=email], .enqFroms .wpforms-field-container input[type=number], .enqFroms .wpforms-field-container select, .enqFroms .wpforms-field-container textarea {
    border-radius: 10px;
    font-size: 14px;
}
	.enqFroms .wpforms-field-container input[type=text], .enqFroms .wpforms-field-container input[type=email], .enqFroms .wpforms-field-container input[type=number], .enqFroms .wpforms-field-container select, .enqFroms .wpforms-field-container textarea {
    padding: 0 20px
}
	.enqFroms .wpforms-field-container select {
    padding-inline-start: 20px !important;
}
	.enqFroms .modal-title {
    font-size: 18px;
    word-wrap: break-word
}
	.product-details .sizes-row-02{
    height: 75px
}
	.pro-name {
    font-size: 18px
}
	.pro-link {
    font-size: 12px;
    padding: 8px 20px;
    margin: 0;
    border-radius: 5px;
}
.pro-link::after {
    width: 10px;
    height: 10px;
    background-size: 10px;
	top: 5px
}	
.product-list {
    padding: 0 8% 150px;
    background-size: 13%, 11%, 46px, 46px, contain
}
.product-details h3 {
    font-size: 16px;
    padding: 15px 0;
    width: 150px;
	background-image: url(../images/text-background6.png);
}
	.productGalleryinner {
    width: 100%;
}
.product-details .row:nth-child(2){
	display: flex;
	flex-wrap: wrap
}
.product-details .row .col-12:nth-child(1){
	 order: 2;
}
.product-details .row .col-12:nth-child(2) {
    order: 1;
    margin: 20px 0 0
}
.product-details {
    padding: 30px 8% 150px
}
#wpforms-131-field_1-container,
#wpforms-131-field_4-container,
#wpforms-131-field_6-container,
#wpforms-131-field_2-container,
#wpforms-131-field_5-container,
#wpforms-131-field_7-container{
	width: 100% !important
}
	.contact-page-section-01 .wpforms-container-full input[type=text], .contact-page-section-01 .wpforms-container-full input[type=email], .contact-page-section-01 .wpforms-container-full input[type=number], .contact-page-section-01 .wpforms-container-full select, .contact-page-section-01 .wpforms-container-full textarea {
    height: 68px;
    font-size: 16px;
}
	.contact-page-section-01 {
    padding: 0 25px 30px 25px;
}
	.contact-page-section-01 .wpforms-container-full .wpforms-submit {
    font-size: 18px;
    background-size: 15px;
    border-radius: 10px;
    padding: 20px 70px 20px 50px
}
	.contact-page-section-02 {
    padding: 0 0 150px
}
	.dot-info {
    left: 60%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 159px;
}
	.pathogens-logo {
    width: 80px;
    right: -10px;
}
	.pristine-heat-treated .heading01 {
    padding: 30px 25px;
    font-size: 20px;
}
	.cookies-content{
	width: 100%
}
	.cookies-button{
	width: 100%;
	text-align: left
}
	.cookie-consent-banner button {
    padding: 10px 40px;
}
	.cookie-consent-banner {
    padding: 10%;
}
	.cookie-consent-banner p, .cookie-consent-banner p a {
    font-size: 12px
}
	#comingSoonModal .modal-content {
    width: 300px;
		margin: 40% auto 0
}
	#comingSoonModal .modal-content h2 {
    font-size: 20px;
}
	#comingSoonModal .modal-content p{
		font-size: 14px
	}
	.custom-bullet {
    background-position: left top 0px
}
	.quality-innovation-sec .headingStyle1{
		width: 240px
	}
	.product-title {
    width: 100%;
    top: 10%;
    left: 0;
    transform: translate(-0%, -0%);
    text-align: center;
}
	.product-title h2 {
		color: #fff;
		font-size: 22px;
		font-weight: 500;
}
.product-img__item img {
    width: 190px
}
	.home-banner-link {
    right: -105px;
    bottom: auto;
    font-size: 12px;
    padding: 12px 25px;
    border-radius: 12px;
    top: -60px;
}
	.home-page-banner .swiper-button-next, .home-page-banner .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 50%;
}
	.cardContainer {
    	transform: scale(1)
	}
	.waveBottom {
    bottom: -1px;
}
	.xzoom-container{
	padding: 0 10px;
}
	.textBox h5 {
    font-size: 14px;
}
	.capsuleWrap {
    transform: scale(0.9);
}
	.xzoom-main {
    width: 100%
}
	.thumb-wrapper {
    max-width: 100%
}
	.thumb-btn {
    width: 30px;
    height: 30px
}
	.xzoom-thumbs img {
    width: 80px
}
	.thumb-btn.thumn-prev {
    left: -15px
}
	.thumb-btn.thumn-next {
    right: -15px
}
	ul.listStyle1 li {
    font-size: 13px;
    line-height: 19px;
    background-size: 14px;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
}
	ul.listStyle1 {
    padding: 10px 0 0 0;
}
	.downArrow {
    width: 70px;
}
.waveTop{
	background-image: url("../images/field-wave.png");
	background-size: cover;
}
}
@media only screen and (max-width: 390px), only screen and (max-device-width: 390px) {
	.home-banner-link {
    right: -105px;
    bottom: auto;
    font-size: 12px;
    padding: 12px 25px;
    border-radius: 12px;
    top: -40px;
}
	.mobileMenu {
    height: calc(100% - 105px);
    top: 100px;
}
	.home-page-banner {
    margin: 100px auto 0 auto;
}
	.static-banner{
	margin-top: 100px
}
	.content {
    height: 550px;
}
	.product-img {
    bottom: -10px;
}
	.product-img__item img {
    width: 180px;
}
}
@media only screen and (max-width: 359px), only screen and (max-device-width: 359px) {
	.home-page-banner {
		margin: 100px auto 0 auto;
	}
	.static-banner{
	margin-top: 100px
}
	.greenCard1, .greenCard2, .greenCard3, .greenCard4, .greenCard5 {
    width: 300px;
}
	.greenCards a {
    width: 70px;
}
	.siteBtn::after{display: none}
	.greenCards p {
    font-size: 11px;
    padding: 0 0 0 13px;
    background-size: 10px;
    background-position: left top;
}
	h2 {
    font-size: 21px;
}
	.home-page-section5 h4 {
    font-size: 15px;
}
	h3 {
    font-size: 14px;
}
	h6 {
    font-size: 12px;
}
	.textBox {
    padding: 0 28px;
    width: 90%;
}
	.textBox3 {
    background-image: url("../images/text-back-pattern.png");
}
	.capsule .largText {
    font-size: 1.6rem
}
	.capsule .smallText {
    font-size: 12px
}
	.capsule {
    height: 240px
}
	.slide-content-wrap {
    width: 300px
}
	.slide-thumbs {
    height: 250px
}
	.home-page-section7 {
    height: 900px
}
	.footerWave {
    top: -30px
}
	footer, footer a {
    font-size: 12px
}
	.social-icon-footer li {
    margin: 0 5px 0 0
}
	.com-details {
    padding: 0 0 0 25px;
    background-size: 15px
}
	.footer-head {
    font-size: 16px
}
	footer {
    padding: 40px 0 30px 0
}
	.copyRight {
    font-size: 10px
}
	.mobileMenu {
    height: calc(100% - 98px);
    top: 98px;
}
	.para-style1 {
    font-size: 12px
}
	.content-block .para-style1 {
    font-size: 12px;
    line-height: 22px
}
	.container.custom-container {
    width: 260px;
    padding-top: 60px;
}
	#welcomeVideoM {
    margin: -70px 0 0 0;
}
	.banner-wave2 {
    bottom: -2px;
}
	.home-page-banner {
    height: 540px;
}
	.footerWave {
    top: -26px;
}
	.logoCenter {
    width: 210px;
    height: 210px;
}
	.spinner {
    top: 39px;
    max-width: 162px;
    left: 25px;
}
	.textBox h5 {
    font-size: 14px;
}
	.downloadRound {
    max-width: 95px
}
	.brochureText {
    max-width: 55px
}
	.roundLine {
    width: 65px;
    height: 65px
}
	.home-banner-link {
    right: -80px;
    top: -50px;
}
	.content {
    height: 550px;
}
	.product-img__item img {
    width: 160px;
}
	.product-img {
    bottom: 50px;
    left: 31%;
}
	.static-banner {
    min-height: 450px;
}
	.heading01 {
    padding: 30px 25px
}
	h2 {
    font-size: 20px;
}
	.para-style1 {
    font-size: 13px;
    line-height: 19px
}
	.pro-link {
    font-size: 12px;
    padding: 8px 14px
}
	.pro-name {
    font-size: 16px
}
	.product-details .sizes-row-02 {
    height: 60px;
}
	.logo-center {
    width: 140px;
}
	.xzoom-thumbs img {
    width: 55px;
}
}
@media screen and (max-width: 576px) and (orientation: portrait) {
	.videoWrap{
		height: 95vh;
		position: relative;
	}
	#processVideo {
    width: 1366px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
}
@media screen and (max-height: 550px) and (orientation: landscape) {
	
	
	.product-img__item{
		bottom: 80px
	}
	.product-img__item img {
    width: 200px;
}
	
	.largeScreen{display: block}
	.smallScreen{display: none}
	.content {height: 400px}
	.home-page-banner {height: 400px}
	.cardContainer {
    max-width: 730px;
    min-height: 700px;
}
	h3 {
    font-size: 14px;
    overflow-wrap: break-word;
}
	h6 {
    font-size: 14px;
}
	.greenCards p {
    font-size: 11px
}
	.greenCard1, .greenCard2, .greenCard3, .greenCard4 {
    width: 280px;
    height: 185px;
    padding: 1rem 1rem;
}
	.greenCard1.active {
    left: 24%;
    top: 28%;
}
	.greenCard2.active {
    top: 55%;
    left: 25%;
}
	.home-page-section3 .sectionHeading {
    width: 300px;
}
	.product-img {
    width: 50%
}
/*
	#welcomeVideo {
    margin: -80px 0 0 0
}
*/
	.home-banner-link {
    right: -120px;
    bottom: 70px;
    font-size: 12px;
    padding: 8px 18px;
    border-radius: 8px;
}
	.product-img__item {
    right: 20%;
}
	.greenCards a {
    width: 65px;
}
	.siteBtn::after{
		display: none
	}
	.greenCard1, .greenCard2, .greenCard3, .greenCard4 {
    width: 280px;
    height: 160px;
    padding: 1rem 1rem
}
	.greenCard5 {
    width: 235px;
    height: 145px;
    padding: 1.5rem
}
	.greenCard5.active {
    top: 82%
}
	.greenCard4.active {
    top: 60%;
    right: 6%
}
	.greenCard3.active {
    top: 24%;
    right: 6%
}
	h2 {
    font-size: 20px
}
	.grains {
    width: 40px
}
	.com-details {
    background-size: 15px;
    padding: 0 0 0 25px
}
	.footerWave {
    top: -63px
}
	.slide-content-wrap {
    width: 550px;
    padding: 25px 0
}
	.slide-thumbs {
    width: 300px
}
	.slide-content h2 {
    font-size: 16px
}
	.slide-content p {
    font-size: 12px
}
	.slide-thumbs img:nth-child(2) {
    top: 38%;
}
	.slide-thumbs img:nth-child(1) {
    left: 15%;
}
	.arroWrap svg {
    width: 75px;
    height: 50px;
}
	.arroWrap.adjLeft {
    left: 230px;
    top: 120px;
}
	.arroWrap {
    left: 210px;
    top: 110px;
}
	.inlineBg {
    padding: 15px 30px
}
	.home-page-section6 p {
    font-size: 12px
}
	.wheat-grains-right img, .wheat-grains-left img {
    width: 35%;
}
	.home-page-section7 {
    background-size: 300px;
    padding: 0 0 70px 0;
}
	.cardContainer2 {
    max-width: 668px
}
	.textBox h5 {
    font-size: 14px;
}
	.capsule {
    width: 200px;
    height: 360px;
    margin: 0 10px;
}
	.capsule {
    width: 200px;
    height: 320px;
    margin: 0 10px;
    padding: 50px 10px;
}
	.textBox {
    width: 317px;
    height: 110px;
    padding: 0 60px;
    background-position: center center;
}
	.footer-logo {
    width: 200px;
    margin: 0 0 30px 40px;
}
	
}



























