html {
  scroll-behavior: smooth;
}

body {
  padding-bottom: 0px !important;
  background-color: #fff;
  font-family: "Public Sans", sans-serif;
}

p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  p {
    line-height: 26px;
  }

}

.bg-white {
  border-radius: 12px;
}

.text-green {
  color: #21AD01;
}
.text-green:hover {
  color: #21AD01;
}

.btn-bg {
  background-color: #21AD01;
  border-radius: 8px;
  padding: 10px 24px;
  height: 48px;
}
@media (max-width: 1239px) {
  .btn-bg {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .btn-bg {
    padding: 10px 24px;
  }
  .btn-bg-new{
    width:80%!important;
  }
}

.btn-text {
  color: #21AD01;
}

.btn-border {
  border: 2px solid #21AD01;
  color: #21AD01;
  background-color: rgb(244, 242, 240);
  border-radius: 8px;
  padding: 12px 25px;
  height: 48px;
}

.gray-bg {
  background-color: rgb(244, 242, 240);
}

.swiper-pagination-bullet-active {
  background: #21AD01;
}

.fs-9 {
  font-size: 0.563rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.813rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-44 {
  font-size: 2.75rem;
}

.fs-56 {
  font-size: 3.5rem;
}

header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-bottom: 1px solid rgb(221, 221, 221);
}
header .navbar-light .navbar-toggler {
  color: transparent;
}
header .navbar-light .offcanvas-start {
  position: static;
  visibility: visible;
  transform: none;
  flex-grow: 1;
}
@media (max-width: 1239px) {
  header .navbar-light .offcanvas-start {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  header .navbar-light .offcanvas-start {
    position: fixed;
    visibility: hidden;
    font-size: 1rem;
  }
}
header .navbar-light .offcanvas-start .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
@media (max-width: 1023px) {
  header .navbar-light .offcanvas-start .offcanvas-body {
    overflow-y: auto;
    flex-grow: 1;
    display: block;
  }
}
@media (max-width: 1023px) {
  header .navbar-light .offcanvas-start .offcanvas-body ul li {
    padding: 1rem;
  }
}
header .navbar-light .offcanvas-start .offcanvas-body ul li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1023px) {
  header .navbar-light .offcanvas-start .offcanvas-body ul li:not(:last-child) {
    margin-right: 0;
    border-bottom: 2px solid #dee2e6 !important;
  }
}
header .navbar-light .offcanvas-start .offcanvas-body ul li:not(:has(.submenu)) {
  display: flex;
  justify-content: space-between;
}
header .navbar-light .offcanvas-start .offcanvas-body ul li .nav-link {
  font-weight: 500;
  color: rgb(0, 0, 0);
}
header .navbar-light .offcanvas-start .offcanvas-body ul li svg {
  color: #21AD01;
}
header .navbar-light .offcanvas-start .offcanvas-body ul li div.submenu {
  display: none;
  position: absolute;
  top: 74px;
  width: 100%;
  left: 0;
  background-color: white;
  box-shadow: 2px 3px 3px rgba(36, 39, 44, 0.15);
  height: auto;
}
@media (max-width: 1023px) {
  header .navbar-light .offcanvas-start .offcanvas-body ul li div.submenu {
    display: block;
    position: static;
    box-shadow: none;
  }
}
header .navbar-light .offcanvas-start .offcanvas-body ul li div.submenu .header-widget img {
  border-radius: 12px;
}
@media (max-width: 1023px) {
  header .navbar-light .offcanvas-start .offcanvas-body ul li div.submenu .border-top {
    border-top: 0px solid #dee2e6 !important;
  }
}
header .navbar-light .offcanvas-start .offcanvas-body ul li div.submenu a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
@media (max-width: 1023px) {
  header .navbar-light .offcanvas-start .offcanvas-body ul li div.submenu a p {
    font-weight: 600;
    line-height: 24px;
    color: rgb(0, 0, 0);
  }
}
header .navbar-light .offcanvas-start .offcanvas-body ul li div.submenu a:hover {
  color: #21AD01;
}
header .navbar-light .offcanvas-start .offcanvas-body ul li div.submenu:hover {
  display: block;
}
header .navbar-light .offcanvas-start .offcanvas-body ul li:hover .nav-link {
  color: #21AD01;
  border-bottom: 2px solid #21AD01;
}
@media (max-width: 1023px) {
  header .navbar-light .offcanvas-start .offcanvas-body ul li:hover .nav-link {
    border-bottom: 0px solid #21AD01;
    color: rgb(0, 0, 0);
  }
}
header .navbar-light .offcanvas-start .offcanvas-body ul li:hover div.submenu {
  display: block;
}
header.sass {
  background-color: rgb(44, 72, 38);
  border-bottom: 1px solid rgb(44, 72, 38);
}
header.sass .offcanvas {
  background-color: rgb(44, 72, 38);
}
@media (max-width: 1023px) {
  header.sass .offcanvas {
    background-color: #fff;
  }
}
header.sass .offcanvas ul li:hover {
  color: #fff !important;
}
header.sass .offcanvas ul li .nav-link {
  color: #fff !important;
}
@media (max-width: 1023px) {
  header.sass .offcanvas ul li .nav-link {
    color: rgb(0, 0, 0) !important;
  }
}
header button:focus-visible {
  outline: 0;
}

.banner-heading {
  font-size: 56px;
  line-height: 65.8px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .banner-heading {
    font-size: 42px;
    line-height: 60px;
  }
}
@media (max-width: 1023px) {
  .banner-heading {
    font-size: 32px;
    line-height: 37.6px;
  }
}

.banner-top-margin {
  margin-top: 73px;
}
@media (max-width: 1239px) {
  .banner-top-margin {
    margin-top: 70px;
  }
}

.banner-left-padding {
  padding-left: 8%;
}
@media (max-width: 1440px) {
  .banner-left-padding {
    padding-left: 0;
  }
}

.bg-green-overlay {
  background-color: rgba(38, 71, 31, 0.9);
}

#banner .container-fluid > .row .col-12.px-0.position-relative {
  height: 656px;
}
@media (max-width: 1024px) {
  #banner .container-fluid > .row .col-12.px-0.position-relative {
    height: 750px;
  }
}
#banner .container-fluid > .row .col-12.px-0.position-relative:has(div.bg-green-overlay) {
  height: 640px;
}
@media (max-width: 1023px) {
  #banner .container-fluid > .row .col-12.px-0.position-relative:has(div.bg-green-overlay) {
    height: 860px;
  }
}
#banner .container-fluid > .row .col-12.px-0.position-relative:has(div.bg-green-overlay) .row {
  height: inherit;
}
#banner .container-fluid > .row .col-12.px-0.position-relative:has(div.bg-green-overlay) .row h1 {
  font-size: 48px;
  line-height: 62.4px;
}
@media (max-width: 1023px) {
  #banner .container-fluid > .row .col-12.px-0.position-relative:has(div.bg-green-overlay) .row h1 {
    font-size: 32px;
    line-height: 37.6px;
  }
}
#banner .container-fluid > .row .col-12.px-0.position-relative:has(div.bg-green-overlay) .row .position-relative {
  height: inherit;
  align-content: end;
}
#banner .container-fluid > .row .col-12.px-0.position-relative:has(div.bg-green-overlay) .row .position-relative img {
  height: auto;
}
@media (max-width: 1023px) {
  #banner .container-fluid > .row .col-12.px-0.position-relative:has(div.bg-green-overlay) .row .position-relative {
    height: auto;
  }
}
#banner .container-fluid > .row .col-12.px-0.position-relative video {
  height: inherit;
  object-fit: cover;
}
#banner .container-fluid > .row .col-12.px-0.position-relative .position-absolute {
  width: 400px;
  height: 540px;
  background: #F4F2F0;
  top: 0px;
  right: 0;
}
@media (max-width: 1024px) {
  #banner .container-fluid > .row .col-12.px-0.position-relative .position-absolute {
    height: 450px;
    width: 320px;
  }
}
#banner .banner-img {
  height: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  align-content: center;
}
#banner .banner-img.bg-overlay {
  background-color: rgba(11, 34, 12, 0.85);
}
#banner .banner-img p {
  color: rgba(255, 255, 255, 0.5215686275);
}
#banner .banner-img .bg-white p {
  color: #666666;
}
@media (max-width: 1024px) {
  #banner .banner-img .banner-top {
    height: 450px;
  }
}
@media (max-width: 600px) {
  #banner .banner-img .banner-top {
    height: 400px;
  }
}
#banner .wheat-icons {
  position: absolute;
  background-color: #fff;
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 12.14px 24.29px 56.93px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 600px) {
  #banner .wheat-icons {
    padding: 10px 15px;
    border-radius: 6px;
  }
}
#banner .wheat-icons img {
  height: 40px;
}
@media (max-width: 600px) {
  #banner .wheat-icons img {
    height: 28px;
  }
}
#banner .left-wheat-icons {
  bottom: 60px;
  left: 24%;
}
@media (max-width: 1440px) {
  #banner .left-wheat-icons {
    left: 0;
  }
}
@media (max-width: 1366px) {
  #banner .left-wheat-icons {
    left: 16%;
  }
}
@media (max-width: 1024px) {
  #banner .left-wheat-icons {
    left: 18%;
  }
}
@media (max-width: 1023px) {
  #banner .left-wheat-icons {
    left: 0;
  }
}
#banner .right-wheat-icons {
  top: 40px;
  right: -14%;
}
@media (max-width: 1024px) {
  #banner .right-wheat-icons {
    top: 15%;
    right: 18%;
  }
}
@media (max-width: 1023px) {
  #banner .right-wheat-icons {
    right: 0;
  }
}
@media (max-width: 600px) {
  #banner .right-wheat-icons {
    top: 20%;
  }
}
#banner h6:first-child {
  color: #6B6B6A;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 600px) {
  #banner h6:first-child {
    font-size: 8.54px;
  }
}
#banner h6:last-child {
  font-weight: 700;
  font-size: 18px;
  color: #003C2F;
}
@media (max-width: 600px) {
  #banner h6:last-child {
    font-size: 10.25px;
  }
}

