:root {
  --tomato: #ff6f4c;
  --dark-navy-black: #141520;
  --brown: #693834;
  --midnight-blue: #282c67;
  --silver: #c2c2c2;
  --slate-blue: #4454fe;
  --black-grey: #2c2d37;
}

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

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3em;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3em;
}

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

p {
  color: #e2e2e2;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
}

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

strong {
  font-weight: 600;
}

.body-1 {
  background-color: var(--dark-navy-black);
}

.menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.menu-button {
  z-index: 1;
  background-color: #ffffff0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  padding: 15px;
  display: none;
}

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

.nav-bar-link {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-bar-link.w--current {
  color: var(--tomato);
}

.home {
  color: #fff;
  font-family: Anek Malayalam, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.home:hover {
  color: #fff;
}

.home.footer.w--current {
  font-size: 18px;
}

.burger {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.burger-line {
  background-color: #fff;
  width: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.burger-line.bl-mid {
  width: 15px;
}

.site-name-text-span {
  font-weight: 400;
}

.section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper.glow-3 {
  background-image: radial-gradient(circle farthest-side at 50% 150%, #4454fe40, #4454fe00 75%), url('../images/cover_back.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 0;
}

.section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, #ff6f4c1a, #ff6f4c00);
  margin-bottom: 60px;
}

.section-wrapper.glow-2 {
  background-image: radial-gradient(circle closest-corner at 100%, #4454fe1a, #4454fe00);
}

.section-container {
  flex: 1;
  max-width: 1400px;
}

.section-container.hero {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-container.service {
  padding-top: 140px;
  padding-bottom: 0;
}

.section-container.process {
  flex: 0 auto;
  width: 100%;
  padding-top: 125px;
}

.section-container.faqs {
  padding-top: 125px;
}

.section-container.contact {
  padding-top: 125px;
  padding-bottom: 0;
}

.hero-content-conatiner {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
  display: flex;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 100%;
}

.hero-paragraph {
  margin-bottom: 30px;
  font-size: 16px;
}

.button-1 {
  background-image: linear-gradient(113deg, #ff6f4c, #4454fe);
  border-radius: 50px;
  padding: 2px;
  text-decoration: none;
  transition-duration: .4s;
}

.button-1:hover {
  transform: scale(1.05);
}

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(120deg, var(--brown), var(--midnight-blue));
  color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 15px 25px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.button-content:hover {
  color: #fff;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.webflow-partner-badge {
  background-image: url('../images/cover_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex: 1;
  align-self: center;
  width: 200px;
  height: 70%;
  min-height: auto;
  padding: 20px;
  position: relative;
}

.webflow-partner-text {
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.webflow-icon {
  vertical-align: baseline;
  width: 25%;
  max-width: none;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
  top: auto;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.section-tag-container {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.service-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.service-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #4454fe00;
  background-image: linear-gradient(144deg, #ff6f4c24, #4454fe24);
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 30px 50px;
  transition: all .4s;
  display: flex;
  position: static;
  top: 100px;
}

.service-card:hover {
  background-color: #4454fe1a;
}

.service-card-title {
  color: #fff;
  align-self: center;
  margin-bottom: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.service-card-paragraph {
  margin-bottom: 15px;
}

.service-card-list {
  margin-bottom: 0;
  line-height: 1.7em;
}

.section-title-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.section-title {
  text-align: left;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.process-content-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process-card-container {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.process-card {
  grid-row-gap: 20px;
  background-color: #ffffff1a;
  flex-direction: column;
  padding: 50px;
  display: flex;
}

.process-card-title {
  color: #fff;
  font-family: Anek Malayalam, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.process-card-paragraph {
  margin-bottom: 0;
}

.faq-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
}

.faq-card {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-answer {
  font-size: 14px;
}

.faq-toggle {
  color: #fff;
  white-space: break-spaces;
  background-color: #ffffff1a;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.faq-toggle.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-container {
  flex-direction: column;
  display: flex;
}

.toggle-text {
  z-index: 2;
  position: relative;
}

.faq-answer-container {
  background-color: #ffffff0d;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.contact-content-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.contact-form-container {
  grid-row-gap: 5px;
  flex-direction: column;
  width: auto;
  display: flex;
}

.field-container {
  width: 100%;
  margin-bottom: 40px;
}

.field-label {
  color: var(--silver);
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-weight: 300;
  line-height: 1em;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff9;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.textarea {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff9;
  min-height: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.textarea:focus, .textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.submit-button {
  background-color: #0000;
  background-image: linear-gradient(120deg, var(--brown), var(--midnight-blue));
  color: #fff;
  border-radius: 50px;
  padding: 20px 25px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #dddddd0d;
  height: 100%;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.form-block {
  flex: 1;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-message {
  color: #9e5847;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
  font-family: Anek Malayalam, sans-serif;
  line-height: 1.3em;
}

.projects-wrapper {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.projects-marquee-container {
  width: 240vw;
  display: flex;
}

.project-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.project-marquee {
  width: 50%;
  display: flex;
}

.explore-button-copntainer {
  flex: 1;
  justify-content: flex-end;
  max-width: 1400px;
  padding-bottom: 70px;
  display: flex;
}

.explore-button-wrapper {
  z-index: 2;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #2c2d37cc;
  border: 1px solid #fff;
  border-radius: 50px;
  align-items: center;
  padding: 12px 13px 12px 28px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition-duration: .4s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  transform: scale(1.05);
}

.arrow-circle {
  background-image: linear-gradient(138deg, var(--tomato), var(--slate-blue));
  border-radius: 50%;
  padding: 12px;
}

.section-tag-line {
  background-image: linear-gradient(to right, #fff0, #fffc);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.slide-nav {
  display: none;
}

.project-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-info-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  max-width: 520px;
  line-height: 1.6em;
  display: flex;
}

.project-image-container {
  width: 50%;
}

.project-slider {
  background-color: #0000;
  align-items: center;
  height: 100%;
}

.left-arrow {
  background-color: #212232;
  width: 80px;
  height: 80px;
  transition: all .3s;
  inset: auto auto 0% 50%;
}

.left-arrow:hover {
  background-color: #2d2e3a;
}

.right-arrow {
  background-color: #212232;
  width: 80px;
  height: 80px;
  transition: all .3s;
  inset: auto 0% 0% auto;
}

.right-arrow:hover {
  background-color: #2d2e3c;
}

.project-tag {
  color: #fff;
  white-space: nowrap;
  background-color: #ffffff1a;
  align-items: center;
  padding: 10px 12px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.project-tag-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  line-height: 1em;
  display: flex;
}

.project-description {
  margin-bottom: 30px;
  font-weight: 300;
}

.project-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.project-link {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  margin-left: -10px;
  padding: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.link-arrow {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.project-image {
  object-fit: cover;
  min-height: 450px;
}

.slider-section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.slider-section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, #ff6f4c1a, #ff6f4c00 95%);
}

.slider-section-container {
  flex: 1;
  max-width: 1400px;
  padding-top: 125px;
}

.navigation-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.navigation-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-right: -10px;
  display: flex;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #141520cc;
  padding-top: 15px;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 40px;
  display: flex;
}

.footer-container {
  color: #fff;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Anek Malayalam, sans-serif;
  font-size: 12px;
  display: flex;
}

.magnetic-element {
  margin-left: 0;
}

.button-text {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.text-span {
  font-weight: 700;
}

.section {
  display: none;
}

.about-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.section-title-container-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  flex-flow: row;
  width: auto;
  max-width: none;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.text-span-2, .text-span-3 {
  font-weight: 600;
}

.text-block {
  align-self: flex-start;
  font-size: 18px;
  position: sticky;
  top: 100px;
}

.about-wrapper-1 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-2 {
  height: 100px;
}

.text-span-4 {
  font-weight: 600;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.image {
  max-width: 100%;
}

.image-2 {
  width: 80%;
}

.section-title-copy {
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.div-block-2-copy {
  height: 100px;
}

.flex-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.div-block-6 {
  z-index: 2;
  color: #0000;
  background-color: #0000;
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-4 {
  color: #fff;
  margin-top: 15px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: static;
}

.left-arrow-2 {
  height: 60px;
  inset: auto 100px 0% auto;
}

.icon {
  background-color: #0000;
}

.text-block-5 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 150px;
  font-weight: 100;
  line-height: 100px;
  position: relative;
  inset: auto 0% 0% auto;
}

.div-block-17 {
  background-color: #fff;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-5 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 56%;
  height: 70%;
  margin-left: 115px;
  display: flex;
}

.paragraph {
  color: #fff;
  letter-spacing: 10px;
  margin-top: 20px;
  margin-left: 24px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.link-block {
  z-index: 2;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-6 {
  color: #fff;
  letter-spacing: 3px;
  white-space: nowrap;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  position: static;
  transform: rotate(90deg);
}

.div-block-15 {
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-4 {
  z-index: 3;
  width: 400px;
  height: 70%;
  margin-left: -250px;
  position: relative;
  inset: auto auto auto 0;
  overflow: visible;
}

.right-arrow-2 {
  height: 50px;
  margin-top: 0;
  inset: auto 0% 0% auto;
}

.div-block-9 {
  background-color: #fff;
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-13 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-7 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-18 {
  background-color: #0000;
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-19 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-3 {
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 400px;
  margin-left: 10px;
  display: flex;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-14 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.link-block-2 {
  background-color: #0000;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: normal;
  text-decoration: none;
}

.text-block-3 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.image-4 {
  background-image: url('../images/06.jpg');
  background-position: 0 0;
  background-size: 125px;
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
  inset: 0% auto 0% 0;
}

.slider {
  background-color: #0000;
  flex: 0 auto;
  width: 100%;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
  position: absolute;
  bottom: 5%;
  right: -31%;
  overflow: hidden;
}

.text-block-2 {
  color: #fff;
  width: 100%;
  font-family: Anek Malayalam, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-12 {
  z-index: 1;
  background-color: #141520;
  flex: none;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.slide {
  vertical-align: baseline;
  width: 100%;
}

.mask {
  width: auto;
}

.div-block-20 {
  z-index: 2;
  background-color: #1d1d1d;
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-7 {
  color: #fff;
  margin-top: 15px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: static;
}

.left-arrow-3 {
  height: 50px;
  inset: auto 100px 0% auto;
}

.text-block-8 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 150px;
  font-weight: 100;
  line-height: 100px;
  position: relative;
  inset: auto 0% 0% auto;
}

.div-block-21 {
  background-color: #fff;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-22 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  right: auto;
  overflow: visible;
}

.div-block-23 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  max-width: 50%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-3 {
  z-index: 2;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-9 {
  color: #fff;
  letter-spacing: 3px;
  white-space: nowrap;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  position: static;
  transform: rotate(90deg);
}

.div-block-24 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-25 {
  z-index: 3;
  width: 400px;
  height: 70%;
  margin-left: 0;
  position: relative;
  inset: auto auto auto 0%;
  overflow: visible;
}

.div-block-26 {
  background-color: #fff;
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-27 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-28 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-29 {
  background-color: #1d1d1d;
  width: 20%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-30 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.image-5 {
  vertical-align: baseline;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.div-block-31 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 400px;
  margin-left: 10px;
  display: flex;
}

.div-block-32 {
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  padding: 20px 20px 10px;
  overflow: hidden;
}

.div-block-33 {
  margin-left: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.link-block-4 {
  background-color: #0000;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: normal;
  text-decoration: none;
}

.text-block-10 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.image-6 {
  background-image: url('../images/06.jpg');
  background-position: 0 0;
  background-size: 125px;
  width: auto;
  max-width: none;
  height: 102%;
  margin-left: auto;
  display: block;
  position: relative;
  inset: 0% auto 0% 0;
  overflow: clip;
}

.slider-2 {
  background-color: #0000;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
  position: absolute;
  bottom: 5%;
  right: -31%;
  overflow: hidden;
}

.text-block-11 {
  color: #fff;
  background-color: #221b24e6;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-35 {
  z-index: 1;
  background-color: #141520;
  flex: 0 auto;
  margin-left: 60px;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0% 0 0% 0%;
}

.slide-2 {
  width: 100%;
}

.div-block-36 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 80%;
  padding: 0;
  overflow: hidden;
}

.icon-2 {
  width: auto;
}

.section-2 {
  background-color: #0000;
  background-image: linear-gradient(113deg, #65383859, #2c2d6454);
  padding-bottom: 20px;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  border-top: .5px solid #5156f380;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-size: 12px;
  line-height: 100%;
}

.nav-bar-link-copy {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-bar-link-copy.w--current {
  color: var(--tomato);
}

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

.flex-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.section-3 {
  height: 680px;
  min-height: auto;
  padding-top: 0;
}

.image-7 {
  z-index: -1;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.text-span-5 {
  color: #4c55f6;
  font-weight: 600;
}

.div-block-2-copy-copy {
  height: 40px;
}

.div-block-37 {
  margin-top: 0;
  position: static;
  top: 100px;
}

.image-8 {
  margin-top: -150px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: sticky;
  top: 100px;
  bottom: auto;
}

.image-9 {
  width: 200px;
  max-width: none;
}

@media screen and (min-width: 1280px) {
  .service-card {
    padding: 55px;
  }

  .div-block-10 {
    max-width: 100%;
  }

  .image-6 {
    margin-left: auto;
  }
}

@media screen and (min-width: 1440px) {
  .section-container.hero {
    padding-top: 110px;
    padding-bottom: 150px;
  }

  .hero-content-conatiner {
    max-width: 620px;
  }

  .hero-title {
    font-size: 72px;
  }

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

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

  .webflow-partner-badge {
    width: 250px;
    height: 100%;
  }

  .service-card {
    font-size: 15px;
  }

  .service-card-title {
    font-size: 26px;
  }

  .service-card-paragraph {
    font-size: 15px;
  }

  .process-card-title {
    font-size: 22px;
  }

  .process-card-paragraph {
    font-size: 15px;
  }

  .button-2, .project-tag-container {
    font-size: 17px;
  }

  .project-description {
    font-size: 15px;
  }

  .navbar {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .div-block-3 {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .div-block-4 {
    margin-left: 0;
    left: 0;
    right: auto;
  }

  .div-block-12 {
    flex: 0 auto;
  }

  .image-6 {
    margin-left: auto;
  }

  .slider-2 {
    height: 70vh;
  }
}

@media screen and (min-width: 1920px) {
  .section-container.hero {
    padding-top: 120px;
    padding-bottom: 170px;
  }

  .service-card {
    padding: 60px;
  }

  .section-title-container {
    max-width: none;
  }

  .section-title {
    font-size: 40px;
  }

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

  .process-card-container, .faq-wrapper, .contact-form-container {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .projects-marquee-container {
    width: 200vw;
  }

  .project-title {
    font-size: 40px;
  }

  .section-title-container-copy {
    max-width: none;
  }

  .about-wrapper-1 {
    justify-content: space-between;
    align-items: stretch;
  }

  .section-title-copy {
    font-size: 40px;
  }

  .div-block-4 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    left: auto;
    right: 0;
  }

  .div-block-22 {
    flex: 1;
    align-self: center;
  }

  .div-block-30 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-33 {
    flex: 1;
    padding-bottom: 70px;
  }

  .image-6 {
    margin-left: auto;
    margin-right: 0;
  }

  .slider-2 {
    flex: 0 auto;
  }

  .div-block-35 {
    flex: 1;
    margin-right: 0;
    right: 0;
  }

  .slide-2 {
    vertical-align: baseline;
    margin-left: auto;
    margin-right: auto;
  }

  .mask-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .menu-button {
    height: 60px;
    display: flex;
  }

  .nav-bar-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    background-color: #14152000;
    flex: 1;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    width: 20%;
    max-width: none;
    height: auto;
    margin: 20px 0 40px auto;
    padding: 0 0;
    font-size: 20px;
    font-weight: 500;
  }

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

  .home.footer.w--current {
    font-size: 18px;
  }

  .section-container.hero {
    flex-flow: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-container.service {
    padding-top: 0;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 100px;
  }

  .section-container.contact {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .hero-content-conatiner {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

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

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

  .button-1:hover {
    transform: none;
  }

  .webflow-partner-badge {
    flex: 0 auto;
    width: 100%;
    height: 370px;
    padding: 20px;
  }

  .webflow-icon {
    width: 20%;
  }

  .section-tag-container {
    margin-bottom: 50px;
  }

  .service-cards-wrapper {
    flex-flow: column;
    display: flex;
  }

  .service-card {
    padding: 35px 25px;
  }

  .service-card:hover {
    background-color: #4454fe00;
  }

  .service-card-title {
    font-size: 20px;
  }

  .service-card-paragraph, .service-card-list {
    font-size: 12px;
  }

  .section-title-container {
    font-size: 15px;
  }

  .section-title {
    text-align: center;
    font-size: 26px;
  }

  .process-card {
    grid-row-gap: 10px;
    padding: 30px;
  }

  .process-card-paragraph {
    font-size: 12px;
  }

  .faq-answer {
    margin-bottom: 0;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .contact-content-container {
    flex-flow: column;
    display: flex;
  }

  .field-container {
    margin-bottom: 30px;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .textarea {
    border-radius: 0;
  }

  .projects-marquee-container {
    width: 250vw;
  }

  .project-thumbnail-container {
    margin-left: 1px;
    margin-right: 1px;
  }

  .button-2 {
    padding: 8px 9px 8px 21px;
  }

  .button-2:hover {
    transform: none;
  }

  .project-container {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .project-info-container {
    width: auto;
    max-width: none;
    margin-top: 50px;
  }

  .project-image-container {
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
  }

  .left-arrow {
    inset: 370px auto auto 0%;
  }

  .right-arrow {
    inset: 370px 0% auto auto;
  }

  .project-description {
    margin-bottom: 10px;
  }

  .project-title {
    margin-bottom: 0;
    font-size: 26px;
  }

  .project-image {
    width: 100%;
    height: 450px;
    min-height: auto;
  }

  .slider-section-container {
    padding-top: 100px;
  }

  .navigation-wrapper {
    padding-right: 0;
  }

  .navigation-container {
    padding-top: 0;
  }

  .nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--black-grey);
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    padding: 20px 5% 20px 0;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-wrapper {
    height: 120px;
    margin-top: -120px;
    margin-bottom: 20px;
    padding-top: 120px;
  }

  .footer-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-wrapper {
    flex-flow: column;
    display: flex;
  }

  .section-title-container-copy {
    flex-flow: column;
    font-size: 15px;
  }

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

  .image-2 {
    width: 60%;
  }

  .section-title-copy {
    font-size: 26px;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .right-arrow-2 {
    margin-bottom: 0;
    position: absolute;
    top: 440px;
  }

  .left-arrow-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 440px;
    bottom: 0%;
  }

  .div-block-22 {
    flex-flow: row;
    height: 100%;
  }

  .div-block-30 {
    height: 100%;
  }

  .image-5 {
    max-width: 70%;
  }

  .image-6 {
    width: 100%;
    height: auto;
  }

  .slider-2 {
    height: 40vh;
  }

  .nav-bar-link-copy {
    background-color: #14152000;
    justify-content: flex-start;
    height: auto;
    margin-left: 0;
    padding: 20px 2.5vw;
    font-size: 18px;
    font-weight: 500;
  }

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

  .section-3 {
    height: auto;
  }

  .div-block-37 {
    align-self: center;
  }

  .image-8 {
    max-width: 50%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .image-9 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-block-15 {
    flex: 0 auto;
    font-size: 18px;
  }
}

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

  .nav-bar-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

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

  .section-container.hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 75px;
  }

  .section-container.contact {
    padding-top: 75px;
    padding-bottom: 160px;
  }

  .hero-content-conatiner {
    grid-row-gap: 16px;
    max-width: 470px;
  }

  .hero-paragraph {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .button-1 {
    padding: 1px;
  }

  .button-content {
    padding: 16px 20px;
    font-size: 15px;
  }

  .button-arrow {
    width: 10px;
    height: 10px;
  }

  .webflow-partner-badge {
    display: none;
  }

  .section-tag-container {
    margin-bottom: 40px;
    font-size: 10px;
  }

  .service-cards-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-card {
    padding: 40px;
  }

  .service-card-title {
    font-size: 22px;
  }

  .service-card-paragraph {
    font-size: 14px;
  }

  .service-card-list {
    font-size: 14px;
    line-height: 1.6em;
  }

  .section-title-container {
    width: 100%;
    max-width: none;
  }

  .section-title {
    font-size: 24px;
  }

  .process-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .process-card-container {
    width: 100%;
  }

  .process-card {
    grid-row-gap: 15px;
    padding: 40px;
  }

  .process-card-paragraph {
    font-size: 14px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .contact-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

  .projects-wrapper {
    padding-bottom: 80px;
  }

  .projects-marquee-container {
    width: 320vw;
  }

  .explore-button-copntainer {
    padding-bottom: 50px;
  }

  .button-2 {
    font-size: 15px;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    display: flex;
    top: 250px;
  }

  .right-arrow {
    width: 70px;
    height: 70px;
    top: 250px;
  }

  .project-title {
    font-size: 24px;
  }

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

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

  .project-image {
    height: 320px;
    min-height: auto;
    max-height: none;
  }

  .slider-section-container {
    max-width: 500px;
    padding-top: 75px;
  }

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

  .about-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .section-title-container-copy {
    width: 100%;
    max-width: none;
  }

  .about-wrapper-1 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .section-title-copy {
    font-size: 24px;
  }

  .nav-bar-link-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar-link {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-wrapper.glow-1 {
    padding-top: 100px;
  }

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

  .section-container.process, .section-container.faqs {
    padding-top: 60px;
  }

  .section-container.contact {
    padding-top: 60px;
    padding-bottom: 210px;
  }

  .hero-title {
    font-size: 60px;
  }

  .section-tag-container {
    margin-bottom: 30px;
  }

  .service-card {
    flex-flow: column;
    padding: 30px 20px;
  }

  .service-card-title {
    text-align: center;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .service-card-paragraph {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .service-card-list {
    font-size: 13px;
  }

  .section-title {
    font-size: 22px;
  }

  .process-card {
    padding: 30px;
  }

  .process-card-paragraph {
    font-size: 13px;
  }

  .faq-answer-container {
    padding: 20px;
  }

  .projects-wrapper {
    padding-bottom: 60px;
  }

  .projects-marquee-container {
    width: 500vw;
  }

  .explore-button-copntainer {
    padding-bottom: 35px;
  }

  .explore-button-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .arrow-circle {
    padding: 10px;
  }

  .project-info-container {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .project-slider {
    max-width: 100vw;
    height: auto;
    margin-left: -6vw;
    margin-right: -6vw;
  }

  .left-arrow, .right-arrow {
    margin-top: -70px;
    top: 70vw;
  }

  .project-image {
    height: 70vw;
  }

  .slider-section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .slider-section-container {
    padding-top: 60px;
  }

  .nav-menu {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .footer-wrapper {
    height: 150px;
    margin-top: -150px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
  }

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

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

  .image {
    font-size: 12px;
  }

  .image-2 {
    width: 90%;
  }

  .section-title-copy {
    font-size: 39px;
  }

  .div-block-2-copy {
    height: 70px;
  }

  .div-block-23 {
    justify-content: flex-end;
    align-self: center;
    align-items: flex-start;
    max-width: 50%;
    height: 50%;
  }

  .div-block-25 {
    align-self: flex-end;
    width: 310px;
    height: 60%;
  }

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

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

  .nav-bar-link-copy {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .image-8 {
    max-width: 70%;
  }

  .image-9 {
    max-width: 60%;
  }
}

#w-node-_7257282e-f69c-0e7c-b522-d21bcef291f0-fd6ef093 {
  place-self: center end;
}

#w-node-_67c37a7c-c228-fa32-059c-4448825b769d-fd6ef093 {
  align-self: auto;
}


