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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

.nature-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Start_Bg-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Start_Bg-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.nature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo {
  margin-bottom: 10px;
}

.h1 {
  margin-top: 10px;
  font-family: Qanelassoftdemo, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  letter-spacing: 1px;
}

.h1.margin-bottom {
  margin-bottom: 20px;
  font-family: Qanelassoftdemo, sans-serif;
}

.h1.sup {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}

.h1.sup.space {
  margin-top: 40px;
  margin-bottom: 60px;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.col.sup {
  padding: 40px;
}

.lottie-animation {
  width: 20px;
  margin-bottom: 10px;
}

.text-block {
  margin-bottom: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.down-arrow {
  width: 15px;
}

.logo {
  width: 190px;
}

.nature-one-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0.37)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.37));
}

.navbar {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar._2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar._1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.nav-wrapper._1 {
  display: block;
}

.nav-wrapper._1.for-gallery {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  background-color: #fff;
}

.link-item {
  padding: 10px 18px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link-item.w--current {
  color: #ffc750;
}

.link-item.black {
  color: #000;
}

.link-item.forgallery {
  color: #333;
}

.brand-logo-img {
  width: 130px;
}

.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3 {
  margin-bottom: 10px;
  font-family: Qanelassoftdemo, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.t1 {
  font-family: Qanelassoftdemo, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
}

.t1.sup {
  font-size: 14px;
  font-weight: 400;
}

.t1.lest-align {
  text-align: left;
}

.t1.line-height {
  font-size: 18px;
  line-height: 35px;
  font-weight: 200;
}

.t1.line-height._2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.light-box {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 56px;
  margin-top: 30px;
  padding-left: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffc750;
  border-radius: 50px;
  -webkit-transition: all 360ms ease-in-out;
  transition: all 360ms ease-in-out;
  color: #fff;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.light-box:hover {
  background-color: #ffc750;
}

.play-icon {
  position: absolute;
  left: auto;
  top: -1px;
  right: -1px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding-left: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #ffc750;
}

.image {
  width: 44%;
  margin-bottom: 10px;
}

.play-btn {
  width: 15px;
}

.about-conatiner {
  position: relative;
  z-index: 0;
  height: 3800px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.scroll-track {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.scroll-about-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.about-scroll-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 245vw;
  height: 100%;
  padding-top: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.about-content {
  padding-left: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-content.super {
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-content.hide {
  display: none;
}

.col1 {
  width: 45%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.h2.sup {
  font-family: Qanelassoftdemo, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.h2.sup.padding-bottom {
  margin-bottom: 25px;
}

.h2.sup.padding-bottom.white {
  color: #fff;
}

.line {
  width: 80px;
  height: 4px;
  margin-left: 20px;
  background-color: #ffc750;
}

.line.right-margin {
  margin-right: 30px;
  margin-left: 0px;
}

.line.left-margin {
  margin-left: 30px;
}

.c2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c2.right {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c2.left {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p1 {
  margin-bottom: 0px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.btn-wrappper {
  padding: 16px 50px;
  border: 2px solid #ffc750;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #ffc750;
  -webkit-transition: all 360ms ease-in-out;
  transition: all 360ms ease-in-out;
  color: #fff;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.btn-wrappper:hover {
  background-color: transparent;
}

.btn-wrappper._1 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.btn-wrappper._1:hover {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 400;
}

.btn-wrappper._2 {
  margin-top: 30px;
}

.btn-wrappper.btn-hide {
  display: none;
}

.about-img {
  width: 48%;
  height: 342px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background-image: url('../images/WhatsApp-Image-2020-09-30-at-5.33.24-PM.jpeg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-img.sup {
  position: relative;
  border-radius: 0px 60px 60px 0px;
  background-image: url('../images/WhatsApp-Image-2020-09-30-at-5.33.24-PM.jpg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.image-2 {
  position: absolute;
  left: -150px;
  top: auto;
  right: auto;
  bottom: -80px;
  display: none;
  width: 100%;
}

.fresh-produce-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/BG_rest.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.fresh-produce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fresh-produce-wrapper {
  margin-bottom: 60px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.fruit-wrapper {
  display: -ms-grid;
  display: grid;
  width: 92%;
  max-width: 1280px;
  padding-bottom: 40px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 240px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.d1 {
  position: relative;
  height: 33vh;
  padding: 35px 20px 20px 40px;
  border-radius: 20px;
  background-image: url('../images/bg-img.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fruit-img {
  position: absolute;
  left: auto;
  top: auto;
  right: -17%;
  bottom: -24%;
  width: 62%;
}

.fruit-img.sup {
  right: -24%;
  bottom: -25%;
  width: 76%;
}

.v-line {
  position: absolute;
  left: 0%;
  top: 34px;
  right: auto;
  bottom: auto;
  width: 7px;
  height: 38px;
  background-color: #ffc750;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 70px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  display: none;
  width: 100%;
  height: 342px;
  border-bottom-left-radius: 60px;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-wrapper.sup {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-wrapper.donthide {
  display: none;
}

.t2 {
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
  letter-spacing: 1px;
}

.t2.no-padding {
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link {
  display: inline-block;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 360ms ease-in-out;
  transition: all 360ms ease-in-out;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.link:hover {
  border-bottom-color: #ffc750;
  color: #ffc750;
}

.link.sup {
  margin-top: 0px;
  text-decoration: none;
}

.link.sup:hover {
  color: #fff;
}

.why-containet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/why-bg-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/why-bg-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.why-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073126;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
}

.t3 {
  color: #c8c8c8;
}

.image-4 {
  margin-bottom: 6px;
}

.grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.d3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.t4 {
  color: #bcbcbc;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.5px;
}

.d4 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-5 {
  display: none;
  width: 60%;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field {
  width: 200px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #ffc750;
  background-color: transparent;
  font-size: 8px;
  letter-spacing: 1px;
}

.text-field:focus {
  border-color: #ffc750;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.submit-button {
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #ffc750;
  background-color: #ffc750;
  -webkit-transition: all 360ms ease-in-out;
  transition: all 360ms ease-in-out;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  border: 1px solid #ffc750;
  background-color: transparent;
  color: #fff;
}

.social-media-wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-wrap {
  margin-right: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 100%;
}

.form-block {
  margin-bottom: 0px;
}

.facebook-icon {
  width: 26px;
}

.mobile-view-container {
  display: none;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/maja-petric-vGQ49l9I4EE-unsplash1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.form-container {
  position: relative;
  display: none;
  height: 450px;
  padding: 40px;
}

.contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 82%;
  margin-top: 40px;
  padding: 40px 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  color: #fff;
  font-weight: 500;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  min-height: 460px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #fff;
}

.d2 {
  width: 66%;
  padding: 60px;
}

.d5 {
  width: 35%;
  padding: 58px 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ffc750;
}

.input-text {
  padding: 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.submit-button-2 {
  padding: 14px 40px;
  border: 2px solid #ffc750;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #ffc750;
  -webkit-transition: all 360ms ease-in-out;
  transition: all 360ms ease-in-out;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button-2:hover {
  background-color: #fff;
  color: #ffc750;
}

.textarea {
  height: 130px;
  max-height: 130px;
  max-width: 500px;
  min-height: 130px;
  min-width: 100%;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.tb {
  position: relative;
  color: #fff;
  line-height: 25px;
  text-decoration: none;
}

.h4 {
  margin-top: 20px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.h4.no-padding {
  margin-top: 0px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.nav-menu-scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 999;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu-scroll.black {
  z-index: 9999;
  display: block;
  background-color: #fff;
  opacity: 0;
}

.wapper-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.about-banner-section {
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/BG_rest.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.banner-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-text {
  position: relative;
  width: 50%;
  color: #fff;
}

.heading-3 {
  margin-bottom: 40px;
}

.about-para {
  margin-bottom: 20px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.about-para.space {
  margin-bottom: 60px;
}

.banner-blue-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40%;
  height: 50vh;
  border-top-left-radius: 45px;
  background-color: #073126;
}

.blue-div-img {
  width: 60%;
  height: 100%;
}

.image-6 {
  position: relative;
  left: 42%;
  top: -24vh;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.line-absolute {
  position: absolute;
  left: -20%;
  top: 13%;
  right: auto;
  bottom: 0%;
  width: 80px;
  height: 4px;
  background-color: #ffc750;
}

.line-absolute.policy {
  top: 10%;
}

.policy-section {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #073126;
}

.policy-content-block {
  position: relative;
  z-index: 1;
  width: 60%;
  height: 100%;
  border-bottom-right-radius: 45px;
  background-image: url('../images/BG_rest.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-img-policy {
  position: absolute;
  left: 0%;
  top: 4%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.policy-img-div {
  position: relative;
  top: 35px;
  width: 40%;
  margin-top: 51px;
  padding-top: 21px;
  padding-bottom: 21px;
}

.policy-img {
  position: absolute;
  left: -10%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.our-team-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 180px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #073126;
  color: #fff;
}

.our-team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-grid {
  width: 80%;
  margin-top: 60px;
  grid-column-gap: 70px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-image: url('../images/WhatsApp-Image-2020-10-24-at-17.49.07.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-7._2 {
  position: relative;
  background-image: url('../images/WhatsApp-Image-2020-10-24-at-23.47.16.jpeg');
  background-position: 50% 0%;
}

.text-block-2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.text-block-3 {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.text-block-3.space {
  margin-top: 30px;
  line-height: 24px;
  text-align: center;
}

.life-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38))), url('../images/Mask-Group-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('../images/Mask-Group-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.heading-4 {
  margin-bottom: 30px;
  font-size: 60px;
  text-align: center;
}

.paragraph {
  width: 50%;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.menu-links {
  margin-bottom: 12px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-8 {
  position: absolute;
  left: 420px;
  top: 186px;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
}

.abt-banner-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/About-banner.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.abt-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-bottom: 40px;
  padding: 0px 10px 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: Qanelassoftdemo, sans-serif;
  color: #fff;
  font-size: 60px;
}

.div-block-4 {
  width: 30%;
}

.paragraph-2 {
  margin: 10px 10px 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.abt-whynatureone-section {
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/karsten2-comp.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.abt-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-6 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 75px;
}

.paragraph-3 {
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.abt-nofp-section {
  position: static;
  display: none;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-7 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  color: #25e92f;
  font-size: 60px;
  text-align: center;
}

.abt-nofp-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  min-width: 0px;
  margin: 40px 20px 100px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.abt-left-wrapper {
  display: block;
  width: 40%;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abt-right-wrapper {
  position: relative;
  width: 50%;
}

.abt-left-text {
  display: block;
  width: auto;
  margin: 20px auto 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 120ms ease-in;
  transition: all 120ms ease-in;
  font-family: Montserrat, sans-serif;
  color: #a08d8d;
  font-size: 45px;
  line-height: 60px;
  font-weight: 600;
  cursor: pointer;
}

.abt-left-text:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #1d1a1a;
}

.text-span {
  color: #ff9500;
}

.image-9 {
  margin-bottom: 20px;
}

.text-block-4 {
  text-align: justify;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.transparency-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-9 {
  display: none;
}

.div-block-10 {
  display: none;
}

.img {
  margin-bottom: 20px;
}

.abt-rght-content-text {
  padding: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.quality-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.respons-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.growth-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.opportunity-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.abt-nofp-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 26px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-2 {
  color: #19f019;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.abt-why-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1280px;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.transparency-image-div1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.quality-image-div1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.respons-image-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.growth-image-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/4.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.opport-image-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/5.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.abt-policy-section {
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.abt-policy-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abt-policy-left-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #073126;
}

.abt-policy-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #faf208;
}

.heading-8 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #faf208;
  font-size: 40px;
}

.paragraph-4 {
  width: 70%;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.policy-inner-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.heading-10 {
  margin-bottom: 0px;
}

.abt-coreteam-section {
  display: none;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/About-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.abt-team-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-11 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Qanelassoftdemo, sans-serif;
  color: #fff;
  font-size: 40px;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
}

.left-member-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-member-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.member-name {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
}

.member-designation {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #a59797;
  font-size: 12px;
  font-weight: 600;
}

.member-details {
  width: 70%;
  padding: 18px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.member-image {
  width: 350px;
  height: 350px;
  margin-right: 0px;
  background-image: url('../images/WhatsApp-Image-2020-10-24-at-17.49.07.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.member-image._2 {
  position: relative;
  background-image: url('../images/WhatsApp-Image-2020-10-24-at-23.47.16.jpeg');
}

.div-block-12 {
  overflow: scroll;
  width: 100%;
  height: 100%;
}

.div-block-13 {
  overflow: auto;
}

.div-block-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.heading-12 {
  position: static;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.policy-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  letter-spacing: 0px;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  text-align: center;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  text-align: center;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  text-align: center;
}

.nofp-h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Qanelassoftdemo, sans-serif;
  color: #36454f;
  font-size: 5vmax;
  line-height: 1.2;
  font-weight: 800;
}

.abt-mission-section {
  display: none;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/scot.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.abt-mission-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 0%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mission-content-heading {
  font-family: Qanelassoftdemo, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 75px;
  text-align: center;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 26px;
  text-align: center;
}

.paragraph-6 {
  width: 60%;
  padding: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.crt-banner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/xavi-moll-u-Q14NlYLEI-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/xavi-moll-u-Q14NlYLEI-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.crt-banner-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.crt-banner-container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.heading-18 {
  margin-bottom: 25px;
  font-family: Qanelassoftdemo, sans-serif;
  color: #fff;
  font-size: 38px;
  text-align: center;
}

.paragraph-7 {
  width: 50%;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.section {
  height: auto;
}

.crt-certificates-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.crt-certificate-continer {
  width: auto;
  max-width: 1280px;
  padding: 20px;
}

.heading-19 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.certificates-wrap {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.certificate-image {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px 2px #d8d8d8;
}

.certificate-image.brc {
  background-image: url('../images/brcgs.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.certificate-image.ggap {
  background-image: url('../images/ggap-crt.png');
  background-position: 50% 50%;
  background-size: cover;
}

.certificate-image.grasp {
  background-image: url('../images/grasp-crt.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.certificate-image.smeta {
  background-image: url('../images/smeta-crt.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.certificate-image.star {
  background-image: url('../images/start-crt.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.certificate-image.apeda {
  background-image: url('../images/apeda-crt.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.certificate-left-text {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.certificate-center-text {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.certificate-right-text {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.certificate-left-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.certificate-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.certificate-center-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  background-image: url('../images/icon-cert_ba238b4d.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.certificate-request-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1280px;
  margin-bottom: 60px;
  padding: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 0 10px 0 #d8d8d8;
}

.heading-20 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Qanelassoftdemo, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.form-block-2 {
  display: block;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field-2 {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 2px solid #bbb;
  background-color: #f6f6f6;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-field-3 {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 2px solid #bbb;
  background-color: #f6f6f6;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-submit-button {
  background-color: #89ff89;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

.check-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px;
}

.checkbox-label {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.checkbox {
  border-radius: 100%;
  background-color: #ececec;
}

.checkbox.w--redirected-checked {
  border-style: solid;
  border-color: #66cd00;
  background-color: #66cd00;
}

.checkbox-field {
  margin-right: 30px;
  margin-left: 30px;
}

.container {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.tab-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-21 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-family: Qanelassoftdemo, sans-serif;
  text-align: center;
}

.tab-link {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid #ddd;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link.w--current {
  position: relative;
  width: auto;
  height: auto;
  margin-right: 10px;
  border: 2px solid #ddd;
  background-color: #329932;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link-tab-2 {
  margin-right: 10px;
  margin-left: 10px;
  border: 3px solid #ddd;
  background-color: #fff;
  font-weight: 500;
}

.tab-link-tab-3 {
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid #ddd;
  background-color: #fff;
  font-weight: 500;
}

.tabs-content {
  margin-top: 25px;
}

.tab-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-address {
  margin-bottom: 20px;
  color: rgba(113, 122, 113, 0.8);
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.text-location {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/grass-font-test.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.heading-22 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
}

.embed-map {
  width: 100%;
}

.embed-map-mobile {
  display: none;
}

.embed-map-mobile2 {
  display: none;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  border: 2px solid #329932;
  background-color: #329932;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.text-block-5 {
  position: relative;
}

.text-block-6 {
  position: relative;
}

.tab-link-copy {
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid #ddd;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link-copy.w--current {
  margin-right: 10px;
  border: 2px solid #ddd;
  background-color: #329932;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link-copy {
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid #ddd;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link-copy.w--current {
  margin-right: 10px;
  border: 2px solid #ddd;
  background-color: #329932;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tabs-menu {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test-container1 {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.test-container2 {
  width: 100%;
}

.image-10 {
  display: none;
}

.logo-inner-wrap {
  display: block;
  margin-top: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-inner-wrap.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-inner-wrap.center {
  display: none;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #aeeebc;
}

.image-11 {
  width: 50px;
  height: 50px;
}

.image-12 {
  width: 80px;
  height: 80px;
}

.image-13 {
  width: 60px;
  margin-right: 30px;
  margin-left: 30px;
}

.image-13._2 {
  width: 30px;
  margin-right: 8px;
  margin-left: 8px;
}

.image-13.center {
  width: 50px;
  margin-right: 20px;
  margin-left: 20px;
}

.product-banner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/marius-oprea-d4SQYb_a7cA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/marius-oprea-d4SQYb_a7cA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-23 {
  display: block;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.product-fruits-section {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-fruit-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-fruit-image.fruit-4 {
  background-image: url('../images/banaana.jpg');
  background-size: contain;
}

.product-fruit-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-heading-title {
  font-family: Qanelassoftdemo, sans-serif;
  text-align: center;
}

.product-description {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
}

.product-button {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #98fb98;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product-vegetables-banner-section {
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/VEG-BG.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.heading-24 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 50px;
  text-align: center;
}

.product-vegetables-section {
  display: none;
}

.product-veg-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-veg-image.veg-2 {
  background-image: url('../images/bitergourd.png');
}

.product-veg-image.veg-3 {
  background-image: url('../images/boutllegourd.png');
}

.product-veg-image.veg-4 {
  background-image: url('../images/brinjal.png');
  background-size: contain;
}

.product-veg-image.veg-5 {
  background-image: url('../images/Baby-corn.png');
}

.product-veg-image.veg-6 {
  background-image: url('../images/Lady-finger.png');
}

.product-veg-image.veg-7 {
  background-image: url('../images/Curry-leaves.png');
}

.product-vegetable-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-8 {
  display: none;
  width: 50%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  max-width: 1280px;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.for-product {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-25 {
  margin-bottom: 40px;
  font-family: Qanelassoftdemo, sans-serif;
  color: #fff;
  font-size: 60px;
}

.container-4 {
  max-width: 1280px;
}

.image-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
}

.product-image-mob {
  display: none;
}

.product-fruit-veg-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-container {
  max-width: 1280px;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-title {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.tabs-2 {
  margin-top: 40px;
}

.tab-link-tab-2-2 {
  margin-right: 40px;
  margin-left: 40px;
}

.product-tab {
  margin-right: 40px;
  margin-left: 40px;
}

.tab-pane-tab-1 {
  margin-top: 40px;
}

.tabs-content-2 {
  margin-top: 40px;
}

.product-tab-text {
  font-family: Montserrat, sans-serif;
  color: #ddd;
}

.product-image {
  width: 300px;
}

.product-image.curry-leaves {
  width: 250px;
}

.product-tab-link {
  margin-right: 40px;
  margin-left: 40px;
  border-bottom: 2px solid #ddd;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.product-tab-link.w--current {
  margin-right: 40px;
  margin-left: 40px;
  border-bottom: 2px solid #22d822;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #22d822;
  font-weight: 600;
}

.product-fruit-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/FRUITS-BG.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.product-banner-heading {
  font-family: Qanelassoftdemo, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
}

.product-banner-desc {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.product-veg-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/pexels-pixabay-264537-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/pexels-pixabay-264537-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.product-banner-link {
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.banner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-grid {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(0, 0, 0, 0.13);
}

.container-5 {
  margin-top: 40px;
  padding: 8px 8px 40px;
  font-size: 12px;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-rule: 0px none transparent;
  column-rule: 0px none transparent;
}

.heading-26 {
  margin-bottom: 20px;
  font-family: Qanelassoftdemo, sans-serif;
  color: #333;
  line-height: 50px;
  text-align: center;
}

.body-3 {
  background-color: transparent;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mango.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.paragraph-9 {
  width: 65%;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.div-block-20 {
  padding: 40px;
}

.test-container {
  width: 100%;
  max-width: 1280px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-27 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #eed61d;
  text-align: center;
}

.test-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.test-left-wrapper.c2 {
  padding-bottom: 40px;
}

.test-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heading-28 {
  font-family: Montserrat, sans-serif;
  color: #aaa69f;
  font-size: 40px;
  line-height: 48px;
}

.test-inner-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-15 {
  width: 350px;
}

.image-15._2 {
  box-shadow: none;
}

.text-block-7 {
  margin-top: 2px;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
}

.heading-29 {
  font-family: Qanelassoftdemo, sans-serif;
  color: #7d7a7a;
  font-size: 35px;
  line-height: 48px;
  text-align: center;
}

.month-wrap {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-30 {
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 8px 12px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 234, 3, 0.8)), to(rgba(255, 234, 3, 0.8)));
  background-image: linear-gradient(180deg, rgba(255, 234, 3, 0.8), rgba(255, 234, 3, 0.8));
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.test-growingarea-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-10 {
  width: 50%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 9px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-31 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Qanelassoftdemo, sans-serif;
  line-height: 50px;
  text-align: center;
}

.heading-31._2 {
  margin-bottom: 40px;
  color: #fff;
}

.heading-31.heading-hide {
  display: none;
}

.image-16 {
  width: 350px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabs-menu-3.for-banana {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabs-content-3 {
  margin-top: 20px;
}

.month-image {
  width: 60px;
}

.list {
  display: none;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-32 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: rgba(129, 118, 118, 0.92);
  text-align: center;
}

.list-item {
  padding: 4px;
}

.list-2 {
  margin: 10px 40px;
  padding: 4px 4px 4px 40px;
  background-image: url('../images/box-1.svg');
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  list-style-type: none;
}

.img-container {
  margin-top: 30px;
  text-align: center;
}

.img-container.for-vegetables {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.img-container.for-vegetables {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.test-lightbox {
  margin: 10px;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/karsten2-comp.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-4 {
  font-family: Montserrat, sans-serif;
}

.form-text-field {
  margin-top: 10px;
  border-style: solid;
  border-width: 0.2px;
  border-color: hsla(0, 3%, 69.1%, 0.78);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.form-text-field._2 {
  height: 100px;
  max-height: 100px;
  max-width: 500px;
  min-height: 100%;
  min-width: 100%;
}

.form-text-field._2 {
  height: 100px;
  max-height: 100px;
  max-width: 500px;
  min-height: 100%;
  min-width: 100%;
}

.submit-button-3 {
  margin-top: 20px;
}

.other-product-image {
  width: 200px;
  height: 200px;
  padding: 10px 0px 20px 35px;
  border-style: solid;
  border-width: 0.2px;
  border-color: #cfcfcf;
  border-radius: 100%;
}

.other-product-image.for-vegetables {
  padding-right: 20px;
  padding-left: 20px;
}

.link-block-2 {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}

.link-block-2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.lightbox-link {
  margin: 10px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-left-previous {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 220px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.div-right-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 220px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
}

.l_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-33 {
  font-family: Montserrat, sans-serif;
  color: #333;
}

.link-3 {
  font-family: Montserrat, sans-serif;
  color: #443e3e;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.image-17 {
  width: 160px;
  margin-bottom: 10px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.link-block-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l_wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-11 {
  width: 65%;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.div-right-next-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 220px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
}

.heading-34 {
  margin-bottom: 40px;
  font-family: Qanelassoftdemo, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 55px;
  text-align: center;
}

.div-content-center-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-left-previous-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 220px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.div-left-previous-2.hide {
  display: none;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/sahand-babali-b1ZeLpDDlso-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/sahand-babali-b1ZeLpDDlso-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-item-2 {
  padding: 10px 18px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link-item-2.w--current {
  color: #ffc750;
}

.link-item-2.black {
  color: #000;
}

.text-block-8 {
  margin-top: 2px;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
}

.heading-35 {
  font-family: Qanelassoftdemo, sans-serif;
  color: #7d7a7a;
  font-size: 35px;
  line-height: 48px;
  text-align: center;
}

.heading-36 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Qanelassoftdemo, sans-serif;
  line-height: 50px;
  text-align: center;
}

.heading-36._2 {
  margin-bottom: 40px;
  color: #fff;
}

.heading-36.heading-hide {
  display: none;
}

.heading-37 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: rgba(129, 118, 118, 0.92);
  text-align: center;
}

.paragraph-12 {
  width: 50%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 9px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-18 {
  width: 350px;
}

.btn-wrappper-2 {
  padding: 16px 50px;
  border: 2px solid #ffc750;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #ffc750;
  -webkit-transition: all 360ms ease-in-out;
  transition: all 360ms ease-in-out;
  color: #fff;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.btn-wrappper-2:hover {
  background-color: transparent;
}

.btn-wrappper-2._2 {
  margin-top: 30px;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/black-grape.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/black-grape.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/tim-foster-fS_iWTE3Umk-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/pexels-tom-swinnen-3194495-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-3 {
  list-style-type: none;
}

.list-4 {
  display: none;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-item-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px 8px 8px 80px;
  background-image: url('../images/box-1.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.paragraph-13 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.section-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/karsten2-comp.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/baby-corn-yellow-background-baby-corn-yellow-background-174259375.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/neha-deshmukh-CoIJlCZEjnw-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-5 {
  display: none;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-item-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px 8px 8px 80px;
  background-image: url('../images/box-1.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.section-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/mayank-gaur-C5VxoX-jTNo-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-attachment: fixed;
}

.section-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/green-bitter-gourds-P46LVZS-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/green-bitter-gourds-P46LVZS-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/bottlegournd.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/organic-raw-baby-indian-eggplants-P4YHYDX-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/organic-raw-baby-indian-eggplants-P4YHYDX-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-4 {
  margin: 30px;
}

.breadcrumps-links-wrapper {
  display: none;
}

.product-tab-veg-link {
  margin-right: 40px;
  margin-left: 40px;
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.product-tab-veg-link.w--current {
  border-bottom: 2px solid #22d822;
  background-color: transparent;
  color: #22d822;
}

.button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url('../images/whatsapp.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.whatsapp-button-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 2%;
  z-index: 999;
  margin: 12px;
  padding: 22px;
}

.section-36 {
  position: relative;
  height: 100vh;
  background-image: url('../images/clouds-png-23410-1.png'), url('../images/anshuman-debashis--enE7mw2CNE-unsplash.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
}

.body-5 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gallery {
  position: relative;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 4000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/anshuman-debashis--enE7mw2CNE-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.div-block-25 {
  position: absolute;
  height: 100%;
  background-image: url('../images/clouds-png-23410-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-26 {
  position: -webkit-sticky;
  position: sticky;
  height: 100%;
  background-image: url('../images/tree-png-6389.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-scroll-track {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.image-19 {
  margin: 16px;
}

.tree-img {
  position: absolute;
  left: 15%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
  margin-left: -10%;
}

.div-block-29 {
  height: 100vh;
}

.gallery-track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/fog-2642.png');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dv2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cloud1 {
  position: absolute;
  left: -15%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
}

.dv3 {
  display: none;
  height: 100%;
}

.mobview {
  display: none;
}

.abt-home-content-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 80px;
  margin-right: 20px;
  margin-left: 40px;
  padding: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-38 {
  color: #4b4c56;
}

.paragraph-14 {
  width: 70%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.abt-headng {
  margin-bottom: 20px;
  font-family: Qanelassoftdemo, sans-serif;
  color: #4b4c56;
  font-size: 3.125vw;
  line-height: 1;
}

.image-20 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.crt-home-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-top: 80px;
  padding: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph-15 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 13px;
}

.div-block-30 {
  width: 70%;
}

.div-block-31 {
  width: 80%;
}

.div-block-32 {
  padding: 30px;
}

.image-21 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -8%;
  display: none;
  width: 100%;
}

.abt-n-frt-sect {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: 100px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.abt-home-contaner {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.abt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.abt-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/jed-owen-1JgUGDdcWnM-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.abt-banner.frt-veg {
  background-image: url('../images/FRUITS-BG.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-39 {
  margin-bottom: 20px;
  font-family: Qanelassoftdemo, sans-serif;
  color: #fff;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrap-left {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  width: 50%;
  height: 100%;
  padding: 8px;
}

.wrap-left.no-stck {
  position: static;
}

.wrap-rght {
  width: 50%;
  height: 100%;
  padding: 8px;
}

.abt-img {
  margin: 20px 10px;
}

.content {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px;
}

.heading-40 {
  font-family: Qanelassoftdemo, sans-serif;
  line-height: 1;
  text-align: center;
}

.paragraph-16 {
  font-size: 16px;
}

.wrap-main-fruit-veg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.test-abt-home-section {
  position: relative;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.test-abt-container {
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-class {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/jed-owen-1JgUGDdcWnM-unsplash-1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-class {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/farm.jpg');
  background-position: 0% 50%;
  background-size: auto;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.right-class:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 118, 0, 0.59)), to(rgba(0, 118, 0, 0.59))), url('../images/farm.jpg');
  background-image: linear-gradient(180deg, rgba(0, 118, 0, 0.59), rgba(0, 118, 0, 0.59)), url('../images/farm.jpg');
  background-position: 0px 0px, 50% 50%;
}

.test-abt-center-container {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #fff;
}

.heading-41 {
  margin-bottom: 20px;
  font-family: Qanelassoftdemo, sans-serif;
  color: #ebffeb;
  line-height: 1;
}

.paragraph-17 {
  width: 60%;
  margin-bottom: 40px;
  color: #ebffeb;
  text-align: justify;
}

.div-block-33 {
  margin-left: 20px;
  padding: 10px;
}

.paragraph-18 {
  width: 60%;
  margin-bottom: 40px;
  color: #ebffeb;
  text-align: justify;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-42 {
  margin-bottom: 20px;
  font-family: Qanelassoftdemo, sans-serif;
  color: #ebffeb;
  line-height: 1;
  text-align: right;
}

.image-22 {
  display: block;
  height: 100%;
  border-radius: 100%;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-23 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -15%;
  height: 200px;
}

.image-24 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -15%;
  height: 200px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #007600;
}

.div-block-37 {
  position: absolute;
  top: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(196, 255, 196, 0.11);
}

.test2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-top: 120px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-43 {
  margin-bottom: 20px;
  font-family: Qanelassoftdemo, sans-serif;
  color: #333;
}

.heading-43.l {
  text-align: right;
}

.paragraph-19 {
  margin-bottom: 20px;
  color: #333;
  line-height: 25px;
}

.paragraph-19.left-allign {
  margin-bottom: 20px;
  line-height: 22px;
  text-align: right;
}

.image-25 {
  display: none;
  border-radius: 22px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-26 {
  display: none;
}

.div-block-40 {
  width: 100%;
  height: 300px;
  border-radius: 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/nature-one-fresh-produce-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/nature-one-fresh-produce-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.leaf1 {
  position: absolute;
  left: 77vw;
  top: 12%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: none;
  width: 87px;
}

.leaf2 {
  position: absolute;
  left: 37vw;
  top: 21%;
  right: auto;
  bottom: auto;
  display: none;
  width: 62px;
}

.leaf3 {
  position: absolute;
  left: 12.7vw;
  top: 10%;
  right: auto;
  bottom: auto;
  display: none;
  width: 55px;
}

.leaf4 {
  position: absolute;
  left: 29vw;
  top: 39%;
  right: auto;
  bottom: auto;
  display: none;
  width: 40px;
}

.leaf5 {
  position: absolute;
  left: 45.5vw;
  top: 63%;
  right: auto;
  bottom: auto;
  display: none;
  width: 47px;
}

.leaf6 {
  position: absolute;
  left: 12.7vw;
  top: auto;
  right: auto;
  bottom: 13%;
  display: none;
  width: 60px;
}

.leaf7 {
  position: absolute;
  left: 36.6vw;
  top: auto;
  right: auto;
  bottom: 17%;
  display: none;
  width: 80px;
}

.leaf8 {
  position: absolute;
  left: 82vw;
  top: auto;
  right: auto;
  bottom: 6%;
  z-index: -1;
  display: none;
  width: 100px;
}

.leaf9 {
  position: absolute;
  left: 2vw;
  top: 48%;
  right: auto;
  bottom: auto;
  display: none;
  width: 50px;
}

.leafs-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.img-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
}

.img-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -5;
  width: 80%;
  height: 90%;
  margin-right: auto;
  margin-left: auto;
}

.large {
  height: 170px;
}

.image-27 {
  position: absolute;
  left: auto;
  top: -30%;
  right: -24%;
  bottom: auto;
}

.link-5 {
  margin-top: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ffc750;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
}

.link-5:hover {
  color: #fff;
}

.image-28 {
  position: absolute;
  left: auto;
  top: -10%;
  right: -10%;
  bottom: auto;
}

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-button {
  margin-right: 20px;
  margin-left: 20px;
  border-bottom: 1px solid #000;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.tab-button.w--current {
  border-bottom-color: #ffc750;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #ffc750;
}

.tabs-menu-4 {
  text-align: center;
}

.big {
  height: 105px;
}

@media screen and (min-width: 1280px) {
  .nature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h1 {
    margin-top: 10px;
    line-height: 55px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .about-img {
    height: 390px;
  }
  .fruit-img {
    right: -26%;
    width: 65%;
  }
  .fruit-img.sup {
    right: -19%;
    bottom: -28%;
    width: 72%;
  }
  .image-3 {
    height: 390px;
  }
  .abt-content-wrapper {
    width: 70%;
    margin-bottom: 40px;
    font-size: 12px;
  }
  .div-block-4 {
    width: 30%;
  }
  .paragraph-2 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .heading-6 {
    font-size: 70px;
  }
  .paragraph-3 {
    width: auto;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .abt-why-content-wrap {
    margin-left: 0%;
  }
  .paragraph-4 {
    text-align: center;
  }
  .abt-coreteam-section {
    height: auto;
  }
  .abt-team-container {
    margin-right: auto;
    margin-left: auto;
  }
  .heading-11 {
    margin-top: 40px;
  }
  .member-details {
    width: 60%;
  }
  .policy-text {
    letter-spacing: 0px;
  }
  .abt-mission-wrap {
    margin-top: 60px;
  }
  .mission-content-heading {
    font-size: 70px;
  }
  .paragraph-5 {
    font-size: 19px;
    line-height: 34px;
  }
  .crt-banner-content-wrap {
    margin-top: 0px;
  }
  .heading-18 {
    font-size: 50px;
    line-height: 50px;
  }
  .paragraph-7 {
    font-size: 14px;
    font-weight: 600;
  }
  .heading-22 {
    margin-bottom: 0px;
  }
  .div-block-37 {
    top: 28.5%;
  }
}

@media screen and (min-width: 1440px) {
  .about-img {
    height: 440px;
    border-bottom-left-radius: 65px;
  }
  .image-2 {
    bottom: -82px;
  }
  .image-3 {
    height: 440px;
  }
  .contact-container {
    height: 125vh;
  }
  .text-img-policy {
    top: 10%;
  }
  .our-team-section {
    height: 110vh;
    padding-top: 170px;
  }
  .paragraph-2 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
  }
  .heading-6 {
    font-size: 80px;
  }
  .paragraph-3 {
    width: auto;
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }
  .abt-why-content-wrap {
    margin-left: 0%;
  }
  .paragraph-4 {
    text-align: center;
  }
  .policy-text {
    letter-spacing: 0px;
  }
  .mission-content-heading {
    font-size: 70px;
  }
  .paragraph-5 {
    font-size: 20px;
    line-height: 36px;
  }
  .crt-banner-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-18 {
    font-size: 55px;
    line-height: 50px;
  }
  .paragraph-7 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
  .form-2 {
    width: 100%;
  }
  .section-9 {
    height: 100vh;
  }
  .div-block-37 {
    top: 33.5%;
  }
}

@media screen and (min-width: 1920px) {
  .h1 {
    font-size: 60px;
    line-height: 66px;
  }
  .h1.sup {
    font-size: 60px;
  }
  .t1.lest-align {
    font-size: 18px;
  }
  .scroll-about-wrapper {
    top: 100px;
  }
  .h2.sup.padding-bottom {
    font-size: 30px;
  }
  .about-img {
    height: 550px;
    border-bottom-left-radius: 85px;
  }
  .image-2 {
    left: -196px;
    bottom: -107px;
  }
  .fruit-wrapper {
    width: 100%;
    grid-column-gap: 160px;
  }
  .d1 {
    height: 30vh;
  }
  .image-3 {
    height: 550px;
  }
  .about-wrapper.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link {
    font-size: 16px;
  }
  .grid {
    max-width: 1440px;
    grid-column-gap: 80px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .contact-container {
    height: 100vh;
  }
  .form-container {
    height: 510px;
  }
  .contact-wrap {
    height: 88%;
    padding-bottom: 80px;
  }
  .form-wrapper {
    max-width: 1100px;
    min-height: auto;
  }
  .d2 {
    padding-bottom: 45px;
  }
  .wapper-menu {
    z-index: 2;
  }
  .image-6 {
    width: 90%;
  }
  .policy-section {
    height: 90vh;
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .text-img-policy {
    top: 15%;
  }
  .policy-img-div {
    top: 19px;
  }
  .policy-img {
    left: -3%;
    width: 120%;
    max-width: none;
  }
  .our-team-section {
    height: 100vh;
  }
  .team-grid {
    width: 85%;
  }
  .text-block-2 {
    font-size: 26px;
  }
  .text-block-3 {
    font-size: 16px;
  }
  .life-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47))), url('../images/Mask-Group-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)), url('../images/Mask-Group-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .paragraph {
    width: 40%;
    font-size: 18px;
    line-height: 35px;
  }
  .image-8 {
    left: 595px;
    top: 265px;
  }
  .abt-banner-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .abt-content-wrapper {
    height: auto;
    margin-top: 100px;
    padding-right: 40px;
  }
  .paragraph-2 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }
  .abt-container {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-6 {
    font-size: 80px;
    line-height: 100px;
  }
  .paragraph-3 {
    width: auto;
    height: auto;
    margin-top: 10px;
    font-size: 24px;
    line-height: 32px;
  }
  .abt-why-content-wrap {
    margin-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph-4 {
    width: 60%;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .team-wrapper {
    max-width: 1280px;
  }
  .right-member-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .member-image {
    width: 400px;
    height: 400px;
  }
  .policy-text {
    letter-spacing: 0px;
  }
  .abt-mission-wrap {
    padding: 30px;
  }
  .mission-content-heading {
    margin-bottom: 40px;
    font-size: 80px;
    line-height: 100px;
  }
  .paragraph-5 {
    font-size: 24px;
    line-height: 34px;
  }
  .paragraph-6 {
    width: 60%;
    font-size: 16px;
    line-height: 26px;
  }
  .crt-banner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-18 {
    font-size: 70px;
    line-height: 60px;
  }
  .paragraph-7 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }
  .section {
    height: 1200px;
  }
  .tab-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-2 {
    height: 30vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-22 {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .product-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .product-fruit-veg-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-3 {
    height: 80vh;
  }
  .section-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-8 {
    height: 80vh;
  }
  .section-9 {
    height: 80vh;
  }
  .section-10 {
    height: 80vh;
  }
  .section-11 {
    height: 80vh;
  }
  .section-16 {
    height: 80vh;
  }
  .section-17 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-20 {
    height: 80vh;
  }
  .section-24 {
    height: 80vh;
  }
  .section-27 {
    height: 80vh;
  }
  .section-30 {
    height: 80vh;
  }
  .section-33 {
    height: 80vh;
  }
  .vs-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .body-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap-rght {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .image-23 {
    bottom: -10%;
    height: 300px;
  }
  .image-24 {
    bottom: -10%;
    height: 300px;
  }
  .div-block-37 {
    top: 39%;
  }
  .leaf1 {
    top: 8%;
    width: 100px;
  }
  .leaf2 {
    width: 70px;
  }
  .leaf3 {
    width: 65px;
  }
  .leaf4 {
    width: 50px;
  }
  .leaf6 {
    bottom: 20%;
    width: 70px;
  }
  .leaf7 {
    width: 90px;
  }
  .leaf8 {
    bottom: 21%;
    width: 110px;
  }
  .leaf9 {
    width: 60px;
  }
}

@media screen and (max-width: 991px) {
  .h1.sup.space {
    margin-bottom: 40px;
  }
  .navbar {
    width: 100%;
  }
  .navbar._2 {
    width: 90%;
  }
  .navbar._1.for-gallery {
    width: 90%;
  }
  .nav-wrapper {
    width: 90%;
    opacity: 1;
  }
  .nav-wrapper._1 {
    position: relative;
    z-index: 999;
  }
  .nav-wrapper._1.for-gallery {
    width: 100%;
  }
  .link-item.black {
    color: #fff;
  }
  .link-item.forgallery {
    color: #fff;
  }
  .brand-logo-img {
    width: 110px;
  }
  .menu-container {
    width: 100%;
  }
  .icon {
    color: #fff;
    font-size: 35px;
  }
  .icon.black {
    color: #000;
  }
  .icon.for-gallery {
    display: none;
  }
  .menu-button {
    padding-right: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .brand {
    padding-left: 0px;
  }
  .nav-menu {
    background-color: #004e25;
  }
  .t1.line-height {
    font-size: 16px;
  }
  .about-conatiner {
    display: none;
  }
  .col1 {
    width: 100%;
    margin-bottom: 0px;
    padding: 40px 20px;
  }
  .about-img {
    width: 100%;
    height: auto;
    border-radius: 60px;
    background-image: linear-gradient(63deg, #9ac182, #d5eec6);
  }
  .about-img.sup {
    height: 440px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .image-2 {
    left: -36px;
    bottom: -72px;
    width: 90%;
  }
  .fresh-produce-container {
    height: auto;
    padding-top: 40px;
  }
  .fruit-wrapper {
    grid-column-gap: 70px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .fruit-img {
    right: -13%;
    bottom: -16%;
    width: 52%;
  }
  .fruit-img.sup {
    right: -10%;
    width: 60%;
  }
  .image-3 {
    height: 440px;
    border-bottom-right-radius: 60px;
  }
  .footer-container {
    max-width: 1280px;
  }
  .grid {
    width: 90%;
    grid-column-gap: 20px;
  }
  .social-media-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-view-container {
    display: block;
    padding: 60px 40px 40px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .form-container {
    height: 470px;
  }
  .form-wrapper {
    width: 90%;
  }
  .d2 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .d5 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .textarea {
    max-width: 300px;
  }
  .nav-menu-scroll {
    width: 90%;
  }
  .nav-menu-scroll.black {
    z-index: 995;
    width: 100%;
    opacity: 0;
  }
  .about-banner-section {
    height: 90vh;
  }
  .banner-content-div {
    width: 90%;
  }
  .banner-text {
    width: 55%;
  }
  .heading-3 {
    font-size: 33px;
  }
  .about-para {
    margin-bottom: 20px;
    line-height: 22px;
    font-weight: 400;
  }
  .about-para.space {
    margin-bottom: 40px;
  }
  .image-6 {
    top: -18.5vh;
  }
  .line-absolute {
    left: -31%;
    top: 10%;
  }
  .policy-section {
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-img-policy {
    top: auto;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .policy-img-div {
    position: static;
    top: 100px;
    text-align: right;
  }
  .policy-img {
    position: static;
    width: 90%;
  }
  .our-team-section {
    padding-top: 140px;
  }
  .team-grid {
    width: 90%;
  }
  .text-block-3 {
    font-size: 14px;
  }
  .heading-4 {
    font-size: 50px;
  }
  .paragraph {
    width: 90%;
    font-size: 15px;
  }
  .div-block-3 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .abt-nofp-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .abt-left-text {
    font-size: 38px;
  }
  .policy-text {
    padding: 0px;
    font-size: 38px;
  }
  .crt-certificate-continer {
    width: 90%;
  }
  .certificates-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .certificate-request-wrap {
    width: 100%;
  }
  .heading-20 {
    text-align: center;
  }
  .heading-21 {
    text-align: center;
  }
  .image-13 {
    width: 60px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-5 {
    -webkit-column-count: 3;
    column-count: 3;
  }
  .section-3 {
    height: auto;
  }
  .paragraph-9 {
    width: 70%;
  }
  .paragraph-10 {
    width: 70%;
  }
  .tabs-menu-3 {
    display: -ms-grid;
    display: grid;
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .list {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .form-text-field._2 {
    max-height: 100px;
    max-width: 300px;
    min-height: auto;
    min-width: 100%;
  }
  .form-text-field._2 {
    max-height: 100px;
    max-width: 300px;
    min-height: auto;
    min-width: 100%;
  }
  .div-block-22 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
  }
  .div-content-center {
    width: 70%;
  }
  .div-left-previous {
    display: none;
  }
  .div-right-next {
    display: none;
  }
  .paragraph-11 {
    width: 70%;
  }
  .div-right-next-2 {
    display: none;
  }
  .div-content-center-2 {
    width: 70%;
  }
  .div-left-previous-2 {
    display: none;
  }
  .section-8 {
    height: auto;
  }
  .wrapper-2 {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-item-2.black {
    color: #fff;
  }
  .paragraph-12 {
    width: 70%;
  }
  .section-9 {
    height: auto;
  }
  .section-11 {
    height: auto;
  }
  .section-20 {
    height: auto;
  }
  .section-24 {
    height: 100vh;
  }
  .breadcrumps-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bc-links {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Montserrat, sans-serif;
    color: #8b7e7e;
    line-height: 22px;
    font-weight: 500;
  }
  .bc-links.on-product {
    color: #0a0808;
    text-align: center;
    text-decoration: none;
  }
  .slash {
    font-family: Montserrat, sans-serif;
    color: #8b7e7e;
    font-weight: 500;
  }
  .gallery-wrapper {
    width: 90%;
  }
  .tab-button {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .h1.sup {
    font-size: 35px;
  }
  .logo {
    width: 180px;
  }
  .background-video {
    padding-top: 0px;
  }
  .content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .t1 {
    line-height: 28px;
  }
  .t1.line-height {
    font-size: 16px;
  }
  .light-box {
    height: 51px;
  }
  .play-icon {
    width: 50px;
    height: 50px;
  }
  .image {
    width: 55%;
    margin-bottom: 30px;
  }
  .col1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h2 {
    font-size: 20px;
  }
  .c2 {
    padding-top: 20px;
  }
  .btn-wrappper._1 {
    margin-top: 10px;
  }
  .about-img {
    height: auto;
    border-radius: 40px;
  }
  .about-img.sup {
    height: 250px;
    border-radius: 30px;
  }
  .image-2 {
    bottom: -72px;
  }
  .fresh-produce-container {
    margin-top: -2px;
  }
  .fruit-wrapper {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .fruit-img {
    right: -3%;
  }
  .fruit-img.sup {
    right: -4%;
  }
  .image-3 {
    height: auto;
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .logo-wrapper {
    display: none;
  }
  .logo-wrapper.donthide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .d3 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .t4 {
    text-align: center;
  }
  .heading {
    text-align: center;
  }
  .text-field {
    width: 60%;
  }
  .form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-media-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-container {
    height: auto;
  }
  .form-container {
    height: 740px;
  }
  .contact-wrap {
    height: 84%;
    padding-bottom: 80px;
  }
  .form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .d2 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .d5 {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
  }
  .about-banner-section {
    position: relative;
  }
  .banner-text {
    width: 60%;
  }
  .heading-3 {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .about-para {
    font-size: 13px;
    line-height: 22px;
  }
  .banner-blue-div {
    width: 35%;
    height: 45vh;
  }
  .image-6 {
    left: 30%;
    top: -14vh;
    width: 120%;
    max-width: none;
  }
  .line-absolute {
    left: -36%;
  }
  .policy-content-block {
    width: 65%;
  }
  .team-grid {
    grid-column-gap: 30px;
  }
  .image-7 {
    width: 130px;
    height: 130px;
  }
  .text-block-2 {
    font-size: 22px;
    text-align: center;
  }
  .text-block-3 {
    font-size: 13px;
  }
  .text-block-3.space {
    line-height: 22px;
  }
  .heading-4 {
    font-size: 45px;
  }
  .paragraph {
    font-size: 14px;
  }
  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .abt-content-wrapper {
    width: 100%;
    padding-left: 10px;
  }
  .paragraph-3 {
    width: 90%;
  }
  .abt-left-text {
    font-size: 30px;
  }
  .abt-why-content-wrap {
    width: 70%;
  }
  .heading-8 {
    font-size: 38px;
    text-align: center;
  }
  .paragraph-4 {
    text-align: justify;
  }
  .member-designation {
    text-align: center;
  }
  .member-image {
    width: 250px;
    height: 250px;
  }
  .policy-text {
    width: 100%;
    padding: 8px;
    font-size: 30px;
    line-height: 45px;
  }
  .paragraph-6 {
    width: 100%;
  }
  .paragraph-7 {
    width: 100%;
  }
  .crt-certificate-continer {
    width: 100%;
  }
  .certificates-wrap {
    margin-bottom: 80px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .text-field-2 {
    margin-bottom: 20px;
    padding: 8px;
  }
  .text-field-3 {
    padding: 8px;
  }
  .text-field-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .check-box-wrap {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .container {
    width: 100%;
  }
  .tab-content-wrapper {
    width: auto;
  }
  .tabs {
    width: 100%;
  }
  .tab-address {
    font-size: 12px;
    line-height: 22px;
  }
  .embed-map {
    display: none;
    width: auto;
  }
  .tab-pane-tab-2 {
    width: 100%;
  }
  .embed-map-mobile2 {
    display: block;
  }
  .tabs-menu {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .test-container2 {
    overflow: hidden;
  }
  .product-fruit-image {
    display: none;
  }
  .product-fruit-image.fruit-4 {
    background-size: contain;
  }
  .product-fruit-content-wrap {
    width: 100%;
  }
  .product-heading-title {
    width: 100%;
    font-size: 30px;
  }
  .product-description {
    font-size: 12px;
  }
  .product-veg-image {
    display: none;
  }
  .product-vegetable-content-wrap {
    width: 100%;
  }
  .paragraph-8 {
    width: 80%;
  }
  .heading-25 {
    font-size: 50px;
  }
  .product-image-mob {
    display: block;
  }
  .container-5 {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .paragraph-9 {
    width: 90%;
  }
  .test-left-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .test-right-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .test-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .test-inner-right-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-15 {
    width: 200px;
  }
  .heading-29 {
    margin-bottom: 20px;
  }
  .paragraph-10 {
    width: 100%;
  }
  .tabs-menu-3 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .tabs-menu-3.for-banana {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .list {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .img-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .img-container.for-vegetables {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .img-container.for-vegetables {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .form-3 {
    width: 100%;
  }
  .other-product-image {
    width: 150px;
    height: 150px;
  }
  .paragraph-11 {
    width: 90%;
  }
  .heading-34 {
    font-size: 50px;
  }
  .heading-35 {
    margin-bottom: 20px;
  }
  .paragraph-12 {
    width: 100%;
  }
  .list-4 {
    background-image: url('../images/box-1.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .list-item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: none;
    list-style-type: disc;
  }
  .list-5 {
    background-image: url('../images/box-1.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .list-item-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: none;
    list-style-type: disc;
  }
  .section-24 {
    height: auto;
  }
  .section-27 {
    height: auto;
  }
  .section-30 {
    height: auto;
  }
  .section-33 {
    height: 100vh;
  }
  .gallery {
    display: none;
  }
  .mobview {
    display: none;
    background-image: url('../images/anshuman-debashis--enE7mw2CNE-unsplash.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .cont1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/fog-2642.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .cont2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/fog-2642.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .cont3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/fog-2642.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .cloud {
    position: absolute;
    left: -20%;
    top: auto;
    right: auto;
    bottom: 0%;
  }
  .test2-container {
    margin-top: 20px;
  }
  .div-block-38 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .right {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-43 {
    width: 100%;
    margin-bottom: 0px;
    padding: 8px;
    text-align: left;
  }
  .heading-43.l {
    width: 100%;
    text-align: left;
  }
  .heading-43.r {
    margin-bottom: 10px;
    padding: 8px;
  }
  .paragraph-19 {
    margin-bottom: 0px;
    padding: 8px;
  }
  .paragraph-19.left-allign {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .image-25 {
    display: none;
  }
  .div-block-39 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-26 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 22px;
  }
  .div-block-40 {
    display: none;
  }
  .image-27 {
    width: 65%;
  }
  .tab-button {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nature-container {
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Start_Bg-min.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Start_Bg-min.jpg');
    background-attachment: scroll, scroll;
  }
  .h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .h1.margin-bottom {
    font-size: 20px;
  }
  .h1.sup {
    font-size: 25px;
  }
  .logo {
    width: 150px;
  }
  .nature-one-container {
    background-attachment: scroll;
  }
  .link-item.forgallery {
    color: #fff;
  }
  .brand-logo-img {
    width: 80px;
  }
  .h3 {
    font-size: 20px;
  }
  .t1.line-height {
    font-size: 14px;
    line-height: 28px;
  }
  .light-box {
    width: 200px;
  }
  .col1 {
    padding-top: 40px;
  }
  .h2 {
    font-size: 17px;
  }
  .h2.sup {
    font-size: 14px;
  }
  .h2.sup.padding-bottom {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .line {
    width: 40px;
  }
  .line.right-margin {
    width: 50px;
  }
  .line.left-margin {
    width: 50px;
  }
  .c2.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p1 {
    font-size: 14px;
  }
  .btn-wrappper {
    padding: 12px 30px;
    font-size: 12px;
  }
  .about-img {
    border-radius: 30px;
  }
  .about-img.sup {
    border-radius: 30px;
  }
  .image-2 {
    bottom: -52px;
    width: 100%;
  }
  .fresh-produce-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .fresh-produce {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fresh-produce-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fruit-wrapper {
    padding-bottom: 20px;
  }
  .d1 {
    padding-left: 30px;
  }
  .fruit-img {
    right: 0%;
    width: 58%;
  }
  .fruit-img.sup {
    right: -1%;
    bottom: -20%;
    width: 69%;
  }
  .button-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-3 {
    margin-left: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .link {
    margin-top: 10px;
  }
  .why-containet {
    height: 70vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/why-bg-image.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/why-bg-image.jpg');
    background-attachment: scroll, scroll;
  }
  .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid {
    width: 100%;
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .image-5 {
    width: 80%;
  }
  .heading {
    width: 100%;
    font-size: 14px;
  }
  .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-view-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-container {
    height: 750px;
  }
  .contact-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-wrapper {
    width: 100%;
  }
  .d2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .d5 {
    padding: 40px 20px;
  }
  .textarea {
    height: 130px;
    max-height: none;
    max-width: 200px;
    min-height: auto;
  }
  .nav-menu-scroll {
    top: 0px;
  }
  .about-banner-section {
    height: 110vh;
  }
  .banner-content-div {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner-text {
    width: 100%;
    margin-bottom: 36px;
  }
  .heading-3 {
    margin-top: 0px;
    text-align: center;
  }
  .banner-blue-div {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }
  .blue-div-img {
    width: 100%;
  }
  .image-6 {
    position: static;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .line-absolute {
    left: -39%;
    top: 6%;
  }
  .policy-section {
    height: 140vh;
  }
  .policy-content-block {
    width: 100%;
  }
  .text-img-policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .policy-img-div {
    width: 80%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .policy-img {
    width: 100%;
  }
  .our-team-section {
    padding-top: 100px;
  }
  .team-grid {
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .heading-4 {
    font-size: 35px;
  }
  .paragraph {
    line-height: 23px;
  }
  .div-block-3 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .abt-banner-section {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-attachment: fixed;
  }
  .abt-content-wrapper {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-5 {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 80px;
  }
  .paragraph-2 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
  }
  .heading-6 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 22px;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
  }
  .paragraph-3 {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    line-height: 22px;
  }
  .abt-nofp-section {
    margin-bottom: 40px;
    padding: 12px;
  }
  .heading-7 {
    font-size: 40px;
    line-height: 50px;
  }
  .abt-nofp-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    max-width: none;
    margin: 0px 0px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .abt-left-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
  }
  .abt-right-wrapper {
    width: 100%;
    height: 200px;
  }
  .abt-left-text {
    margin-top: 0px;
    font-size: 26px;
    line-height: 45px;
  }
  .transparency-wrap {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .abt-rght-content-text {
    position: static;
    display: block;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 24px;
  }
  .quality-wrap {
    display: none;
  }
  .respons-wrap {
    display: none;
  }
  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .abt-why-content-wrap {
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .transparency-image-div1 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .abt-policy-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .abt-policy-left-wrapper {
    top: 80px;
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .abt-policy-right-wrapper {
    width: 100%;
  }
  .heading-8 {
    margin-top: 0px;
    font-size: 28px;
    text-align: center;
  }
  .paragraph-4 {
    margin-bottom: 0px;
    padding: 12px;
    font-size: 10px;
    text-align: justify;
  }
  .heading-11 {
    text-align: center;
  }
  .team-wrapper {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left-member-wrap {
    width: 100%;
    margin-bottom: 60px;
  }
  .right-member-wrap {
    width: 100%;
  }
  .member-name {
    font-size: 14px;
  }
  .member-designation {
    font-size: 10px;
  }
  .member-details {
    width: 100%;
    padding: 8px;
    line-height: 20px;
    text-align: center;
  }
  .member-image {
    width: 250px;
    height: 200px;
  }
  .div-block-15 {
    height: 50vh;
  }
  .policy-text {
    width: 100%;
    margin: 0px;
    padding: 4px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0px;
  }
  .div-block-16 {
    display: none;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nofp-h1 {
    padding-top: 10px;
    font-size: 7.5vmax;
    text-align: left;
  }
  .abt-mission-section {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .abt-mission-wrap {
    width: 100%;
    margin-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mission-content-heading {
    margin-bottom: 0px;
    padding: 22px;
    font-size: 40px;
    line-height: 50px;
  }
  .paragraph-5 {
    padding: 22px;
    line-height: 28px;
    text-align: center;
  }
  .crt-banner-content-wrap {
    padding: 6px;
  }
  .heading-18 {
    margin-bottom: 0px;
    padding: 12px;
    font-size: 30px;
  }
  .paragraph-7 {
    width: 100%;
    padding: 8px;
    font-size: 12px;
  }
  .crt-certificates-section {
    width: 100%;
    padding: 10px;
  }
  .crt-certificate-continer {
    padding: 8px;
  }
  .heading-19 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .certificates-wrap {
    width: 100%;
    margin-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .certificate-image {
    width: 50px;
    height: 50px;
    background-size: 80px 80px;
  }
  .certificate-left-text {
    font-size: 9px;
    line-height: 15px;
  }
  .certificate-center-text {
    font-size: 9px;
    line-height: 15px;
  }
  .certificate-right-text {
    font-size: 9px;
    line-height: 15px;
  }
  .certificate-request-wrap {
    padding: 10px;
  }
  .heading-20 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .text-field-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-field-3 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .check-box-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .checkbox-label {
    font-size: 12px;
  }
  .heading-21 {
    text-align: center;
  }
  .tab-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tab-link.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tab-content-wrapper {
    width: auto;
  }
  .tab-address {
    width: 60%;
  }
  .text-location {
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
  }
  .embed-map {
    display: none;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .embed-map-mobile {
    display: block;
  }
  .embed-map-mobile2 {
    display: none;
  }
  .tab-link-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tab-link-copy.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tab-link-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tab-link-copy.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tabs-menu {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-13 {
    width: 40px;
  }
  .product-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-fruit-image {
    display: none;
  }
  .product-fruit-content-wrap {
    width: 100%;
  }
  .product-heading-title {
    width: 100%;
    font-size: 30px;
  }
  .product-description {
    font-size: 12px;
  }
  .heading-24 {
    font-size: 38px;
  }
  .product-vegetable-content-wrap {
    width: 100%;
  }
  .paragraph-8 {
    width: 100%;
    padding: 8px;
    font-size: 14px;
  }
  .heading-25 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
  .product-image-mob {
    display: block;
    width: 150px;
  }
  .tabs-menu-2 {
    padding: 8px;
  }
  .product-tab-link {
    margin-right: auto;
    margin-left: auto;
  }
  .product-tab-link.w--current {
    margin-right: auto;
    margin-left: auto;
  }
  .product-banner-heading {
    font-size: 38px;
  }
  .product-wrapper-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-5 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
  .paragraph-9 {
    width: 100%;
    font-size: 12px;
  }
  .test-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-15 {
    width: 180px;
  }
  .text-block-7 {
    font-size: 12px;
  }
  .month-wrap {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .paragraph-10 {
    font-size: 12px;
  }
  .heading-31 {
    font-size: 35px;
  }
  .section-5 {
    margin-bottom: 0px;
  }
  .tabs-menu-3 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .list {
    display: none;
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    list-style-type: disc;
  }
  .heading-32 {
    font-size: 22px;
  }
  .list-2 {
    margin: 0px auto;
  }
  .img-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-3 {
    width: 100%;
  }
  .form-text-field._2 {
    max-height: none;
    max-width: none;
    min-width: auto;
  }
  .form-text-field._2 {
    max-height: none;
    max-width: none;
    min-width: auto;
  }
  .other-product-image {
    width: 80px;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .link-block-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-content-center {
    width: 90%;
  }
  .paragraph-11 {
    width: 100%;
    font-size: 12px;
  }
  .heading-34 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
  .heading-34.for-pom {
    font-size: 32px;
  }
  .div-content-center-2 {
    width: 90%;
  }
  .text-block-8 {
    font-size: 12px;
  }
  .heading-36 {
    font-size: 35px;
  }
  .heading-37 {
    font-size: 22px;
  }
  .paragraph-12 {
    font-size: 12px;
  }
  .btn-wrappper-2 {
    padding: 12px 30px;
    font-size: 12px;
  }
  .list-4 {
    background-image: url('../images/box-1.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .list-5 {
    background-image: url('../images/box-1.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .section-33 {
    height: 100vh;
  }
  .breadcrumps-links-wrapper {
    font-size: 10px;
  }
  .bc-links {
    font-size: 8px;
  }
  .product-tab-veg-link {
    margin-right: auto;
    margin-left: auto;
  }
  .tree-img {
    margin-left: 0%;
  }
  .cloud1 {
    left: -5%;
  }
  .cont1 {
    z-index: 999;
  }
  .large {
    height: auto;
  }
  .tab-button {
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-33735c54a641-5c54a63a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Qanelassoftdemo';
  src: url('../fonts/QanelasSoftDEMO-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelassoftdemo';
  src: url('../fonts/QanelasSoftDEMO-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}