#backward .position-relative {
  line-height: 0;
}
#backward .position-relative video {
  height: 725px;
  object-fit: cover;
}
@media (max-width: 1366px) {
  #backward .position-relative video {
    height: 700px;
  }
}
@media (max-width: 1024px) {
  #backward .position-relative video {
    height: 610px;
  }
}
@media (max-width: 768px) {
  #backward .position-relative video {
    height: 1041px;
  }
  .color-text-menu{
  color:#000;
}
.icon-color{
  color:#21AD01;
}
}
#backward .backward-img {
  background-color: rgba(38, 71, 31, 0.9);
  height: 725px;
  width: 100%;
  position: absolute;
  top: 0;
  align-content: center;
}
@media (max-width: 1366px) {
  #backward .backward-img {
    height: 700px;
  }
}
@media (max-width: 1024px) {
  #backward .backward-img {
    height: 610px;
  }
}
@media (max-width: 768px) {
  #backward .backward-img {
    height: 1041px;
  }
}
@media (max-width: 768px) {
  #backward .backward-img .col-md-5 {
    margin-top: -60%;
  }
  .bg-menu{
    background-color: #f0f0f0;
  }
}
#backward .backward-img .sass-right-text {
  padding-left: 18%;
}
@media (max-width: 1440px) {
  #backward .backward-img .sass-right-text {
    padding-left: 0;
  }
}
@media (max-width: 1366px) {
  #backward .backward-img .sass-right-text {
    padding-left: 10%;
  }
}
@media (max-width: 768px) {
  #backward .backward-img .sass-right-text {
    padding-left: 0;
    padding-bottom: 65%;
  }
}
@media (max-width: 600px) {
  #backward .backward-img .sass-right-text {
    padding-left: 0;
    padding-bottom: 75%;
  }
}
#backward .backward-img .position-absolute {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -39.4%);
  width: 100%;
}
@media (max-width: 1366px) {
  #backward .backward-img .position-absolute {
    transform: translate(-50%, -41.5%);
  }
}
@media (max-width: 1024px) {
  #backward .backward-img .position-absolute {
    transform: translate(-50%, -37.5%);
  }
}
@media (max-width: 768px) {
  #backward .backward-img .position-absolute {
    transform: translate(-50%, -84%);
  }
}
@media (max-width: 600px) {
  #backward .backward-img .position-absolute {
    transform: translate(-50%, -67%);
  }
}
@media (max-width: 600px) {
  #backward .backward-img .position-absolute img {
    height: 340px;
  }
}
#backward p {
  color: rgba(255, 255, 255, 0.5215686275);
}

#backward-integration .row {
  place-items: center;
  border-radius: 16px;
}
#backward-integration .row img {
  border-radius: 0 16px 16px 0;
}
@media (max-width: 768px) {
  #backward-integration .row img {
    border-radius: 0 0 16px 16px;
  }
}
#backward-integration small {
  color: #21AD01;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 600;
}
#backward-integration p {
  font-size: 16px;
  line-height: 28.8px;
  font-weight: 400;
}

#benefit .benefit-bg1 {
  background-color: #E5F2E0;
  border-radius: 16px;
  min-height: 195px;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
#benefit .benefit-bg2 {
  background-color: #F6EBF9;
}
#benefit .benefit-bg3 {
  background-color: #FCFAE5;
}
#benefit .benefit-bg4 {
  background-color: #E0F2EF;
}
#benefit .benefit-bg5 {
  background-color: #ECEEFD;
}
#benefit .benefit-bg6 {
  background-color: #FDF0E4;
}
#benefit .benefit-bg7 {
  background-color: #E2F2FF;
}
#benefit .benefit-bg8 {
  background-color: #FDE5E5;
}
#benefit p {
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 1366px) {
  #benefit p {
    font-size: 17px;
  }
}

#why-choose {
  background-image: url("../images/curve-vector.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#why-choose h6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
}
@media (max-width: 768px) {
  #why-choose h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
#why-choose p {
  font-size: 18px;
  color: #6B6B6B;
  line-height: 25.2px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  #why-choose p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
@media (max-width: 768px) {
  #why-choose p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  #why-choose p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
@media (max-width: 768px) {
  #why-choose .swiper-slide {
    border: 1px solid #DDDDDD;
    border-radius: 24px;
    height: 190px;
  }
  #why-choose .swiper-pagination-bullet-active {
    background: #21AD01;
  }
  #why-choose .swiper-pagination {
    position: static;
  }
}

