:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.popups {
  z-index: 300;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/Screenshot-2025-07-29-151406.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0%;
}

.popups.hide {
  background-image: linear-gradient(#00000070, #00000070), url('../images/sangle.png');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-2252 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f1f1f100;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: 0;
}

.image-87 {
  width: 20px;
  position: absolute;
  inset: 4% 3% auto auto;
}

.background-video-2 {
  z-index: 200;
  border-radius: 5px;
  width: 500px;
}

.background-video-2.hide {
  display: none;
}

.popup-img {
  width: 500px;
}

.image-97 {
  border-radius: 15px;
  width: auto;
  height: 600px;
}

.body {
  font-family: Comfortaa, sans-serif;
}

.navbar-background {
  background-color: #01a726;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.brix---dropdown-chevron {
  color: #c1c211;
  width: 14px;
  margin-left: 6px;
}

.wrapper {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.wrapper.navigation-flex-center {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper._60 {
  padding-left: 0;
  padding-right: 0;
}

.wrapper._60.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper._140-padding {
  padding-top: 140px;
  padding-bottom: 140px;
  transition: opacity .2s;
}

.wrapper._140-padding.btm-140 {
  padding-bottom: 0;
}

.wrapper._140-padding.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper._140-padding.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper._140-padding.top60 {
  padding-top: 60px;
}

.wrapper.page-banner-padding {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.brix---dropdown-links-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: center start;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #4a3aff;
}

.nav-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-white {
  color: #485935;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  transition: all .3s linear;
  display: flex;
  overflow: hidden;
}

.nav-link-white:hover {
  color: #c1c211;
}

.nav-link-white.w--current {
  color: #96ca58;
  font-weight: 400;
}

.nav-link-white.w--current:hover {
  color: #c1c211;
}

.nav-link-white.drop {
  padding-right: 0;
  font-family: Comfortaa, sans-serif;
}

.menu-button-line-3 {
  background-color: #eca23e;
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 2.125rem;
}

.menu-button-line-3.whiter {
  background-color: #fff;
}

.logo {
  width: auto;
  height: 80px;
  display: block;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 3.125rem;
  padding: 0;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  border-bottom: .0625rem solid #ededed;
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation.transparent {
  z-index: 100;
  background-color: #fff;
  border-bottom: .0625rem solid #ffffff17;
  height: 7rem;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  box-shadow: 0 2px 20px 20px #00000005;
}

.brix---dropdown-pd {
  padding: 40px;
}

.menu-button-line-2 {
  background-color: #eca23e;
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 1.6875rem;
}

.menu-button-line-2.whiter {
  background-color: #fff;
}

.menu-button-line-1 {
  background-color: #eca23e;
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 1.25rem;
}

.menu-button-line-1.whiter {
  background-color: #fff;
}

.brix---dropdown-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---dropdown-wrapper.hide {
  display: none;
}

.brand {
  order: -1;
}

.hero-subtitle {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

.hero-subtitle.home_cntre {
  text-align: center;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#fff, #faebe300);
  height: 100px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(0deg, #f6ffeb, #faebe300);
  height: 100px;
  inset: auto 0% -1px;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% 0;
  overflow: hidden;
}

.heading {
  color: #fff;
  text-align: left;
  width: 100%;
  margin: 0;
  font-family: Lexend, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
}

.heading._80px {
  color: #fff;
  font-family: Lexend, sans-serif;
  font-size: 80px;
  font-weight: 700;
}

.hero-banner-para {
  color: #fff;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.hero-banner-para.left {
  text-align: left;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center start;
  display: none;
}

.button {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #f6ffeb;
  border-radius: 100px;
  padding: 20px 40px;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.button._2nd {
  color: #fff;
  background-color: #c1c211;
  border-width: 0;
  border-color: #c1c211;
  margin-top: 0;
  font-family: Comfortaa, sans-serif;
  font-weight: 700;
}

.button-wrapper {
  justify-content: flex-start;
  display: flex;
}

.button-wrapper.hero_centre {
  justify-content: center;
  margin-top: 20px;
}

.hero {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/2151574694.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 95vh;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.hero-text-box {
  margin: auto;
}

.hero-content {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  display: flex;
  position: relative;
}

.underline {
  text-decoration: underline;
}

.section-heading {
  color: #333;
  font-family: Lexend, sans-serif;
  font-size: 45px;
  line-height: 1.2;
}

.section-heading.center {
  text-align: center;
}

.section-heading.color-dark-green {
  color: #fff;
}

.section-sub-heading {
  color: #333;
  font-size: 25px;
  line-height: 1.2;
}

.section-sub-heading.center {
  text-align: center;
}

.logo-icon-box {
  background-color: #fff;
  border: .5px solid #c1c211;
  border-radius: 10px;
  padding: 10px;
}

.logos-row2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  flex: none;
  align-items: center;
  display: flex;
}

.logo-2 {
  width: 100px;
}

.international-markets {
  background-color: #f6ffeb;
  padding-bottom: 140px;
  overflow: hidden;
}

.international-markets.hide {
  display: none;
}

.logos-container2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.section-heading-box.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-img-box {
  background-image: url('../images/42489.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
}

.para {
  font-size: 20px;
  line-height: 1.3;
}

.para.fotter-text {
  font-size: 18px;
}

.para._75 {
  width: 75%;
}

.para.center {
  text-align: center;
  margin-bottom: 0;
}

.wrapper-flex-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrapper-flex-box.center {
  justify-content: center;
  align-items: center;
}

.wrapper-flex-box.extra-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.zoom-img {
  background-image: url('../images/42489.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.about-img {
  z-index: -1;
  transform-style: preserve-3d;
  width: 400px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.about {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: auto;
  position: relative;
}

.stats-color {
  color: #c1c211;
}

.stats-number {
  color: #93a267;
  font-family: Lexend, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
}

.zen-text-1 {
  color: #fff;
  margin-bottom: .5em;
  font-family: Lexend, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.zen-text-1.color-brand {
  color: #485935;
}

.stats-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 2px 30px -20px #0000006b;
}

.stats-box:hover {
  transform: scale(1.05);
  box-shadow: 1px 2px 30px -13px #000;
}

.zen-wrap-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stats-card-heading {
  font-size: 20px;
}

._100--grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.image-34 {
  display: none;
}

.stats-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.qr-code-box {
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
}

.zen-wrap-3 {
  border: .5px solid #c1c211;
  border-radius: 10px;
  height: auto;
  position: relative;
}

._100 {
  background-color: #fff;
}

.zen-wrap-4 {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 10px;
  height: 100%;
  padding: 20px;
}

.qr-code {
  border: 0 solid #000;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
}

.stats {
  background-color: #cadbb7;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.stats-heading-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stats-icon {
  width: 80px;
}

.stats-icon._2nd {
  width: 100px;
}

.testimonial_item-wrap-copy {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
}

.f-profile-box-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-button-prev {
  z-index: 5;
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 47%;
  transform: translate(0, 50%);
}

.swiper-button-prev:hover {
  color: #f8ffe9;
  background-color: #c1c211;
}

.swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.slider-custom-style {
  display: none;
}

.swiper-button-next {
  z-index: 5;
  cursor: pointer;
  background-color: #f0f4ef;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 52%;
  transform: translate(0, 50%);
}

.swiper-button-next:hover {
  color: #f8ffe9;
  background-color: #c1c211;
}

.swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.slider-heading {
  font-family: Comfortaa, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}

.swiper_component {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  position: relative;
}

.swiper-slide {
  flex: 0 0 39.375rem;
}

.container-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper {
  display: flex;
}

.testimonial_content-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  display: grid;
}

.swiper-pagination {
  justify-content: flex-end;
  align-items: center;
  margin-top: 4rem;
  display: none;
}

.image-37 {
  width: 100px;
}

.testimonial {
  background-color: #cadbb7;
}

.testimonial.hide {
  display: none;
}

.swiper_slider-wrapper {
  overflow: hidden;
}

.sustainable-development {
  background-color: #fff;
}

.sustainable-development.hide {
  display: none;
}

.sustainable-development.bg {
  background-color: #f0f0f0;
}

.s-d-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column-reverse wrap;
  justify-content: space-around;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.s-d-card:hover {
  transform: scale(1.03);
  box-shadow: 2px 3px 30px -4px #0000001c;
}

.s-d-grid-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.a-d-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: none;
}

.image-2 {
  width: 300px;
}

.image {
  border-radius: 10px;
  width: 200px;
}

.news-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.news-card:hover {
  transform: scale(1.03);
  box-shadow: 2px 3px 30px -4px #0000001c;
}

.card-theading {
  color: #c1c211;
  font-family: Lexend, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.card-theading.color-green {
  color: #485935;
}

.export {
  background-color: #c1c211;
}

.export.hide {
  display: none;
}

.a-d-grid-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-image-box {
  background-image: url('../images/about-img.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  width: 100%;
  height: 150px;
}

.global-footer {
  padding-top: 60px;
  padding-bottom: 0;
}

.global-footer.phone-clmm-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.links-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.info-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.info-card.f-align-right {
  align-items: flex-end;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .25fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-4 {
  text-decoration: none;
}

.footer-title-5 {
  color: #006838;
  margin-bottom: 25px;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.social-link-4 {
  background-color: #93a267;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px;
  transition: background-color .4s;
  display: flex;
}

.social-link-4:hover {
  background-color: #93a267;
}

.social-link-4.hide {
  display: none;
}

.bottom-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.social-icon-3 {
  background-image: none;
  width: auto;
}

.secondary-link-5 {
  color: #fff;
  text-transform: none;
  max-height: 100%;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.secondary-link-5:hover {
  color: #eda23f;
}

.secondary-link-5.middle {
  color: #333;
  margin-left: 0;
  font-family: Comfortaa, sans-serif;
  text-decoration: none;
}

.secondary-link-5.middle:hover {
  color: #c1c211;
  text-decoration: none;
}

.footer-divider-copy {
  display: none;
}

.setu-verified {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 51px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.setu-verified.hide {
  background-color: #fff;
  border: 1px solid #d4c111;
  display: flex;
}

.footer-nav-link {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-nav-link:hover {
  color: #c1c211;
  text-decoration: none;
}

.text-block-17 {
  color: #333;
  text-align: right;
  font-family: Comfortaa, sans-serif;
}

._2nd-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sub-heading-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.heading-4 {
  color: #93a267;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.apple-icon-5 {
  width: 150px;
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
}

.play-store-icon-3 {
  width: 150px;
  margin: 0 0 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.footer-social-logo {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.setu-network-link {
  text-decoration: none;
}

.sub-heading-box-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 0;
  display: flex;
}

.text-block-34 {
  color: #333;
  text-align: left;
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.text-block-34:hover {
  color: #c1c211;
  text-decoration: none;
}

.footer {
  background-color: #f6ffeb;
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
}

.heading-65-copy {
  color: #055777;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}

.inner-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-3 {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.body-2 {
  font-family: Comfortaa, sans-serif;
}

.page-banner {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/grape-farm-02-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 40vh;
}

.page-banner.crop-page {
  border-bottom: 0 solid #c1c211;
  height: auto;
  position: relative;
}

.page-banner.contact-banner {
  background-image: linear-gradient(to bottom, null, null), url('../images/31.png');
}

.page-banner-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 70px;
  line-height: 1.3;
}

.image-38 {
  width: 80%;
}

.infra-card {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.infra-card.first-class {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.brand-heading {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.process_details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 0 20px 60px;
  display: flex;
  position: relative;
}

.main-content-div {
  padding-left: 0%;
  padding-right: 2%;
}

.team-mmbr {
  border-radius: 5px;
  width: 200px;
}

.core-values {
  background-color: #fff;
}

.certification {
  background-color: #f6ffeb;
}

.brand-logo {
  width: auto;
  height: 113.328px;
}

.brand-logo.red {
  border-radius: 10px;
}

.map-img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sub-heading-3 {
  color: #333;
  margin-top: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.sub-heading-3.color-green {
  color: #729c67;
  margin-bottom: 0;
  line-height: 1.2;
}

.y-video-section {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.image-5 {
  border-radius: 10px;
  width: 150px;
}

.heading-style-h2-3 {
  color: #93a267;
  letter-spacing: -1px;
  font-family: Lexend, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.brand-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f0f0f0;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.brand-name {
  color: #485935;
  font-family: Lexend, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.image-4 {
  width: auto;
  height: 123px;
}

.v-m-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.international-markets-map {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.text-span-3 {
  color: #c1c211;
}

.card-heading {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

.card-heading.color {
  color: #96ca58;
}

.certifications-image {
  border-radius: 10px;
  width: 150px;
  height: 150px;
}

.logo-container {
  color: #000;
  background-color: #eef2f557;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-top: 0;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: hidden;
}

.logo-container:hover {
  box-shadow: 0 4px 20px #0118291a;
}

.logo-container.certification {
  background-color: #fff;
  border-radius: 20px;
  width: 190px;
  height: 190px;
  padding: 0;
  transition-duration: .4s;
}

.logo-container.certification:hover {
  border: 1px solid #c1c211;
  box-shadow: 2px 19px 30px -8px #96ca58;
}

.line-h {
  opacity: .2;
  background-color: #f0f4ef;
  width: 80%;
  height: .5px;
  margin: 20px auto 20px 140px;
}

.v-m {
  background-color: #f0f0f0;
}

.v-m-grid {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.v-m-grid.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-link-box {
  color: #333;
  text-decoration: none;
}

.process_line {
  z-index: 1;
  opacity: .28;
  background-color: #ffffff91;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 2px;
  height: 87%;
  position: absolute;
  inset: 3% auto 0% 53px;
}

.youtube {
  border-radius: 20px;
  overflow: hidden;
}

.process {
  opacity: 1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.process_card {
  z-index: 7;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.team-grid-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.brands {
  background-color: #fff;
}

.value-card-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.centre_block {
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 80px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

.centre_step {
  color: #fff;
  font-family: Lexend, sans-serif;
  font-size: 21px;
}

.brand-flex-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.list-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.process_image_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-height: auto;
  padding: 10px;
  display: none;
  position: relative;
}

.team-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f6ffeb;
  border: 1px solid #93a267;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-98 {
  width: 300px;
}

.image-98.hide {
  display: none;
}

.timeline {
  background-color: #cadbb7;
}

.content-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f0f0f0;
  border-left: 3px solid #c1c211;
  border-radius: 0 20px 20px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2% 20px;
  display: flex;
}

.vertical-divider {
  background-color: #c1c211;
  width: 2px;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
}

.certification-link {
  display: block;
}

.para-1 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.para-1.color-333 {
  color: #000;
  margin-bottom: 0;
}

.image-99 {
  border-radius: 10px;
  width: 200px;
}

.infra-img {
  background-image: url('../images/infra-img.png');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.contact-box-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.centre_icon_wrap {
  z-index: 5;
  background-color: #93a267;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px #f7c35f00;
}

.map {
  background-color: #f6ffeb;
}

.certification-img-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 78rem;
  margin-top: 20px;
  margin-right: auto;
  display: flex;
}

.body-3 {
  font-family: Comfortaa, sans-serif;
}

.tab-link-01 {
  opacity: .75;
  white-space: nowrap;
  background-color: #fff0;
  border-right: 5px solid #fff0;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.tab-link-01:hover {
  opacity: 1;
}

.tab-link-01.w--current {
  opacity: 1;
  color: #fff;
  background-color: #93a267;
  border-right-color: #c1c211;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.phone-v {
  display: none;
}

.varieties-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-01 {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.crop-v-name {
  color: #485935;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.crop-v-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.s-d-card-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 376px;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.s-d-card-copy:hover {
  transform: scale(1.03);
  box-shadow: 2px 3px 30px -4px #0000001c;
}

.s-d-card-copy.at {
  height: 326px;
}

.card-flex-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.content-section-inner-01-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.tabs-content-01 {
  width: 100%;
  padding: 40px 40px 40px 100px;
}

.section-heading-copy {
  color: #485935;
  margin-top: 0;
  font-family: Lexend, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.section-heading-copy.center {
  text-align: center;
}

.tab-heading {
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.tab-content-box-2, .tab-content-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.crop-img {
  border-radius: 10px;
  width: auto;
}

.tabs-menu-01 {
  z-index: 1;
  clear: none;
  border-right: 1px solid #dbdbdb;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 110px;
}

.s-d-card-copy-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  transition: all .3s;
  display: grid;
}

.s-d-card-copy-2:hover {
  transform: scale(1.03);
  box-shadow: 2px 3px 30px -4px #0000001c;
}

.product-details-0box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.crop-v-name-2 {
  color: #485935;
  text-align: center;
  font-family: Lexend, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.crop-v-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.crop-tabs {
  background-color: #f0f0f0a8;
}

.image-36 {
  width: 100%;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout352_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, #0000, #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.content {
  z-index: 2;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto;
}

.layout352_right-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout352_left {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.infra {
  background-color: #fff;
}

.layout352_circle {
  color: #6b9c2f;
  background-color: #0000;
  border-radius: 100%;
  width: .9375rem;
  height: .9375rem;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0000;
}

.margin-bottom, .margin-bottom.margin-xlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout352_item-2 {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

.banner-image {
  border: .5px solid #00000021;
  border-radius: 10px;
  width: 100%;
}

.layout352_layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout352_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#0000, #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: 0% 0% auto;
}

.layout352_centre {
  color: #c9dab4;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.layout352_progress-bar {
  z-index: -1;
  background-color: #0000;
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.layout352_progress {
  z-index: -2;
  background-color: #c1c211;
  width: 3px;
  height: 100%;
  position: absolute;
}

.body-4 {
  font-family: Comfortaa, sans-serif;
}

.link-2 {
  color: #333;
}

.tech--wrapper-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 90%;
  min-height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-item-5 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
}

.text-block-27 {
  font-family: Comfortaa, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.text-span-6 {
  line-height: 1.2;
}

.list-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  list-style-type: decimal;
  display: flex;
}

.stack-box {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tech-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p-card-heading {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.p-card-heading.color-yellow {
  color: #c1c211;
  font-family: Lexend, sans-serif;
}

.para-3 {
  color: #333;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.image-33 {
  background-image: none;
  border-radius: 10px;
  width: 90%;
  max-width: none;
  height: auto;
  max-height: none;
  display: inline-block;
}

.image-33.c-ht {
  width: auto;
  height: 306.75px;
}

.what-do-we-do {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-span-5 {
  color: #485935;
  font-family: Comfortaa, sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

.grid-box {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-box.bg-g {
  background-color: #f6ffeb;
  border-radius: 20px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.l-p-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: grid;
}

.brix---text-area-2 {
  background-color: #fff;
  border: 1px solid #3b599938;
  border-radius: 10px;
  min-height: 144px;
  padding: 16px 24px;
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---text-area-2:hover {
  border-color: #3b599938;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---text-area-2:focus {
  color: #8dc63f;
  border-color: #f0b128;
  font-size: 20px;
}

.brix---text-area-2::placeholder {
  color: #868686;
  font-size: 15px;
}

.form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

.form-2, .div-block-2249 {
  width: 100%;
}

.brix---btn-primary-2 {
  color: #fff;
  text-align: center;
  background-color: #c1c211;
  border: 0 solid #006838;
  border-radius: 48px;
  justify-content: center;
  width: auto;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.uui-contact03_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 120px;
}

.icon {
  background-color: #93a267;
  border-radius: 100px;
  width: 40px;
  padding: 10px;
  display: inline-block;
}

.brix---form-grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---form-grid-2-columns-2.flix {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-2247 {
  flex-direction: column;
  width: 100%;
}

.para-4 {
  font-size: 20px;
  line-height: 1.3;
}

.para-4.center {
  text-align: center;
  margin-bottom: 0;
}

.brix---card-form-2 {
  background-color: #fff;
  border: .5px solid #cadbb7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
  box-shadow: 0 4px 20px 4px #f6ffeb;
}

.brix---input-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---input-2:hover {
  border-color: #3b599938;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---input-2:focus {
  color: #8dc63f;
  border-color: #f0b128;
  font-size: 20px;
}

.brix---input-2::placeholder {
  color: #868686;
  background-color: #0000;
  font-size: 15px;
}

.div-block-2245 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brix---success-message-2 {
  color: #fff;
  background-color: #fff0;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-contact-v1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: flex;
  position: relative;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.div-block-2246 {
  width: 100%;
}

.text-block-35 {
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
}

.text-block-32 {
  color: #006838;
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
}

.brix---color-neutral-802 {
  color: #8dc63f;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.form-l {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #f6ffeb;
  border-radius: 10px;
  flex-flow: column;
  padding: 60px;
  display: flex;
  position: relative;
  top: 0;
}

.contact-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #006838;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.contact-links:hover {
  color: #d4c111;
}

.map-view {
  width: auto;
  max-width: 100%;
  height: 400px;
  max-height: none;
  display: block;
}

.marquee-container {
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.our-farm {
  background-color: #f6ffeb;
}

.img-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.farm-gallery-marquee {
  width: 100%;
  margin-top: 40px;
}

.marquee-section {
  border-top: 1px solid #fff;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-section.fixed {
  z-index: 50;
  background-color: #1f1f1fad;
  border: 1px #000;
  height: 100px;
  position: fixed;
  inset: auto 0% 0%;
}

.marquee-section.fixed.frosted-glass {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.img-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  display: flex;
}

.marquee-img {
  background-color: #fffae6;
  border-radius: 0;
  width: 300px;
  max-width: 500px;
  height: 300px;
}

.para-5 {
  font-size: 20px;
  line-height: 1.3;
}

.image-box {
  justify-content: flex-start;
  align-items: center;
}

.gallery.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: center start;
  display: grid;
}

.gallery-img {
  border-radius: 10px;
  width: 500px;
  display: block;
}

.para-6, .para-7 {
  font-size: 20px;
  line-height: 1.3;
}

.image-100 {
  width: 100px;
}

.body-5, .body-6, .body-7, .body-8 {
  font-family: Comfortaa, sans-serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body-9 {
  font-family: Comfortaa, sans-serif;
}

.link-meadia-icon {
  width: 50px;
  height: 50px;
}

.media-link-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.vcf-d {
  color: #333;
  border-radius: 100vh;
  text-decoration: none;
  box-shadow: 3px 6px 10px -6px #0003;
}

.company-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.card-logo-box {
  background-color: #fcfcfc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: -75px;
  box-shadow: 1px -4px 30px -3px #0003;
}

.card-banner-img-box {
  background-image: url('../images/31.png');
  background-position: 30% 30%;
  background-size: 800px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}

.link-block-5 {
  color: #333;
  background-color: #fcfcfc;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
  box-shadow: 0 5px 20px -8px #0003;
}

.heading-65 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.card-space {
  height: 75px;
}

.card-logo {
  width: 90%;
}

.card-main-div {
  background-color: #fcfcfc;
  border-radius: 10px;
  flex-flow: column;
  width: 478px;
  height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.paragraph-2 {
  text-align: justify;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.link-main-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.svg {
  width: 20px;
}

.card-main-head {
  color: #b96c93;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.full-screen-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Flame.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.divider-line {
  background-color: #b96c93;
  width: 90%;
  height: .5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.vcf-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e6d2d8;
  border-radius: 100vh;
  padding: 10px 20px;
  display: flex;
}

.save-contact-link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.save-contact-link-wrapper.hide {
  display: none;
}

@media screen and (min-width: 1280px) {
  .wrapper._60.center {
    opacity: 1;
  }

  .button-wrapper {
    margin-top: 20px;
  }

  .social-icon-3 {
    opacity: 1;
  }
}

@media screen and (min-width: 1440px) {
  .apple-icon-5 {
    margin-bottom: 0;
  }

  .play-store-icon-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-logo {
    padding-right: 0;
  }

  .inner-box {
    text-align: right;
    align-self: flex-start;
  }

  .infra-card {
    padding-left: 0%;
    padding-right: 0%;
  }

  .infra-card.first-class {
    max-width: none;
    padding-right: 0%;
  }

  .content-div {
    align-items: flex-start;
  }

  .brix---form-grid-2-columns-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }
}

@media screen and (min-width: 1920px) {
  .a-d-grid, .a-d-grid-copy {
    width: 100%;
  }

  .certification-img-div {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .list-3 {
    align-self: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .navbar-background {
    background-color: #c1c211;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper._140-padding {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .wrapper._140-padding.grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .nav-menu {
    background-color: #93a267;
    border-top: .0625rem solid #0000001a;
  }

  .nav-link-white {
    color: #fff;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .menu-button-line-3.whiter {
    background-color: #c1c211;
  }

  .menu-button {
    order: 1;
    height: 3.6875rem;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation {
    min-height: 4.375rem;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .menu-button-line-2.whiter, .menu-button-line-1.whiter {
    background-color: #93a267;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brand {
    padding-left: 0;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    font-size: 90px;
  }

  .button-wrapper {
    margin-top: 20px;
    display: flex;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .grid-img-box {
    display: none;
  }

  .wrapper-flex-box {
    justify-content: flex-end;
    align-items: flex-start;
  }

  ._100--grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .stats-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .qr-code-box {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .qr-code {
    margin-left: 0;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    left: 55%;
  }

  .swiper-slide {
    flex-basis: 32rem;
  }

  .swiper-pagination {
    bottom: -3rem;
  }

  .s-d-grid-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .a-d-grid, .a-d-grid-copy {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
  }

  .footer-title-5 {
    font-size: 25px;
  }

  .secondary-link-5.middle {
    margin-left: 0;
  }

  .text-block-17 {
    text-align: left;
  }

  .footer-social-logo {
    text-align: left;
    justify-content: center;
  }

  .inner-box {
    flex-direction: column;
    display: block;
  }

  .infra-card {
    flex-direction: row;
    height: auto;
  }

  .process_details {
    padding: 10px;
  }

  .heading-style-h2-3 {
    font-size: 2rem;
  }

  .logo-container {
    height: 150px;
    position: relative;
  }

  .process_line {
    left: 60px;
  }

  .team-grid-wrapper {
    flex-flow: wrap;
    display: flex;
  }

  .centre_block {
    width: 150px;
  }

  .brand-flex-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .process_image_wrap {
    padding: 15px;
  }

  .team-card {
    width: 315.719px;
  }

  .certification-img-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .varieties-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .content-section-inner-01-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-content-01 {
    padding-left: 40px;
    padding-right: 10px;
  }

  .tab-heading {
    text-align: center;
    font-size: 18px;
  }

  .crop-img {
    width: 200px;
  }

  .s-d-card-copy-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout352_item-2 {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .image-33 {
    height: auto;
  }

  .l-p-wrapper {
    display: flex;
  }

  .l-p-wrapper.al {
    flex-direction: column-reverse;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form-2 {
    padding: 54px 32px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .marquee-container {
    max-width: none;
    overflow: hidden;
  }

  .img-box {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .testimonial_item-wrap-copy {
    flex-direction: column;
    padding: 1rem;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .swiper-slide {
    flex-basis: 100%;
  }

  .swiper-pagination {
    margin-top: 2rem;
  }

  .footer-grid {
    flex-direction: column;
    display: flex;
  }

  .process_details {
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 20px;
  }

  .heading-style-h2-3 {
    font-size: 1.8rem;
  }

  .logo-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .process_line {
    inset: 0% auto 0% 25px;
  }

  .process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .team-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .centre_block {
    width: 55px;
  }

  .process_image_wrap {
    display: none;
  }

  .certification-img-div {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .phone-v {
    display: block;
  }

  .tabs-01 {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout352_item-2 {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .layout352_centre {
    justify-content: flex-start;
  }

  .layout352_progress {
    left: .375rem;
  }

  .brix---text-area-2 {
    border-radius: 18px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .brix---form-grid-2-columns-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form-2 {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

  .img-box {
    width: 700px;
    height: 80px;
  }

  .marquee-section.fixed {
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  .popups.hide {
    background-image: linear-gradient(#000000a8, #000000a8), url('../images/sangle.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-2252 {
    align-items: center;
    width: 90%;
    padding: 0;
  }

  .image-87 {
    width: 20px;
  }

  .background-video-2 {
    border-radius: 5px;
    width: 300px;
    height: 300px;
  }

  .navbar-background {
    background-color: #485935;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper._60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper._140-padding.ph-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #485935;
    margin-top: 0;
  }

  .menu-button-line-3.whiter {
    background-color: #96ca58;
  }

  .logo {
    width: auto;
    height: 4rem;
  }

  .navigation.transparent {
    height: 5rem;
    min-height: auto;
  }

  .menu-button-line-2.whiter {
    background-color: #485935;
  }

  .menu-button-line-1.whiter {
    background-color: #c1c211;
  }

  .brand {
    padding-left: 0;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 1.125rem;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: none;
  }

  .heading {
    font-size: 45px;
    font-weight: 500;
  }

  .heading._80px {
    font-size: 50px;
  }

  .hero-banner-para.left {
    font-size: 20px;
  }

  .hero-grid {
    flex-flow: column;
    display: flex;
  }

  .button-wrapper {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .hero {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/2151574600.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    line-height: 1.3;
  }

  .section-heading {
    text-align: left;
    font-size: 35px;
  }

  .logos-row2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .section-heading-box.senter {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .para._75 {
    width: 100%;
  }

  .wrapper-flex-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .wrapper-flex-box.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about {
    height: auto;
  }

  .zen-wrap-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._100--grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-34 {
    width: 100%;
    max-width: none;
    display: block;
  }

  .stats-grid {
    display: flex;
  }

  .blank, .qr-code {
    display: none;
  }

  .f-profile-box-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .swiper-button-prev, .swiper-button-next {
    display: none;
  }

  .swiper-wrapper {
    width: 80%;
  }

  .testimonial_content-copy {
    display: flex;
  }

  .swiper-pagination {
    bottom: -2.5rem;
  }

  .image-37 {
    height: 100px;
  }

  .a-d-grid-copy {
    flex-flow: column;
    display: flex;
  }

  .global-footer.phone-clmm-gap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    display: flex;
  }

  .info-card {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .info-card.f-align-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
  }

  .footer-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-title-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .social-link-4 {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
  }

  .bottom-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 10px;
    display: flex;
  }

  .secondary-link-5 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    display: inline;
  }

  .secondary-link-5.middle {
    text-align: left;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-divider-copy {
    background-color: #0557776b;
    width: 100%;
    height: .5px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .footer-nav-link, .text-block-17 {
    text-align: left;
  }

  ._2nd-box {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .heading-4 {
    font-size: 16px;
  }

  .apple-icon-5 {
    width: 150px;
    max-width: none;
    height: 50px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .play-store-icon-3 {
    height: 50px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-social-logo {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-34 {
    font-weight: 500;
  }

  ._1st-box {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .inner-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-banner {
    height: 20vh;
  }

  .page-banner-heading {
    font-size: 40px;
  }

  .image-38 {
    width: 100%;
  }

  .infra-card {
    flex-direction: column;
  }

  .infra-card.first-class {
    display: flex;
  }

  .process_details {
    width: 100%;
    padding: 15px 10px;
  }

  .brand-logo {
    width: 200px;
    height: auto;
  }

  .map-img {
    width: auto;
  }

  .heading-style-h2-3 {
    font-size: 1.5rem;
  }

  .v-m-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .card-heading {
    text-align: left;
  }

  .certifications-image {
    width: 200px;
    height: 200px;
  }

  .logo-container {
    height: 130px;
    padding-top: 0;
  }

  .logo-container.certification {
    width: 130px;
    height: 130px;
    padding: 20px;
  }

  .line-h {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 60px;
  }

  .process_line {
    height: 85%;
  }

  .process_card {
    flex-direction: row;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .team-grid-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .img-wrapper--c {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .brand-flex-wrapper {
    flex-flow: wrap;
    display: flex;
  }

  .content-div {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .certification-link {
    width: auto;
    height: auto;
  }

  .infra-img {
    display: none;
  }

  .certification-img-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: flex-start stretch;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
  }

  .tab-link-01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .phone-v {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .varieties-box {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tabs-01 {
    flex-direction: column;
    display: none;
  }

  .crop-v-grid {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .s-d-card-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .tabs-content-01 {
    padding: 20px;
  }

  .section-heading-copy {
    text-align: left;
  }

  .tab-content-box {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tabs-menu-01 {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .s-d-card-copy-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .crop-v-grid-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .content {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .layout352_right-2 {
    order: -1;
  }

  .layout352_left {
    margin-top: 5px;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout352_item-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 3rem 1fr;
    padding-top: .5rem;
    padding-bottom: 2rem;
    padding-left: 0;
    display: flex;
  }

  .layout352_layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .layout352_centre {
    display: none;
  }

  .layout352_progress-bar {
    width: 2px;
  }

  .layout352_progress {
    width: 2px;
    display: none;
  }

  .tech--wrapper-copy {
    align-items: flex-start;
  }

  .list-item-5 {
    width: auto;
  }

  .list-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-self: center;
    align-items: center;
    width: 90%;
    padding-left: 0;
  }

  .stack-box {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    width: 100%;
    max-width: none;
  }

  .tech-wrapper {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .para-3 {
    text-align: left;
    flex-flow: wrap;
  }

  .image-33 {
    height: 200px;
  }

  .what-do-we-do {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
    display: flex;
  }

  .grid-box.bg-g {
    align-items: center;
    padding-left: 0;
  }

  .l-p-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #38805400;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    width: auto;
    display: flex;
  }

  .l-p-wrapper.al {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .l-p-wrapper.reverce {
    flex-direction: column-reverse;
  }

  .brix---text-area-2 {
    border-radius: 10px;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area-2:focus {
    border-color: #f0b128;
  }

  .brix---text-area-2::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .form-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .form-2 {
    width: 100%;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .uui-contact03_contact-list {
    margin-top: 0;
  }

  .brix---form-grid-2-columns-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: block;
  }

  .brix---form-grid-2-columns-2.flix {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .brix---card-form-2 {
    width: 100%;
    min-height: auto;
    padding: 40px 20px;
  }

  .brix---input-2 {
    width: 100%;
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2:focus {
    border-color: #f0b128;
  }

  .brix---input-2::placeholder {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-2245 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .div-block-2246 {
    width: 100%;
  }

  .form-l {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-links {
    flex-flow: column;
  }

  .marquee-container {
    padding-left: 0;
    padding-right: 0;
  }

  .img-box {
    width: auto;
    height: auto;
  }

  .marquee-img {
    width: 200px;
    height: 200px;
  }

  .gallery.grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-100 {
    height: 100px;
  }

  .card-main-div {
    border-radius: 0;
    width: 100%;
  }

  .full-screen-wrapper {
    padding: 0;
  }

  .div-block-2253 {
    opacity: 1;
  }
}

#w-node-a1939ea9-198a-b688-d978-8d5bf13af1cb-f772bc88 {
  align-self: center;
}

#w-node-a1939ea9-198a-b688-d978-8d5bf13af1e9-f772bc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_8b9ffd1f-850b-dae6-bc75-7d5a5aaa830e-f772bc88, #w-node-_3714a7a4-299d-daf2-1393-69dd2741678f-f772bc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3714a7a4-299d-daf2-1393-69dd2741679c-f772bc88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff273ee8-ac90-ca7f-08b2-125550b34d94-50b34d8f, #w-node-ff273ee8-ac90-ca7f-08b2-125550b34dba-50b34d8f, #w-node-ff273ee8-ac90-ca7f-08b2-125550b34dc9-50b34d8f, #w-node-ff273ee8-ac90-ca7f-08b2-125550b34dd2-50b34d8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff273ee8-ac90-ca7f-08b2-125550b34de2-50b34d8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ff273ee8-ac90-ca7f-08b2-125550b34de4-50b34d8f {
  justify-self: start;
}

#w-node-_52dabb7e-0c2e-fd7b-8949-f8fdf631eb69-bfdbe712 {
  justify-self: center;
}

#w-node-_52dabb7e-0c2e-fd7b-8949-f8fdf631ec3a-bfdbe712 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52dabb7e-0c2e-fd7b-8949-f8fdf631ec3b-bfdbe712 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_52dabb7e-0c2e-fd7b-8949-f8fdf631ec3e-bfdbe712 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52dabb7e-0c2e-fd7b-8949-f8fdf631ec3f-bfdbe712 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_52dabb7e-0c2e-fd7b-8949-f8fdf631ec42-bfdbe712 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52dabb7e-0c2e-fd7b-8949-f8fdf631ec43-bfdbe712 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_52dabb7e-0c2e-fd7b-8949-f8fdf631ec46-bfdbe712 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52dabb7e-0c2e-fd7b-8949-f8fdf631ec47-bfdbe712, #w-node-_52dabb7e-0c2e-fd7b-8949-f8fdf631ec4b-bfdbe712, #w-node-_52dabb7e-0c2e-fd7b-8949-f8fdf631ec4f-bfdbe712 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cb211e82-c16e-e085-0736-aa021768a61e-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a61f-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a629-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a62c-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a630-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a631-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a637-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a638-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a642-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a645-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a649-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a64a-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a650-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a651-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a65b-754f024e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f427e77-d26c-39a7-b55e-9cc384db53a3-6a1a6c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_7f427e77-d26c-39a7-b55e-9cc384db53a5-6a1a6c16, #w-node-_7f427e77-d26c-39a7-b55e-9cc384db53b7-6a1a6c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f427e77-d26c-39a7-b55e-9cc384db53c8-6a1a6c16, #w-node-_7f427e77-d26c-39a7-b55e-9cc384db53cb-6a1a6c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_7f427e77-d26c-39a7-b55e-9cc384db53cd-6a1a6c16, #w-node-_7f427e77-d26c-39a7-b55e-9cc384db53df-6a1a6c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f427e77-d26c-39a7-b55e-9cc384db53f0-6a1a6c16, #w-node-_7f427e77-d26c-39a7-b55e-9cc384db53f3-6a1a6c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_7f427e77-d26c-39a7-b55e-9cc384db53f5-6a1a6c16, #w-node-b00f6695-c67b-2880-f2ba-0a822f5d5235-10a3641e, #w-node-b00f6695-c67b-2880-f2ba-0a822f5d523c-10a3641e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00f6695-c67b-2880-f2ba-0a822f5d5246-10a3641e, #w-node-b00f6695-c67b-2880-f2ba-0a822f5d5248-10a3641e, #w-node-b00f6695-c67b-2880-f2ba-0a822f5d524a-10a3641e, #w-node-b00f6695-c67b-2880-f2ba-0a822f5d524c-10a3641e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b00f6695-c67b-2880-f2ba-0a822f5d524e-10a3641e, #w-node-_8a895b45-8bca-e241-7da7-bea38796595b-a2ca5343 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7a5b91ec-704e-a88a-a4a5-fd9a033d677a-033d6775 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cb211e82-c16e-e085-0736-aa021768a627-754f024e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cb211e82-c16e-e085-0736-aa021768a629-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a62c-754f024e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb211e82-c16e-e085-0736-aa021768a62e-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a640-754f024e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cb211e82-c16e-e085-0736-aa021768a642-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a645-754f024e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb211e82-c16e-e085-0736-aa021768a647-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a659-754f024e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cb211e82-c16e-e085-0736-aa021768a65b-754f024e {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ff273ee8-ac90-ca7f-08b2-125550b34de2-50b34d8f {
    justify-self: center;
  }

  #w-node-cb211e82-c16e-e085-0736-aa021768a627-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a62e-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a640-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a647-754f024e, #w-node-cb211e82-c16e-e085-0736-aa021768a659-754f024e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b00f6695-c67b-2880-f2ba-0a822f5d524c-10a3641e {
    grid-column: span 1 / span 1;
  }
}


