:root {
  --yellow: #ffc727;
  --black: black;
  --green: #028544;
  --light-yellow: #ffb800;
  --white: white;
  --white-2: white;
  --black-2: black;
}

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

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

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

.navbar {
  background-color: #ddd0;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: flex;
}

.button-copy {
  background-color: var(--yellow);
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-link-2.w--current {
  color: var(--green);
}

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

.nav-link-3.w--current {
  color: var(--green);
}

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

.nav-link-4.w--current {
  color: var(--green);
}

.image {
  width: 220px;
  height: auto;
}

.nav-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--yellow);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 234px;
  height: 48px;
  display: none;
}

.mail-button {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.a-hero-section {
  padding: 100px 5%;
}

.ahs-container {
  z-index: 12;
  max-width: 1250px;
  position: relative;
}

.ahs-wrapper {
  margin-top: 10px;
  display: flex;
}

.ahs-heading {
  z-index: 100;
  color: #000;
  font-family: Darker Grotesque, sans-serif;
  font-size: 102px;
  font-weight: 600;
  line-height: 60%;
  position: relative;
}

.ahs-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 121px;
  padding-left: 121px;
  padding-right: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.ahs-ryt {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-left: 60px;
  display: flex;
}

.ahs-txt {
  color: var(--green);
  font-weight: 700;
}

.body {
  color: #000;
  font-family: Red Hat Display, sans-serif;
}

.green {
  color: var(--green);
  font-weight: 700;
}

.ahs-img-2 {
  z-index: -1;
  position: absolute;
  inset: auto 7% -28% auto;
}

.idea-section {
  padding: 0 5% 100px;
}

.is-container {
  max-width: 1250px;
  padding-left: 0;
  position: relative;
}

.is-heading {
  z-index: 20;
  color: #000;
  font-family: Darker Grotesque, sans-serif;
  font-size: 102px;
  font-weight: 600;
  line-height: 70%;
  position: relative;
  top: 99px;
}

.is-wrapper {
  margin-top: 0;
  display: flex;
}

.is-left {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.is-ryt {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 157px 206px 157px 0;
  font-size: 20px;
  display: flex;
}

.is-down {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 20px;
  padding: 0 0 0 100px;
  display: block;
}

.is-paragraph {
  line-height: 150%;
}

.is-paragraph-2 {
  font-size: 20px;
  line-height: 150%;
}

.is-image-2 {
  position: absolute;
  inset: auto 24% -35% auto;
}

.mission-section {
  padding: 30px 5% 100px;
}

.ms-container {
  max-width: 1250px;
  position: relative;
}

.ms-wrapper {
  display: flex;
}

.ms-heading {
  color: var(--black);
  font-family: Darker Grotesque, sans-serif;
  font-size: 102px;
  font-weight: 600;
  line-height: 80%;
}

.ms-lft-paragraph {
  font-size: 20px;
  line-height: 150%;
}

.ms-paragraph {
  width: 50%;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 200px;
  font-size: 20px;
  line-height: 150%;
}

.ms-bottom-wrap {
  margin-top: 40px;
  display: flex;
}

.ms-left {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-bottom: 27px;
  padding-left: 201px;
  padding-right: 100px;
  display: flex;
}

.ms-ryt {
  width: 40%;
}

.ms-empty-div {
  width: 50%;
}

.image-2 {
  position: absolute;
  inset: auto auto 6% 18%;
}

.ms-text-block {
  color: var(--light-yellow);
  text-align: center;
  margin-top: 60px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.about-section {
  color: var(--white);
  background-image: url('../images/rectangle-1660.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 5%;
}

.as-container {
  max-width: 1250px;
}

.as-heading {
  font-family: Darker Grotesque, sans-serif;
  font-size: 102px;
  font-weight: 600;
  line-height: 90%;
}

.yellow {
  color: var(--light-yellow);
}

.as-para-wrap-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.as-para-wrap-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.as-paragraph {
  color: #fffc;
  font-size: 20px;
  line-height: 150%;
}

.as-paragraph-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.as-paragraph-3 {
  color: #fffc;
  font-size: 20px;
  line-height: 150%;
}

.as-para-wrap-3 {
  display: flex;
}

.as-img {
  margin-top: 10px;
}

.as-empty-1 {
  width: 40%;
}

.as-wrap-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.as-wrap-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.as-wrap-3 {
  width: 40%;
}

.as-empty-2 {
  width: 30%;
}

.as-empty-3 {
  width: 60%;
}

.as-empty-4 {
  width: 30%;
}

.success-section {
  padding: 40px 5% 100px;
}

.ss-container {
  max-width: 1250px;
  position: relative;
}

.ss-wrapper {
  margin-top: 0;
  display: flex;
}

.ss-heading {
  color: var(--black);
  text-align: left;
  font-family: Darker Grotesque, sans-serif;
  font-size: 102px;
  font-weight: 600;
  line-height: 90%;
  position: relative;
  top: 82px;
  right: 51px;
}

.ss-left {
  width: 50%;
  padding: 80px 0 80px 100px;
  font-size: 20px;
  line-height: 150%;
}

.ss-text-block {
  color: var(--light-yellow);
  margin-top: 40px;
  font-weight: 700;
}

.ss-ryt {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.image-3 {
  position: absolute;
  inset: auto 24% -60% auto;
}

.image-4 {
  z-index: -1;
  position: absolute;
  inset: -6% 0% 0% 28%;
}

.road-section {
  padding: 100px 5%;
}

.rs-container {
  max-width: 1250px;
}

.rs-wrapper-1 {
  display: flex;
}

.rs-heading {
  z-index: 100;
  margin-top: 0;
  font-family: Darker Grotesque, sans-serif;
  font-size: 102px;
  font-weight: 600;
  line-height: 80%;
  position: relative;
  top: 82px;
}

.rs-ryt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  padding-right: 258px;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.rs-paragraph {
  color: var(--green);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.rs-text-block {
  color: var(--light-yellow);
  text-align: center;
  margin-top: 100px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

.rs-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-top: 60px;
  display: flex;
}

.rs-small-img {
  margin-top: 10px;
}

.rs-left {
  width: 40%;
}

.rs-ryt-para-1 {
  margin-top: 0;
  margin-bottom: 70px;
}

.rs-ryt-para-2 {
  color: #000;
  margin-top: 10px;
}

.transform-section {
  color: var(--white);
  background-color: #005824;
  border-bottom-right-radius: 0;
  padding: 140px 5% 100px;
}

.ts-container {
  max-width: 1250px;
  position: relative;
}

.ts-heading {
  z-index: 1;
  color: var(--white);
  font-size: 102px;
  font-weight: 600;
  line-height: 90%;
  position: relative;
  bottom: 70px;
}

.ts-wrapper-1 {
  display: flex;
}

.ts-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 60px;
  padding-left: 220px;
  padding-right: 220px;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.ts-wrapper-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-top: 80px;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.ts-contents {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ts-left {
  width: 40%;
}

.ts-ryt {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-right: 200px;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.ts-img {
  position: relative;
  top: -163px;
}

.ts-para {
  margin-bottom: 40px;
}

.ts-small-img {
  margin-top: 5px;
}

.ts-txt {
  text-align: center;
  margin-top: 60px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.ts-small-img-2 {
  margin-top: 10px;
}

.ts-para-3 {
  font-style: italic;
  font-weight: 700;
}

.down {
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.industries-hero-section {
  padding: 100px 5% 0;
}

.ihs-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  font-family: Darker Grotesque, sans-serif;
  display: block;
}

.body-2 {
  color: #000;
  font-family: Red Hat Display, sans-serif;
}

.text-block {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}

.heading {
  font-size: 102px;
  font-weight: 600;
  line-height: 90%;
}

.text-block-2 {
  margin-top: 100px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.industrial-collection {
  padding: 100px 5%;
}

.ic-container {
  max-width: 1250px;
}

.collection-list {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-section {
  color: #fff;
  background-color: #005824;
  background-image: url('../images/group-152.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 5%;
}

.cs-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.collection-item {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.text-block-3 {
  color: #fff;
  width: 60%;
  padding-bottom: 40px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  position: static;
  top: 291px;
  left: 15px;
}

.mail-button-copy {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--yellow);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 48px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.heading-2 {
  color: var(--white);
  font-family: Darker Grotesque, sans-serif;
  font-size: 56px;
  line-height: 120%;
}

.trading-section {
  padding: 100px 5%;
}

.trading-container {
  max-width: 1250px;
  position: relative;
}

.body-3 {
  color: #000;
  font-family: Red Hat Display, sans-serif;
}

.trading-heading {
  font-weight: 600;
}

.ts-wrap {
  margin-top: 100px;
  display: flex;
}

.paragraph {
  font-size: 20px;
  line-height: 150%;
}

.paragraph-2 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 150%;
}

.ts-left-wrap {
  width: 40%;
}

.ts-ryt-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-right: 220px;
  display: flex;
}

.ts-img-wrap {
  position: absolute;
  inset: 34% 11% 0% auto;
}

.key-section {
  padding: 100px 5%;
}

.ks-container {
  max-width: 1250px;
  display: block;
  position: relative;
}

.key-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.key-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 60%;
  margin-top: 40px;
  padding-left: 0;
  display: flex;
  position: static;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
}

.k-heading {
  margin-top: 110px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  line-height: 80%;
}

.k-img-wrapper {
  width: 40%;
}

.how-section {
  padding: 100px 5%;
}

.how-container {
  max-width: 1250px;
}

.how-left-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.how-ryt-content {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-right: 220px;
  display: flex;
}

.how-left-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 220px 0 10px;
  display: flex;
}

.how-left-empty {
  z-index: -1;
  width: 40%;
  position: relative;
  top: -135px;
}

.how-ryt-empty {
  width: 40%;
}

.how-ryt-wrapper {
  display: flex;
}

.heading-3 {
  margin-bottom: 60px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 90%;
}

.image-8 {
  z-index: -1;
  position: static;
  top: -135px;
}

.rich-text-block, .rich-text-block-2, .rich-text-block-3, .rich-text-block-4 {
  font-size: 20px;
  line-height: 140%;
}

.tags-section {
  padding: 100px 5%;
}

.tags-container {
  max-width: 1250px;
}

.heading-4 {
  color: #005924;
  text-align: center;
  margin-bottom: 60px;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
}

.tags-box {
  background-color: var(--light-yellow);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tags-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tags-content {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.testimonial-section {
  padding: 100px 5%;
}

.testi-container {
  max-width: 1250px;
}

.testi-wrapper {
  margin-top: 40px;
  display: flex;
}

.heading-5 {
  color: #005924;
  text-align: center;
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-3 {
  text-align: center;
  font-family: Darker Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.testi-quote-1-wrap {
  width: 10%;
}

.testi-quote-2-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  width: 10%;
  display: flex;
}

.testi-content-wrapper {
  width: 80%;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-block-11 {
  font-family: Darker Grotesque, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 120%;
}

.m-hero-section {
  padding: 100px 5% 0;
}

.mhs-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  display: block;
}

.mhs-heading {
  text-align: center;
  margin-bottom: 20px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 102px;
  line-height: 100%;
}

.mhs-txt {
  text-align: center;
  font-family: Darker Grotesque, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.mhs-txtblock {
  margin-top: 100px;
  font-size: 16px;
  font-weight: 600;
}

.body-4 {
  color: #000;
  font-family: Red Hat Display, sans-serif;
}

.f-hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5% 0;
  display: flex;
}

.fhs-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  display: block;
}

.heading-6 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 102px;
  font-weight: 600;
  line-height: 80%;
}

.text-block-12 {
  text-align: center;
  margin-top: 10px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-13 {
  margin-top: 100px;
  font-size: 16px;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.f-feature-section {
  padding: 100px 5%;
}

.ff-container {
  max-width: 1250px;
}

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

.ff-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 120%;
}

.ff-grid {
  border: 1px solid #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 343px;
  padding: 20px 60px 28px 20px;
  display: flex;
}

.ff-main-heading {
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 90%;
}

.footer-section {
  padding: 100px 5%;
}

.fs-container {
  max-width: 1250px;
  display: flex;
}

.fs-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.fs-left-wrap {
  margin-right: 80px;
}

.fs-ryt-wrap {
  padding-right: 0;
  font-family: Nunito Sans, sans-serif;
}

.fs-mid-heading {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.fs-mid-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  line-height: 120%;
  display: flex;
}

.fs-mid-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs-ryt-heading {
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}

.fs-ryt-bottom-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.fs-mid-txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.fs-ryt-img {
  margin-top: 3px;
}

.fs-ryt-txt {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
}

.footer {
  color: #fff;
  background-color: #005924;
}

.collection-list-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.mod-hero-section {
  padding: 100px 5%;
}

.collection-item-2 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-block-15 {
  color: #fff;
  margin-bottom: 40px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.mod-container {
  max-width: 1250px;
}

.mod-single-hero-section {
  padding: 100px 5% 0;
}

.mss-container {
  background-image: url('../images/group-110.png');
  background-position: 0 0;
  background-size: auto;
  max-width: 1250px;
  height: 700px;
  display: none;
}

.text-block-16 {
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 140%;
}

.ms-about-section {
  padding: 100px 5%;
}

.msa-container {
  max-width: 1250px;
  display: flex;
  position: relative;
}

.rich-text-block-5 {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 50px;
  font-size: 20px;
  line-height: 140%;
  display: flex;
}

.image-10 {
  width: 50%;
}

.ms-key-section {
  padding: 100px 5%;
}

.msk-container {
  max-width: 1250px;
  position: relative;
}

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

.msk-wrapper {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(79deg, #028544, #005924 45%, #000c 103%);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 250px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.msk-txt {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.msk-heading {
  color: #005924;
  margin-bottom: 40px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
}

.ms-benefits-section {
  padding: 100px 5%;
}

.msb-container {
  max-width: 1250px;
}

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

.body-5 {
  color: #000;
  font-family: Red Hat Display, sans-serif;
}

.msb-heading {
  color: var(--green);
  margin-bottom: 60px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80%;
}

.msb-wrapper {
  color: #fff;
  background-color: #028544;
  border-top-right-radius: 134px;
  height: 500px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 100px;
}

.msb-sub-head {
  font-size: 26px;
  line-height: 140%;
}

.msb-para {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.m-testimonial-section {
  padding: 100px 5%;
}

.mt-container {
  max-width: 1250px;
}

.mt-heading {
  color: var(--green);
  text-align: center;
  font-size: 80px;
  line-height: 90%;
}

.mt-whole-wrapper {
  margin-top: 60px;
  display: flex;
}

.mt-left {
  width: 10%;
}

.mt-mid {
  width: 80%;
  font-size: 40px;
  line-height: 140%;
}

.mt-ryt {
  justify-content: flex-start;
  align-items: flex-end;
  width: 10%;
  display: flex;
}

.mt-para {
  text-align: center;
  font-weight: 600;
  line-height: 150%;
}

.mt-author-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.mt-author-img {
  border-radius: 200px;
  width: 100px;
  box-shadow: 0 2px 5px #000000ad;
}

.mt-author-name {
  font-size: 35px;
}

.mt-author-designation {
  font-size: 35px;
  line-height: 120%;
}

.hero-section {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 1%;
  display: block;
}

.hs-container {
  color: #fff;
  background-color: #005924;
  background-image: url('../images/group-150-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  max-width: 1316px;
  height: 701px;
  max-height: 701px;
  position: relative;
}

.mail-button-copy {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--yellow);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 234px;
  height: 48px;
  display: flex;
}

.credit-section {
  padding: 100px 5%;
}

.credit-container {
  max-width: 1250px;
}

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

.credit-txt-1 {
  color: #005924;
  margin-top: 10px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80%;
}

.credit-txt-2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.credit-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-6 {
  color: #000;
  font-family: Red Hat Display, sans-serif;
}

.question-section {
  padding: 100px 5%;
  position: static;
}

.qs-container {
  max-width: 1250px;
  display: flex;
  position: relative;
}

.qs-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.qs-ryt {
  width: 50%;
}

.qs-para-1 {
  font-family: Darker Grotesque, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 100%;
}

.qs-para-2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.qs-txt-1 {
  color: var(--light-yellow);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

.qs-txt-2 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.qs-img {
  position: absolute;
  inset: auto 0% -26% -10%;
}

.info-section {
  padding: 100px 5%;
}

.info-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7f7f7;
  justify-content: space-between;
  width: 1250px;
  max-width: 12500px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.info-ryt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 0;
  padding: 0 60px 0 0;
  display: flex;
}

.info-para-2 {
  color: #e4a608;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.info-para-1 {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.info-img {
  width: 100%;
  height: 400px;
}

.book-section {
  color: #fff;
  background-image: url('../images/group-150-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 5%;
}

.bs-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.mail-button-book {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--yellow);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 234px;
  height: 48px;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.bs-heading {
  text-align: center;
  font-family: Darker Grotesque, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.text-span {
  color: var(--light-yellow);
}

.service-section {
  padding: 100px 5%;
}

.services-container {
  max-width: 1250px;
}

.s-bottom-wrapper {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.ser-heading {
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 100%;
}

.s-bottom-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.s-bottom-ryt {
  width: 50%;
}

.s-bottom-div {
  border-bottom: 1px solid #919191;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.s-bottom-txt {
  color: var(--black);
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 130%;
  text-decoration: none;
}

.solution-section {
  background-image: url('../images/group-151.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 5%;
}

.sol-container {
  max-width: 1250px;
}

.sol-heading {
  width: 50%;
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 90%;
}

.sol-para {
  width: 70%;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.sol-bottom-wrapper {
  margin-top: 40px;
  display: flex;
}

.sol-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 60%;
  padding-right: 60px;
  display: flex;
}

.sol-ryt {
  width: 40%;
}

.sol-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border-bottom: 1px solid #919191;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.sol-ans {
  padding-right: 140px;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  display: none;
}

.qn {
  font-family: Darker Grotesque, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.scedule-section {
  background-image: url('../images/group-150-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 5%;
  display: flex;
  position: static;
}

.sce-container {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1250px;
  display: flex;
  position: relative;
}

.sce-head {
  font-family: Darker Grotesque, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.ss-paragraph {
  font-size: 20px;
  line-height: 140%;
}

.sce-img {
  position: absolute;
  inset: -49% auto 0% -27%;
}

.sce-left-empty {
  width: 50%;
}

.work-section {
  padding: 200px 5% 100px;
}

.ws-heading {
  text-align: center;
  margin-top: 10px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 120%;
}

.ws-para {
  text-align: center;
  width: 50%;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.testi-section {
  padding: 100px 5%;
}

.tes-container {
  max-width: 1250px;
  font-family: Darker Grotesque, sans-serif;
}

.tes-wrapper {
  display: flex;
}

.tes-para {
  text-align: center;
  font-family: Darker Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.tes-head {
  text-align: center;
  margin-bottom: 100px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  line-height: 120%;
}

.q-wrap-1 {
  width: 10%;
}

.q-wrap-2 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 10%;
  display: flex;
}

.tes-context {
  width: 80%;
}

.star-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.author-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-txt-2 {
  font-family: Darker Grotesque, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 120%;
}

.author-txt-1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
}

.author-txt-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.author-img {
  object-fit: cover;
  border-radius: 200px;
  box-shadow: 0 2px 5px #000000a1;
}

.fs-bottom-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.map-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  padding-bottom: 60px;
  padding-left: 59px;
  display: flex;
}

.hs-wrapper {
  width: 70%;
  padding-top: 100px;
  padding-left: 60px;
}

.flying-box {
  z-index: 4;
  background-image: url('../images/rectangle-1766.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 34px;
  font-weight: 800;
  display: flex;
  position: absolute;
  inset: 11% 2% 0% auto;
}

.text-block-19 {
  color: #000;
  font-size: 20px;
  line-height: 120%;
}

.flying-box-copy {
  z-index: 4;
  background-image: url('../images/rectangle-1766.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 34px;
  font-weight: 800;
  display: flex;
  position: absolute;
  inset: auto 0% 13% 44%;
}

.flying-box-2 {
  z-index: 4;
  background-image: url('../images/rectangle-1766.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 34px;
  font-weight: 800;
  display: flex;
  position: absolute;
  inset: 76% 1% 0% auto;
}

.flying-box-3 {
  z-index: 4;
  background-image: url('../images/rectangle-1766.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 34px;
  font-weight: 800;
  display: flex;
  position: absolute;
  inset: 59% 33% 0% auto;
}

.text-span-3 {
  color: var(--light-yellow);
}

.heading-7 {
  margin-top: 0;
  font-size: 102px;
  font-weight: 600;
  line-height: 90%;
}

.paragraph-4 {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  color: #fff;
  text-decoration: none;
}

.emilda {
  font-weight: 700;
}

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

.text-span-4, .bold-text-2 {
  font-family: Nunito Sans, sans-serif;
}

.mail-button-hs-copy {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--yellow);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 234px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.qs-container-mobile {
  max-width: 1250px;
  display: none;
  position: static;
}

.services-container-mobile, .sol-container-mobile {
  max-width: 1250px;
  display: none;
}

.head-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 500px;
  position: absolute;
  top: 153.594px;
  left: 230px;
}

.button-copy-about {
  background-color: var(--yellow);
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.body-7 {
  color: #000;
  font-family: Red Hat Display, sans-serif;
}

.ff-para {
  font-family: Darker Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.image-19 {
  margin-top: 40px;
}

.image-20 {
  margin-top: 20px;
}

.div-block-9 {
  font-size: 16px;
  line-height: 140%;
  display: flex;
}

.text-block-20 {
  color: var(--green);
}

.heading-8 {
  font-family: Darker Grotesque, sans-serif;
  font-size: 35px;
  line-height: 120%;
}

.ks-container-mobile {
  max-width: 1250px;
  display: none;
}

.image-21 {
  position: absolute;
  inset: auto 0% -49% 37%;
}

.image-22 {
  position: absolute;
  inset: auto 0% -34% 15%;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 200px;
  width: 100%;
  height: 400px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

.link-block-7:hover {
  transform: scale(1.02);
}

.link-block-8 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.image-23 {
  z-index: -1;
  position: absolute;
  top: 240px;
  left: 29px;
}

.text-span-5 {
  color: var(--green);
}

.div-block-12, .div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14 {
  margin-top: 20px;
  display: flex;
}

.link-2 {
  text-decoration: none;
}

.link-2.w--current {
  color: var(--black);
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.link-3:hover, .link-3.w--current, .link-3.w--current:hover {
  color: #000;
}

.link-4 {
  color: var(--black);
  text-decoration: none;
}

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

.link-4.w--current {
  color: #000;
}

.div-block-15 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-21 {
  color: var(--green);
  font-size: 16px;
  line-height: 150%;
}

.link-5, .link-6, .link-7 {
  color: #000;
  text-decoration: none;
}

.div-block-16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 200px;
  width: 100%;
  height: 400px;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94);
}

.div-block-16:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.02);
}

.div-block-17 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-8 {
  color: #000;
  text-decoration: none;
}

.green-copy {
  color: var(--green);
  font-weight: 600;
}

.image-25 {
  border-radius: 200px;
  width: 100px;
  box-shadow: 0 2px 5px #0000008c;
}

.info-lftt {
  width: 50%;
}

.c-card-image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

._w-cards-list {
  z-index: 10;
  padding: 100px 20px;
  position: sticky;
  top: 1px;
}

.text-wrapper {
  z-index: 1;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.c-cloneable {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.c-card-subtitle {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.c-cards-list {
  transition: all .2s;
  position: relative;
}

._w-content {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.c-content {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._1 {
  position: sticky;
  top: 30vh;
}

.c-card._4 {
  position: sticky;
  top: 45vh;
}

.c-card._3 {
  position: sticky;
  top: 40vh;
}

.c-card._2 {
  position: sticky;
  top: 35vh;
}

._w-card {
  background-color: #fff;
  border-radius: 10px;
  height: 400px;
  margin-bottom: 100px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px #13131333;
}

.c-card-title {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 10px;
  display: flex;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.card-title {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 110%;
}

.card-icon {
  width: 45px;
}

.apps-section {
  background-image: url('../images/vector-22-2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 5%;
}

.apps-container {
  width: auto;
  max-width: 1250px;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.div-block-18:hover {
  border-radius: 5px;
  box-shadow: 1px 2px 7px #00000026;
}

.collection-list-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-9 {
  font-size: 20px;
  line-height: 140%;
}

.div-block-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.text-block-22 {
  color: #005924;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.div-block-20 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  margin-top: 0;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.div-block-20:hover {
  transform: scale(1.05);
}

.app-hero-section {
  padding: 100px 5%;
}

.app-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.text-span-6 {
  color: #ffb800;
  font-weight: 600;
}

.body-8 {
  color: #000;
}

.heading-10 {
  text-align: center;
  margin-top: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
}

.collection-list-4 {
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-11 {
  font-size: 20px;
  line-height: 140%;
}

.div-block-21 {
  color: #000;
  border: 1px #0000001a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 200px;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: -1px 4px 16px 4px #00000026;
}

.div-block-21:hover {
  transform: scale(1.05);
}

.collection-list-wrapper {
  margin-top: 40px;
}

.sba-section {
  padding: 100px 5%;
}

.sba-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1250px;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  width: 80%;
  margin-top: 20px;
  font-size: 20px;
  line-height: 150%;
}

.body-9 {
  color: #000;
}

.heading-12 {
  color: #028544;
  font-family: Red Hat Display, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
}

.heading-13 {
  text-align: center;
  margin-top: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-22 {
  width: 1100px;
  max-width: 1100px;
  margin-top: 60px;
}

.collection-item-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-26 {
  width: 100px;
}

.spaceblock-2 {
  padding-bottom: 3.5625em;
}

.heading-14 {
  color: #0b0b0b;
  font-size: 5em;
}

.image-27 {
  z-index: 3;
  object-fit: contain;
  width: 50%;
  height: 30em;
  position: absolute;
  inset: -70% 0% 0% auto;
}

.indivisual-project {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: .75em;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.text-size-large {
  color: #0b0b0b;
  font-size: 3em;
  font-weight: 700;
}

.spaceblock {
  padding-bottom: 1em;
}

.underline {
  background-color: #0b0b0b;
  width: 45%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.left {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  align-items: center;
  display: flex;
}

.works_wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.services-container-mob {
  max-width: 1250px;
}

.indivisual-project-copy {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: .75em;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.image-27-copy {
  z-index: 3;
  object-fit: contain;
  width: 50%;
  height: 30em;
  position: absolute;
  inset: -70% 0% 0% auto;
}

.tabs__pane {
  width: 100%;
  height: 100%;
}

.tabs-link__title {
  align-items: flex-start;
}

.tabs__link-body {
  overflow: hidden;
}

.tabs__image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.tabs__menu {
  margin: 0;
}

.tabs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: auto;
  display: grid;
}

.tabs__content {
  width: 100%;
  height: 100%;
}

.tabs__link {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  padding: 24px;
  transition: background-color .2s;
  display: block;
}

.tabs__link.w--current {
  background-color: #ffffff1a;
}

.tabs__link._1 {
  border-bottom: 1px solid #000;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
}

.css {
  display: none;
}

.paragraph-4-copy {
  color: var(--black);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.image-28 {
  width: 80%;
  display: none;
}

.container-copy {
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
}

.tabsssy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: auto;
  display: grid;
}

.css-copy {
  display: none;
}

.tabs__menu-copy {
  margin: 0;
}

.tabs__content-copy {
  width: 100%;
  height: 100%;
}

.tabs__image-copy {
  object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.image-28-copy {
  width: 80%;
  display: none;
}

.ser-heading-copy {
  text-align: center;
  width: 80%;
  margin: 0 auto 100px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 100%;
}

.div-block-23 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.collection-item-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.qs-ryt-mob {
  width: 50%;
  display: none;
}

.image-29 {
  width: 120px;
}

.mod-single-hero-section-green {
  background-color: var(--green);
  height: 25vh;
  padding: 0 5%;
}

.mss-container-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  height: 100%;
  display: flex;
}

.msk-heading-copy {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
}

.sap-image {
  width: 100px;
}

.home-apps-image {
  width: 120px;
}

.home-apps-image1 {
  width: 120px;
  height: 120px;
}

.sap-image-copy {
  width: 100px;
}

.section {
  color: #fff;
  background-color: #005924;
  background-image: url('../images/frame.png'), url('../images/vector.png');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 100px 5%;
}

.container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.heading-15 {
  text-align: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  line-height: 90%;
}

.text-span-7 {
  color: #ffb800;
}

.paragraph-6 {
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 150%;
}

.div-block-24 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.heading-16 {
  color: #ffb800;
  text-align: center;
  font-family: Darker Grotesque, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.div-block-25 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 20px;
  display: flex;
}

.section-2 {
  background-color: #fffabe;
  background-image: url('../images/ytrd.png'), url('../images/fg.png');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 100px 5%;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 80px;
  line-height: 73%;
}

.image-31 {
  width: 120px;
}

.sap-images {
  width: 100px;
}

.lott {
  width: 100%;
  height: 500px;
}

.home-apps-images {
  width: 120px;
  height: 120px;
}

.div-block-26 {
  z-index: 9999;
  position: fixed;
  inset: auto 40px 40px auto;
}

.lottie {
  width: 80px;
}

@media screen and (min-width: 1440px) {
  .indivisual-project, .indivisual-project-copy, .indivisual-project-copy, .indivisual-project-copy, .indivisual-project-copy, .indivisual-project-copy {
    background-color: #0000;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-copy {
    margin-bottom: 0;
    font-size: 15px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .nav-link-2 {
    border: 1px solid #0003;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .nav-link-3, .nav-link-4 {
    border: 1px solid #0003;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
    display: flex;
  }

  .menu-button-2 {
    background-color: #fff;
    padding: 0;
  }

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

  .icon {
    color: #000;
    font-size: 50px;
  }

  .image {
    width: 200px;
  }

  .div-block-2 {
    text-align: left;
    border-radius: 10px;
    width: auto;
    height: auto;
    margin: 10px 20px;
    padding: 20px;
    text-decoration: none;
    display: flex;
  }

  .mail-button {
    display: none;
  }

  .a-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ahs-container {
    max-width: none;
  }

  .ahs-heading {
    margin-top: 10px;
    font-size: 76px;
  }

  .ahs-left {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ahs-para, .ahs-txt {
    font-size: 18px;
  }

  .green {
    font-size: 16px;
  }

  .ahs-img-2 {
    width: 600px;
    bottom: -44%;
    right: -4%;
  }

  .idea-section {
    padding-bottom: 80px;
  }

  .is-container {
    max-width: none;
  }

  .is-heading {
    margin-top: 20px;
    font-size: 76px;
    top: 123px;
  }

  .is-ryt {
    padding: 140px 0 60px 40px;
  }

  .is-down {
    padding-left: 60px;
  }

  .is-paragraph, .is-paragraph-2 {
    font-size: 18px;
  }

  .is-image-2 {
    height: 60%;
    bottom: -23%;
    right: 32%;
  }

  .mission-section {
    padding-bottom: 80px;
  }

  .ms-container {
    max-width: none;
  }

  .ms-heading {
    margin-top: 100px;
    font-size: 76px;
  }

  .ms-lft-paragraph {
    font-size: 18px;
  }

  .ms-paragraph {
    padding-right: 100px;
    font-size: 18px;
  }

  .ms-left {
    padding-left: 60px;
    padding-right: 40px;
  }

  .image-2 {
    width: 40%;
    bottom: 14%;
    left: 7%;
  }

  .ms-text-block {
    font-size: 30px;
  }

  .about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .as-container {
    max-width: none;
  }

  .as-heading {
    font-size: 76px;
  }

  .as-paragraph {
    font-size: 18px;
  }

  .as-paragraph-2 {
    font-size: 20px;
  }

  .as-paragraph-3 {
    font-size: 18px;
  }

  .as-wrap-1, .as-wrap-2, .as-wrap-3 {
    width: 60%;
  }

  .success-section {
    padding-bottom: 80px;
  }

  .ss-container {
    max-width: none;
  }

  .ss-wrapper {
    justify-content: space-between;
  }

  .ss-heading {
    font-size: 76px;
    right: 26px;
  }

  .ss-left {
    padding-left: 20px;
  }

  .ss-text-block {
    font-size: 18px;
  }

  .ss-ryt {
    width: 40%;
  }

  .ss-para {
    font-size: 18px;
  }

  .ss-img {
    position: relative;
    top: -10px;
    right: 104px;
  }

  .image-3 {
    bottom: -38%;
    right: 7%;
  }

  .image-4 {
    inset: 0% 0% 0% auto;
  }

  .road-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .rs-container {
    width: auto;
    max-width: none;
  }

  .rs-heading {
    font-size: 76px;
    top: 65px;
  }

  .rs-ryt {
    padding-left: 20px;
    padding-right: 0;
  }

  .rs-paragraph {
    font-size: 18px;
  }

  .rs-text-block {
    font-size: 42px;
  }

  .rs-wrapper-2 {
    width: 60%;
  }

  .rs-ryt-para-1, .rs-ryt-para-2 {
    font-size: 18px;
  }

  .transform-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .ts-container {
    max-width: none;
  }

  .ts-heading {
    font-size: 76px;
    top: -79px;
    right: 3px;
  }

  .ts-wrapper-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .ts-wrapper-3 {
    width: 60%;
    font-size: 18px;
  }

  .ts-ryt {
    padding-left: 20px;
    padding-right: 0;
  }

  .ts-para, .ts-para-2 {
    font-size: 18px;
  }

  .ts-txt {
    font-size: 30px;
  }

  .industries-hero-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .text-block {
    text-align: center;
    font-size: 30px;
  }

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

  .text-block-2 {
    font-size: 15px;
  }

  .industrial-collection {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .collection-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-3 {
    font-size: 30px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .heading-2 {
    font-size: 42px;
  }

  .trading-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph {
    font-size: 18px;
  }

  .ts-ryt-wrap {
    padding-right: 0;
  }

  .ts-img-wrap {
    width: 500px;
    top: 29%;
    right: -3%;
  }

  .key-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 32px;
  }

  .k-heading {
    font-size: 60px;
  }

  .k-img-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .how-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .how-left-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .how-ryt-content, .how-left-content {
    padding-right: 0;
  }

  .heading-3 {
    font-size: 60px;
  }

  .rich-text-block, .rich-text-block-2, .rich-text-block-3, .rich-text-block-4 {
    font-size: 18px;
  }

  .tags-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .tags-box {
    height: 85px;
  }

  .tags-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .tags-content {
    font-size: 18px;
  }

  .testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-5 {
    font-size: 60px;
  }

  .paragraph-3 {
    font-size: 30px;
  }

  .text-block-11 {
    font-size: 32px;
  }

  .m-hero-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .mhs-heading {
    font-size: 76px;
  }

  .mhs-txt {
    font-size: 30px;
  }

  .mhs-txtblock {
    margin-top: 80px;
    font-size: 15px;
  }

  .f-hero-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .fhs-container {
    max-width: none;
  }

  .heading-6 {
    font-size: 76px;
  }

  .text-block-12 {
    font-size: 30px;
  }

  .text-block-13 {
    margin-top: 80px;
    font-size: 15px;
  }

  .f-feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ff-container {
    max-width: none;
  }

  .ff-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .ff-grid {
    height: 300px;
    padding-right: 20px;
  }

  .ff-main-heading {
    text-align: center;
    font-size: 60px;
  }

  .footer-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .fs-wrapper {
    width: 60%;
  }

  .fs-left-wrap {
    margin-right: 60px;
  }

  .fs-mid-heading {
    text-align: left;
    font-size: 18px;
  }

  .fs-mid-txt, .fs-ryt-txt {
    font-size: 17px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .mod-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-block-15 {
    font-size: 30px;
  }

  .mod-single-hero-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .mss-container {
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 500px;
    display: none;
  }

  .ms-about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .rich-text-block-5 {
    padding: 0 20px 0 0;
    font-size: 18px;
  }

  .ms-key-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .msk-wrapper {
    width: 100%;
    padding-top: 40px;
    padding-right: 20px;
    display: flex;
  }

  .msk-txt {
    text-align: center;
    font-size: 30px;
  }

  .msk-heading {
    margin-top: 40px;
    font-size: 60px;
  }

  .ms-benefits-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .body-5 {
    color: #000;
  }

  .msb-heading {
    font-size: 60px;
  }

  .msb-wrapper {
    height: 400px;
    padding-right: 20px;
  }

  .msb-sub-head {
    font-size: 24px;
  }

  .msb-para {
    font-size: 18px;
  }

  .m-testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mt-heading {
    font-size: 56px;
  }

  .mt-para {
    font-size: 30px;
  }

  .mt-author-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mt-author-img {
    width: 80px;
  }

  .mt-author-name {
    margin-top: 10px;
    font-size: 32px;
  }

  .mt-author-designation {
    font-size: 32px;
  }

  .hs-container {
    background-position: 100% 100%;
    background-size: 700px;
    height: 800px;
  }

  .mail-button-copy {
    display: none;
  }

  .credit-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .credit-wrapper {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .credit-txt-1 {
    font-size: 60px;
  }

  .credit-txt-2 {
    font-size: 18px;
  }

  .question-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .qs-ryt {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .qs-para-1 {
    font-size: 40px;
  }

  .qs-para-2 {
    font-size: 18px;
  }

  .qs-txt-1 {
    font-size: 40px;
  }

  .qs-txt-2 {
    margin-bottom: 60px;
    font-size: 18px;
  }

  .info-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .info-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .info-ryt {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .info-para-2 {
    text-align: center;
    font-size: 18px;
  }

  .info-para-1 {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
  }

  .info-img {
    height: 320px;
  }

  .book-section {
    background-position: 0 0;
    background-size: cover;
  }

  .mail-button-book {
    display: flex;
  }

  .bs-heading {
    font-size: 30px;
  }

  .service-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ser-heading {
    font-size: 60px;
  }

  .s-bottom-txt {
    font-size: 22px;
  }

  .solution-section {
    padding-top: 80px;
  }

  .sol-heading {
    width: auto;
    font-size: 60px;
  }

  .sol-para {
    width: auto;
    font-size: 18px;
  }

  .sol-ryt {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sol-ans {
    padding-right: 0;
    font-size: 17px;
    display: none;
  }

  .qn {
    font-size: 30px;
  }

  .scedule-section {
    padding-top: 80px;
  }

  .sce-head {
    font-size: 44px;
  }

  .ss-paragraph {
    font-size: 18px;
  }

  .sce-img {
    width: 300px;
    top: -83px;
    left: -4%;
    right: 452.609px;
  }

  .sce-ryt-div {
    margin-left: 100px;
  }

  .ws-heading {
    font-size: 60px;
  }

  .ws-para {
    width: auto;
    font-size: 18px;
  }

  .testi-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tes-para {
    font-size: 30px;
  }

  .tes-head {
    margin-bottom: 80px;
    font-size: 60px;
  }

  .author-txt-2, .author-txt-1 {
    font-size: 32px;
  }

  .author-img {
    width: 80px;
  }

  .fs-bottom-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .map-wrap {
    width: 40%;
  }

  .hs-wrapper {
    padding-top: 20px;
  }

  .flying-box {
    inset: 5% 5% auto auto;
  }

  .text-block-19 {
    font-size: 18px;
  }

  .flying-box-copy {
    inset: 16% 0% auto auto;
  }

  .flying-box-2 {
    inset: 25% 5% auto auto;
  }

  .flying-box-3 {
    inset: 35% 2.5% auto auto;
  }

  .heading-7 {
    font-size: 76px;
  }

  .paragraph-4 {
    width: auto;
    font-size: 17px;
  }

  .mail-button-hs-copy {
    display: flex;
  }

  .button-copy-about {
    font-size: 15px;
    display: flex;
  }

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

  .ff-para {
    font-size: 18px;
  }

  .div-block-9 {
    font-size: 15px;
  }

  .heading-8 {
    margin-top: 10px;
    font-size: 32px;
  }

  .image-21 {
    bottom: -92%;
    left: 23%;
  }

  .image-22 {
    width: 300px;
    bottom: -20%;
    left: 37%;
  }

  .link-block-7 {
    width: 100%;
    height: 380px;
  }

  .div-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    max-width: none;
  }

  .div-block-16 {
    height: 380px;
  }

  .link-8.w--current {
    font-size: 16px;
  }

  .green-copy {
    font-size: 60px;
  }

  .image-25 {
    width: 80px;
  }

  ._w-card {
    height: 350px;
  }

  .card-title {
    font-size: 44px;
  }

  .card-icon {
    width: 40px;
  }

  .apps-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-9 {
    font-size: 18px;
  }

  .text-block-22 {
    font-size: 17px;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    width: 200px;
  }

  .app-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-10 {
    font-size: 60px;
  }

  .collection-list-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-11 {
    font-size: 18px;
  }

  .div-block-21 {
    width: 100%;
    height: 180px;
  }

  .sba-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .heading-12 {
    text-align: center;
    font-size: 56px;
  }

  .heading-13 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 60px;
  }

  .div-block-22 {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }

  .image-26 {
    width: 80px;
  }

  .image-27 {
    display: block;
    right: 0%;
  }

  .indivisual-project {
    padding-left: 0;
  }

  .works_wrapper {
    display: block;
  }

  .indivisual-project-copy {
    padding-left: 0;
  }

  .image-27-copy {
    display: block;
    right: 0%;
  }

  .container {
    max-width: none;
  }

  .paragraph-4-copy {
    width: auto;
    font-size: 17px;
  }

  .container-copy {
    max-width: none;
    margin-top: 40px;
  }

  .ser-heading-copy {
    margin-top: 0;
    margin-bottom: 80px;
    font-size: 60px;
  }

  .div-block-23 {
    justify-content: flex-end;
    align-items: center;
    margin-top: 50px;
    display: flex;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .qs-ryt-mob {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .image-29 {
    width: 100px;
  }

  .mod-single-hero-section-green {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mss-container-copy {
    background-image: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .msk-heading-copy {
    text-align: center;
    margin-top: 20px;
    font-size: 60px;
    line-height: 110%;
  }

  .sap-image {
    width: 80px;
  }

  .home-apps-image {
    width: 100px;
  }

  .home-apps-image1 {
    width: 100px;
    height: 100px;
  }

  .sap-image-copy {
    width: 80px;
  }

  .section {
    background-size: 150px, 150px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-15 {
    width: 80%;
    font-size: 56px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .paragraph-7 {
    font-size: 15px;
  }

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

  .div-block-25 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 80%;
  }

  .section-2 {
    background-size: 150px, 150px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-17 {
    font-size: 56px;
  }

  .image-30 {
    width: 300px;
  }

  .image-31 {
    width: 110px;
  }

  .sap-images {
    width: 80px;
  }

  .lott {
    height: 300px;
  }

  .home-apps-images {
    width: 100px;
    height: 100px;
  }

  .div-block-26 {
    bottom: 30px;
    right: 30px;
  }

  .lottie {
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    font-size: 15px;
  }

  .icon {
    font-size: 40px;
  }

  .image {
    width: 180px;
    height: auto;
  }

  .a-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ahs-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 66px;
    line-height: 90%;
  }

  .ahs-para, .ahs-txt {
    text-align: center;
    font-size: 17px;
  }

  .ahs-img-2 {
    width: 400px;
    bottom: -23%;
  }

  .idea-section {
    padding-bottom: 60px;
  }

  .is-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 66px;
    line-height: 90%;
    top: 153px;
  }

  .is-down {
    padding-left: 0;
  }

  .is-paragraph {
    text-align: center;
    font-size: 17px;
  }

  .is-paragraph-2 {
    text-align: center;
  }

  .is-image-2 {
    bottom: -21%;
    right: 15%;
  }

  .mission-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ms-heading {
    text-align: center;
    font-size: 66px;
  }

  .ms-lft-paragraph {
    font-size: 17px;
  }

  .ms-paragraph {
    text-align: center;
    padding-right: 0;
    font-size: 17px;
  }

  .ms-left {
    text-align: center;
    padding-top: 20px;
    padding-left: 40px;
  }

  .ms-text-block {
    margin-top: 40px;
    font-size: 26px;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .as-heading {
    text-align: center;
    font-size: 66px;
  }

  .as-para-wrap-1, .as-para-wrap-2 {
    margin-bottom: 40px;
  }

  .as-paragraph {
    text-align: left;
    font-size: 17px;
  }

  .as-paragraph-2 {
    font-size: 18px;
  }

  .as-paragraph-3 {
    font-size: 17px;
  }

  .as-empty-1 {
    display: none;
  }

  .as-wrap-1, .as-wrap-2, .as-wrap-3 {
    width: auto;
  }

  .as-empty-3, .as-empty-4 {
    display: none;
  }

  .success-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ss-heading {
    text-align: center;
    margin-top: 0;
    font-size: 66px;
    position: static;
  }

  .ss-left {
    padding-left: 0;
  }

  .ss-text-block {
    text-align: center;
    font-size: 17px;
  }

  .ss-ryt {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .ss-para {
    text-align: center;
    font-size: 17px;
  }

  .ss-img {
    top: 79px;
    right: 46px;
  }

  .image-3 {
    width: 300px;
    bottom: -18%;
    right: 17%;
  }

  .image-4 {
    top: 41%;
  }

  .rs-heading {
    font-size: 66px;
    top: 50px;
  }

  .rs-paragraph {
    font-size: 17px;
  }

  .rs-text-block {
    font-size: 40px;
    line-height: 100%;
  }

  .rs-wrapper-2 {
    width: auto;
  }

  .rs-ryt-para-1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 17px;
  }

  .rs-ryt-para-2 {
    text-align: center;
    margin-top: 0;
    font-size: 17px;
  }

  .transform-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ts-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 66px;
    top: 0;
  }

  .ts-wrapper-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .ts-wrapper-3 {
    width: auto;
  }

  .ts-img {
    top: 0;
  }

  .ts-para {
    text-align: center;
    font-size: 17px;
  }

  .ts-para-2 {
    text-align: left;
    font-size: 17px;
  }

  .ts-txt {
    margin-top: 40px;
    padding-right: 20px;
    font-size: 28px;
  }

  .ts-para-3 {
    font-size: 17px;
  }

  .down {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .industries-hero-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .text-block {
    font-size: 26px;
  }

  .heading {
    font-size: 66px;
  }

  .text-block-2 {
    margin-top: 80px;
  }

  .industrial-collection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-list {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-item {
    background-position: 0%;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
  }

  .text-block-3 {
    text-align: center;
    padding-left: 10px;
    font-size: 26px;
  }

  .text-block-4 {
    text-align: center;
    font-size: 17px;
    line-height: 150%;
  }

  .heading-2 {
    text-align: center;
    font-size: 40px;
  }

  .trading-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph {
    font-size: 17px;
  }

  .ts-ryt-wrap {
    padding-left: 10px;
  }

  .ts-img-wrap {
    width: 450px;
    top: 31%;
    right: -4%;
  }

  .key-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ks-container {
    display: none;
  }

  .key-wrapper {
    width: auto;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 28px;
  }

  .k-heading {
    font-size: 56px;
  }

  .k-img-wrapper {
    width: auto;
  }

  .k-imh {
    width: 50%;
  }

  .how-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .how-left-wrapper, .how-ryt-content, .how-left-content {
    width: 80%;
  }

  .how-left-empty {
    display: none;
  }

  .heading-3 {
    font-size: 56px;
  }

  .rich-text-block, .rich-text-block-2, .rich-text-block-3, .rich-text-block-4 {
    font-size: 17px;
  }

  .tags-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .tags-box {
    height: 80px;
  }

  .tags-content {
    font-size: 17px;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-5 {
    font-size: 56px;
  }

  .paragraph-3 {
    font-size: 28px;
  }

  .div-block-6 {
    flex-flow: column;
    margin-top: 40px;
  }

  .text-block-11 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
  }

  .m-hero-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .mhs-heading {
    font-size: 66px;
  }

  .mhs-txt {
    font-size: 26px;
  }

  .mhs-txtblock {
    margin-top: 60px;
    font-size: 14px;
  }

  .f-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-6 {
    font-size: 66px;
  }

  .text-block-12 {
    font-size: 28px;
  }

  .text-block-13 {
    margin-top: 60px;
    font-size: 14px;
  }

  .f-feature-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .ff-heading {
    font-size: 17px;
  }

  .ff-grid {
    height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ff-main-heading {
    font-size: 56px;
  }

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

  .fs-container {
    flex-flow: column;
  }

  .fs-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .fs-mid-heading {
    font-size: 17px;
  }

  .fs-mid-txt, .fs-ryt-txt {
    font-size: 16px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
    place-items: center start;
  }

  .mod-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-15 {
    font-size: 26px;
  }

  .mod-single-hero-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .mss-container {
    height: 400px;
  }

  .ms-about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rich-text-block-5 {
    text-align: center;
    padding-right: 10px;
    font-size: 17px;
  }

  .msk-grid {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .msk-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    padding: 20px 10px;
    display: flex;
  }

  .msk-txt {
    text-align: center;
    font-size: 28px;
  }

  .msk-heading {
    font-size: 56px;
  }

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

  .msb-heading {
    font-size: 56px;
  }

  .msb-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    display: flex;
  }

  .msb-sub-head {
    text-align: center;
    font-size: 22px;
  }

  .msb-para {
    text-align: center;
    font-size: 17px;
  }

  .mt-heading {
    font-size: 56px;
  }

  .mt-para {
    font-size: 28px;
  }

  .mt-author-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .mt-author-name {
    text-align: center;
    font-size: 30px;
  }

  .mt-author-designation {
    font-size: 26px;
  }

  .hs-container {
    background-size: 300px;
    height: auto;
  }

  .credit-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .credit-txt-1 {
    font-size: 56px;
  }

  .credit-txt-2 {
    font-size: 17px;
  }

  .question-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .qs-container {
    flex-flow: column;
    display: flex;
  }

  .qs-left {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .qs-ryt {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    display: none;
  }

  .qs-para-1 {
    text-align: center;
    font-size: 32px;
  }

  .qs-para-2 {
    text-align: center;
    font-size: 17px;
  }

  .qs-txt-1 {
    text-align: center;
    font-size: 32px;
  }

  .qs-txt-2 {
    margin-bottom: 0;
    font-size: 17px;
  }

  .qs-ryt-img {
    width: 100%;
    height: 100%;
  }

  .qs-img {
    display: none;
  }

  .info-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .info-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .info-ryt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .info-para-2 {
    text-align: center;
    font-size: 17px;
  }

  .info-para-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
  }

  .info-img {
    width: 100%;
    height: 250px;
  }

  .bs-heading {
    font-size: 26px;
  }

  .service-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-container {
    flex-flow: column;
    display: flex;
  }

  .s-bottom-wrapper {
    flex-flow: column;
  }

  .ser-heading {
    text-align: center;
    font-size: 56px;
  }

  .s-bottom-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    margin-top: 20px;
    padding-right: 0;
  }

  .s-bottom-ryt {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .s-bottom-txt {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 900;
  }

  .s-bottokm-img {
    width: 300px;
  }

  .solution-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sol-container {
    display: block;
  }

  .sol-heading {
    text-align: center;
    width: auto;
    font-size: 56px;
  }

  .sol-para {
    text-align: center;
    width: auto;
    margin-top: 20px;
    font-size: 17px;
  }

  .sol-bottom-wrapper {
    justify-content: space-between;
    align-items: center;
  }

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

  .sol-ryt {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
    display: flex;
  }

  .sol-img {
    object-fit: cover;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 60%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .sol-div {
    padding-bottom: 5px;
  }

  .sol-ans {
    display: none;
  }

  .qn {
    font-size: 30px;
  }

  .ans {
    font-size: 16px;
    display: block;
  }

  .scedule-section {
    background-position: 80% 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sce-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .sce-head {
    text-align: center;
    font-size: 40px;
  }

  .ss-paragraph {
    text-align: center;
    font-size: 17px;
  }

  .sce-img {
    width: 300px;
    position: static;
    top: -46px;
  }

  .sce-left-empty {
    display: none;
  }

  .sce-ryt-div {
    width: 90%;
    margin-left: 0;
  }

  .work-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ws-heading {
    font-size: 56px;
    line-height: 100%;
  }

  .ws-para {
    width: auto;
    margin-top: 30px;
    font-size: 17px;
  }

  .testi-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tes-para {
    font-size: 26px;
  }

  .tes-head {
    margin-bottom: 60px;
    font-size: 56px;
  }

  .star-wrap {
    margin-top: 40px;
  }

  .author-wrap {
    flex-flow: column;
  }

  .author-txt-2 {
    text-align: center;
    width: 60%;
    font-size: 30px;
  }

  .author-txt-1 {
    text-align: center;
    font-size: 30px;
  }

  .author-txt-wrap {
    justify-content: center;
    align-items: center;
  }

  .map-wrap {
    width: auto;
    margin-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hs-wrapper {
    width: 100%;
    padding: 40px 40px 40px 20px;
  }

  .flying-box, .flying-box-copy, .flying-box-2, .flying-box-3 {
    display: none;
  }

  .heading-7 {
    font-size: 66px;
    line-height: 100%;
  }

  .paragraph-4 {
    padding-right: 20px;
    font-size: 16px;
  }

  .qs-container-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .services-container-mobile, .sol-container-mobile {
    display: block;
  }

  .head-wrap {
    justify-content: center;
    align-items: center;
  }

  .ff-para {
    font-size: 17px;
  }

  .heading-8 {
    text-align: center;
    font-size: 30px;
  }

  .ks-container-mobile {
    display: block;
  }

  .image-21 {
    width: 200px;
    bottom: -87%;
  }

  .image-22 {
    width: 200px;
    bottom: -10%;
  }

  .link-block-7 {
    border-top-right-radius: 140px;
    height: 300px;
  }

  .div-block-15 {
    width: auto;
    max-width: none;
  }

  .div-block-16 {
    border-top-right-radius: 140px;
    height: 300px;
  }

  .green-copy {
    font-size: 56px;
  }

  .info-lftt {
    width: 100%;
    height: auto;
  }

  ._w-card {
    height: 300px;
  }

  .card-title {
    font-size: 40px;
  }

  .card-icon {
    width: 35px;
  }

  .apps-section {
    background-position: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-9 {
    font-size: 17px;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .app-hero-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .heading-10 {
    font-size: 56px;
  }

  .collection-list-4 {
    grid-column-gap: 20px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-11 {
    font-size: 17px;
  }

  .div-block-21 {
    width: 80%;
    height: 160px;
  }

  .sba-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-5 {
    width: auto;
    font-size: 17px;
  }

  .heading-12 {
    font-size: 42px;
  }

  .heading-13 {
    margin-top: 10px;
    font-size: 56px;
  }

  .div-block-22 {
    width: 100%;
    margin-top: 20px;
  }

  .image-26 {
    width: 70px;
  }

  .image-27 {
    display: block;
  }

  .underline {
    width: 100%;
  }

  .left {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .works_wrapper {
    display: block;
  }

  .services-container-mob {
    display: flex;
  }

  .indivisual-project-copy {
    flex-flow: column;
  }

  .ryt {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-27-copy {
    width: 60%;
    height: 200px;
    display: block;
    position: static;
  }

  .tabs__link-body {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .tabs__content {
    display: none;
  }

  .container {
    margin-top: 40px;
  }

  .paragraph-4-copy {
    text-align: center;
    padding-right: 20px;
    font-size: 16px;
  }

  .image-28 {
    width: 60%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .container-copy {
    margin-top: 0;
  }

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

  .tabs__content-copy {
    display: none;
  }

  .image-28-copy {
    object-fit: cover;
    width: 100%;
    height: 300px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .ser-heading-copy {
    text-align: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 56px;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .qs-ryt-mob {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    display: block;
  }

  .image-29 {
    width: 80px;
  }

  .mod-single-hero-section-green {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mss-container-copy {
    height: 100%;
  }

  .msk-heading-copy {
    font-size: 56px;
  }

  .sap-image {
    width: 70px;
  }

  .home-apps-image {
    width: 80px;
  }

  .home-apps-image1 {
    width: 80px;
    height: 80px;
  }

  .sap-image-copy {
    width: 70px;
  }

  .section {
    background-size: 100px, 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-15 {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 100%;
  }

  .paragraph-6 {
    width: 80%;
    font-size: 17px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

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

  .div-block-25 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .section-2 {
    background-size: 100px, 100px;
  }

  .heading-17 {
    text-align: center;
    font-size: 50px;
  }

  .image-30 {
    width: 250px;
  }

  .image-31 {
    width: 100px;
  }

  .sap-images {
    width: 70px;
  }

  .lott {
    height: 250px;
  }

  .home-apps-images {
    width: 80px;
    height: 80px;
  }

  .div-block-26 {
    bottom: 20px;
    right: 20px;
  }

  .lottie {
    width: 60px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 160px;
  }

  .a-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ahs-wrapper {
    flex-flow: column;
  }

  .ahs-heading {
    margin-bottom: 20px;
    font-size: 56px;
  }

  .ahs-left {
    width: auto;
  }

  .ahs-ryt {
    margin-top: 40px;
  }

  .ahs-img-2 {
    width: 200px;
    bottom: -7%;
    right: 10%;
  }

  .idea-section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .is-heading {
    font-size: 56px;
    line-height: 80%;
    position: static;
  }

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

  .is-left {
    justify-content: center;
    align-items: center;
    width: 60%;
  }

  .is-ryt {
    width: auto;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .is-down {
    width: auto;
  }

  .is-image-2 {
    height: 20%;
    right: 40%;
  }

  .mission-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .ms-heading {
    margin-top: 100px;
    font-size: 56px;
  }

  .ms-paragraph {
    width: auto;
    margin-top: 60px;
  }

  .ms-bottom-wrap {
    flex-flow: column;
  }

  .ms-left {
    width: auto;
    padding: 20px 0;
  }

  .ms-ryt {
    width: 50%;
  }

  .ms-empty-div {
    display: none;
  }

  .image-2 {
    z-index: -1;
    bottom: 25%;
    left: 26%;
  }

  .ms-text-block {
    font-size: 24px;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .as-heading {
    font-size: 56px;
  }

  .as-para-wrap-1 {
    margin-top: 40px;
  }

  .success-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ss-wrapper {
    flex-flow: column;
  }

  .ss-heading {
    font-size: 56px;
    position: static;
  }

  .ss-left {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ss-img {
    right: -46px;
  }

  .image-3 {
    width: 200px;
    bottom: -27%;
  }

  .image-4 {
    right: -68%;
  }

  .road-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rs-wrapper-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rs-heading {
    font-size: 56px;
  }

  .rs-ryt {
    width: auto;
    padding-left: 0;
  }

  .rs-text-block {
    font-size: 36px;
  }

  .rs-wrapper-2 {
    width: auto;
  }

  .rs-left {
    width: 60%;
  }

  .transform-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ts-heading {
    font-size: 56px;
  }

  .ts-wrapper-1 {
    flex-flow: column;
  }

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

  .ts-left {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
  }

  .ts-ryt {
    width: auto;
    padding-left: 0;
  }

  .ts-img {
    width: 60%;
  }

  .ts-para {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .ts-txt {
    font-size: 26px;
  }

  .industries-hero-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .text-block {
    font-size: 24px;
  }

  .heading {
    font-size: 56px;
  }

  .text-block-2 {
    margin-top: 60px;
    font-size: 14px;
  }

  .industrial-collection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .cta-section {
    background-position: 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-3 {
    padding-bottom: 30px;
    font-size: 24px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .trading-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ts-wrap {
    flex-flow: column;
  }

  .ts-left-wrap, .ts-ryt-wrap {
    width: auto;
  }

  .ts-img-wrap {
    top: 78%;
  }

  .key-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 24px;
  }

  .k-heading {
    margin-bottom: 40px;
    font-size: 50px;
  }

  .how-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how-left-wrapper, .how-ryt-content, .how-left-content {
    width: auto;
  }

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

  .tags-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .tags-box {
    width: 100%;
    height: 70px;
  }

  .testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-5 {
    font-size: 50px;
    line-height: 110%;
  }

  .paragraph-3 {
    font-size: 24px;
  }

  .div-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 40px;
  }

  .text-block-11 {
    text-align: center;
    font-size: 24px;
  }

  .m-hero-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .mhs-heading {
    font-size: 56px;
  }

  .mhs-txt {
    font-size: 24px;
  }

  .f-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-6 {
    font-size: 56px;
  }

  .text-block-12 {
    font-size: 26px;
  }

  .text-block-13 {
    margin-top: 40px;
  }

  .f-feature-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .ff-grid {
    height: auto;
  }

  .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fs-left-wrap {
    margin-right: 0;
  }

  .fs-ryt-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .fs-mid-heading {
    margin-bottom: 20px;
  }

  .fs-mid-bottom, .fs-mid-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .fs-mid-txt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .collection-list-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .mod-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-item-2 {
    width: 100%;
  }

  .text-block-15 {
    font-size: 24px;
  }

  .mod-single-hero-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .mss-container {
    height: 300px;
  }

  .msa-container {
    flex-flow: column;
  }

  .rich-text-block-5 {
    text-align: center;
    width: auto;
  }

  .image-10 {
    margin-top: 10px;
  }

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

  .msk-wrapper {
    height: 200px;
    padding-right: 20px;
  }

  .msk-txt {
    font-size: 24px;
  }

  .msk-heading, .msb-heading {
    font-size: 50px;
  }

  .msb-wrapper {
    padding: 40px 10px 20px;
  }

  .msb-sub-head {
    font-size: 20px;
  }

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

  .mt-para {
    font-size: 24px;
  }

  .mt-author-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .mt-author-name {
    text-align: center;
    font-size: 28px;
  }

  .mt-author-designation {
    text-align: center;
    font-size: 24px;
  }

  .hero-section {
    display: block;
  }

  .hs-container {
    max-height: none;
  }

  .credit-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .credit-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .credit-txt-1 {
    font-size: 50px;
  }

  .question-section {
    padding-top: 40px;
  }

  .qs-para-1 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .qs-txt-1 {
    font-size: 28px;
  }

  .info-section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .info-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .info-ryt {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .info-img {
    width: 100%;
    height: 200px;
  }

  .book-section {
    background-position: 5% 40%;
  }

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

  .bs-heading {
    font-size: 24px;
  }

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

  .s-bottom-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .s-bottom-txt {
    font-size: 20px;
  }

  .solution-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .sol-bottom-wrapper {
    margin-top: 0;
  }

  .sol-img {
    width: 100%;
    height: 280px;
  }

  .qn {
    font-size: 28px;
  }

  .scedule-section {
    background-position: 86% 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sce-head {
    font-size: 36px;
  }

  .sce-img {
    width: 200px;
  }

  .sce-ryt-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .work-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .testi-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tes-para {
    font-size: 26px;
  }

  .tes-head {
    font-size: 50px;
  }

  .author-wrap {
    flex-flow: column;
  }

  .author-txt-2 {
    text-align: center;
    width: 80%;
    font-size: 28px;
  }

  .author-txt-1 {
    text-align: center;
    font-size: 28px;
  }

  .fs-bottom-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hs-wrapper {
    padding: 20px;
  }

  .heading-7 {
    text-align: left;
    font-size: 56px;
  }

  .paragraph-4 {
    line-height: 150%;
  }

  .emilda {
    text-align: center;
  }

  .heading-8 {
    font-size: 28px;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-21 {
    bottom: -56%;
  }

  .link-block-7 {
    border-top-right-radius: 160px;
    width: 100%;
  }

  .div-block-16 {
    border-top-right-radius: 160px;
  }

  .info-lftt {
    width: 100%;
    height: auto;
  }

  .c-card-image {
    width: 60%;
  }

  .c-card-subtitle {
    width: 100%;
    margin-top: 20px;
  }

  .c-card._4 {
    top: 45vh;
  }

  .c-card._3 {
    top: 40vh;
  }

  .c-card._2 {
    top: 35vh;
  }

  ._w-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    margin-bottom: 40px;
    padding: 20px;
  }

  .c-card-title {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .card-subtitle {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .card-title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
  }

  .apps-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-20 {
    margin-top: 40px;
  }

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

  .collection-list-4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-21 {
    width: 90%;
    height: 140px;
  }

  .sba-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sba-container {
    justify-content: flex-start;
    align-items: center;
  }

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

  .heading-12 {
    font-size: 40px;
  }

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

  .image-26 {
    width: 60px;
  }

  .heading-14 {
    font-size: 4em;
  }

  .image-27 {
    display: block;
  }

  .text-size-large {
    font-size: 2.5em;
  }

  .works_wrapper, .image-27-copy {
    display: block;
  }

  .tabs__link {
    margin-bottom: 40px;
    padding: 0;
  }

  .container {
    margin-top: 30px;
  }

  .paragraph-4-copy {
    line-height: 150%;
  }

  .image-28 {
    width: 80%;
    height: 200px;
  }

  .container-copy {
    margin-top: 60px;
  }

  .image-28-copy {
    width: 90%;
    height: 180px;
  }

  .ser-heading-copy {
    margin-bottom: 40px;
    font-size: 50px;
  }

  .brand {
    padding-left: 0;
  }

  .qs-ryt-mob {
    height: 280px;
  }

  .mod-single-hero-section-green {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mss-container-copy {
    height: 100%;
  }

  .msk-heading-copy {
    font-size: 50px;
    line-height: 100%;
  }

  .sap-image, .sap-image-copy {
    width: 60px;
  }

  .heading-15 {
    width: 100%;
    font-size: 48px;
    line-height: 95%;
  }

  .paragraph-6 {
    width: 100%;
  }

  .heading-17 {
    text-align: center;
    font-size: 48px;
  }

  .image-31 {
    width: 80px;
  }

  .sap-images {
    width: 60px;
  }

  .lott {
    height: 200px;
  }

  .div-block-26 {
    bottom: 15px;
    right: 15px;
  }

  .lottie {
    width: 50px;
  }
}

#w-node-b51bd15c-dc5e-1a2b-1cbe-13659565995c-f2bef670 {
  place-self: auto;
}