#agriculture1 .agri-icons {
  background-color: #E6F8E2;
  border-radius: 50%;
  padding: 20px;
  width: 30px;
  height: 30px;
}
#agriculture1 .row .col-lg-7 {
  display: grid;
  place-items: center;
}
#agriculture1 .row .col-lg-7.harveting-bg {
  height: 570px;
  background-image: url("../images/sass-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 48px;
}
@media (max-width: 1024px) {
  #agriculture1 .row .col-lg-7.harveting-bg {
    height: 500px;
  }
}
@media (max-width: 768px) {
  #agriculture1 .row .col-lg-7.harveting-bg {
    border-radius: 24px;
  }
}
@media (max-width: 600px) {
  #agriculture1 .row .col-lg-7.harveting-bg {
    height: 264px;
    border-radius: 24px;
  }
}
#agriculture1 .row .col-lg-7.harveting-bg img {
  border-radius: 16px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 600px) {
  #agriculture1 .row .col-lg-7.harveting-bg img {
    height: 180px;
    border-radius: 16px;
  }
}
#agriculture1 .row .col-lg-5 {
  place-items: center;
  display: grid;
}
@media (max-width: 768px) {
  #agriculture1 .row .col-lg-5 h5 {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  #agriculture1 .row .col-lg-5 p {
    font-size: 14px;
    line-height: 22.4px;
  }
}
#agriculture1 .row .col-lg-5 .d-flex a {
  color: #21AD01;
  text-decoration: none;
  font-weight: 600;
}
#agriculture1 .row .col-lg-5 .d-flex .bi-arrow-up-right {
  font-size: 18px;
  color: #21AD01;
}

#solutions {
  background-color: #486A41;
}
#solutions .bg-white {
  border-radius: 24px;
}
#solutions .bg-white h6 {
  font-size: 20px;
  font-weight: 600;
}

#sass-offering-services .program {
  border: 1px solid #dddddd;
  border-radius: 24px;
  height: 100%;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sass-offering-services .program.report {
  min-height: auto;
  height: auto;
  align-items: center;
  padding: 15px 0;
  gap: 15px;
}
#sass-offering-services h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 1024px) {
  #sass-offering-services h6 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  #sass-offering-services h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
#sass-offering-services p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
}
#sass-offering-services .d-flex button {
  border-radius: 8px;
  padding: 10px 24px 10px 24px;
}
@media (max-width: 1024px) {
  #sass-offering-services .d-flex button {
    padding: 10px 18px 10px 18px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #sass-offering-services .d-flex button {
    padding: 10px 20px 10px 20px;
  }
}
@media (max-width: 600px) {
  #sass-offering-services .d-flex button {
    padding: 10px 20px 10px 20px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #range-services h1 {
    font-size: 24px;
  }
}
#range-services p {
  font-size: 18px;
  line-height: 28.8px;
  color: #666666;
}
@media (max-width: 768px) {
  #range-services p {
    font-size: 16px;
  }
}

#building-digital .position-relative.gray-bg {
  border-radius: 24px;
  margin-bottom: 80px;
}
#building-digital .position-relative.gray-bg h6 {
  font-size: 36px;
}
@media (max-width: 600px) {
  #building-digital .position-relative.gray-bg h6 {
    font-size: 32px;
  }
}
#building-digital .position-relative.gray-bg p {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  line-height: 27px;
  margin: 0;
}
@media (max-width: 600px) {
  #building-digital .position-relative.gray-bg p {
    font-size: 16px;
    line-height: 24px;
  }
}
#building-digital .position-relative.gray-bg .succes-heading div {
  width: 70%;
  display: inline-table;
}
@media (max-width: 768px) {
  #building-digital .position-relative.gray-bg .succes-heading div {
    width: 100% !important;
  }
}
#building-digital .position-relative.gray-bg .succes-heading div:nth-child(2) {
  width: 29%;
  text-align: end;
  margin: 0 !important;
}
@media (max-width: 768px) {
  #building-digital .position-relative.gray-bg .succes-heading div:nth-child(2) {
    text-align: start;
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 600px) {
  #building-digital .position-relative.gray-bg .succes-heading div:nth-child(2) {
    margin-top: 2.5rem !important;
    margin-bottom: 2rem !important;
  }
}
#building-digital .position-relative.gray-bg .bg-white {
  min-height: 112px;
  height: 100%;
}
#building-digital .position-relative.gray-bg .bg-white.learn-more {
  min-height: 164px;
  padding: 1.5rem 0;
  gap: 20px;
}
@media (max-width: 1366px) {
  #building-digital .position-relative.gray-bg .bg-white.learn-more {
    padding: 1rem 0;
    gap: 15px;
  }
}
@media (max-width: 1024px) and (min-width: 900px) {
  #building-digital .position-relative.gray-bg .bg-white.learn-more .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
#building-digital .position-relative.gray-bg .bg-white.learn-more a {
  color: #21AD01;
  text-decoration: none;
}
#building-digital .position-relative.gray-bg .bg-white .d-flex {
  gap: 15px;
}
#building-digital .position-relative.gray-bg .bg-white p {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
#building-digital .position-relative.gray-bg .position-absolute {
  left: -4%;
  bottom: -155px;
  z-index: -9;
}
@media (max-width: 768px) {
  #building-digital .position-relative.gray-bg .position-absolute {
    left: 48% !important;
    bottom: -90px;
    border: 3px solid #21ad01;
    height: 100px;
    right: auto !important;
  }
}
#building-digital .position-relative.gray-bg:nth-child(even) .position-absolute {
  right: -4%;
  left: auto;
}
#building-digital .position-relative.gray-bg:nth-child(even) .position-absolute img {
  transform: rotate(180deg);
}

#get-involved h6 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}
@media (max-width: 768px) {
  #get-involved h6 {
    font-size: 32px;
    line-height: 38.4px;
  }
}
#get-involved p {
  font-size: 20px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 32px;
}
@media (max-width: 768px) {
  #get-involved p {
    font-size: 16px;
    line-height: 25.6px;
  }
}

@media (min-width: 1441px) {
  #lead-genration-banner .lead-height {
    padding-left: 18%;
  }
}
@media (max-width: 1440px) {
  #lead-genration-banner .lead-height {
    padding-left: 9%;
  }
}
@media (max-width: 1366px) {
  #lead-genration-banner .lead-height {
    padding-left: 10%;
  }
}
@media (max-width: 1024px) {
  #lead-genration-banner .lead-height {
    padding-left: 4%;
  }
}
@media (max-width: 1023px) {
  #lead-genration-banner .lead-height {
    padding-top: 8%;
  }
}
@media (max-width: 600px) {
  #lead-genration-banner .lead-height {
    padding-top: 20%;
  }
}
#lead-genration-banner a {
  color: #21AD01;
  text-decoration: none;
}
#lead-genration-banner h1 {
  font-size: 36px;
  line-height: 50.4px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  #lead-genration-banner h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #lead-genration-banner h1 {
    font-size: 32px;
    line-height: 37.6px;
  }
}
#lead-genration-banner p {
  font-size: 18px;
  line-height: 28.8px;
  font-weight: 400;
  color: #666666;
}
@media (max-width: 768px) {
  #lead-genration-banner p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
#lead-genration-banner .wheat-icons {
  position: absolute;
  background-color: #fff;
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 12.14px 24.29px 56.93px 0px rgba(0, 0, 0, 0.1490196078);
}
#lead-genration-banner .left-wheat-icons {
  bottom: 60px;
  left: 30%;
}
@media (max-width: 1440px) {
  #lead-genration-banner .left-wheat-icons {
    left: 8%;
  }
}
@media (max-width: 1366px) {
  #lead-genration-banner .left-wheat-icons {
    left: 2%;
  }
}
@media (max-width: 1024px) {
  #lead-genration-banner .left-wheat-icons {
    left: -15%;
  }
}
@media (max-width: 1023px) {
  #lead-genration-banner .left-wheat-icons {
    left: 36%;
  }
}
@media (max-width: 600px) {
  #lead-genration-banner .left-wheat-icons {
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
    padding: 16px;
    width: 279px;
  }
}
#lead-genration-banner h6:first-child {
  color: #6B6B6A;
  font-weight: 500;
  font-size: 15px;
}
#lead-genration-banner h6:last-child {
  font-weight: 700;
  font-size: 18px;
  color: #003C2F;
}

