:root {
  --montserrat: Montserrat, sans-serif;
  --black3: #545454;
  --black2: #32373b;
  --blue: #00adef;
  --light-blue-border: #cbecf8;
  --white: white;
  --black: #000;
  --radius20: 10px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--montserrat);
  color: var(--black3);
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--black2);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  color: var(--black2);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--black2);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--blue);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

strong {
  font-weight: bold;
}

.logo-img {
  width: 100px;
}

.nav-list {
  flex-flow: wrap;
  margin-bottom: 0;
  margin-left: -6px;
  margin-right: -6px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item {
  padding-left: 6px;
  padding-right: 6px;
}

.nav-item.mbl-show {
  display: none;
}

.nav-link {
  font-family: var(--montserrat);
  color: var(--black2);
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.nav-link:hover,
.nav-link.w--current {
  color: var(--blue);
}

.navbar {
  background-color: #0000;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav-flex {
  align-items: center;
}

.navigation {
  margin-left: auto;
  margin-right: 15px;
}

.theme-btn1 {
  background-image: linear-gradient(302deg, #143b85, var(--blue));
  color: var(--white);
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border-radius: 20px 5px;
  align-items: center;
  padding: 18px 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.theme-btn1:hover {
  color: var(--white);
}

.theme-btn1.mr18 {
  margin-right: 10px;
}

.theme-btn1.white-btn {
  background-color: var(--white);
  color: var(--blue);
  background-image: url("../images/Vector-1-1.svg");
  background-position: 89%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 35px;
}

.theme-btn1.white-btn:hover {
  background-color: var(--black);
}

.theme-btn1.icon-right {
  padding-right: 45px;
}

.theme-btn1.icon-right:hover {
  background-image: linear-gradient(121deg, #143b85, var(--blue));
}

.theme-btn-text {
  z-index: 1;
  margin-right: 5px;
  position: relative;
}

.btn-arrow {
  z-index: 1;
  width: 10px;
  display: block;
  position: relative;
}

.theme-btn2 {
  z-index: 1;
  background-image: linear-gradient(306deg, #143b85, var(--blue));
  color: var(--blue);
  text-transform: uppercase;
  border-radius: 20px 5px;
  align-items: center;
  padding: 18px 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.theme-btn2:hover {
  background-image: linear-gradient(307deg, #143b85, var(--blue));
  color: var(--white);
}

.theme-btn2-bg {
  background-color: var(--white);
  border-radius: 18px 4px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset: 2px;
}

.theme-btn1-bg {
  background-image: linear-gradient(299deg, var(--blue), #143b85);
  pointer-events: none;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container.hdr-container {
  max-width: 1892px;
}

.home-banner {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.home-banner-image {
  object-fit: cover;
  object-position: 100% 0%;
  width: 100%;
  height: 100%;
}

.banner-text {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 50% auto auto 0;
  transform: translate(0, -50%);
}

.title-shape-flex {
  align-items: center;
  margin-bottom: 12px;
}

.title-shape-flex.center {
  justify-content: center;
  margin-bottom: 22px;
}

.title-shape-flex.center.mb-16 {
  margin-bottom: 16px;
}

.title-shape-flex.center.mb-sml {
  margin-bottom: 8px;
}

.title-shape-flex.mb32 {
  margin-bottom: 32px;
}

.title-shape1 {
  flex: none;
  width: 42px;
  margin-right: 15px;
}

.title-shape1.gap10 {
  margin-left: 10px;
  margin-right: 10px;
}

.title-shape2 {
  flex: none;
  width: 52px;
}

.banner-para {
  color: var(--white);
  margin-bottom: 24px;
}

.banner-text-subtitle {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 22px;
}

.banner-title {
  color: var(--white);
  margin-bottom: 0;
}

.lf1 {
  z-index: 1;
  pointer-events: none;
  width: 9%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bnr-shape2 {
  z-index: 1;
  pointer-events: none;
  width: 50%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.logo-slider-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.logo-slider-sec.cmn-gap-big.pb-0 {
  padding-bottom: 0;
}

.logo-slider-wrap {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-flex;
}

.logo-slider-img {
  object-fit: contain;
  max-height: 100%;
  display: block;
}

.logo-title {
  justify-content: center;
  margin-bottom: 12px;
  display: flex;
}

.logo-title-text {
  color: var(--blue);
  text-transform: uppercase;
  flex: none;
  margin-left: 25px;
  margin-right: 25px;
  font-weight: 600;
}

.title-flx {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}

.prdct-box {
  height: 100%;
  position: relative;
}

.prdct-box.customlinkcss {
  text-decoration: none;
}

.prdct-box.customlinkcss:hover {
  color: var(--black2);
  text-decoration: none;
}

.prdct-box.first,
.prdct-box.last {
  min-height: 410px;
}

.prdct-box-imrwrap {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 23px;
  padding-top: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.prdct-box-imrwrap.full-height {
  height: 100%;
  padding: 0;
}

.prdct-box-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.prdct-col {
  width: 33.33%;
  padding: 15px;
}

.prdct-row {
  flex-flow: wrap;
  margin: -15px;
  display: flex;
}

.prdct-content {
  padding-right: 83px;
  position: relative;
}

.prdct-content.different {
  color: var(--white);
  border-radius: 20px;
  max-height: 250px;
  padding: 20px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}

.prdct-content.different.bg {
  background-image: linear-gradient(#143b85, #143c8500);
}

.prdct-content.different.blue-bg {
  background-image: linear-gradient(180deg, var(--blue), #fff0);
}

.mb-0 {
  margin-bottom: 0;
}

.arrow-link {
  border: 1px solid var(--blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: inline-flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.arrow-link:hover {
  background-color: var(--blue);
}

.arrow-link.for-mobile-only {
  display: none;
}

.arrow-icon {
  transition: all 0.3s ease-in-out;
  display: block;
}

.title-link {
  text-decoration: none;
  display: block;
}

.cmn-gap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.food-prtct-sec {
  color: var(--white);
  background-image: linear-gradient(
    225deg,
    #86bdda,
    #4d9dc7 27%,
    #4191bd 47%,
    #2977a5
  );
  border-radius: 30px;
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.food-prtct-sec.bg2 {
  background-image: linear-gradient(
    76deg,
    var(--blue),
    #143b85 100%,
    #4191bd 100%,
    #2977a5
  );
}

.food-prtct-title-wrap {
  text-align: center;
  margin-bottom: 44px;
}

.food-prtct-title-wrap._1106 {
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.food-prtct-title {
  color: var(--white);
}

.food-prtct-desc {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.food-prtct-row {
  margin: -10px;
}

.food-prtct-col {
  padding: 10px;
  position: relative;
}

.food-prtct-box {
  text-align: center;
}

.food-prtct-iconwrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 66px;
  margin-bottom: 10px;
  display: inline-flex;
  position: relative;
}

.food-prtct-icon {
  max-width: 56px;
}

.food-prtct-content {
  padding-top: 15px;
}

.food-prtct-subtitle {
  color: var(--white);
  max-width: 244px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}

.food-prtct-para {
  max-width: 243px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.prtct-center {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 0;
}

.prdct-left-shape {
  width: 20%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.prdct-right-shape {
  width: 20%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.prdct-wrap {
  width: 100%;
  max-width: 1466px;
  margin-left: auto;
  margin-right: auto;
}

.line-prdct {
  background-color: var(--white);
  opacity: 0.2;
  width: 1px;
  max-width: 80%;
  height: 145px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cmn-gap-big {
  margin-top: 100px;
}

.cmn-gap-big.pb-0 {
  padding-bottom: 0;
}

.indstry-imgwrap {
  text-transform: uppercase;
  border-radius: 15px;
  padding-top: 66%;
  display: block;
  position: relative;
  overflow: hidden;
}

.indstry-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.indstry-box {
  text-overflow: clip;
  border: 1px solid #eee;
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  padding: 20px 20px 31px;
  transition: all 0.3s ease-in-out;
  display: flex;
}

.indstry-box:hover {
  box-shadow: 0 4px 41px 4px #e1e7f1;
}

.indstry-content {
  flex-flow: column;
  height: 100%;
  padding-top: 17px;
  display: flex;
}

.indstry-para {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.6;
}

.indstry-subtitle {
  margin-bottom: 8px;
}

.indstry-col.swiper-slide {
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.indstry-row.swiper-wrapper {
  height: auto;
}

.learnmore {
  color: var(--blue);
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.learnmore-text {
  margin-right: 13px;
}

.learnmore-arrow {
  transition: all 0.3s ease-in-out;
}

.scroll-btm {
  z-index: 2;
  cursor: pointer;
  flex-flow: column;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.scroll-btm-text {
  color: var(--white);
  letter-spacing: 0.2rem;
  margin-bottom: 46px;
  font-weight: 500;
  transform: rotate(-90deg);
}

.scroll-btm-arrow {
  width: 10px;
  height: 26px;
}

.scroll-btm-round {
  background-color: #ccb090;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  margin-bottom: -7px;
}

.indstry-icon-wrap {
  background-color: var(--white);
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 71px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.swiper-pagination {
  height: 3px;
  position: relative;
}

.swiper-pagination.line {
  background-color: #ebebeb;
  height: 1px;
  position: relative;
}

.slider-arws {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  align-items: center;
  display: inline-flex;
}

.arws-left {
  border: 1px solid var(--blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.arws-left:hover {
  background-color: var(--blue);
}

.arws-right {
  border: 1px solid var(--blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.arws-right:hover {
  background-color: var(--blue);
}

.arws-icon {
  pointer-events: none;
}

.arw-flx {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  margin-top: 23px;
}

.about-sec {
  position: relative;
}

.about-sec.cmn-gap-big.pt-0 {
  padding-top: 0;
}

.about-sec.cmn-gap-big.pb-0 {
  padding-bottom: 0;
}

.abt-row {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.abt-left {
  width: 50%;
  display: flex;
}

.abt-right {
  width: 50%;
  padding-left: 30px;
}

.abt-box {
  z-index: 1;
  background-image: linear-gradient(131deg, #143b85, var(--blue));
  color: var(--white);
  border-radius: 32px;
  margin-bottom: 30px;
  padding: 12px 15px;
  position: relative;
}

.abt-flex-row {
  align-items: center;
}

.abt-icon-wrap {
  z-index: 1;
  flex: none;
  margin-right: 12px;
  position: relative;
}

.abt-icon {
  width: 42px;
}

.abt-icon-text1 {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

.abt-icon-text2 {
  font-size: 11px;
}

.round-box {
  z-index: -1;
  background-color: #1db5f9;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  position: absolute;
  inset: -14% auto auto -21%;
}

.round-box2 {
  z-index: -1;
  opacity: 0.15;
  background-color: #fff;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  position: absolute;
  inset: -18px -8px auto auto;
}

.abt-img1 {
  border-radius: 20px;
  width: 70%;
  height: 300px;
}

.abt2 {
  height: 420px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.abt3 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 120%;
  max-width: none;
  height: 435px;
  margin-left: -5%;
  margin-right: -5%;
  display: block;
  position: relative;
}

.abt-img-right {
  width: 57.5%;
  margin-left: -10%;
  position: relative;
}

.abt-img-left {
  width: 50%;
}

.abt-list {
  margin-bottom: 20px;
  display: flex;
}

.abt-list-title {
  color: var(--black2);
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.abt-list-para {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.3;
}

.abt-list-icon {
  background-color: #ebfaff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  display: flex;
}

.abt-list-icon-tag {
  max-width: 80%;
}

.abt-title.sml-mb {
  margin-bottom: 15px;
}

.abt-title.mb10 {
  margin-bottom: 10px;
}

.abt-shape {
  z-index: -1;
  pointer-events: none;
  max-width: 15%;
  position: absolute;
  inset: -10% -15px auto auto;
}

.tshape {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gallery {
  text-align: center;
}

.tlogo {
  object-fit: contain;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.tlogo.black {
  background-color: #000;
}

.tlogo.white {
  background-color: #fefefe;
}

.tlogo-wrap {
  width: 133px;
  height: 133px;
  position: relative;
}

.slider-thumbnails {
  max-width: 387px;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  max-width: 948px;
  margin-left: auto;
  margin-right: auto;
}

.clogo-col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.relative {
  position: relative;
}

.sldr-wrap {
  max-width: 1167px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.star {
  text-align: center;
  width: 110px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tbtm {
  text-align: center;
}

.banner-text-in {
  max-width: 450px;
  margin-left: 60px;
}

.blog-box {
  border: 1px solid var(--light-blue-border);
  background-color: var(--white);
  border-radius: 20px;
  height: 100%;
  padding: 20px 20px 30px;
}

.blog-img-wrap {
  border-radius: 20px;
  margin-bottom: 22px;
  padding-top: 57%;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-img-wrap.list {
  padding-top: 68%;
}

.blog-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-para {
  margin-bottom: 26px;
}

.blog-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.blog-left,
.blog-right {
  flex: 1;
}

.blog-sml-box {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border: 1px solid var(--light-blue-border);
  border-radius: 20px;
  align-items: stretch;
  padding: 15px 13px 15px 15px;
  display: flex;
}

.blog-sml-box-imgwrap {
  border-radius: 20px;
  height: 100%;
  padding-top: 49%;
  position: relative;
  overflow: hidden;
}

.blog-sml-box-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-sml-box-content {
  flex: 1;
  margin-top: auto;
  margin-bottom: auto;
}

.blog-sml-box-para {
  font-size: 14px;
}

.blog-sml-box-col {
  width: 100%;
}

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

.blog-sml-box-row.gap18 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.blog-sml-box-imgwrap-col {
  flex: 1;
}

.h-full {
  height: 100%;
}

.dwnld-btn {
  color: #143b85;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  border: 1px solid #143b85;
  border-radius: 32px;
  align-items: center;
  padding: 5px 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.dwnld-btn:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.dwnld-btn-text {
  margin-right: 9px;
}

.main-footer {
  background-color: var(--black2);
  border-radius: 30px;
  margin-top: 50px;
  padding-top: 73px;
  padding-left: 100px;
  padding-right: 100px;
}

.ftitle {
  color: var(--white);
  margin-bottom: 8px;
  font-weight: 600;
}

.fpara {
  color: var(--white);
  max-width: 405px;
  margin-bottom: 22px;
  line-height: 1.6;
}

.input-design {
  color: #a3a3a3;
  border-radius: 10px;
  height: 65px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 65px;
}

.input-design::placeholder {
  text-transform: capitalize;
}

.submit-btn {
  background-image: url("../images/Vector-54.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 7px;
  width: 54px;
  height: 54px;
  font-size: 0;
  position: absolute;
  inset: 6px 5px auto auto;
}

.form-input-wrap {
  position: relative;
}

.ftitle-line {
  background-color: #515066;
  width: 60px;
  height: 1px;
  margin-bottom: 15px;
}

.social-links {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: wrap;
  margin-top: 34px;
}

.social-icon-wrap {
  border: 1px solid #4f565c;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: inline-flex;
}

.social-icon-wrap:hover {
  background-color: var(--blue);
}

.fnav {
  flex-flow: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.fnav-item {
  width: 50%;
  margin-bottom: 16px;
}

.fnav-link {
  color: var(--white);
  text-decoration: none;
}

.fnav-link.w--current {
  color: var(--blue);
}

.frow {
  flex-flow: wrap;
  justify-content: space-between;
}

.fcol1 {
  width: 30%;
}

.fcol2 {
  width: 46%;
  padding-left: 30px;
  padding-right: 30px;
}

.fcol3 {
  width: 24%;
}

.ficon {
  width: 20px;
  margin-right: 15px;
}

.fnav-item-full {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.ftitle2 {
  color: var(--white);
  margin-bottom: 5px;
  font-weight: 600;
}

.fnav2 {
  color: var(--white);
}

.fnavlist2 {
  margin-bottom: 5px;
}

.copyright {
  color: var(--white);
  text-align: center;
  border-top: 1px solid #4f565c;
  margin-top: 85px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-dwnld {
  transition: all 0.3s ease-in-out;
}

.inner-banner {
  border-radius: 20px;
  height: 175px;
  position: relative;
  overflow: hidden;
}

.innerbanner-text {
  text-align: center;
}

.inner-shape {
  pointer-events: none;
  width: 17%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.inrbnr-shape2 {
  pointer-events: none;
  width: 64%;
  position: absolute;
  inset: 105% auto auto -3%;
  transform: translate(0, -50%);
}

.about-row2 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-row2.rvrse {
  flex-flow: row-reverse wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 100px;
}

.about-row2.rvrse.custom.end {
  padding-bottom: 100px;
}

.abt-left2 {
  width: 50%;
  display: flex;
}

.abt-left2.rvrse,
.abt-left2.sustnblty-left2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.abvtimg2 {
  border-radius: 20px;
  width: 100%;
}

.abt-right2 {
  width: 50%;
  padding-left: 30px;
}

.abt-right2.rvrse {
  padding-left: 0;
  padding-right: 30px;
}

.food-prtct-col2 {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.food-prtct-row2 {
  grid-row-gap: 49px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.line-prdct2 {
  background-color: var(--white);
  opacity: 0.2;
  width: 1px;
  max-width: 80%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.stry-name {
  color: var(--black2);
  font-size: 20px;
  font-weight: 600;
}

.stry-desig {
  font-size: 14px;
  font-weight: 600;
}

.stry-flx {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.stry-row {
  flex-flow: wrap;
  display: flex;
}

.stry-img1 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
}

.stry-img2 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 200px;
}

.stry-img2.sml {
  height: 160px;
}

.stry-img3 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.stry-img-left {
  flex-flow: column;
  width: 50%;
  padding-right: 10px;
  display: flex;
}

.stry-img-right {
  width: 50%;
  padding-left: 10px;
}

.stry-left-col {
  width: 51%;
  padding-right: 20px;
}

.stry-right-col {
  width: 49%;
}

.form-sec {
  padding-bottom: 25px;
}

.form-wrap {
  background-image: linear-gradient(76deg, var(--blue), #143b85);
  border-radius: 20px;
  padding: 100px 30px;
  position: relative;
}

.form-row {
  flex-flow: wrap;
}

.form-left {
  color: var(--white);
  width: 50%;
}

.form-right {
  width: 50%;
  padding-left: 30px;
}

.text-white {
  color: var(--white);
}

.form-input {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #eceff0;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 10px;
  padding-left: 23px;
}

.form-input:focus {
  border-color: #eceff0;
}

.form-input::placeholder {
  color: var(--white);
}

.form-input.textarea {
  height: 138px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
}

.form-input.textarea._345 {
  height: 300px;
}

.form-input._98 {
  height: 80px;
}

.form-para {
  max-width: 707px;
  margin-bottom: 30px;
}

.prdct-wrap2 {
  width: 100%;
  max-width: 1154px;
  margin-left: auto;
  margin-right: auto;
}

.food-prtct-para2 {
  text-transform: capitalize;
  max-width: 200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
}

.form-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form-info-col {
  text-align: center;
  border: 1px solid #eee;
  border-radius: 20px;
  flex: 1;
  padding: 15px;
}

.form-info-icon-wrap {
  margin-bottom: 10px;
}

.form-info-head {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.form-info-link {
  color: var(--white);
  text-decoration: none;
}

.form-info-link:hover {
  color: var(--black);
}

.stry-left-col2 {
  width: 49%;
  padding-right: 0;
}

.stry-right-col2 {
  width: 51%;
  padding-left: 30px;
}

.contact-col-left {
  width: 50%;
}

.contact-col-right {
  width: 50%;
  padding-top: 45px;
  padding-left: 30px;
}

.contact-info-col {
  width: 50%;
  padding: 5px;
  text-decoration: none;
}

.contact-info-row {
  flex-flow: wrap;
  align-items: stretch;
  margin: -5px;
}

.contact-info-box {
  text-align: center;
  border: 1px solid #eceff0;
  border-radius: 20px;
  height: 100%;
  padding: 36px 10px 32px;
  transition: all 0.2s ease-in-out;
}

.contact-info-box:hover {
  box-shadow: 0 4px 20px #0000001a;
}

.cicon {
  object-fit: contain;
  max-height: 49px;
}

.cicon-wrap {
  min-height: 50px;
  margin-bottom: 15px;
}

.ctitle {
  color: var(--black2);
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.cpara {
  color: var(--black2);
  margin-bottom: 0;
}

.cpara._226 {
  max-width: 226px;
  margin-left: auto;
  margin-right: auto;
}

.clink {
  text-decoration: none;
}

.clink:hover {
  color: var(--blue);
}

.cmain-para {
  margin-bottom: 24px;
}

.form-input2 {
  color: var(--black3);
  background-color: #0000;
  border: 1px solid #eceff0;
  border-radius: 10px;
  height: 60px;
  padding-left: 23px;
}

.form-input2::placeholder {
  color: var(--black3);
}

.form-input2.textarea {
  resize: none;
  height: 138px;
  padding-top: 20px;
}

.h3-title {
  color: var(--black2);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.h3-title.mb-36 {
  margin-bottom: 15px;
}

.btn-relative {
  display: inline-flex;
  position: relative;
}

.icon-btn {
  z-index: 1;
  position: absolute;
  inset: 18px 20px auto auto;
}

.mb36 {
  margin-bottom: 20px;
}

.support-sec.cmn-gap-big.pt-0 {
  padding-top: 0;
}

.support-title-wrap {
  text-align: center;
}

.support-row {
  margin-top: 55px;
}

.support-row.rvrse {
  flex-flow: row-reverse wrap-reverse;
}

.support-left {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.support-right {
  width: 50%;
  padding-left: 36px;
}

.support-img-wrap {
  padding-bottom: 135px;
  padding-left: 146px;
  position: relative;
}

.support-img1 {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 104px;
}

.support-img2 {
  border: 10px solid var(--white);
  border-radius: 20px;
  width: 53%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.support-right2 {
  width: 50%;
}

.support-left2 {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 30px;
}

.support-img3 {
  border-radius: 20px;
  width: 100%;
}

.richtext-contact {
  line-height: 1.55;
}

.richtext-contact strong {
  font-weight: 600;
}

.prcs-row {
  flex-flow: wrap;
  align-items: stretch;
  margin: -5px;
}

.prcs-col {
  width: 33.33%;
  padding: 5px;
}

.prcs-box {
  border: 1px solid #eceff0;
  border-radius: 20px;
  height: 100%;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}

.prcs-box:hover {
  box-shadow: 0 4px 41px 4px #e1e7f1;
}

.prcs-box-icon {
  padding-top: 5px;
  padding-left: 5px;
}

.prcs-box-icon-wrap,
.prcs-subtitle {
  margin-bottom: 20px;
}

.prcs-para {
  margin-bottom: 0;
}

.custmr-row {
  flex-flow: wrap;
  align-items: center;
}

.custmr-left {
  width: 50%;
  padding-right: 30px;
}

.custmr-right {
  width: 50%;
}

.custmr-img {
  border-radius: 20px;
  width: 100%;
}

.cstmr-logo-row {
  flex-flow: wrap;
  margin: -8px;
  display: flex;
}

.cstmr-logo-col {
  width: 33.33%;
  padding: 8px;
}

.cstmr-logo-box {
  border: 1px solid #eceff0;
  border-radius: 20px;
  align-items: center;
  padding: 8px;
  display: flex;
}

.cstmr-logo-wrap {
  border-radius: 13px;
  flex: none;
  width: 83px;
  height: 83px;
  margin-right: 19px;
  overflow: hidden;
}

.cstmr-logo-img {
  width: 100%;
}

.cstmr-logo-text {
  color: var(--black2);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

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

.certfd-box {
  border: 1px solid #cbecf8;
  border-radius: 20px;
  padding: 21px 60px 21px 23px;
  display: flex;
}

.certfd-icon-wrap {
  text-align: center;
  background-color: #f0f5ff;
  border-radius: 15px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 441px;
  min-height: 252px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 60px;
  padding: 10px;
  display: flex;
}

.certfd-icon-wrap._1f1646 {
  background-color: #1f1646;
}

.certfd-icon-wrap._000000 {
  background-color: #000;
}

.certfd-icon {
  max-width: 350px;
  margin: auto;
}

.certfd-sec2 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.certfd-row2 {
  flex-flow: wrap;
  align-items: stretch;
  margin: -5px;
}

.certfd-col2 {
  width: 50%;
  padding: 5px;
}

.certfd-form2 {
  background-image: linear-gradient(56deg, var(--blue), #143b85);
  border-radius: 30px;
  height: 100%;
  padding: 30px;
}

.form-input-wrap2 {
  margin-bottom: 26px;
  position: relative;
}

.form-title-center {
  color: var(--white);
  text-align: center;
  margin-bottom: 22px;
}

.center {
  text-align: center;
  width: 100%;
}

.border-out {
  border: 1px solid #ececec;
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.blg-readmore {
  color: var(--blue);
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.blg-readmore:hover {
  color: var(--black);
}

.readmore-center {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}

._2col-img-row {
  padding-left: 94px;
  position: relative;
}

._2col-img-row.rvrse {
  padding-left: 0;
  padding-right: 94px;
}

._2col-img-row._2col-img-row-1 {
  padding-bottom: 60px;
}

._2col-img1 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

._2col-img2 {
  border: 10px solid var(--white);
  object-fit: cover;
  border-radius: 20px;
  width: 40%;
  position: absolute;
  inset: auto auto 50% 0%;
  transform: translate(0, 50%);
}

._2col-img2.rvrse {
  object-fit: cover;
  max-height: 80%;
  left: auto;
  right: 0;
}

._2col-img2.rvrse.other {
  bottom: 25%;
}

._2col-img2.rvrse.other2 {
  bottom: 77%;
}

._2col-img2.custom {
  bottom: 5px;
}

._2col-img2.custom._2col-img2-1 {
  bottom: 0;
  transform: none;
}

.two-img-col {
  flex: none;
  width: 47%;
}

.two-img-col-text {
  width: 53%;
  padding-right: 30px;
}

.two-img-col-text.rvrse {
  padding-left: 30px;
  padding-right: 0;
}

.two-img-row {
  flex-flow: wrap;
  margin-bottom: 100px;
}

.two-img-row.rvrse {
  flex-flow: row-reverse;
}

.mb-10 {
  margin-bottom: 10px;
}

.sustnblty-richtext ul {
  padding-left: 0;
  list-style-type: none;
}

.sustnblty-richtext li {
  background-image: url("../images/Group-1707491286.svg");
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 12px;
  padding-left: 30px;
  line-height: 1.4;
}

.sustnblty-richtext strong {
  font-weight: 600;
}

.blue-text {
  color: var(--blue);
  font-weight: 600;
  line-height: 1.4;
}

.shape-blue-left {
  pointer-events: none;
  object-fit: contain;
  object-position: 0% 100%;
  width: 42%;
  max-height: 95%;
  position: absolute;
  inset: auto auto 0% -5%;
}

.shape-blue-right {
  pointer-events: none;
  object-fit: contain;
  object-position: 100% 100%;
  width: 30%;
  max-height: 95%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blue-box-richtext h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blue-box-richtext ul {
  grid-column-gap: 44px;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 7px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.blue-box-richtext li {
  background-image: url("../images/Group-1707491279.svg");
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 17px;
  padding-left: 30px;
}

.blue-box-richtext strong {
  font-weight: 600;
}

.form-shape1 {
  pointer-events: none;
  object-fit: contain;
  object-position: 0% 0%;
  width: 30%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-shape2 {
  pointer-events: none;
  object-fit: contain;
  object-position: 100% 100%;
  width: 24%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blog-list-row {
  flex-flow: wrap;
  margin: -8px;
  display: flex;
}

.blog-list-col {
  width: 33.33%;
  padding: 8px;
}

.blog-sml-box-para-copy {
  font-size: 14px;
}

.blog-list-para {
  margin-bottom: 18px;
}

.blog-list-subtitle {
  margin-bottom: 6px;
}

.blog-list-sec {
  padding-top: 100px;
}

.pagination {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 30px;
}

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

.text-center.black {
  color: var(--black2);
}

.common-text h3 {
  margin-top: 38px;
  margin-bottom: 20px;
}

.common-text p {
  margin-bottom: 25px;
}

.common-text ul {
  grid-column-gap: 20px;
  flex-flow: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.common-text li {
  background-image: url("../images/Group-1707491286.svg");
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 18px;
  padding-left: 24px;
}

.common-wrap-text {
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  margin-top: 25px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.pimg {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
  min-height: 330px;
}

.product-left {
  width: 50%;
}

.product-richtext {
  max-width: 664px;
}

.product-richtext h3,
.product-richtext p {
  margin-bottom: 20px;
}

.product-richtext ul {
  grid-column-gap: 20px;
  flex-flow: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.product-richtext li {
  background-image: url("../images/Group-1707491286.svg");
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 24px;
}

.product-richtext strong {
  font-weight: 600;
}

.product-row {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.product-row.rvrse {
  flex-flow: row-reverse wrap-reverse;
  margin-top: 100px;
}

.product-right {
  width: 50%;
  padding-left: 30px;
}

.product-right.rvrse {
  padding-left: 0;
  padding-right: 30px;
}

.multiple-image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template:
    ". Area"
    ". Area" 1fr
    ". Area"
    ". Area"
    / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-outer {
  margin-bottom: -100px;
}

.column2-image-wrap {
  padding-right: 93px;
  position: relative;
}

.column3-image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column2-image1 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  min-height: 320px;
}

.column2-image2 {
  border: 10px solid var(--white);
  object-fit: cover;
  border-radius: 20px;
  width: 40%;
  max-height: 70%;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.column3-image1 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.column3-image2 {
  object-fit: cover;
  border-radius: 20px;
  grid-row: span 2;
  height: 100%;
}

.column3-image3 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.product-repeat-col {
  margin-bottom: 100px;
}

.pagi-btn {
  color: #333;
  border: 1px solid #94a9a4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
}

.pagi-btn:hover {
  border-color: var(--blue);
  background-image: linear-gradient(104deg, #143b85, var(--blue));
  color: var(--white);
}

.pagi-btn._w--current {
  border-color: var(--blue);
  background-image: linear-gradient(117deg, #143b85, var(--blue));
  color: var(--white);
}

.prev-pag,
.next-pag {
  color: #94a9a4;
  background-color: #0000;
  border-width: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.pagination-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.indstry-row1 {
  flex-flow: wrap;
  margin: -5px;
  display: flex;
}

.indstry-col1 {
  width: 33.33%;
  padding: 5px;
}

.listing-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.indstry-box2 {
  border: 1px solid #eee;
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  padding: 20px 20px 31px;
  transition: all 0.3s ease-in-out;
  display: flex;
}

.indstry-box2:hover {
  box-shadow: 0 4px 41px 4px #e1e7f1;
}

.inr-banner-image {
  object-fit: cover;
  object-position: 100% 0%;
  width: 100%;
  height: 100%;
}

.inr-banner-text {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 50% auto auto 0;
  transform: translate(0, -50%);
}

.mbl-btn {
  text-align: center;
  margin-top: 30px;
  display: none;
}

.product-multi-img-each-wrppr {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-multi-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dtls-para p {
  max-width: 601px;
}

.custmr-left-richtext {
  max-width: 676px;
}

.custmr-left-richtext h2 {
  max-width: 610px;
}

.mx1106 {
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.textarea-bg {
  color: var(--white);
  resize: none;
  background-color: #0000;
  border: 0 solid #000;
  height: 100%;
  padding: 0;
}

.textarea-bg::placeholder {
  color: var(--white);
}

.banner-count {
  color: var(--white);
  align-items: flex-end;
  margin-top: 16px;
  line-height: 1.2;
  display: flex;
}

.current {
  width: 22px;
  font-size: 36px;
  line-height: 0.9;
}

.total {
  font-size: 20px;
  line-height: 1;
}

.slce {
  margin-left: 1px;
  margin-right: 1px;
  font-size: 19px;
  line-height: 1.2;
}

.count-line {
  background-color: var(--white);
  align-self: center;
  width: 190px;
  height: 1px;
  margin-right: 8px;
}

.abtsingle-img {
  width: 100%;
}

.stry-2cmn {
  flex-flow: wrap;
  display: flex;
}

.stry-2cmn._715 {
  max-width: 715px;
}

.stry-2cmn-img1,
.stry-2cmn-img2 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.stry-2cmn-img1-wrap {
  width: 47%;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 12px;
}

.stry-2cmn-img2-wrap {
  width: 53%;
}

.stry-2cmn-img1-wrap-new {
  width: 50%;
}

.stry-2cmn-img1-new {
  object-fit: cover;
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 100%;
}

.stry-2cmn-img2-wrap-new {
  width: 50%;
}

.stry-2cmn-img2-new {
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
}

.support-img-wrap-dis-1 {
  padding-bottom: 27px;
  padding-right: 58px;
  position: relative;
}

.support-img2-copy {
  border: 10px solid var(--white);
  border-radius: 20px;
  width: 70%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.support-img3-copy {
  border-radius: 20px;
  width: 100%;
}

.theme-btn-text-copy {
  z-index: 1;
  position: relative;
}

.support-img1-copy {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 50px;
}

.support-img-wrap-copy {
  padding-bottom: 60px;
  padding-left: 146px;
  position: relative;
}

.comma-wrp {
  background-color: var(--white);
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  transition: all 0.3s ease-in-out;
  display: flex;
  position: absolute;
  top: -4px;
  right: -4px;
}

.comma-ico {
  width: 100%;
}

.prodct-and-sol-row-wrp {
  margin-bottom: 80px;
}

.prodct-and-sol-row {
  flex-flow: wrap;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.prodct-and-sol-col-left {
  width: 49.3%;
  padding-top: 60px;
  padding-left: 12px;
  padding-right: 12px;
}

.prodct-and-sol-col-left-wrp {
  padding-right: 50px;
  position: relative;
}

.prodct-and-sol-img-01,
.prodct-and-sol-img-02 {
  border-radius: 12px;
  width: 100%;
}

.prodct-and-sol-img-02-wrp {
  background-color: var(--white);
  border-radius: 12px;
  width: 31.4%;
  padding: 5px;
  position: absolute;
  bottom: 13px;
  right: 0;
}

.prodct-and-sol-col-rgt {
  width: 50.7%;
  padding-left: 12px;
  padding-right: 12px;
}

.food-pac-row {
  flex-flow: wrap;
  margin: -5px;
  display: flex;
}

.food-pac-col-left {
  width: 50%;
  padding: 5px;
}

.food-pac-col-img-01 {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 8px;
}

.food-pac-col-img-02 {
  border-radius: 12px;
  width: 100%;
}

.food-pac-col-rgt {
  width: 50%;
  padding: 5px;
}

.food-pac-col-img-03 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.food-saf-col-wrap {
  border-radius: 12px;
  overflow: hidden;
}

.food-saf-col-img {
  width: 100%;
}

.food-prodct-wrp {
  padding-bottom: 50px;
  padding-left: 90px;
  position: relative;
}

.food-prodct-img-01,
.food-prodct-img-02 {
  border-radius: 12px;
  width: 100%;
}

.food-prodct-img-02-wrp {
  background-color: var(--white);
  border-radius: 12px;
  width: 48%;
  padding: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.cust-rgt-wrp {
  border-radius: 12px;
  overflow: hidden;
}

.cust-rgt-col-img {
  width: 100%;
}

.cust-col-left {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.cust-col-left-wrp {
  padding-right: 10px;
}

.cust-col-rgt {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.cust-row-new {
  flex-flow: wrap;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

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

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

.resourcepagedownloadcontent {
  text-align: center;
  margin-bottom: 20px;
}

.textcentrer {
  text-align: center;
}

.collection-list,
.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margincenter {
  margin-left: auto;
  margin-right: auto;
}

.margincenter.imageheight {
  max-width: none;
  height: 500px;
}

.collection-item {
  width: 100%;
  max-width: 50%;
}

.image {
  width: 100%;
}

.splide__slide {
  text-align: center;
  width: 120px;
  height: 80px;
}

.white-txt {
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .food-prodct-img-02-wrp {
    width: 51%;
  }

  .cust-col-left-wrp {
    padding-right: 20px;
  }

  .textcentrer {
    margin-left: auto;
    margin-right: auto;
  }

  .textcentrer.bottompadding {
    padding-bottom: 20px;
  }

  .collection-list {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .empty-state {
    background-color: var(--white);
  }
}

@media screen and (min-width: 1440px) {
  body {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 20px;
  }

  .logo-img {
    width: 150px;
  }

  .nav-list {
    margin-left: -19px;
    margin-right: -19px;
  }

  .nav-item {
    padding-left: 19px;
    padding-right: 19px;
  }

  .nav-link {
    font-size: 14px;
  }

  .navigation {
    margin-right: 25px;
  }

  .theme-btn1 {
    padding: 18px 20px;
  }

  .theme-btn-text {
    margin-right: 10px;
  }

  .btn-arrow {
    width: 12px;
  }

  .theme-btn2 {
    padding: 18px 20px;
  }

  .container {
    max-width: 1200px;
  }

  .banner-para {
    max-width: 644px;
    font-size: 18px;
  }

  .prdct-content.different {
    max-height: 330px;
    padding: 30px;
  }

  .prdct-content.different.bg,
  .prdct-content.different.blue-bg {
    background-image: none;
  }

  .food-prtct-desc {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .abt-box {
    width: 91%;
  }

  .abt-icon-text2 {
    font-size: 14px;
  }

  .abt-img1 {
    height: auto;
  }

  .abt2 {
    height: 453px;
  }

  .abt3 {
    height: 100%;
  }

  .abt-img-right {
    width: 53.5%;
  }

  .abt-img-left {
    width: 49%;
  }

  .abt-list-para {
    font-size: 14px;
  }

  .abt-list-icon {
    margin-right: 21px;
  }

  .abt-shape {
    right: -30px;
  }

  .banner-text-in {
    max-width: 650px;
    margin-left: 30px;
  }

  .blog-img-wrap {
    padding-top: 52%;
  }

  .blog-sml-box-para {
    font-size: 16px;
  }

  .input-design {
    padding-right: 75px;
  }

  .fnav-item {
    margin-bottom: 20px;
  }

  .fcol2 {
    width: 41%;
  }

  .about-row2.rvrse.custom {
    margin-bottom: 100px;
  }

  .abt-left2._49 {
    width: 49%;
  }

  .abt-right2._51 {
    width: 51%;
  }

  .stry-desig {
    font-size: 16px;
  }

  .stry-img2 {
    height: 280px;
  }

  .stry-img2.sml {
    height: 252px;
  }

  .form-input.textarea._345 {
    height: 300px;
  }

  .form-input._98 {
    height: 80px;
  }

  .food-prtct-para2 {
    max-width: 240px;
    font-size: 20px;
  }

  .custmr-left._51 {
    width: 51%;
  }

  .custmr-right._49 {
    width: 49%;
  }

  ._2col-img-row,
  .two-img-col {
    height: 100%;
  }

  .sustnblty-richtext p {
    margin-bottom: 20px;
  }

  .sustnblty-richtext ul {
    margin-bottom: 5px;
  }

  .sustnblty-richtext li {
    margin-bottom: 8px;
  }

  .blog-sml-box-para-copy {
    font-size: 16px;
  }

  .custmr-left-richtext {
    max-width: 678px;
  }

  .theme-btn-text-copy {
    margin-right: 10px;
  }

  .prodct-and-sol-row-wrp {
    margin-bottom: 100px;
  }

  .prodct-and-sol-col-left {
    padding-top: 30px;
  }

  .prodct-and-sol-col-left-wrp {
    padding-right: 90px;
  }

  .prodct-and-sol-img-01,
  .prodct-and-sol-img-02,
  .prodct-and-sol-img-02-wrp {
    border-radius: 20px;
  }

  .prodct-and-sol-col-rgt-wrp {
    padding-left: 19px;
  }

  .food-pac-row {
    margin: -10px;
  }

  .food-pac-col-left {
    padding: 10px;
  }

  .food-pac-col-img-01 {
    border-radius: 20px;
    margin-bottom: 14px;
  }

  .food-pac-col-img-02 {
    border-radius: 20px;
  }

  .food-pac-col-rgt {
    padding: 10px;
  }

  .food-pac-col-img-03,
  .food-saf-col-wrap,
  .food-prodct-img-01,
  .food-prodct-img-02,
  .food-prodct-img-02-wrp,
  .cust-rgt-wrp {
    border-radius: 20px;
  }

  .cust-col-left-wrp {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 32px;
    font-size: 70px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    margin-bottom: 15px;
    font-size: 23px;
  }

  .logo-img {
    width: 186px;
  }

  .nav-list {
    margin-left: -19px;
    margin-right: -19px;
  }

  .nav-item {
    padding-left: 19px;
    padding-right: 19px;
  }

  .nav-link {
    font-size: 16px;
  }

  .navigation {
    margin-right: 55px;
  }

  .theme-btn1 {
    padding: 21px 26px 22px;
    font-size: 16px;
  }

  .theme-btn1.mr18 {
    margin-right: 18px;
  }

  .theme-btn-text {
    margin-right: 16px;
  }

  .theme-btn2 {
    padding: 21px 26px;
  }

  .container {
    max-width: 1492px;
  }

  .banner-para {
    max-width: 724px;
    margin-bottom: 34px;
    font-size: 20px;
  }

  .banner-text-subtitle {
    font-size: 40px;
  }

  .lf1 {
    width: 236px;
  }

  .bnr-shape2 {
    width: 45%;
  }

  .title-flx {
    margin-bottom: 40px;
  }

  .arrow-link {
    width: 52px;
    height: 52px;
  }

  .food-prtct-desc {
    max-width: 1106px;
  }

  .food-prtct-row {
    margin-left: -43px;
    margin-right: -43px;
  }

  .food-prtct-col {
    padding-left: 43px;
    padding-right: 43px;
  }

  .food-prtct-iconwrap {
    margin-bottom: 25px;
  }

  .food-prtct-icon {
    max-width: 66px;
  }

  .food-prtct-content {
    padding-top: 22px;
  }

  .food-prtct-para {
    max-width: 256px;
    font-size: 16px;
  }

  .prdct-left-shape {
    width: 369px;
  }

  .prdct-right-shape {
    width: 431px;
  }

  .indstry-para {
    font-size: 16px;
  }

  .scroll-btm {
    width: 54px;
    left: 36px;
  }

  .arws-left,
  .arws-right {
    width: 52px;
    height: 52px;
  }

  .abt-right {
    padding-left: 70px;
  }

  .abt-box {
    width: 102%;
    padding: 22px 19px 22px 25px;
  }

  .abt-icon-wrap {
    margin-right: 26px;
  }

  .abt-icon {
    width: 73px;
  }

  .abt-icon-text1 {
    font-size: 25px;
  }

  .abt-icon-text2 {
    font-size: 16px;
  }

  .round-box {
    width: 54px;
    height: 54px;
  }

  .round-box2 {
    width: 57px;
    height: 57px;
  }

  .abt-img1 {
    width: 73%;
  }

  .abt2 {
    width: 92%;
    height: auto;
    inset: auto 0% 0% auto;
  }

  .abt3 {
    width: 110%;
    height: 100%;
    margin-left: 3%;
  }

  .abt-img-right {
    align-items: flex-end;
    width: 61%;
    margin-left: -14%;
    display: flex;
  }

  .abt-list {
    margin-bottom: 43px;
  }

  .abt-list-title {
    font-size: 23px;
  }

  .abt-list-para {
    font-size: 16px;
    line-height: 1.4;
  }

  .abt-list-icon {
    width: 76px;
    height: 76px;
  }

  .abt-list-icon-tag {
    max-width: 90%;
  }

  .abt-title {
    margin-bottom: 34px;
  }

  .abt-title.sml-mb {
    margin-bottom: 24px;
  }

  .abt-shape {
    pointer-events: none;
  }

  .banner-text-in {
    max-width: 769px;
    margin-left: 0;
  }

  .blog-sml-box {
    padding: 20px 13px 20px 20px;
  }

  .dwnld-btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .main-footer {
    padding-left: 200px;
    padding-right: 200px;
  }

  .ftitle {
    font-size: 25px;
  }

  .input-design {
    font-size: 17px;
  }

  .fnav-item {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .fcol2 {
    padding-left: 80px;
  }

  .fnav-item-full {
    margin-bottom: 22px;
  }

  .ftitle2 {
    font-size: 18px;
  }

  .inner-shape {
    width: 12%;
  }

  .inrbnr-shape2 {
    width: 45%;
  }

  .abt-left2 {
    width: 54.1%;
  }

  .abt-left2.rvrse,
  .abt-left2.sustnblty-left2 {
    width: 49%;
  }

  .abt-right2 {
    width: 45.9%;
    padding-left: 70px;
  }

  .abt-right2.rvrse {
    width: 51%;
    padding-right: 139px;
  }

  .abt-right2.sustnblty-left3 {
    width: 51%;
  }

  .abt-right2._51.pl54 {
    padding-left: 54px;
  }

  .food-prtct-col2 {
    padding-left: 43px;
    padding-right: 43px;
  }

  .food-prtct-row2 {
    margin-left: -43px;
    margin-right: -43px;
  }

  .stry-name {
    font-size: 23px;
  }

  .stry-img1 {
    height: 158px;
  }

  .stry-img2 {
    height: 321px;
  }

  .stry-img2.sml {
    height: 252px;
  }

  .stry-img3 {
    height: 430px;
  }

  .stry-img3._499 {
    height: 499px;
  }

  .stry-left-col {
    padding-right: 124px;
  }

  .form-right {
    padding-left: 74px;
  }

  .form-input {
    margin-bottom: 20px;
  }

  .form-input.textarea {
    margin-bottom: 30px;
  }

  .form-input.textarea._345 {
    height: 345px;
  }

  .form-input._98 {
    height: 98px;
  }

  .food-prtct-para2 {
    max-width: 337px;
    font-size: 23px;
  }

  .form-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .form-info-col {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .form-info-icon-wrap {
    margin-bottom: 30px;
  }

  .form-info-head {
    margin-bottom: 15px;
    font-size: 23px;
  }

  .stry-right-col2 {
    padding-left: 68px;
  }

  .contact-col-right {
    padding-left: 72px;
  }

  .contact-info-col {
    padding: 10px;
  }

  .contact-info-row {
    margin: -10px;
  }

  .contact-info-box {
    padding: 36px;
  }

  .cicon-wrap {
    margin-bottom: 30px;
  }

  .ctitle {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .cmain-para {
    margin-bottom: 34px;
  }

  .form-input2 {
    margin-bottom: 20px;
  }

  .form-input2.textarea {
    margin-bottom: 30px;
  }

  .h3-title {
    font-size: 23px;
  }

  .h3-title.mb-36 {
    margin-bottom: 36px;
  }

  .h3-title.capitalize {
    text-transform: capitalize;
  }

  .mb36 {
    margin-bottom: 36px;
  }

  .support-left {
    width: 45%;
  }

  .support-right {
    width: 55%;
    padding-left: 76px;
  }

  .support-right2 {
    width: 49%;
  }

  .support-left2 {
    width: 51%;
    padding-left: 71px;
  }

  .prcs-row {
    margin: -15px;
  }

  .prcs-col {
    padding: 15px;
  }

  .prcs-box {
    padding: 28px;
  }

  .custmr-left {
    padding-right: 72px;
  }

  .cstmr-logo-row {
    margin: -15px;
  }

  .cstmr-logo-col {
    padding: 15px;
  }

  .cstmr-logo-text {
    font-size: 23px;
  }

  .certfd-row2 {
    margin: -15px;
  }

  .certfd-col2 {
    padding: 15px;
  }

  .certfd-form2 {
    padding: 21px 47px 52px;
  }

  .form-input-wrap2 {
    margin-bottom: 36px;
  }

  .border-out {
    padding-left: 27px;
    padding-right: 27px;
  }

  ._2col-img-row._2col-img-row-1 {
    padding-bottom: 90px;
  }

  .two-img-col {
    width: 49%;
  }

  .two-img-col.rvrse {
    width: 52%;
  }

  .two-img-col-text {
    width: 51%;
    padding-right: 124px;
  }

  .two-img-col-text.rvrse {
    width: 48%;
    padding-left: 76px;
  }

  .sustnblty-richtext p {
    margin-bottom: 17px;
  }

  .sustnblty-richtext ul {
    margin-bottom: 0;
  }

  .sustnblty-richtext li {
    margin-bottom: 17px;
  }

  .shape-blue-left {
    width: 38%;
    left: -6%;
  }

  .shape-blue-right {
    width: 25%;
  }

  .form-shape1,
  .form-shape2 {
    width: 24%;
  }

  .blog-list-row {
    margin: -15px;
  }

  .blog-list-col {
    padding: 15px;
  }

  .text-center.black {
    margin-bottom: 60px;
  }

  .common-text h3,
  .common-text p {
    margin-bottom: 20px;
  }

  .product-left.rvrse,
  .product-left.sustnblty-left2 {
    width: 49%;
  }

  .product-richtext h3,
  .product-richtext p {
    margin-bottom: 20px;
  }

  .product-right {
    padding-left: 57px;
  }

  .product-right.rvrse {
    width: 51%;
    padding-right: 139px;
  }

  .product-right.sustnblty-left3 {
    width: 51%;
  }

  .column3-image-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .column2-image1 {
    min-height: 370px;
  }

  .column2-image2 {
    width: 37%;
  }

  .indstry-row1 {
    margin: -15px;
  }

  .indstry-col1 {
    padding: 15px;
  }

  .banner-count {
    margin-top: 36px;
  }

  .stry-2cmn._660 {
    max-width: 660px;
    margin-left: auto;
  }

  .theme-btn-text-copy {
    margin-right: 16px;
  }

  .prodct-and-sol-row-wrp {
    margin-bottom: 120px;
  }

  .prodct-and-sol-col-left {
    padding-top: 0;
  }

  .prodct-and-sol-col-left-wrp {
    padding-right: 110px;
  }

  .cust-col-left-wrp {
    padding-right: 48px;
  }
}

@media screen and (max-width: 991px) {
  body {
    line-height: 1.4;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  .logo {
    padding-left: 0;
  }

  .nav-list {
    flex-flow: column;
  }

  .nav-item {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-item.mbl-show {
    display: block;
  }

  .nav-link {
    font-size: 20px;
    display: inline-block;
  }

  .navigation {
    background-color: var(--light-blue-border);
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .theme-btn1 {
    padding: 13px 18px;
    font-size: 13px;
  }

  .theme-btn1.mr18 {
    margin-left: auto;
  }

  .theme-btn2 {
    padding: 12px 18px;
  }

  .container {
    z-index: 5;
    position: relative;
  }

  .home-banner {
    background-color: #d1b496;
    border-radius: 10px;
  }

  .home-banner-image {
    opacity: 0.6;
    min-height: 400px;
  }

  .title-shape-flex.mb32 {
    margin-bottom: 20px;
  }

  .title-shape1 {
    width: 32px;
    margin-right: 8px;
  }

  .banner-text-subtitle {
    font-size: 18px;
  }

  .banner-title {
    margin-bottom: 12px;
  }

  .logo-slider-sec.pb-mbl {
    padding-bottom: 0;
  }

  .prdct-col {
    width: 50%;
    padding: 10px 5px;
  }

  .prdct-row {
    margin: -10px -5px;
  }

  .prdct-content {
    padding-right: 35px;
  }

  .prdct-content.different.bg,
  .prdct-content.different.blue-bg {
    background-image: none;
  }

  .prdct-short-desc {
    font-size: 14px;
  }

  .arrow-link {
    width: 32px;
    height: 32px;
  }

  .food-prtct-sec {
    border-radius: 15px;
    padding-top: 50px;
  }

  .food-prtct-row {
    flex-flow: wrap;
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .food-prtct-col {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .food-prtct-iconwrap {
    height: 60px;
  }

  .prtct-center {
    margin-top: 35px;
  }

  .prdct-left-shape {
    width: 20%;
  }

  .prdct-right-shape {
    width: 30%;
  }

  .line-prdct {
    height: 80%;
    top: 50%;
    transform: translate(0, -50%);
  }

  .line-prdct.tab-hide {
    display: none;
  }

  .cmn-gap-big {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .indstry-box {
    border-radius: 10px;
  }

  .learnmore-text {
    font-size: 14px;
  }

  .scroll-btm {
    display: none;
    inset: auto auto 10px 20px;
    transform: none;
  }

  .scroll-btm-text {
    display: none;
  }

  .scroll-btm-arrow {
    position: absolute;
    inset: 7px auto auto 16px;
  }

  .scroll-btm-round {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }

  .slider-arws {
    justify-content: center;
    width: 120px;
    margin-top: 50px;
    position: relative;
  }

  .slider-arws.nostyle {
    margin-top: 0;
  }

  .about-sec.cmn-gap-big {
    padding-top: 0;
  }

  .abt-row {
    flex-flow: column;
  }

  .abt-left {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .abt-right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .abt-box {
    border-radius: 10px;
  }

  .abt-img1 {
    object-fit: cover;
    border-radius: 10px;
    height: 230px;
  }

  .abt2,
  .abt3 {
    height: 360px;
  }

  .banner-text-in {
    margin-left: 0;
  }

  .blog-box {
    border-radius: 10px;
  }

  .blog-row {
    flex-flow: column;
  }

  .blog-sml-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 10px;
    padding: 10px;
  }

  .blog-sml-box-imgwrap {
    border-radius: 10px;
  }

  .blog-sml-box-subtitle {
    margin-bottom: 6px;
  }

  .blog-sml-box-para {
    height: 40px;
    margin-bottom: 6px;
    overflow: hidden;
  }

  .blog-sml-box-imgwrap-col {
    flex: none;
    width: 34%;
  }

  .dwnld-btn {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }

  .main-footer {
    border-radius: 15px;
    padding-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-input-wrap {
    max-width: 400px;
  }

  .social-icon-wrap {
    width: 42px;
    height: 42px;
  }

  .fnav-item {
    margin-bottom: 12px;
  }

  .frow {
    grid-row-gap: 30px;
  }

  .fcol1 {
    order: 9999;
    width: 100%;
  }

  .fcol2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .fcol3 {
    width: 100%;
  }

  .fnav-item-full {
    margin-bottom: 12px;
  }

  .copyright {
    margin-top: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-dwnld {
    width: 18px;
  }

  .inner-banner {
    border-radius: 15px;
    height: 125px;
  }

  .about-row2 {
    flex-flow: row-reverse;
  }

  .about-row2.rvrse {
    flex-flow: row;
    margin-top: 50px;
  }

  .abt-left2 {
    flex-flow: row;
    width: 100%;
  }

  .abvtimg2 {
    border-radius: 10px;
  }

  .abt-right2 {
    order: -9999;
    width: 100%;
  }

  .abt-right2.sustnblty-left3 {
    padding-left: 30px;
  }

  .stry-img1 {
    border-radius: 10px;
    height: 160px;
  }

  .stry-img2 {
    border-radius: 10px;
    height: 320px;
  }

  .stry-img2.sml {
    height: 270px;
  }

  .stry-img3,
  .stry-img3._499 {
    border-radius: 10px;
  }

  .stry-left-col {
    order: 9999;
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
  }

  .stry-left-col.custom {
    order: -9999;
  }

  .stry-right-col {
    width: 100%;
  }

  .form-wrap {
    padding: 50px 15px;
  }

  .form-row {
    flex-flow: column;
  }

  .form-left {
    width: 100%;
  }

  .form-right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .form-input {
    height: 44px;
    padding-left: 15px;
  }

  .form-input.textarea {
    height: 100px;
    padding-top: 15px;
  }

  .form-input.textarea._345 {
    height: 100px;
  }

  .form-input._98 {
    height: 44px;
  }

  .form-para {
    margin-bottom: 20px;
  }

  .form-info-col {
    border-radius: 10px;
  }

  .form-info-head {
    font-size: 17px;
  }

  .stry-left-col2 {
    order: 9999;
    width: 100%;
  }

  .stry-right-col2 {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

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

  .contact-col-left {
    width: 100%;
  }

  .contact-col-right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .contact-info-box {
    border-radius: 10px;
  }

  .form-input2 {
    height: 50px;
    padding-left: 15px;
  }

  .form-input2.textarea {
    padding-top: 15px;
  }

  .support-title-wrap {
    margin-bottom: 45px;
  }

  .support-row,
  .support-row.rvrse {
    flex-flow: column;
  }

  .support-left {
    order: 9999;
    width: 100%;
  }

  .support-right {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .support-img1,
  .support-img2 {
    border-radius: 10px;
  }

  .support-right2 {
    width: 100%;
  }

  .support-left2 {
    order: 9999;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .support-img3,
  .prcs-box {
    border-radius: 10px;
  }

  .custmr-row {
    flex-flow: column;
    margin-bottom: 50px;
  }

  .custmr-left {
    order: 9999;
    width: 100%;
    margin-top: 25px;
    padding-right: 0;
  }

  .custmr-right {
    width: 100%;
  }

  .custmr-img,
  .cstmr-logo-box {
    border-radius: 10px;
  }

  .cstmr-logo-wrap {
    border-radius: 10px;
    margin-right: 12px;
  }

  .cstmr-logo-text {
    font-size: 16px;
  }

  .certfd-box {
    padding: 15px 20px 15px 15px;
  }

  .certfd-icon-wrap {
    width: 200px;
    height: 100%;
    margin-right: 20px;
  }

  .certfd-icon {
    max-width: 90%;
  }

  .certfd-sec2 {
    padding-top: 50px;
  }

  .certfd-form2 {
    border-radius: 15px;
  }

  .form-input-wrap2 {
    margin-bottom: 12px;
  }

  ._2col-img-row {
    padding-left: 30px;
  }

  ._2col-img-row.rvrse {
    padding-right: 30px;
  }

  ._2col-img1.rvrse.custom {
    width: 40%;
  }

  ._2col-img2 {
    width: 30%;
  }

  ._2col-img2.rvrse {
    width: 30%;
    max-height: 60%;
  }

  ._2col-img2.rvrse.rvrse-new {
    width: 60%;
    max-height: 100%;
  }

  .two-img-col {
    width: 100%;
  }

  .two-img-col-text {
    order: 9999;
    width: 100%;
    padding-top: 25px;
    padding-right: 0;
  }

  .two-img-col-text.rvrse {
    padding-left: 0;
  }

  .two-img-row {
    flex-flow: column;
    margin-bottom: 80px;
  }

  .two-img-row.rvrse {
    flex-flow: column;
    margin-top: 50px;
  }

  .blog-list-col {
    width: 50%;
  }

  .blog-list-sec {
    padding-top: 50px;
  }

  .pimg {
    border-radius: 10px;
  }

  .product-left {
    width: 100%;
  }

  .product-row {
    flex-flow: column;
  }

  .product-right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .product-outer {
    margin-bottom: -50px;
  }

  .column2-image1 {
    border-radius: 10px;
  }

  .column2-image2 {
    border-width: 4px;
    border-radius: 10px;
  }

  .column3-image1,
  .column3-image2,
  .column3-image3 {
    border-radius: 10px;
  }

  .product-repeat-col {
    margin-bottom: 50px;
  }

  .indstry-col1 {
    width: 50%;
  }

  .listing-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .menu-btn {
    background-color: var(--blue);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 42px;
    margin-left: 10px;
    padding: 0;
    display: inline-flex;
  }

  .menu-btn.w--open {
    background-color: var(--blue);
  }

  .banner-count {
    display: none;
  }

  .current {
    width: 19px;
    font-size: 30px;
  }

  .count-line {
    width: 110px;
  }

  .support-img2-copy,
  .support-img1-copy,
  .support-img3-copy,
  .support-img1-copy {
    border-radius: 10px;
  }

  .prodct-and-sol-row-wrp {
    margin-bottom: 60px;
  }

  .prodct-and-sol-col-left {
    padding-top: 20px;
  }

  .prodct-and-sol-col-left-wrp {
    padding-right: 40px;
  }

  .food-prodct-wrp {
    padding-left: 60px;
  }

  .food-prodct-img-02-wrp {
    width: 46%;
    padding: 5px;
  }

  .cust-col-left-wrp {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    padding-left: 0;
  }

  .home-banner {
    background-color: transparent;
  }

  .home-banner-image {
    opacity: 1;
    height: 58vh;
    min-height: 360px;
  }

  .banner-text {
    background-image: linear-gradient(
      rgba(30, 20, 12, 0),
      rgba(30, 20, 12, 0.55) 45%,
      rgba(30, 20, 12, 0.88)
    );
    padding-top: 80px;
    padding-bottom: 28px;
    position: absolute;
    inset: auto auto 0 0;
    top: auto;
    transform: none;
  }

  .banner-text-in {
    max-width: none;
    margin-left: 0;
  }

  .banner-para {
    margin-bottom: 16px;
  }

  .banner-count {
    margin-top: 12px;
    display: flex;
  }

  .theme-btn2.tab-sml-hide {
    display: none;
  }

  .logo-title-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .title-flx-right.mbl-btn-hide {
    display: none;
  }

  .prdct-box-imrwrap.full-height {
    padding-top: 100%;
  }

  .prdct-col {
    width: 100%;
  }

  .slider-arws {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-arws.nostyle {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .arws-left,
  .arws-right {
    width: 32px;
    height: 32px;
  }

  .abt-img-right {
    flex-flow: column;
    justify-content: flex-end;
    display: flex;
  }

  .abt-title.mb10 {
    margin-bottom: 20px;
  }

  .tlogo-wrap {
    width: 100px;
    height: 100px;
  }

  .inner-banner {
    height: 100px;
  }

  .about-row2,
  .about-row2.rvrse {
    flex-flow: column;
  }

  .stry-img1 {
    height: 130px;
  }

  .stry-img2 {
    height: 230px;
  }

  .stry-img2.sml {
    height: 200px;
  }

  .form-info {
    flex-flow: wrap;
  }

  .form-info-col {
    flex: none;
    width: 100%;
  }

  .contact-info-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cicon {
    max-height: 30px;
  }

  .ctitle {
    margin-bottom: 6px;
    font-size: 17px;
  }

  .support-img2 {
    border-width: 4px;
  }

  .prcs-col,
  .cstmr-logo-col {
    width: 50%;
  }

  .certfd-box {
    border-radius: 10px;
    flex-flow: column;
  }

  .certfd-icon-wrap {
    border-radius: 10px;
    width: 100%;
    height: 150px;
    min-height: auto;
    margin-bottom: 20px;
  }

  .certfd-icon {
    object-fit: contain;
    max-height: 100%;
  }

  .certfd-row2 {
    flex-flow: column;
  }

  .certfd-col2 {
    width: 100%;
  }

  ._2col-img1 {
    border-radius: 12px;
  }

  ._2col-img2.custom._2col-img2-1 {
    width: 40%;
  }

  .two-img-row {
    margin-bottom: 60px;
  }

  .pimg,
  .column2-image1 {
    min-height: 250px;
  }

  .mbl-btn {
    display: block;
  }

  .support-img2-copy {
    border-width: 4px;
  }

  .prodct-and-sol-col-left {
    width: 100%;
    padding-top: 0;
  }

  .prodct-and-sol-col-rgt {
    order: -9999;
    width: 100%;
    margin-bottom: 30px;
  }

  .cust-col-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .cust-col-rgt {
    width: 100%;
  }

  .collection-list {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo,
  .logo.w--current {
    padding-left: 0;
  }

  .navbar {
    margin-left: -10px;
    margin-right: -10px;
  }

  .theme-btn1.mr18 {
    letter-spacing: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .btn-arrow.hbtn-arw {
    width: 10px;
  }

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

  .home-banner-image {
    opacity: 1;
    height: 56vh;
    min-height: 340px;
  }

  .banner-text {
    background-image: linear-gradient(
      rgba(30, 20, 12, 0),
      rgba(30, 20, 12, 0.55) 45%,
      rgba(30, 20, 12, 0.9)
    );
    padding-top: 70px;
    padding-bottom: 22px;
    position: absolute;
    inset: auto auto 0 0;
    top: auto;
    transform: none;
  }

  .banner-para {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .banner-text-subtitle {
    font-size: 15px;
  }

  .banner-title {
    font-size: 26px;
  }

  .banner-count {
    margin-top: 10px;
  }

  .count-line {
    width: 80px;
  }

  .logo-slider-wrap {
    height: 70px;
  }

  .title-flx {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
  }

  .prdct-box-imrwrap.full-height {
    height: auto;
  }

  .prdct-col {
    width: 100%;
  }

  .prdct-content.different {
    color: var(--black3);
    border-radius: 0;
    max-height: none;
    padding: 0 35px 0 0;
    font-weight: 400;
    position: relative;
    overflow: visible;
  }

  .arrow-link.for-mobile-only {
    display: inline-flex;
  }

  .food-prtct-sec {
    padding-bottom: 60px;
  }

  .food-prtct-iconwrap {
    height: 51px;
  }

  .food-prtct-icon {
    max-width: 45px;
  }

  .food-prtct-subtitle {
    font-size: 16px;
    line-height: 1.2;
  }

  .food-prtct-para {
    font-size: 13px;
  }

  .indstry-box {
    padding: 10px 10px 20px;
  }

  .scroll-btm {
    bottom: 5px;
  }

  .indstry-icon-wrap {
    width: 45px;
    height: 45px;
    padding: 8px;
  }

  .abt-left {
    flex-flow: column;
  }

  .round-box {
    width: 40px;
    height: 40px;
  }

  .abt-img1 {
    width: 100%;
  }

  .abt2 {
    height: 330px;
  }

  .abt3 {
    width: 100%;
    height: 330px;
  }

  .abt-img-right {
    width: 100%;
    margin-top: 30px;
    margin-left: 0%;
  }

  .abt-img-left {
    width: 100%;
  }

  .abt-shape {
    max-width: 25%;
    right: -10px;
  }

  .tlogo-wrap {
    width: 90px;
    height: 90px;
  }

  .blog-box {
    padding: 10px 10px 20px;
  }

  .blog-sml-box {
    flex-flow: column;
    padding: 10px 10px 20px;
  }

  .blog-sml-box-imgwrap-col {
    width: 100%;
  }

  .fpara {
    margin-bottom: 12px;
  }

  .input-design {
    height: 50px;
    padding-left: 15px;
    padding-right: 60px;
  }

  .submit-btn {
    width: 44px;
    height: 38px;
  }

  .fnav-item {
    width: 100%;
  }

  .inner-banner {
    height: 85px;
  }

  .food-prtct-col2 {
    width: 50%;
  }

  .stry-name {
    font-size: 17px;
    line-height: 1.1;
  }

  .stry-desig {
    font-size: 13px;
  }

  .stry-flx {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .stry-img1 {
    height: 80px;
    margin-bottom: 10px;
  }

  .stry-img2,
  .stry-img2.sml {
    height: 120px;
  }

  .stry-img-left {
    padding-right: 5px;
  }

  .stry-img-right {
    padding-left: 5px;
  }

  .form-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-info-icon-wrap {
    margin-bottom: 14px;
  }

  .form-info-head {
    margin-bottom: 5px;
    line-height: 1.1;
  }

  .contact-info-col {
    width: 100%;
  }

  .contact-info-box {
    border-radius: 10px;
  }

  .support-img-wrap {
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .prcs-col {
    width: 100%;
  }

  .prcs-subtitle {
    margin-bottom: 10px;
  }

  .cstmr-logo-col {
    width: 100%;
  }

  .certfd-form2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._2col-img-row._2col-img-row-1 {
    padding-bottom: 40px;
  }

  ._2col-img1 {
    min-height: 180px;
  }

  ._2col-img2 {
    border-width: 4px;
    border-radius: 10px;
    width: 50%;
  }

  ._2col-img2.rvrse {
    width: 50%;
  }

  ._2col-img2.custom._2col-img2-1 {
    width: 45%;
  }

  .blog-list-col {
    width: 100%;
  }

  .pimg {
    min-height: 200px;
  }

  .product-richtext li {
    margin-bottom: 12px;
  }

  .column2-image-wrap {
    padding-right: 30px;
  }

  .column2-image1 {
    min-height: 150px;
  }

  .column3-image2 {
    border-radius: var(--radius20);
  }

  .indstry-col1 {
    width: 100%;
  }

  .indstry-box2 {
    padding: 10px 10px 20px;
  }

  .inr-banner-image {
    opacity: 1;
  }

  .paragraph {
    font-size: 13px;
  }

  .support-img-wrap-dis-1,
  .support-img-wrap-copy,
  .support-img-wrap-copy {
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .prodct-and-sol-col-left-wrp {
    padding-bottom: 20px;
    padding-right: 30px;
  }

  .prodct-and-sol-img-01,
  .prodct-and-sol-img-02 {
    border-radius: 8px;
  }

  .prodct-and-sol-img-02-wrp {
    border-radius: 8px;
    width: 40%;
    bottom: 0;
  }

  .prodct-and-sol-col-rgt {
    margin-bottom: 20px;
  }

  .food-pac-col-img-01,
  .food-pac-col-img-02,
  .food-pac-col-img-03,
  .food-saf-col-wrap {
    border-radius: 8px;
  }

  .food-prodct-wrp {
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .food-prodct-img-01,
  .food-prodct-img-02,
  .food-prodct-img-02-wrp {
    border-radius: 8px;
  }

  .white-txt {
    color: var(--black);
  }
}
