:root {
  --montserrat: Montserrat, sans-serif;
  --rj-blue: #032540;
  --midnight-blue: #111c69;
  --paragraphs: Poppins, sans-serif;
  --white: #fff;
  --black: black;
  --off-white: #f0f0f0;
  --snowhite: white;
  --aadity: #f57a15;
  --copper: #f9b6a6;
  --rj-copper: #ffded6;
  --grey: #949494;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  font-family: var(--montserrat);
  color: var(--rj-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  z-index: 3;
  font-family: var(--montserrat);
  color: var(--rj-blue);
  width: 450px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  font-family: var(--montserrat);
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 400;
  line-height: 95%;
  display: block;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

p {
  font-family: var(--montserrat);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 136%;
}

img {
  display: inline-block;
}

label {
  font-family: var(--paragraphs);
  color: var(--white);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.lottie-animation-2 {
  width: 500px;
  height: 500px;
  position: absolute;
}

.aarjay-logo {
  flex: none;
  width: 320px;
}

.body {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
}

.circle-container {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100vw;
  height: 250px;
  max-height: 100vw;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mandala-wrapper {
  z-index: 99999;
  background-color: var(--rj-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.logo-wrapper {
  z-index: 10000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-section {
  z-index: 1;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  height: 90vh;
  padding-top: 125px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.logo_image {
  width: 80px;
}

.navigation_buttons-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: none;
  overflow: hidden;
}

.main-menu_list-item {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.paragraph {
  color: var(--black);
  max-width: 700px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

._154-scroll-text {
  color: var(--rj-blue);
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.hero-flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.hero-text {
  flex: 1;
  width: 95%;
}

.image-container {
  position: relative;
}

.business-interest-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-form {
  border-bottom: 1px solid var(--white);
  background-color: var(--rj-blue);
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  padding-top: 128px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.contact-details {
  background-color: var(--off-white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  padding-left: 40px;
  display: flex;
}

.contact-wrapper {
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.contact-subtext {
  color: var(--rj-blue);
  width: 464px;
  margin-bottom: 60px;
  font-size: 20px;
}

.email-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.text-block-contact {
  font-family: var(--paragraphs);
  color: var(--rj-blue);
  font-size: 18px;
}

.text-field {
  background-color: var(--rj-blue);
  outline-offset: 0px;
  font-family: var(--paragraphs);
  color: var(--white);
  border: 0 solid #000;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  outline: 3px #032540;
  margin-bottom: 24px;
  padding: 24px 0;
  font-size: 14px;
  font-weight: 400;
}

.text-field.message {
  height: 200px;
  margin-bottom: 60px;
}

.submit-button {
  background-color: var(--white);
  font-family: var(--paragraphs);
  color: var(--rj-blue);
  border-radius: 8px;
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 500;
}

.form-block {
  flex: 1;
  display: none;
}

.image-business {
  opacity: 0;
  display: inline-block;
}

.img-wrapper {
  z-index: 1;
  position: absolute;
  overflow: hidden;
}

.hero-img {
  justify-content: center;
  align-items: center;
  width: 592px;
  height: 586px;
  display: flex;
  position: relative;
}

.image-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-cover.section-1 {
  background-color: var(--snowhite);
  background-color: #fff;
}

.scroll {
  flex-flow: row;
  width: 500vw;
  height: 100%;
}

.panel {
  background-color: var(--snowhite);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.panel.full-screen {
  justify-content: center;
  position: relative;
}

.field-label {
  color: var(--white);
  text-transform: capitalize;
  font-size: 16px;
}

.text-block-2 {
  color: #949494;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  text-transform: capitalize;
  width: 220px;
  font-size: 16px;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: -25%;
  transform: rotate(450deg);
}

.squares {
  z-index: -1;
  display: block;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: -4%;
  right: auto;
}

.item {
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.item.contact.contact-pag {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.business-para-2 {
  color: var(--black);
  max-width: 550px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.primary-btn-2 {
  background-color: var(--rj-blue);
  font-family: var(--montserrat);
  color: #ffded6;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 18px 36px;
  font-size: 16px;
  display: none;
}

.quick-stack {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 40%;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 1%;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell-2 {
  justify-content: flex-end;
  align-items: flex-end;
}

.cell-3 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-4 {
  justify-content: flex-end;
  align-items: flex-start;
}

.image-1 {
  width: 300px;
}

.image-7 {
  width: 120px;
}

.image-8 {
  width: 160px;
}

.image-9 {
  width: 120px;
}

.image-10 {
  width: 140px;
}

.contact-heading {
  color: var(--rj-blue);
  display: inline-flex;
}

.loading-animation {
  z-index: 1001;
  flex-flow: row;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.main-navbar {
  z-index: 5;
  background-color: rgba(221, 221, 221, 0);
  width: 18em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-link {
  z-index: 1;
  grid-column-gap: 1.2rem;
  grid-row-gap: .25em;
  color: #fff8df;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  grid-column-gap: 1rem;
}

.nav-link-text {
  font-family: var(--paragraphs);
  color: var(--midnight-blue);
  text-align: justify;
  font-weight: 300;
}

.nav-link-text.is-chapter {
  color: var(--midnight-blue);
  font-size: .6em;
  line-height: 140%;
  display: none;
}

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

.nav-links-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 27px;
  display: flex;
  position: relative;
}

.number-text {
  border: 1px solid var(--off-white);
  background-color: var(--off-white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.number-text.active {
  background-color: var(--midnight-blue);
}

.number-text.active.renewable {
  border-color: var(--white);
  background-color: #111c69;
  background-image: linear-gradient(45deg, #f68527, #34c85b);
}

.number-text.active.real-estate {
  background-color: #111c69;
  background-image: linear-gradient(#609fe0, #002060);
}

.number-text.active.health {
  background-image: linear-gradient(#5e9fdd, #b179cf 57%, #ff0002);
}

.number-text.active.ecommerce {
  background-image: linear-gradient(#d86ccc, #702f9c);
}

.number-text.active.agrotech {
  background-image: linear-gradient(#bff1c7, #3a7d23 29%, #0f7dcc);
}

.ecosystem {
  z-index: 3;
  background-color: var(--off-white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 120px 60px 100px;
  display: flex;
}

.lottie-animation-ecosystem {
  width: 700px;
  height: 700px;
  margin-right: 64px;
}

.hero-wrap {
  background-color: var(--white);
  flex-flow: column;
  display: flex;
}

.ecosystem-link {
  font-family: var(--montserrat);
  color: var(--rj-blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.ecosystem-link:hover {
  font-weight: 500;
}

.eco-system-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.eco-system-link:hover {
  text-decoration: none;
}

.eco-system-link.mobile {
  display: none;
}

.nav-img-container {
  cursor: pointer;
  position: relative;
}

.nav-link-2 {
  font-family: var(--montserrat);
  color: var(--white);
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
  overflow: hidden;
}

.nav-link-2:hover {
  color: #fff;
}

.logo-wrapper-2 {
  justify-content: center;
  align-items: center;
}

.container-w1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}

.main-nav-inner {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.close-btn-wrapper {
  z-index: 5;
  opacity: 1;
  color: #000;
  cursor: pointer;
  border-radius: 100%;
  padding: 0;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: none;
  position: fixed;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.close-btn-wrapper:hover {
  transform: scale(1.2);
}

.nav-toggle-btn {
  z-index: 5;
  background-color: var(--snowhite);
  opacity: 1;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.nav-toggle-btn.w--open {
  z-index: 10;
  background-color: var(--white);
  color: var(--white);
  transition-property: none;
}

.nav-items {
  z-index: 1;
  background-color: var(--rj-blue);
  flex-flow: row;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-wrapper {
  z-index: 10;
  background-color: rgba(0, 0, 0, .59);
  flex-flow: row;
  flex: none;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hero-section-bussiness {
  z-index: -1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.overlay-side {
  width: 50%;
  height: 100%;
}

.overlay-side.cc-left {
  background-color: var(--off-white);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 50%;
  height: 100%;
}

.overlay-side.cc-right {
  background-color: var(--off-white);
  perspective-origin: 100%;
  transform-origin: 100%;
}

.logo-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.panels-navigation {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 55px;
  display: flex;
}

.panels-navigation.w--current {
  bottom: 1%;
  right: 1%;
}

.panels-navigation.hide {
  display: none;
}

.heading {
  z-index: 1;
  margin-bottom: 40px;
}

.text-contents {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.x-icon-2 {
  cursor: pointer;
}

.main-nav-container {
  z-index: 50;
  background-color: rgba(221, 221, 221, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navlink {
  cursor: pointer;
  overflow: hidden;
}

.navlink:hover {
  opacity: .75;
}

.link-blk, .link-blk:hover, .link-blk.w--current:hover {
  text-decoration: none;
}

.link-blk.business-mobile {
  display: none;
}

.icon-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-real-estate {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.text-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 5%;
  display: flex;
}

.image-content {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  padding: 0;
}

.image-cell {
  justify-content: center;
  align-items: center;
}

.number-nav {
  color: #fff;
  margin-right: 8px;
  font-family: Bell Mt, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  top: -28px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-nav {
  color: var(--white);
  text-align: left;
  margin-bottom: 12px;
  margin-left: 12px;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-image {
  opacity: .5;
  max-width: 160px;
  overflow: hidden;
}

.nav-image._100 {
  opacity: 1;
}

.heading-renew {
  width: 460px;
  margin-left: -99px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.heading-renew.new {
  width: 640px;
  margin-left: 0;
}

.heading-renew.new.agrotech {
  width: 600px;
}

.heading-renew.new.ecommerce {
  width: auto;
}

.paragraph-hero {
  color: var(--rj-blue);
  max-width: 550px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-real-estate-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-renewable-energy {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 105%;
}

.section-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 800px;
  display: flex;
}

.bold-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f67c17, #e77b29 35%, #00dd20);
  -webkit-background-clip: text;
  background-clip: text;
}

.para-individual {
  color: var(--rj-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.bold-text-2 {
  font-weight: 600;
}

.bold-text-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#7fbaf7, #032767);
  -webkit-background-clip: text;
  background-clip: text;
}

.aditya {
  color: var(--aadity);
  font-family: Saman, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.img-hero-section {
  max-width: 500px;
}

.word-cloud {
  z-index: -1;
  max-width: 450px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link {
  font-family: var(--montserrat);
  color: var(--midnight-blue);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.bold-text-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d66acb, #73319d);
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#498a37, #157dc4);
  -webkit-background-clip: text;
  background-clip: text;
}

.link-block {
  display: none;
}

.explore-link {
  color: var(--midnight-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.explore-link:hover {
  text-decoration: none;
}

.arrow {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  transform: rotate(0);
}

.arrow-flex {
  justify-content: center;
  align-items: flex-start;
  height: 15vh;
  display: flex;
}

.arrow-flex.hide {
  display: none;
}

.healthcare {
  transform-style: preserve-3d;
}

.nav-panel {
  position: relative;
}

.nav-panel:hover {
  background-color: rgba(3, 37, 64, .2);
  border-radius: 90px;
}

.disabled, .disabled:hover {
  opacity: .4;
}

.anchor {
  width: 55px;
  height: 55px;
}

.anchor.low {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hide {
  overflow: hidden;
}

.site {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.site-content {
  width: 100%;
  height: 100%;
}

.full-screen {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.img-wrap {
  overflow: hidden;
}

.hamburger-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.burger-line-2 {
  background-color: var(--rj-blue);
  color: var(--rj-blue);
  border-radius: 4px;
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.div-block-7 {
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  font-family: Bell Mt, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.text-block-3.ecommerce {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d469ca, #74329e);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Baske 10", sans-serif;
}

.text-block-3.healthcare {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#7e93d8, #f91923);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 0;
  font-family: "Baske 10", sans-serif;
  font-size: 24px;
}

.text-block-3.agrotech {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#9ed49e, #167db4);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Baske 10", sans-serif;
}

.bold-text-7 {
  font-family: "Baske 10", sans-serif;
  font-size: 26px;
}

.text-block-4 {
  color: var(--rj-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

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

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

.div-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.section-renewable-energy {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.scroll-snap-wrapper, .scroll-snap-wrapper-2 {
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.scroll-snap-wrapper-3 {
  height: 100vh;
  overflow: scroll;
}

.section-ecommerce {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding: 120px 60px 60px;
  display: flex;
}

.section-ecommerce-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-healthcare {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.scroll-snap-wrapper-5 {
  height: 100vh;
  overflow: scroll;
}

.section-agro-tech {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.section-agro-tech-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.bold-text-8 {
  text-transform: uppercase;
}

.click-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.div-block-11 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  display: flex;
}

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

.heading-21 {
  font-weight: 500;
}

.transition-trigger {
  z-index: 20;
  padding: 0;
  display: none;
}

.mobile-section {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.heading-23 {
  height: 85vh;
}

.scroll-down-animation {
  width: 32px;
}

.div-block-9-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9-copy.agrotech {
  margin-bottom: 32px;
}

.div-block-9-copy.agrotech.ecommerce {
  margin-top: 10px;
}

.hero-section-bussiness-copy {
  z-index: -1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.agro-tech-copy {
  margin-left: 50px;
}

.text-contents-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.paragraph-hero-copy {
  color: var(--rj-blue);
  max-width: 550px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-hero-agrotech {
  color: var(--rj-blue);
  max-width: 650px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.success-message {
  background-color: rgba(221, 221, 221, 0);
}

.text-block-6 {
  font-family: var(--montserrat);
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.arrow-right {
  width: 55px;
  height: 55px;
}

.section-3 {
  width: 500vw;
}

.page-wrapping {
  width: 100%;
  max-width: 100%;
}

.more-business-interest {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  padding: 40px 70px;
  display: none;
}

.transition-cover {
  z-index: 9999;
  background-color: #032540;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
}

.page-load {
  z-index: 99999;
  background-color: #032540;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.link-blk-copy {
  text-decoration: none;
  display: none;
}

.link-blk-copy:hover, .link-blk-copy.w--current:hover {
  text-decoration: none;
}

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

.mobile-section-copy {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.full-screen-copy {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.paragraph-hero-copy-copy {
  color: var(--rj-blue);
  max-width: 550px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-columns-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.hubspot-form-container {
  width: 100%;
}

.hs-input {
  border-bottom: 1px solid var(--snowhite);
  background-color: var(--rj-blue);
  color: var(--snowhite);
  font-family: Montserrat, sans-serif;
}

.hubspot_field-inner {
  background-color: #fff;
  border-radius: .5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 2rem;
}

.hubspot_divider {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hs-input-2 {
  color: #bdfd2e;
  background-color: rgba(196, 196, 196, .2);
  border: 1px solid #b3b3b3;
  border-radius: .3125rem;
  width: 100%;
  min-height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: .25rem 1rem;
  font-size: 1.125rem;
}

.hs-input-2:focus {
  border-color: #150050;
}

.hs-input-2::placeholder {
  color: rgba(21, 0, 80, .5);
  font-size: 1rem;
}

.form-columns-2-2 {
  grid-column-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.input {
  background-color: var(--rj-blue);
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 36px;
    line-height: 100%;
  }

  h2 {
    width: 560px;
    font-size: 46px;
  }

  .hero-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .logo_image {
    width: 80px;
  }

  .paragraph {
    max-width: 750px;
    font-size: 14px;
  }

  .hero-text {
    width: 100%;
  }

  .business-interest-container {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .contact-details {
    padding-left: 80px;
  }

  .text-block-2 {
    right: -6%;
  }

  .quick-stack {
    width: 42%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .image-7 {
    width: 160px;
  }

  .main-navbar {
    z-index: 0;
  }

  .nav-links-wrapper {
    z-index: 1;
  }

  .lottie-animation-ecosystem {
    width: 800px;
    height: 800px;
  }

  .nav-link-2 {
    font-size: 3rem;
  }

  .hero-section-bussiness {
    padding-left: 0;
    padding-right: 0;
  }

  .panels-navigation {
    background-color: var(--white);
    width: 140px;
    height: auto;
  }

  .text-contents {
    max-width: 600px;
  }

  .number-nav {
    font-size: 36px;
    top: -25px;
  }

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

  .nav-image {
    max-width: 180px;
  }

  .heading-renew {
    width: 600px;
    font-size: 52px;
  }

  .heading-renew.new.agrotech {
    width: 640px;
    font-size: 42px;
  }

  .heading-renew.new.healthcare {
    width: 720px;
    font-size: 42px;
  }

  .paragraph-hero {
    max-width: 720px;
    font-size: 18px;
  }

  .heading-renewable-energy {
    max-width: 800px;
    font-size: 50px;
  }

  .section-container {
    justify-content: center;
    align-items: center;
    max-width: 1000px;
  }

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

  .img-hero-section {
    width: 500px;
    max-width: 100%;
  }

  .word-cloud {
    max-width: 600px;
  }

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

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

  .div-block-9 {
    margin-top: 40px;
  }

  .section-ecommerce {
    justify-content: center;
  }

  .div-block-9-copy {
    margin-top: 40px;
  }

  .hero-section-bussiness-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .agro-tech-copy {
    margin-left: 0;
  }

  .text-contents-copy {
    max-width: 600px;
  }

  .paragraph-hero-copy {
    font-size: 18px;
  }

  .paragraph-hero-agrotech {
    max-width: 700px;
    font-size: 18px;
  }

  .utility-page-content {
    justify-content: center;
    align-items: center;
  }

  .error-page {
    text-align: center;
    margin-top: 101px;
  }

  .paragraph-hero-copy-copy {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    width: 600px;
    font-size: 48px;
  }

  .logo-wrapper {
    display: flex;
  }

  .hero-section {
    padding-left: 120px;
    padding-right: 120px;
  }

  .logo_image {
    width: 90px;
  }

  .paragraph {
    max-width: 900px;
    font-size: 16px;
  }

  .hero-flex {
    justify-content: space-between;
  }

  .business-interest-container {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .text-field {
    font-size: 16px;
  }

  .field-label {
    font-size: 18px;
  }

  .quick-stack {
    width: 45%;
  }

  .image-7 {
    width: 200px;
  }

  .image-8 {
    width: 175px;
  }

  .image-9, .image-10 {
    width: 150px;
  }

  .nav-link-text.is-chapter {
    line-height: 130%;
  }

  .lottie-animation-ecosystem {
    width: 700px;
    height: 700px;
  }

  .hero-wrap, .nav-img-container {
    overflow: visible;
  }

  .nav-link-2 {
    font-size: 3.5rem;
  }

  .hero-section-bussiness {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-contents {
    max-width: 740px;
  }

  .quick-stack-2 {
    overflow: hidden;
  }

  .number-nav {
    margin-top: -22px;
    font-size: 40px;
    top: -5px;
  }

  .text-nav {
    font-size: 18px;
  }

  .nav-image {
    max-width: 200px;
    margin-top: 0;
  }

  .heading-renew {
    width: 620px;
    font-size: 58px;
  }

  .heading-renew.new.agrotech {
    width: 700px;
  }

  .heading-renew.new.healthcare {
    width: 800px;
    font-size: 48px;
  }

  .paragraph-hero {
    max-width: 900px;
  }

  .heading-renewable-energy {
    max-width: 900px;
    font-size: 54px;
  }

  .section-container {
    max-width: 1100px;
  }

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

  .aditya {
    font-size: 24px;
    font-weight: 400;
  }

  .img-hero-section {
    width: 600px;
  }

  .overflow-hidden {
    padding-top: 30px;
    overflow: hidden;
  }

  .word-cloud {
    max-width: 600px;
    bottom: -8%;
  }

  .arrow-flex {
    height: 10vh;
  }

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

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

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

  .scroll-down-animation {
    width: 50px;
  }

  .hero-section-bussiness-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-bussiness-copy.agro {
    margin-left: 55px;
  }

  .text-contents-copy {
    max-width: 900px;
  }

  .paragraph-hero-agrotech {
    max-width: 800px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 40px;
    line-height: 110%;
  }

  h2 {
    width: 640px;
    font-size: 56px;
    font-weight: 600;
  }

  .hero-section {
    padding-top: 140px;
  }

  .logo_image {
    width: 100px;
  }

  .paragraph {
    max-width: 1000px;
    font-size: 18px;
    font-weight: 400;
  }

  .business-interest-container {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .text-field {
    font-size: 18px;
  }

  .field-label {
    font-size: 20px;
  }

  .text-block-2 {
    text-transform: capitalize;
    right: -12%;
  }

  .business-para-2 {
    font-size: 24px;
  }

  .quick-stack {
    width: 50%;
    bottom: 16%;
  }

  .image-1 {
    width: 400px;
  }

  .image-7 {
    width: 300px;
  }

  .image-8, .image-9 {
    width: 220px;
  }

  .image-10 {
    width: 200px;
  }

  .loading-animation {
    display: none;
  }

  .lottie-animation-ecosystem {
    width: 1100px;
    height: 1000px;
    transform: scale(1.1);
  }

  .ecosystem-link {
    font-size: 22px;
  }

  .nav-img-container.w--current {
    padding-top: 0;
  }

  .nav-link-2 {
    font-family: var(--montserrat);
    font-size: 4rem;
  }

  .container-w1.gutter-outside {
    max-width: 100%;
    padding-top: 1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .hero-section-bussiness {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: center;
    align-items: center;
    margin-left: -150px;
    padding: 0;
  }

  .overlay-side.cc-left, .overlay-side.cc-right {
    background-color: var(--off-white);
  }

  .panels-navigation {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .heading {
    left: 80%;
  }

  .text-contents {
    justify-content: center;
    align-items: flex-start;
    max-width: 700px;
  }

  .main-nav-container {
    z-index: 5;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .link-blk {
    font-family: var(--montserrat);
    text-decoration: none;
  }

  .link-blk:hover, .link-blk.w--current:hover {
    text-decoration: none;
  }

  .section-real-estate {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    height: 100vh;
  }

  .number-nav {
    font-size: 42px;
  }

  .nav-image {
    max-width: 260px;
  }

  .heading-renew {
    width: 800px;
    font-size: 68px;
  }

  .heading-renew.new {
    width: 1200px;
    margin-left: 0;
  }

  .heading-renew.new.agrotech {
    width: 860px;
  }

  .heading-renew.new.healthcare {
    width: 1000px;
    font-size: 54px;
  }

  .paragraph-hero {
    width: 1000px;
    max-width: 1000px;
    font-size: 24px;
    font-weight: 400;
  }

  .paragraph-hero.reneable-energy {
    width: 700px;
  }

  .paragraph-hero.real-estate {
    max-width: 700px;
  }

  .paragraph-hero.healtcare-new {
    max-width: 1000px;
  }

  .heading-renewable-energy {
    max-width: 9550px;
    font-size: 58px;
  }

  .section-container {
    max-width: 1200px;
  }

  .para-individual {
    font-size: 24px;
  }

  .aditya {
    font-size: 25px;
  }

  .img-hero-section {
    width: 800px;
  }

  .word-cloud {
    max-width: 800px;
    bottom: -4%;
    right: -2%;
  }

  .link {
    font-size: 20px;
    line-height: 120%;
  }

  .explore-link {
    font-size: 24px;
  }

  .arrow-flex {
    height: 10vh;
  }

  .healthcare {
    transform: scale3d(1none, 1none, 1none) translate(-100px, 0px);
    padding-left: 0;
  }

  .healthcare.image {
    transform: translate(-100px)scale(1.5);
  }

  .div-block-7 {
    justify-content: center;
  }

  .text-block-3 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#88c183, #147ebb);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 42px;
  }

  .text-block-3.healthcare {
    background-image: linear-gradient(#bed9f0, #5e9fdd 38%, #b179cf 49%, #e35095 68%, #ff0002);
    font-size: 40px;
  }

  .text-block-3.agrotech {
    text-align: center;
    font-size: 36px;
  }

  .bold-text-7 {
    font-size: 32px;
  }

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

  .div-block-8 {
    align-items: stretch;
  }

  .div-block-9 {
    margin-top: 40px;
  }

  .div-block-9.healthcare {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 46px;
  }

  .section-renewable-energy {
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    display: flex;
  }

  .section-ecommerce, .section-healthcare {
    justify-content: center;
  }

  .section-agro-tech {
    justify-content: center;
    margin-top: 120px;
  }

  .div-block-11 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 16px;
  }

  .div-block-9-copy {
    margin-top: 40px;
  }

  .div-block-9-copy.agrotech {
    height: auto;
    margin-bottom: 10px;
  }

  .div-block-9-copy.agrotech.ecommerce {
    justify-content: space-between;
    margin-top: 5px;
    margin-left: 202px;
  }

  .hero-section-bussiness-copy {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .agro-tech-copy {
    width: 520px;
    margin-left: -180px;
  }

  .paragraph-hero-copy {
    width: 1000px;
    font-size: 24px;
    font-weight: 400;
  }

  .text-contents-copy {
    justify-content: center;
    align-items: flex-start;
    max-width: 700px;
  }

  .paragraph-hero-copy {
    max-width: 700px;
    font-size: 24px;
    font-weight: 400;
  }

  .paragraph-hero-agrotech {
    width: 1000px;
    max-width: 1000px;
    font-size: 24px;
    font-weight: 400;
  }

  .transition-cover {
    width: 100%;
    height: 100%;
    display: none;
  }

  .page-load {
    z-index: 9999999;
    background-color: #032540;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .link-blk-copy {
    font-family: var(--montserrat);
    text-decoration: none;
    display: none;
  }

  .link-blk-copy:hover, .link-blk-copy.w--current:hover {
    text-decoration: none;
  }

  .paragraph-hero-copy-copy {
    max-width: 700px;
    font-size: 24px;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    width: auto;
    margin-bottom: 10px;
    font-size: 28px;
    display: block;
    position: static;
  }

  h3 {
    font-size: 48px;
    display: inline-block;
  }

  .lottie-animation-2 {
    width: 400px;
    height: 400px;
  }

  .hero-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 950px;
    padding: 100px 40px 40px 60px;
  }

  .paragraph {
    max-width: 560px;
    font-size: 14px;
  }

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

  .business-interest-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .contact-form {
    width: auto;
    padding: 60px 24px 24px;
  }

  .contact-details {
    background-color: var(--white);
    width: 100vw;
    padding-left: 20px;
  }

  .contact-wrapper {
    flex-flow: column;
    height: auto;
    margin-top: 40px;
  }

  .contact-subtext {
    width: 300px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-field {
    font-size: 16px;
  }

  .text-field.message {
    height: 120px;
  }

  .image-business, .img-wrapper {
    max-width: 400px;
  }

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

  .scroll {
    flex-flow: column;
    width: 100%;
    display: none;
  }

  .panel {
    width: auto;
  }

  .panel.full-screen {
    display: none;
  }

  .field-label {
    font-size: 17px;
  }

  .text-block-2 {
    display: none;
  }

  .item {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 20px 20px 40px;
    position: static;
  }

  .item.contact {
    padding: 0;
  }

  .item.contact.contact-pag {
    height: auto;
    padding-top: 80px;
  }

  .primary-btn-2 {
    margin-top: 10px;
  }

  .quick-stack {
    width: 500px;
    margin-bottom: 12px;
    padding-left: 0;
    position: static;
  }

  .image-7, .image-8 {
    width: 150px;
  }

  .image-9 {
    width: 120px;
  }

  .image-10 {
    width: 130px;
  }

  .loading-animation {
    display: none;
  }

  .main-navbar {
    border-bottom: 1px solid rgba(255, 248, 223, .23);
    border-right-width: 0;
    width: 100%;
    height: 6em;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-link {
    transform: none;
  }

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

  .ecosystem {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 40px 20px 60px;
  }

  .lottie-animation-ecosystem {
    width: 350px;
    height: 400px;
    margin-bottom: 24px;
    margin-right: 0;
    transform: scale(1.2);
  }

  .hero-wrap {
    margin-bottom: 0;
  }

  .ecosystem-link {
    font-size: 18px;
  }

  .nav-img-container.show {
    display: none;
  }

  .nav-link-2 {
    text-align: center;
    font-size: 3vw;
  }

  .container-w1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .main-nav-inner {
    justify-content: space-between;
    align-items: center;
  }

  .nav-items {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    padding-left: 0%;
  }

  .hero-section-bussiness {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 80px 0;
  }

  .image-12, .panels-navigation {
    display: none;
  }

  .main-nav-container {
    background-color: var(--white);
  }

  .link-blk.business-desktop {
    display: none;
  }

  .link-blk.business-mobile {
    display: block;
  }

  .icon-wrap {
    display: none;
  }

  .section-real-estate {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0%;
  }

  .image-content {
    display: none;
  }

  .text-nav {
    font-family: var(--montserrat);
    margin-left: 5px;
    font-size: 14px;
  }

  .nav-image {
    max-width: 100px;
  }

  .heading-renew {
    margin-left: 0;
    font-size: 48px;
  }

  .heading-renew.new.agrotech {
    text-align: center;
  }

  .section-real-estate-2 {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-renewable-energy {
    font-size: 38px;
  }

  .section-container {
    max-width: 600px;
  }

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

  .word-cloud {
    position: static;
  }

  .down-arrow {
    display: none;
  }

  .link {
    color: var(--rj-blue);
  }

  .arrow-flex, .full-screen {
    height: auto;
  }

  .text-block-3.ecommerce, .text-block-3.healthcare, .text-block-3.agrotech {
    font-family: "Baske 10", sans-serif;
  }

  .bold-text-7 {
    font-family: "Baske 10", sans-serif;
    font-size: 28px;
  }

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

  .div-block-8 {
    flex-flow: column;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
  }

  .div-block-9.healthcare {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-renewable-energy {
    height: auto;
  }

  .section-ecommerce {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-ecommerce-3 {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-healthcare, .section-agro-tech {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-agro-tech-3 {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mobile-section {
    background-color: var(--white);
    padding: 40px 20px;
    display: flex;
  }

  .div-block-9-copy {
    justify-content: center;
    align-items: center;
  }

  .hero-section-bussiness-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 80px 0;
  }

  .text-contents-copy {
    justify-content: center;
    align-items: center;
  }

  .more-business-interest {
    flex-flow: column;
    display: flex;
  }

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

  .heading-24 {
    font-family: var(--montserrat);
    color: var(--rj-blue);
    font-size: 24px;
    font-weight: 500;
  }

  .transition-text {
    font-size: 1.8rem;
  }

  .link-blk-copy {
    display: block;
  }

  .mobile-section-copy {
    background-color: var(--white);
    padding: 40px 20px;
    display: flex;
  }

  .full-screen-copy {
    height: auto;
  }

  .form-columns-2-2 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    width: auto;
    margin-bottom: 10px;
    font-size: 38px;
    display: block;
  }

  h3 {
    font-size: 46px;
  }

  h4 {
    font-family: var(--montserrat);
    color: var(--midnight-blue);
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    display: inline-flex;
  }

  .lottie-animation-2 {
    width: 400px;
    height: 400px;
  }

  .aarjay-logo {
    width: 180px;
  }

  .hero-section {
    height: auto;
    padding-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo_image {
    width: 60px;
  }

  .paragraph {
    font-size: 14px;
  }

  .hero-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .business-interest-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .contact-subtext, .text-block-contact {
    font-size: 16px;
  }

  .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .business-para-2 {
    margin-top: 20px;
    font-size: 16px;
  }

  .primary-btn-2 {
    font-family: var(--paragraphs);
    font-size: 14px;
  }

  .quick-stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 500px;
    margin-bottom: 8px;
    padding-top: 0;
  }

  .image-7 {
    width: 140px;
  }

  .image-8 {
    width: 120px;
  }

  .image-9 {
    width: 100px;
  }

  .image-10 {
    width: 125px;
  }

  .heading-12 {
    display: none;
  }

  .nav-link {
    font-size: .8rem;
  }

  .ecosystem {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 40px;
  }

  .lottie-animation-ecosystem {
    width: 400px;
    height: 400px;
    margin-left: 0;
    margin-right: 0;
  }

  .ecosystem-link {
    font-size: 18px;
  }

  .eco-system-link.desktop {
    display: none;
  }

  .eco-system-link.mobile {
    display: inline-flex;
  }

  .nav-img-container, .nav-img-container.show {
    display: none;
  }

  .nav-img-container.show.w--current {
    display: flex;
  }

  .nav-link-2 {
    text-align: left;
    font-size: 1.8rem;
  }

  .main-nav-inner {
    justify-content: space-between;
    align-items: center;
  }

  .close-btn-wrapper {
    padding: 14px;
    font-size: 14px;
    top: 20px;
    right: 20px;
  }

  .nav-toggle-btn {
    font-size: 14px;
    display: inline-flex;
  }

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

  .image-12 {
    display: none;
  }

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

  .heading.renewable.full {
    width: 60%;
  }

  .heading.short {
    width: 30%;
    margin-bottom: 10px;
  }

  .heading.short.full {
    width: 60%;
  }

  .text-contents {
    justify-content: center;
    align-items: center;
  }

  .main-nav-container {
    background-color: var(--white);
  }

  .icon-wrap {
    margin-top: 20px;
    margin-left: 10px;
  }

  .section-real-estate {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-renew {
    text-align: center;
    width: auto;
    font-size: 32px;
  }

  .heading-renew.new {
    width: auto;
  }

  .heading-renew.new.ecommerce {
    width: 100%;
  }

  .paragraph-hero {
    text-align: center;
    font-size: 16px;
  }

  .section-real-estate-2 {
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-renewable-energy {
    font-size: 34px;
  }

  .section-container {
    max-width: 500px;
  }

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

  .word-cloud {
    max-width: 450px;
  }

  .healthcare {
    width: 300px;
  }

  .site-content {
    display: none;
  }

  .div-block-7 {
    text-align: center;
    width: auto;
    height: auto;
    display: inline-flex;
  }

  .text-block-3.healthcare {
    flex: none;
  }

  .bold-text-7 {
    font-size: 22px;
  }

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

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
  }

  .div-block-9.healthcare {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .section-ecommerce {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-ecommerce-3 {
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-healthcare {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-agro-tech {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-agro-tech-3 {
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .div-block-9-copy {
    justify-content: center;
    align-items: center;
  }

  .hero-section-bussiness-copy {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .paragraph-hero-copy {
    text-align: center;
    text-align: center;
    font-size: 16px;
  }

  .paragraph-hero-agrotech {
    text-align: center;
    font-size: 16px;
  }

  .more-business-interest {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .transition-text {
    font-size: 1.4rem;
  }

  .paragraph-hero-copy-copy {
    text-align: center;
    font-size: 16px;
  }

  .hubspot_field-inner {
    padding: 1rem;
  }

  .form-columns-2-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    width: auto;
    font-size: 20px;
  }

  h3 {
    font-size: 32px;
  }

  .lottie-animation-2 {
    width: 300px;
    height: 300px;
    margin-top: -15%;
  }

  .circle-container {
    display: none;
  }

  .hero-section {
    background-color: var(--white);
    height: 100vh;
    padding: 60px 16px 20px;
  }

  .navigation_buttons-wrapper {
    grid-column-gap: .5rem;
  }

  .paragraph {
    font-size: 12px;
  }

  ._154-scroll-text {
    color: var(--rj-blue);
    margin-top: 10px;
    font-size: .875rem;
  }

  .text-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .business-interest-container {
    justify-content: center;
    align-items: center;
  }

  .contact-form {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-details {
    padding-left: 16px;
  }

  .contact-subtext {
    width: 280px;
  }

  .image-business {
    max-width: 280px;
  }

  .scroll {
    flex-flow: column;
    width: 100%;
  }

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

  .item {
    padding: 10px 16px;
  }

  .item.contact.contact-pag {
    padding-top: 60px;
  }

  .business-para-2 {
    margin-top: 0;
    font-size: 14px;
  }

  .primary-btn-2 {
    margin-top: 5px;
  }

  .quick-stack {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: auto;
    margin-bottom: 5px;
    padding: 0 20px 0 0;
    bottom: 0%;
  }

  .image-7 {
    width: 160px;
  }

  .ecosystem {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--white);
    justify-content: center;
    height: auto;
    padding: 0 20px;
  }

  .lottie-animation-ecosystem {
    width: 280px;
    height: 280px;
    margin-left: 0;
    transform: scale(1.3);
  }

  .hero-wrap {
    margin-bottom: 0;
  }

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

  .nav-link-2 {
    text-align: left;
    font-size: 1.4rem;
  }

  .container-w1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-w1.gutter-outside {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .main-nav-inner {
    justify-content: space-between;
    align-items: center;
  }

  .close-btn-wrapper {
    padding: 0;
    top: 16px;
    right: 16px;
  }

  .nav-toggle-btn {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section-bussiness {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px 0 10px;
  }

  .image-12 {
    display: none;
  }

  .heading {
    width: 75%;
  }

  .heading.renewable, .heading.renewable.full {
    width: 80%;
  }

  .heading.short {
    width: 45%;
  }

  .heading.short.full {
    width: 70%;
  }

  .heading.short.full._80 {
    width: 80%;
  }

  .icon-wrap {
    margin-top: 10px;
    margin-left: 0;
    display: none;
  }

  .section-real-estate {
    padding: 100px 20px 20px;
  }

  .heading-renew {
    text-align: left;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .heading-renew.new.agrotech {
    width: auto;
    font-size: 24px;
  }

  .paragraph-hero {
    text-align: left;
    font-size: 14px;
  }

  .section-real-estate-2 {
    height: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-renewable-energy {
    text-align: left;
    font-size: 30px;
  }

  .section-container {
    max-width: 380px;
  }

  .para-individual {
    text-align: left;
    font-size: 14px;
  }

  .aditya {
    font-size: 18px;
  }

  .img-hero-section, .word-cloud {
    max-width: 300px;
  }

  .link {
    text-align: left;
  }

  .explore-link {
    font-size: 18px;
  }

  .full-screen {
    margin-top: 0;
  }

  .div-block-7 {
    width: auto;
    height: auto;
  }

  .text-block-3.healthcare {
    text-align: center;
    font-family: "Baske 10", sans-serif;
  }

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

  .bold-text-7 {
    font-family: "Baske 10", sans-serif;
    font-size: 20px;
  }

  .div-block-8 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .section-renewable-energy {
    height: auto;
  }

  .section-ecommerce {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-ecommerce-3 {
    height: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-healthcare {
    padding: 60px 20px 0;
  }

  .section-agro-tech {
    padding: 120px 20px 20px;
  }

  .section-agro-tech-3 {
    height: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .click-wrapper {
    margin-top: 18px;
  }

  .heading-21 {
    font-size: 28px;
  }

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

  .heading-23 {
    height: auto;
    padding-top: 0;
    font-size: 22px;
  }

  .div-block-9-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .div-block-9-copy.agrotech.ecommerce {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-section-bussiness-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px 0 10px;
  }

  .agro-tech-copy {
    margin-left: 0;
  }

  .paragraph-hero-copy {
    text-align: left;
    margin: 20px 10px 10px;
    font-size: 14px;
  }

  .text-contents-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-hero-copy {
    text-align: center;
    margin-left: 0;
    font-size: 14px;
  }

  .paragraph-hero-agrotech {
    text-align: left;
    margin: 20px 10px 10px;
    font-size: 14px;
  }

  .more-business-interest {
    width: 100%;
    padding: 20px 0;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .transition-text {
    font-size: 1.2rem;
  }

  .page-load {
    display: none;
  }

  .mobile-section-copy {
    padding-top: 75px;
  }

  .full-screen-copy {
    margin-top: 65px;
  }

  .paragraph-hero-copy-copy {
    text-align: center;
    margin-left: 0;
    font-size: 14px;
  }

  .hubspot_field-inner {
    padding: 1rem;
  }

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

#w-node-b0989df7-e485-bc31-0883-d66b43797282-6c6649e0 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr .25fr 1fr .25fr 1fr 1fr;
  display: grid;
}

#w-node-b0989df7-e485-bc31-0883-d66b43797283-6c6649e0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b0989df7-e485-bc31-0883-d66b43797284-6c6649e0 {
  grid-area: span 5 / span 3 / span 5 / span 3;
}

#w-node-b0989df7-e485-bc31-0883-d66b43797286-6c6649e0 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-b0989df7-e485-bc31-0883-d66b43797288-6c6649e0, #w-node-b0989df7-e485-bc31-0883-d66b4379728a-6c6649e0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b0989df7-e485-bc31-0883-d66b4379728c-6c6649e0 {
  grid-column: span 2 / span 2;
}

#w-node-d67973e2-ed80-fafc-f780-6c7fbeaa95aa-beaa95a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d67973e2-ed80-fafc-f780-6c7fbeaa95ab-beaa95a2, #w-node-d67973e2-ed80-fafc-f780-6c7fbeaa95b4-beaa95a2, #w-node-d67973e2-ed80-fafc-f780-6c7fbeaa95bd-beaa95a2, #w-node-d67973e2-ed80-fafc-f780-6c7fbeaa95c7-beaa95a2, #w-node-d67973e2-ed80-fafc-f780-6c7fbeaa95d0-beaa95a2 {
  grid-column: span 2 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-b0989df7-e485-bc31-0883-d66b43797282-6c6649e0 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr .25fr 1fr .25fr 1fr 1fr;
    display: grid;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-b0989df7-e485-bc31-0883-d66b43797282-6c6649e0 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr .25fr 1fr .25fr 1fr 1fr;
  }
}


@font-face {
  font-family: 'Bell Mt';
  src: url('../fonts/Bell-MT.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seaford Cufonfonts 1';
  src: url('../fonts/seaford-cufonfonts-1.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samarkan 1';
  src: url('../fonts/samarkan-1.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teachers';
  src: url('../fonts/Teachers.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saman';
  src: url('../fonts/SAMAN___.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baske 10';
  src: url('../fonts/BASKE10.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}