#brands h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 27.6px;
}

#data-hub h5 {
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #data-hub h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  #data-hub strong {
    font-size: 14px;
    line-height: 22.4px;
  }
}
#data-hub p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
@media (max-width: 768px) {
  #data-hub p {
    font-size: 14px;
    line-height: 22.4px;
  }
}
#data-hub .gray-bg {
  height: 400px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  #data-hub .gray-bg {
    height: 350px;
  }
}
@media (max-width: 600px) {
  #data-hub .gray-bg {
    height: 264px;
  }
}
#data-hub img {
  border-radius: 16px;
}

#solutions-inner .swiper-wrapper {
  height: auto !important;
}
#solutions-inner .border {
  border-radius: 24px;
  padding: 40px 30px;
  height: 100%;
  min-height: 576px;
  gap: 15px;
}
@media (max-width: 1024px) {
  #solutions-inner .border {
    padding: 25px;
  }
}
#solutions-inner h3 {
  font-size: 20px;
  font-weight: 600;
  color: #777777;
}
#solutions-inner ul {
  margin-bottom: 0;
}
#solutions-inner li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
#solutions-inner h6 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  #solutions-inner h6 {
    font-size: 18px;
  }
}
#solutions-inner ul {
  padding: 15px;
}
#solutions-inner ul li::marker {
  color: #21AD01;
  font-size: 18px;
}
#solutions-inner .swiper-pagination {
  position: static;
}

#best-product {
  background-color: #21AD01;
}
#best-product h5 {
  font-size: 34px;
  font-weight: 500;
  line-height: 51px;
}
@media (max-width: 768px) {
  #best-product h5 {
    font-size: 28px;
    line-height: 39.2px;
  }
}

@media (min-width: 1441px) {
  #video-service-banner .lead-height {
    padding-left: 18%;
  }
}
@media (max-width: 1440px) {
  #video-service-banner .lead-height {
    padding-left: 8%;
  }
}
@media (max-width: 1366px) {
  #video-service-banner .lead-height {
    padding-left: 10%;
  }
}
@media (max-width: 768px) {
  #video-service-banner .lead-height {
    padding-top: 20%;
    padding-left: 5%;
  }
}
#video-service-banner .lead-height a {
  color: #21AD01;
  text-decoration: none;
}
#video-service-banner .lead-height h2 {
  font-size: 36px;
  line-height: 50.8px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  #video-service-banner .lead-height h2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  #video-service-banner .lead-height h2 {
    font-size: 22px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  #video-service-banner .lead-height h2 {
    font-size: 32px;
    line-height: 37.6px;
  }
}
#video-service-banner .lead-height p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
  color: #666666;
}
@media (max-width: 768px) {
  #video-service-banner .lead-height p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
#video-service-banner .lead-height .position-relative .position-absolute {
  top: 0;
  right: 0;
  width: 100%;
  height: 580px;
  z-index: -9;
}
#video-service-banner .wheat-icons {
  position: absolute;
  background-color: #fff;
  padding: 20px;
  box-shadow: 12.14px 24.29px 56.93px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 50%;
}
#video-service-banner .left-wheat-icons {
  top: 45%;
  left: 23%;
}
#video-service-banner h6:first-child {
  color: #6B6B6A;
  font-weight: 500;
  font-size: 15px;
}
#video-service-banner h6:last-child {
  font-weight: 700;
  font-size: 18px;
  color: #003C2F;
}

#lets-face h5 {
  font-size: 34px;
  font-weight: 500;
}
@media (max-width: 600px) {
  #lets-face h5 {
    font-size: 24px;
    line-height: 36px;
  }
}
#lets-face p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 1rem;
}
@media (max-width: 600px) {
  #lets-face p {
    font-size: 16px;
    line-height: 24px;
  }
}

#why-video p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1024px) {
  #why-video p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
@media (max-width: 768px) {
  #why-video p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
#why-video .bg-img {
  background: url("../images/authenticity.webp");
  border-radius: 24px;
}
#why-video .bg-img .bg-overlay {
  background: rgba(11, 34, 12, 0.8);
  height: 330px;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media (max-width: 768px) {
  #why-video .bg-img .bg-overlay {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding: 25px;
  }
}
@media (max-width: 600px) {
  #why-video .bg-img .bg-overlay {
    height: auto;
  }
}
#why-video .bg-img .bg-overlay .d-flex {
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  #why-video .bg-img .bg-overlay .d-flex {
    flex-direction: row;
  }
}
#why-video .bg-img .bg-overlay .d-flex h6 {
  font-size: 30px;
  font-weight: 500;
  line-height: 33.3px;
}
@media (max-width: 1024px) {
  #why-video .bg-img .bg-overlay .d-flex h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
#why-video .bg-img .bg-overlay p {
  display: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1024px) {
  #why-video .bg-img .bg-overlay p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
@media (max-width: 768px) {
  #why-video .bg-img .bg-overlay p {
    display: block;
    font-size: 16px;
    line-height: 25.6px;
  }
}
#why-video .bg-img:hover .bg-overlay {
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
#why-video .bg-img:hover .bg-overlay .d-flex {
  flex-direction: row;
}
#why-video .bg-img:hover .bg-overlay p {
  display: block;
}

#our-services h5 {
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
}
@media (max-width: 600px) {
  #our-services h5 {
    font-size: 32px;
    line-height: 38.4px;
  }
}
#our-services p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 600px) {
  #our-services p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
#our-services .gray-bg {
  border-radius: 24px;
  height: auto;
  min-height: 625px;
}
@media (max-width: 768px) {
  #our-services .gray-bg {
    min-height: 651px;
  }
}
@media (max-width: 600px) {
  #our-services .gray-bg {
    min-height: auto;
  }
}
#our-services .gray-bg video {
  border-radius: 24px 24px 0 0;
}
#our-services .gray-bg h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28.2px;
}
@media (max-width: 600px) {
  #our-services .gray-bg h6 {
    font-size: 20px;
    line-height: 23.5px;
  }
}
#our-services .gray-bg p {
  font-size: 16px;
  font-size: 300;
  color: #666666;
}
@media (max-width: 600px) {
  #our-services .gray-bg p {
    font-size: 14px;
    line-height: 21px;
  }
}

#subscription-lans h5 {
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
}
@media (max-width: 600px) {
  #subscription-lans h5 {
    font-size: 32px;
    line-height: 38.4px;
  }
}
#subscription-lans p {
  font-size: 20px;
  font-weight: 1rem;
  line-height: 32px;
}
@media (max-width: 600px) {
  #subscription-lans p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
#subscription-lans .green-bg {
  background-color: #EE8146;
  border-radius: 24px 24px 0 0;
  padding: 15px 0;
}
@media (max-width: 768px) {
  #subscription-lans .green-bg {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #subscription-lans .green-bg {
    padding: 15px 0;
  }
}
#subscription-lans .bg-white {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
#subscription-lans .bg-white h6 {
  font-size: 28px;
  font-weight: 500;
  line-height: 32.9px;
}
#subscription-lans .bg-white p {
  font-size: 16px;
  font-weight: 1rem;
  line-height: 18.8px;
  color: #444444;
}
@media (max-width: 1024px) {
  #subscription-lans .bg-white p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #subscription-lans .bg-white p {
    font-size: 12px;
  }
}
#subscription-lans .bg-white .d-flex i {
  font-size: 40px;
  color: #21AD01;
}
#subscription-lans .bg-white .d-flex p {
  font-size: 14px;
  font-weight: 1rem;
  line-height: 16.45px;
}
#subscription-lans .bg-white .d-flex h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.5px;
}

@media (max-width: 600px) {
  #blogs-banner {
    padding-bottom: 0;
  }
}
#blogs-banner h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
}
@media (max-width: 1024px) {
  #blogs-banner h1 {
    font-size: 32px;
    line-height: 37.6px;
  }
}
#blogs-banner h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.8px;
  color: #21AD01;
}
@media (max-width: 600px) {
  #blogs-banner h6 {
    font-size: 14px;
    line-height: 19.6px;
  }
}
#blogs-banner h5 {
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
}
@media (max-width: 600px) {
  #blogs-banner h5 {
    font-size: 32px;
    line-height: 37.6px;
  }
}
#blogs-banner p {
  font-size: 18px;
  font-weight: 1rem;
  line-height: 28.8px;
  color: #666666;
}
#blogs-banner img {
  border-radius: 24px;
  height: 400px;
}
@media (max-width: 1024px) {
  #blogs-banner img {
    height: 360px;
  }
}
@media (max-width: 600px) {
  #blogs-banner img {
    border-radius: 0;
  }
}

#blogs-inner a {
  color: #21AD01;
  text-decoration: none;
}
#blogs-inner img {
  border-radius: 16px;
}
@media (max-width: 600px) {
  #blogs-inner img {
    border-radius: 0;
  }
}
#blogs-inner h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
}
@media (max-width: 600px) {
  #blogs-inner h1 {
    font-size: 32px;
    line-height: 37.6px;
  }
}
#blogs-inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #444;
}
@media (max-width: 600px) {
  #blogs-inner p {
    font-size: 18px;
    line-height: 27.2px;
  }
}
#blogs-inner h6 {
  font-weight: 600;
  line-height: 21.15px;
}
@media (max-width: 600px) {
  #blogs-inner h6 {
    font-size: 16px;
    line-height: 18.8px;
  }
}
#blogs-inner span {
  font-size: 14px;
  font-weight: 1rem;
  line-height: 16.45px;
}
#blogs-inner .blog-content h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30.6px;
}
#blogs-inner .blog-content p, #blogs-inner .blog-content li {
  font-weight: 300;
  line-height: 30.6px;
  font-size: 18px;
}
@media (max-width: 600px) {
  #blogs-inner .blog-content p, #blogs-inner .blog-content li {
    font-size: 16px;
    line-height: 27.2px;
  }
}
#blogs-inner .blog-content strong {
  font-weight: 600;
}
#blogs-inner .blog-content a {
  color: #007aff;
}
#blogs-inner .d-flex p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.15px;
  color: #1D9956;
}
@media (max-width: 600px) {
  #blogs-inner .d-flex p {
    font-size: 16px;
    line-height: 18.8px;
  }
}
#blogs-inner .d-flex p i {
  font-size: 34px;
}
#blogs-inner .users-comments h5 {
  font-size: 32px;
  font-weight: 300;
  line-height: 38.8px;
}
@media (max-width: 600px) {
  #blogs-inner .users-comments h5 {
    font-size: 24px;
    line-height: 28.8px;
  }
}
#blogs-inner .users-comments p {
  font-size: 16px;
  font-weight: 1rem;
  line-height: 27.2px;
}
#blogs-inner form.comment-form .form-floating:has(input) {
  width: 48%;
  display: inline-block;
}
@media (max-width: 600px) {
  #blogs-inner form.comment-form .form-floating:has(input) {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
#blogs-inner form.comment-form .form-floating:has(input[name=email]) {
  width: 48%;
  display: inline-block;
  margin-left: 3.4%;
}
#blogs-inner form.comment-form .form-floating > .form-control {
  border-radius: 8px;
}
#blogs-inner form.comment-form .form-floating textarea {
  height: 150px;
}

#benchmark p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
#benchmark h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 600px) {
  #benchmark h6 {
    font-size: 16px;
    line-height: 18.8px;
  }
}
#benchmark .gray-bg-border {
  border-radius: 16px;
  background-color: #F4F2F0;
}
@media (max-width: 600px) {
  #benchmark .gray-bg-border {
    background-color: transparent;
  }
}
#benchmark .interval-container {
  background-color: #F4F2F0;
  border-radius: 16px;
}
#benchmark .interval-box {
  position: relative;
}
#benchmark .interval {
  height: 70px;
  position: relative;
  margin-left: 50px;
}
@media (max-width: 600px) {
  #benchmark .interval {
    height: 50px;
  }
}
#benchmark .interval .interval-value {
  position: absolute;
  top: 0%;
  left: -50px;
  transform: translate(0%, -50%);
}
#benchmark .indicator-columns-box {
  position: absolute;
  transform-origin: left;
  left: 0;
  bottom: 70px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: end;
  column-gap: 20px;
}
@media (max-width: 1024px) {
  #benchmark .indicator-columns-box {
    left: 0;
  }
}
@media (max-width: 600px) {
  #benchmark .indicator-columns-box {
    bottom: 50px;
    max-width: 220px;
    left: 8%;
  }
}
#benchmark .indicator-columns-box .indicator-column {
  height: 165%;
  background-color: #21AD01;
  width: 100%;
  max-width: 150px;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1024px) {
  #benchmark .indicator-columns-box .indicator-column {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  #benchmark .indicator-columns-box .indicator-column {
    max-width: 100px;
  }
}
#benchmark .indicator-columns-box .indicator-column1 {
  height: 140%;
  background-color: #EBE5E0;
  width: 100%;
  max-width: 150px;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1024px) {
  #benchmark .indicator-columns-box .indicator-column1 {
    max-width: 120px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  #benchmark .indicator-columns-box .indicator-column1 {
    max-width: 100px;
  }
}
#benchmark .indicator-column-second {
  height: 285%;
  background-color: #21AD01;
  width: 100%;
  max-width: 150px;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1024px) {
  #benchmark .indicator-column-second {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  #benchmark .indicator-column-second {
    max-width: 100px;
  }
}
#benchmark .indicator-column-second2 {
  height: 165%;
  background-color: #EBE5E0;
  width: 100%;
  max-width: 150px;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1024px) {
  #benchmark .indicator-column-second2 {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  #benchmark .indicator-column-second2 {
    max-width: 100px;
  }
}
#benchmark .indicator-column {
  position: relative;
}
#benchmark .indicator-column-text {
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 170px;
}
@media (max-width: 600px) {
  #benchmark .indicator-column-text {
    max-width: 85px;
  }
}
#benchmark .indicator-column-text p {
  font-size: 14px;
  line-height: 18.2px;
  font-weight: 600;
}
@media (max-width: 600px) {
  #benchmark .indicator-column-text p {
    font-size: 12px;
    line-height: 15.6px;
  }
}
#benchmark .indicator-column-text span {
  font-size: 14px;
  line-height: 18.2px;
  font-weight: 400;
}
@media (max-width: 600px) {
  #benchmark .indicator-column-text span {
    font-size: 12px;
    line-height: 15.6px;
  }
}

#user-experienc .gray-bg {
  border-radius: 15px;
  padding: 65px;
  height: 100%;
  min-height: 258px;
}
@media (max-width: 768px) {
  #user-experienc .gray-bg {
    padding: 65px 45px;
    min-height: 270px;
  }
}
@media (max-width: 600px) {
  #user-experienc .gray-bg {
    padding: 30px;
    min-height: 0;
  }
}
#user-experienc h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 600px) {
  #user-experienc h6 {
    font-size: 16px;
    line-height: 18.8px;
  }
}
#user-experienc h5 {
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
}
@media (max-width: 600px) {
  #user-experienc h5 {
    font-size: 32px;
    line-height: 38.4px;
  }
}
#user-experienc p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 768px) {
  #user-experienc p {
    font-size: 16px;
    line-height: 24px;
  }
}
#user-experienc .main-box {
  background-color: #F4F2F0;
  border-radius: 16px;
}
#user-experienc .content-center {
  text-align: center;
  align-content: center;
}
#user-experienc .small-box {
  height: 8px;
  width: 8px;
  margin-right: 10px;
}
#user-experienc .graph-text-container {
  align-content: center;
  display: flex;
  flex-direction: column;
  padding: 0px 0px 0px 30px !important;
}
#user-experienc .graph-text-box {
  text-align: center;
  align-content: center;
}
#user-experienc .graph-text-box .text-box {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#user-experienc .graph-text-box .text-box .small-box1 {
  background-color: #FC8989;
  height: 10px;
  width: 10px;
}
#user-experienc .graph-text-box .text-box .small-box2 {
  background-color: #FDC0C0;
  height: 10px;
  width: 10px;
}
#user-experienc .graph-text-box .text-box .small-box3 {
  background-color: #A9CEA0;
  height: 10px;
  width: 10px;
}
#user-experienc .graph-text-box .text-box .small-box4 {
  background-color: #71C25E;
  height: 10px;
  width: 10px;
}
#user-experienc .graph-text-box .text-box .small-box5 {
  background-color: #21AD01;
  height: 10px;
  width: 10px;
}
#user-experienc .graph-text-box .text-box span {
  font-size: 12px;
}
#user-experienc .r-border {
  border-right: 1.5px solid rgba(128, 128, 128, 0.308);
}
#user-experienc .ind-line {
  height: 1px;
  background-color: rgb(0, 0, 0);
  width: 25px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0%, -50%);
}
#user-experienc .flex-column {
  height: 400px;
}
#user-experienc .flex-column .content-center {
  margin-top: 5px;
  height: 3%;
  background-color: #FC8989;
}
#user-experienc .flex-column .content-center2 {
  margin-top: 5px;
  height: 5%;
  background-color: #FDC0C0;
}
#user-experienc .flex-column .content-center3 {
  margin-top: 5px;
  height: 13%;
  background-color: #A9CEA0;
}
#user-experienc .flex-column .content-center4 {
  margin-top: 5px;
  height: 45%;
  background-color: #71C25E;
}
#user-experienc .flex-column .content-center5 {
  margin-top: 5px;
  height: 52%;
  background-color: #21AD01;
}
#user-experienc .graph-text-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  #user-experienc .graph-text-box p {
    font-size: 14px;
    line-height: 21px;
  }
}

#access-information h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 600px) {
  #access-information h6 {
    font-size: 16px;
    line-height: 18.8px;
  }
}
#access-information .interval-container {
  background-color: #F4F2F0;
  border-radius: 16px;
}
#access-information .interval-box {
  position: relative;
}
#access-information .interval {
  height: 70px;
  position: relative;
  margin-left: 50px;
}
@media (max-width: 600px) {
  #access-information .interval {
    height: 50px;
  }
}
#access-information .interval .interval-value {
  position: absolute;
  top: 0%;
  left: -50px;
  transform: translate(0%, -50%);
}
#access-information .indicator-columns-box {
  position: absolute;
  transform-origin: left;
  left: 0;
  bottom: 70px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: end;
  column-gap: 20px;
}
@media (max-width: 1024px) {
  #access-information .indicator-columns-box {
    left: 0;
  }
}
@media (max-width: 600px) {
  #access-information .indicator-columns-box {
    bottom: 50px;
    max-width: 220px;
    left: 8%;
  }
}
#access-information .indicator-columns-box .indicator-column1 {
  height: 140%;
  background-color: #EBE5E0;
  width: 100%;
  max-width: 240px;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1024px) {
  #access-information .indicator-columns-box .indicator-column1 {
    max-width: 120px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  #access-information .indicator-columns-box .indicator-column1 {
    max-width: 100px;
  }
}
#access-information .indicator-columns-box .indicator-column-second {
  height: 125%;
  background-color: #539DE3;
  width: 100%;
  max-width: 240px;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1024px) {
  #access-information .indicator-columns-box .indicator-column-second {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  #access-information .indicator-columns-box .indicator-column-second {
    max-width: 100px;
  }
}
#access-information .indicator-columns-box .indicator-column-second2 {
  height: 205%;
  background-color: #21AD01;
  width: 100%;
  max-width: 240px;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1024px) {
  #access-information .indicator-columns-box .indicator-column-second2 {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  #access-information .indicator-columns-box .indicator-column-second2 {
    max-width: 100px;
  }
}
#access-information .indicator-columns-box .indicator-column-second3 {
  height: 225%;
  background-color: #DE9B38;
  width: 100%;
  max-width: 240px;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1024px) {
  #access-information .indicator-columns-box .indicator-column-second3 {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  #access-information .indicator-columns-box .indicator-column-second3 {
    max-width: 100px;
  }
}
#access-information .indicator-columns-box .indicator-column {
  position: relative;
}
#access-information .indicator-columns-box .indicator-column-text {
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 170px;
}
@media (max-width: 600px) {
  #access-information .indicator-columns-box .indicator-column-text {
    max-width: 85px;
  }
}
#access-information .indicator-columns-box .indicator-column-text p {
  font-size: 14px;
  line-height: 18.2px;
  font-weight: 600;
}
@media (max-width: 600px) {
  #access-information .indicator-columns-box .indicator-column-text p {
    font-size: 12px;
    line-height: 15.6px;
  }
}
#access-information .indicator-columns-box .indicator-column-text span {
  font-size: 14px;
  line-height: 18.2px;
  font-weight: 400;
}
@media (max-width: 600px) {
  #access-information .indicator-columns-box .indicator-column-text span {
    font-size: 12px;
    line-height: 15.6px;
  }
}

#real-impact .gray-bg {
  border-radius: 16px;
}
#real-impact .graph {
  width: 60%;
  margin-left: auto;
  border-left: 1px solid gray;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 425px;
}
@media (max-width: 768px) {
  #real-impact .graph {
    min-height: 455px;
  }
}
#real-impact .graph-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
#real-impact .graph-item .graph-item-value {
  display: flex;
  margin: 2px 0px;
}
#real-impact .graph-item .graph-item-value .ind-piller1 {
  background-color: #21AD01;
  width: 60%;
  height: 35px;
}
#real-impact .graph-item .graph-item-value .ind-piller2 {
  background-color: #A9CEA0;
  height: 35px;
}
#real-impact .graph-item .graph-item-value .ind-piller3 {
  width: 40%;
}
#real-impact .graph-item .graph-item-value .ind-piller4 {
  width: 75%;
}
#real-impact .graph-item .graph-item-value .ind-piller5 {
  width: 48%;
}
#real-impact .graph-item .graph-item-value .ind-piller6 {
  width: 70%;
}
#real-impact .piller-content {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 60%;
  transform: translate(0%, -50%);
}
@media (max-width: 768px) {
  #real-impact .piller-content {
    right: 75%;
  }
}
#real-impact .small-box1 {
  background-color: #21AD01;
  height: 10px;
  width: 10px;
}
#real-impact .small-box2 {
  background-color: #A9CEA0;
}
#real-impact span {
  font-size: 12px;
  line-height: 14.1px;
}

#users-profile .gray-bg {
  border-radius: 16px;
}
@media (max-width: 600px) {
  #users-profile .gray-bg {
    height: 100%;
    min-height: 850px;
  }
}
#users-profile h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 600px) {
  #users-profile h6 {
    font-size: 16px;
    line-height: 18.8px;
  }
}
#users-profile .graph {
  width: 60%;
  margin-left: auto;
  border-left: 1px solid gray;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 425px;
}
@media (max-width: 768px) {
  #users-profile .graph {
    min-height: 455px;
  }
}
#users-profile .graph-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
#users-profile .graph-item .graph-item-value {
  display: flex;
  margin: 2px 0px;
}
#users-profile .graph-item .graph-item-value .ind-piller1 {
  background-color: #21AD01;
  width: 100%;
  max-width: 136px;
  height: 35px;
}
#users-profile .graph-item .graph-item-value .ind-piller2 {
  max-width: 352px;
}
#users-profile .graph-item .graph-item-value .ind-piller3 {
  max-width: 256px;
}
#users-profile .graph-item .graph-item-value .ind-piller4 {
  max-width: 56px;
}
#users-profile .piller-content {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 68%;
  transform: translate(0%, -50%);
}
@media (max-width: 768px) {
  #users-profile .piller-content {
    right: 75%;
  }
}
@media (max-width: 768px) {
  #users-profile .piller-content {
    right: 90%;
  }
}
#users-profile .small-box1 {
  background-color: #21AD01;
  height: 10px;
  width: 10px;
}
#users-profile .small-box2 {
  background-color: #A9CEA0;
}
#users-profile span {
  font-size: 12px;
  line-height: 14.1px;
}
#users-profile .position-absolute {
  bottom: 0;
}
#users-profile .position-absolute img {
  border-radius: 0 0 16px 0;
}

#about-krishify .gray-bg {
  border-radius: 16px;
  height: 320px;
}
@media (max-width: 768px) {
  #about-krishify .gray-bg {
    height: 320px;
  }
}
@media (max-width: 600px) {
  #about-krishify .gray-bg {
    height: 380px;
  }
}
#about-krishify p {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 43.2px;
}
@media (max-width: 768px) {
  #about-krishify p {
    font-size: 18px;
    line-height: 32.4px;
  }
}
#about-krishify h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.15px;
}
@media (max-width: 768px) {
  #about-krishify h6 {
    font-size: 16px;
    line-height: 18.8px;
  }
}
#about-krishify .swiper {
  height: 325px;
}
#about-krishify .swiper .swiper-button-prev, #about-krishify .swiper .swiper-rtl .swiper-button-next {
  left: 0;
  font-weight: bolder;
  color: #ccc;
  top: 15%;
}
#about-krishify .swiper .swiper-button-next, #about-krishify .swiper .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  font-weight: bolder;
  color: #ccc;
  top: 15%;
}
#about-krishify .swiper .swiper-pagination {
  bottom: 0;
}

.modal.show {
  z-index: 99999;
}
.modal.show .modal-dialog {
  max-width: 800px;
}
@media (max-width: 1023px) {
  .modal.show .modal-dialog {
    border-width: 3px;
    height: 100%;
    margin: 0;
    max-width: 100%;
  }
}
.modal.show .modal-dialog .modal-content {
  border: 0;
  border-radius: 0.5rem;
  border-radius: 15px;
}
@media (max-width: 1023px) {
  .modal.show .modal-dialog .modal-content {
    border-radius: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.modal.show .modal-dialog .modal-content .form-floating {
  display: block;
}
.modal.show .modal-dialog .modal-content .form-floating > label {
  color: #6B6B6A;
  font-weight: 400;
  font-size: 14px;
}
.modal.show .modal-dialog .modal-content .form-floating > label span {
  color: red;
}
.modal.show .modal-dialog .modal-content .form-floating .form-control {
  border-radius: 10px;
}
.modal.show .modal-dialog .modal-content .submit-btn {
  background-color: #E4E4E4;
}
.modal.show .modal-dialog .modal-content .submit-btn:hover {
  background-color: #21AD01;
  color: #fff;
}

.section-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .section-spacing {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.margin-spacing {
  margin-left: 120px;
  margin-right: 120px ;
}
@media (min-width: 1601px) {
  .margin-spacing {
    margin-left: 330px;
    margin-right: 330px;
  }
}
@media (max-width: 1024px) {
  .margin-spacing {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 1023px) {
  .margin-spacing {
    margin-left: 0;
    margin-right: 0;
  }
}

h5 {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 35px;
  }
}
@media (max-width: 1366px) {
  h5 {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 32px;
    line-height: 38.4px;
  }
}

.cta-fixed {
  bottom: 0;
  position: sticky;
  z-index: 999;
}
.cta-fixed button {
  background-color: #21AD01;
  padding: 10px 24px;
}

#second p {
  color: #6B6B6A;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 1024px) {
  #second p {
    font-size: 16px;
  }
}
#second h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
}
@media (max-width: 1024px) {
  #second h5 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #second .swiper-slide {
    border: 1px solid #DDDDDD;
    border-radius: 24px;
    height: 190px;
  }
  #second .swiper-pagination-bullet-active {
    background: #21AD01;
  }
  #second .swiper-pagination {
    position: static;
  }
}

#communities .position-relative {
  border-radius: 32px;
  height: 279px;
}
#communities .position-relative .top-img {
  width: inherit;
  height: inherit;
}
#communities .position-relative .top-img img {
  border-radius: 32px;
  width: inherit;
  height: inherit;
}
#communities .position-relative .communities-white {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: grid;
  place-items: center;
  width: 100%;
  background: rgba(11, 34, 12, 0.75);
  border-radius: 32px;
  height: inherit;
}
#communities .position-relative .communities-white:last-child {
  display: none;
  background: rgba(11, 34, 12, 0.9);
}
#communities .position-relative .communities-white:last-child img {
  height: 55px;
}
#communities .position-relative .communities-white:last-child h6 span {
  color: rgb(136, 202, 130);
}
#communities .position-relative:hover .communities-white {
  display: none;
}
#communities .position-relative:hover .communities-white:last-child {
  display: grid;
}
#communities .position-relative h6 {
  font-size: 23px;
  font-weight: 300;
  line-height: 33.3px;
}
@media (max-width: 1024px) {
  #communities .position-relative h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
#communities .position-relative h6 strong {
  font-weight: 600;
}
#communities .swiper-pagination {
  position: static;
}

#partner ul li.nav-item {
  flex-basis: 33.33%;
}
#partner ul li.nav-item button.nav-link.active {
  border-bottom: 2px solid #21AD01;
}
#partner .tab-content {
  height: 930px;
  border-radius: 25px;
  background-color: rgb(244, 242, 240);
}
#partner .tab-content .tab-pane {
  height: inherit;
}
#partner .tab-content .tab-pane .row.gx-0 {
  height: inherit;
}
#partner .tab-content .tab-pane .row.gx-0 p {
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
#partner .tab-content .tab-pane .row.gx-0 .d-flex.bg-white {
  height: 110px;
}
@media (max-width: 1024px) {
  #partner .tab-content .tab-pane .row.gx-0 .d-flex.bg-white {
    height: 100px;
  }
}
#partner .tab-content .tab-pane .row.gx-0 .d-flex.bg-white h6 {
  font-size: 16px;
}
#partner .tab-content .tab-pane .row.gx-0 .d-flex.bg-white p {
  line-height: 18.8px;
  color: #003C2F;
  font-size: 16px;
}
@media (max-width: 1024px) {
  #partner .tab-content .tab-pane .row.gx-0 .d-flex.bg-white p {
    font-size: 11px;
    line-height: 15px;
  }
}
#partner .tab-content .tab-pane .row.gx-0 .position-relative div.mt-5 {
  height: 89.5%;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  background: rgb(233, 229, 226);
}
#partner .tab-content .tab-pane .row.gx-0 .position-relative .position-absolute {
  top: 1%;
  left: 50%;
  transform: translate(-46%, 0);
  width: 100%;
}
@media (max-width: 1024px) {
  #partner .tab-content .tab-pane .row.gx-0 .position-relative .position-absolute {
    width: 75%;
  }
}
#partner .tab-content .tab-pane .row.gx-0 .position-relative .position-absolute.bg-white.market-linkages {
  top: 3%;
  left: 40%;
  width: 90%;
  background-color: unset !important;
}
#partner .tab-content .tab-pane .row.gx-0 .position-relative .position-absolute.bg-white.market-linkages1 {
  top: auto;
  left: 40%;
  width: 90%;
  bottom: 20%;
}
#partner .partner-slider .swiper-slide > button {
  color: #20ad01;
  font-weight: 600;
  font-size: 18px;
}
#partner .partner-slider .swiper-slide .running-para {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#partner .partner-slider .swiper-slide > .row {
  background-color: #f4f2f0;
  border-radius: 25px;
}
#partner .partner-slider .swiper-slide > .row .d-flex.bg-white {
  height: 110px;
}
#partner .partner-slider .swiper-slide > .row .d-flex.bg-white h6 {
  font-size: 16px;
}
#partner .partner-slider .swiper-slide > .row .bg-mobile {
  border-radius: 25px;
  border-top-right-radius: 0;
  background: rgb(233, 229, 226);
  padding-bottom: 10%;
  margin-top: 30%;
}
#partner .partner-slider .swiper-slide > .row .bg-mobile .mx-auto {
  width: 90%;
  margin-top: -25%;
}
#partner .partner-slider .swiper-slide > .row .bg-mobile .market-linkages, #partner .partner-slider .swiper-slide > .row .bg-mobile .market-linkages1 {
  width: 100%;
  margin-top: -15%;
}
#partner .partner-slider .swiper-button-prev, #partner .partner-slider .swiper-button-next {
  color: #20ad01;
  top: -0.3%;
}
#partner .partner-slider .swiper-button-prev.bottom-0, #partner .partner-slider .swiper-button-next.bottom-0 {
  top: auto;
  bottom: -0.4% !important;
}
#partner .partner-slider .swiper-button-prev:after, #partner .partner-slider .swiper-button-next:after {
  font-size: 25px;
}

#agri .hexagon-1 {
  width: 150px;
  height: 130px;
  clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: rgb(199, 239, 190);
}

#brands h6 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  #brands h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
#brands .brands {
  width: 100%;
}
#brands .brands .swiper-wrapper {
  transition-timing-function: linear;
}
#brands .brands .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: 156px;
  height: 104px;
  object-fit: contain;
}

#read-about .overflow-hidden {
  border-radius: 24px;
}
@media (max-width: 768px) {
  #read-about .overflow-hidden {
    border-radius: 18px;
  }
}
#read-about .overflow-hidden img {
  transition: transform 0.5s ease-in-out;
  height: 213px;
}
@media (max-width: 1239px) {
  #read-about .overflow-hidden img {
    height: 155px;
  }
}
#read-about .overflow-hidden img:hover {
  transform: scale(1.2);
}
#read-about h6 {
  font-size: 20px;
  line-height: 30px;
  height: 55px;
}
@media (max-width: 1024px) {
  #read-about h6 {
    line-height: 25px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #read-about h6 {
    font-size: 20px;
    line-height: 30px;
    height: auto;
  }
}
@media (max-width: 600px) {
  #read-about h6 {
    line-height: 25px;
    font-size: 18px;
  }
 
  .heads {
    font-weight: 600;
    font-size: 28px;
  }
   
  .heads p{
    font-weight: 600;
    font-size: 28px;
  }

  
}
#read-about button {
  font-size: 18px;
  font-weight: 1rem;
}
#read-about i {
  font-size: 32px;
  color: #21AD01;
}

#services .row {
  background-image: url("../images/service-bg-1.webp");
  height: 240px;
  border-radius: 24px;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 1023px) {
  #services .row {
    height: 200px;
  }
}
#services .row h4 {
  line-height: 44.8px;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 1023px) {
  #services .row h4 {
    font-size: 24px;
    line-height: 33.6px;
  }
}
#services .row button {
  color: #21AD01;
  border-radius: 8px;
  padding: 10px 32px;
  height: 56px;
  /* max-width: 197px; */
}

#footer-end h4 {
  font-size: 32px;
}
@media (max-width: 768px) {
  #footer-end h4 {
    font-size: 24px;
    line-height: 28.2px;
  }
}
#footer-end .row .d-flex {
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  #footer-end .row .d-flex {
    flex-direction: column;
  }
}
#footer-end .row .d-flex img {
  height: 32px;
}
#footer-end .row h6 {
  font-weight: 700;
}
#footer-end .row p {
  line-height: 25.6px;
}
#footer-end .footer-end ul {
  list-style: none;
}
#footer-end .footer-end ul li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
#footer-end .footer-end ul li a:hover {
  color: #21AD01;
}

#total-farmers {
  background-image: url("../images/service-bg-1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  place-items: center;
}
#total-farmers h6 {
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
}
@media (max-width: 1023px) {
  #total-farmers h6 {
    font-size: 32px;
    line-height: 37.6px;
  }
}
#total-farmers p {
  font-size: 18px;
  font-size: 500;
  line-height: 21.15px;
}
@media (max-width: 1024px) {
  #total-farmers p {
    font-size: 15px;
    line-height: 18.8px;
  }
}
@media (max-width: 1023px) {
  #total-farmers p {
    font-size: 14px;
    line-height: 18.8px;
  }
}
@media (max-width: 600px) {
  #total-farmers p {
    font-size: 16px;
    line-height: 18.8px;
  }
}
#total-farmers .rounded-pill {
  border: 2px solid rgba(255, 255, 255, 0.4588235294);
}

#privacy-policy h1 {
  font-size: 32px;
}

.wpcf7-spinner {
  display: none !important;
}
  .head-font{
    font-size: 16px!important;
    font-weight: 500!important;
    color: #000!important;
  }
  
/*# sourceMappingURL=main.css.map */
