:root {
  --dynamic-nav-pad: 100px;
  --bg-sec: #cdcbcb3d;
  --orange: #ff6200;
  --blue: #00235a;
  --gray: #5b5d62;
  --dark-gray: #272727;
  --faq-bg-color-2: white;
  --faq-text-color-2: #333;
  --faq-bg-color-3: white;
  --faq-text-color-3: #333;
  --faq-bg-color-4: white;
  --faq-text-color-4: #333;
  --faq-bg-color: white;
  --faq-text-color: #333;
  --faq-height: 0px;
  --faq-height-2: 0px;
  --faq-height-3: 0px;
  --faq-height-4: 0px;
  --spark-library--foreground-secondary: #000000c2;
  --light-bg-btn: #00173b0f;
  --memberstack-library--ms-main-cta-color: #2962ff;
  --memberstack-library--ms-main-cta-hover: #1051b9;
  --memberstack-library--ms-border-color: #12133140;
  --memberstack-library--ms-shadow-color: #0000001a;
  --memberstack-library--ms-main-text-color: #121331;
  --memberstack-library--ms-input-placeholder: #12133199;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--black: black;
  --line-bg: #e9ecef;
}

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

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

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

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

.section.home-hero {
  padding-top: var(--dynamic-nav-pad);
  padding-bottom: 50px;
}

.section.legacy {
  background-color: var(--bg-sec);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.services-home {
  margin-top: 100px;
}

.section.skills {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section.services {
  padding-top: 100px;
}

.slide {
  background-image: url('../images/Hero-1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 6px;
}

.hero-div {
  -webkit-backdrop-filter: brightness(80%);
  backdrop-filter: brightness(80%);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 110px;
  display: flex;
}

.heading {
  color: #fff;
  text-shadow: 0 1px 13px #000000e6;
  width: 700px;
  padding-bottom: 50px;
  font-size: 70px;
  line-height: 75px;
}

.button {
  border-radius: 5px;
  padding: 17px 50px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 2px 8px 1px #000000e6;
}

.button.orange {
  background-color: var(--orange);
  padding-left: 25px;
  padding-right: 25px;
  transition: all .6s;
}

.button.orange:hover {
  background-color: var(--blue);
}

.button.orange.nav-btn {
  background-color: var(--orange);
  margin-left: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 2px 4px 1px #00000080;
}

.button.orange.contact-btn {
  box-shadow: none;
}

.button.orange.contact {
  width: 100%;
}

.button.blue {
  background-color: var(--blue);
  transition: all .6s;
}

.button.blue:hover {
  background-color: var(--orange);
}

.container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.body {
  font-family: Rajdhani, sans-serif;
}

.slider {
  max-width: 1650px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 14px 9px #0003;
}

.slide-nav {
  display: none;
}

.slide-2 {
  background-image: url('../images/hero-2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 6px;
}

.logo {
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
}

.nav-container {
  width: 90%;
}

.nav-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #909090;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--dark-gray);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  font-weight: 700;
}

.slide-3 {
  background-image: url('../images/hero-3.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
}

.legacy-grid {
  grid-column-gap: 53px;
  grid-row-gap: 10px;
  grid-template-rows: 315px auto auto auto;
  grid-template-columns: .9fr 1fr;
  width: 90%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.mini-head {
  color: var(--orange);
  margin-bottom: 0;
  font-size: 17px;
}

.big-head {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 49px;
}

.big-head.team-card-head {
  width: 110px;
  margin-bottom: 10px;
  line-height: 37px;
}

.big-head.time-head {
  margin-bottom: 10px;
}

.big-head.timeline-title {
  text-align: center;
}

.p-desc {
  color: var(--blue);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.p-desc.title {
  width: 80%;
  line-height: 27px;
}

.p-desc.answer-txt {
  z-index: -1;
  margin-top: 0;
  font-size: 16px;
}

.p-desc.about-logo-text {
  background-color: #fff0;
  margin-bottom: 15px;
  line-height: 24px;
}

.image {
  border-radius: 6px;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.icon-desc-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 50px;
  height: 50px;
  margin-bottom: 19px;
}

.heading-4 {
  color: var(--blue);
  margin-bottom: -10px;
  font-size: 26px;
}

.heading-4.skills-grid {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
}

.div-block-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.heading-5 {
  color: var(--orange);
}

.heading-6 {
  color: var(--blue);
}

.section-2 {
  height: 100vh;
}

.some-service-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.service-grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: auto;
  max-width: 500px;
  display: grid;
}

.service-grid.tabs {
  place-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-head {
  text-align: center;
  width: 90%;
  font-size: 26px;
}

.service-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 250px;
  transition: all .4s;
  display: flex;
  box-shadow: 0 0 15px 10px #2874fc1a;
}

.service-card:hover {
  transform: scale(1.05);
}

.section-3 {
  height: 100vh;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  width: 80%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.lin-header {
  justify-content: space-between;
  display: flex;
}

.lin-header._90 {
  width: 90%;
}

.lin-header._85 {
  width: 85%;
}

.lin-header._75 {
  width: 75%;
}

.lin-header._60 {
  width: 60%;
}

.line-bg {
  background-image: linear-gradient(to bottom, var(--bg-sec), var(--bg-sec));
  border-radius: 3px;
  width: 100%;
  height: 10px;
}

.line-progress, .line-progress._90 {
  background-image: linear-gradient(to bottom, var(--orange), var(--orange));
  width: 0%;
  height: 10px;
}

.line-progress._85, .line-progress._75, .line-progress._60 {
  width: 0%;
}

.line-head {
  color: var(--dark-gray);
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 17px;
}

.skill-img {
  border-radius: 5px;
}

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

.legacy-img-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--blue);
  max-width: 150px;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: var(--blue);
  background-image: url('../images/62434fa732124a29b112aac4_ic-Arrow-Go.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-3 {
  width: 300px;
}

.image-4 {
  width: 250px;
}

.projects {
  background-color: var(--bg-sec);
}

.proj-parent-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.proj-div {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.proj-card {
  background-image: url('../images/Hero-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 250px;
  display: flex;
  overflow: clip;
}

.proj-card._1 {
  background-image: url('../images/hero-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  transition: all .3s;
}

.proj-card._1:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px 1px #0003;
}

.proj-card._2 {
  background-image: url('../images/hero-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  transition: all .3s;
}

.proj-card._2:hover, .proj-card._3:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px 1px #0003;
}

.proj-img {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 130%;
  max-width: 130%;
  position: static;
  overflow: clip;
}

.proj-card-child {
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
}

.proj-card-child:hover {
  -webkit-backdrop-filter: brightness(80%) blur(5px);
  backdrop-filter: brightness(80%) blur(5px);
}

.proj-head {
  color: #fff;
  padding-bottom: 5px;
  padding-left: 15px;
  font-size: 30px;
  line-height: 35px;
  display: none;
}

.team {
  padding-top: 100px;
  padding-bottom: 100px;
}

.team.second-bg {
  padding-top: 0;
}

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

.team-parent-div {
  background-color: var(--bg-sec);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.social-media-icon-wrapper {
  color: #fff;
  background-color: #252525;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 20px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.social-media-icon-wrapper:hover {
  color: #fff;
  background-color: #1178f3;
}

.social-media-icon-wrapper._03 {
  color: #454545;
  background-color: #efefef;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
}

.social-media-icon-wrapper._03:hover {
  color: #fff;
  border: 1px solid #00235a;
}

.avatar-wrapper {
  border-radius: 16px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.avatar-wrapper._160px {
  width: 160px;
  min-width: 160px;
  height: 160px;
  min-height: 160px;
}

.avatar-wrapper._160px.center {
  width: 300px;
  height: 420px;
}

.position-relative {
  position: relative;
}

.avatar-image {
  width: 100%;
}

.avatar-image.circle {
  border-radius: 50%;
  overflow: hidden;
}

.position-absolute {
  position: absolute;
}

.position-absolute.full {
  inset: 0%;
}

.card-heading {
  color: #0c0c0c;
}

.card {
  background-color: #fff;
  border: 1px solid #fff0;
  border-radius: 32px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px #19213d14;
}

.card._05 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  color: #454545;
  border-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  padding: 78px 36px 46px;
  display: flex;
}

.card._05:hover {
  color: #454545;
}

.card._05.box-shadow-hover {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  min-width: 320px;
  padding: 20px;
  position: relative;
}

.card._05.box-shadow-hover-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  min-width: 320px;
  padding: 20px;
}

.inner-container._55 {
  max-width: 55%;
}

.techvr-font {
  color: var(--blue);
  line-height: 1.25em;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.display-3 {
  font-size: 18px;
  line-height: 1.25em;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.social-media-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.social-media-flex.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.social-media-flex.gap-12px.card-05---social-media {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 55px;
  right: 37px;
}

.mg-top-tiny {
  margin-top: 4px;
}

.image-5, .image-6 {
  width: 25px;
}

.div-block-3 {
  width: 100%;
  height: 100%;
}

.wow-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blue);
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.wow-card {
  text-align: center;
  min-width: 300px;
}

.wow-num-txt {
  color: #fff;
  margin-bottom: 0;
  font-size: 40px;
}

.wow-txt-sub {
  color: #fff;
  margin-top: 0;
  font-size: 19px;
}

.faq-div {
  z-index: -100;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq {
  width: 30%;
}

.question-block {
  width: 400px;
}

.question-block._2 {
  background-image: linear-gradient(to bottom, var(--faq-bg-color-2), var(--faq-bg-color-2));
  color: var(--faq-text-color-2);
}

.question-block._3 {
  background-image: linear-gradient(to bottom, var(--faq-bg-color-3), var(--faq-bg-color-3));
  color: var(--faq-text-color-3);
}

.question-div {
  border-radius: 5px;
  min-width: 400px;
  height: 44px;
  padding-left: 15px;
  transition: all .4s;
}

.question-div:hover {
  background-image: linear-gradient(to bottom, var(--orange), var(--orange));
  color: #fff;
}

.question-div._4 {
  background-image: linear-gradient(to bottom, var(--faq-bg-color-4), var(--faq-bg-color-4));
  color: var(--faq-text-color-4);
}

.question-div._4:hover {
  background-image: linear-gradient(to bottom, var(--orange), var(--orange));
  color: #fff;
}

.question-div._2 {
  background-image: linear-gradient(to bottom, var(--faq-bg-color-2), var(--faq-bg-color-2));
  color: var(--faq-text-color-2);
}

.question-div._3 {
  background-image: linear-gradient(to bottom, var(--faq-bg-color-3), var(--faq-bg-color-3));
  color: var(--faq-text-color-3);
}

.question-div._1 {
  background-image: linear-gradient(to bottom, var(--faq-bg-color), var(--faq-bg-color));
  color: var(--faq-text-color);
  cursor: pointer;
}

.answer-div {
  z-index: -1;
  height: var(--faq-height);
  background-color: #fff;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.answer-div._2 {
  height: var(--faq-height-2);
}

.answer-div._3 {
  height: var(--faq-height-3);
}

.answer-div._4 {
  height: var(--faq-height-4);
}

.answer-txt {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}

.section-5 {
  background-image: linear-gradient(to bottom, var(--bg-sec), var(--bg-sec));
}

.dropdown-toggle {
  background-color: #fff;
  width: 100%;
}

.dropdown {
  width: 100%;
}

.form {
  min-width: 400px;
}

.inputfield {
  color: var(--blue);
  background-color: #fff0;
  border-radius: 6px;
}

.inputfield.dropdown {
  border: 1px solid #d6d6d6;
}

.dropdown-toggle-2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.text-block {
  font-weight: 600;
}

.select-field {
  border-radius: 6px;
}

.textarea {
  background-color: #fff0;
  border-radius: 6px;
  min-height: 125px;
}

.section-6 {
  padding-top: var(--dynamic-nav-pad);
}

.hero-heading-center {
  background-color: var(--bg-sec);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-heading.margin-bottom-32px.big-head {
  color: var(--blue);
}

.hero-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.margin-bottom-24px.p-desc.about-logo-text {
  background-color: #fff0;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.about-logo {
  border-radius: 6px;
  width: 250px;
  box-shadow: 0 4px 24px #96a3b514;
}

.timeline-parent {
  margin-top: 50px;
  margin-bottom: 0;
}

.timeline-cont {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 30px 40px;
  display: flex;
  position: relative;
}

.timeline-card-1 {
  border: 3px solid var(--orange);
  border-radius: 10px;
  width: 300px;
  height: 270px;
  padding: 15px;
  position: relative;
  top: 20px;
  right: 200px;
}

.timeline-card-2 {
  border: 3px solid var(--orange);
  border-radius: 10px;
  width: 300px;
  height: 270px;
  padding: 15px;
  position: relative;
  bottom: 20px;
  left: 200px;
}

.timeline-card-4 {
  border: 3px solid var(--orange);
  border-radius: 10px;
  width: 300px;
  height: 270px;
  padding: 15px;
  position: relative;
  bottom: 80px;
  left: 200px;
}

.timeline-line {
  z-index: 10;
  background-image: linear-gradient(to bottom, var(--orange), var(--orange));
  width: 75px;
  height: 3px;
  position: absolute;
  top: 1209.28px;
}

.image-7 {
  color: var(--orange);
  transform-style: preserve-3d;
  width: 95px;
  max-width: 100%;
  position: absolute;
  top: 1123.75px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.svg-arrow {
  color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 75px;
  max-width: 13vh;
  height: 75px;
  max-height: 13vh;
  display: flex;
  position: absolute;
  bottom: 552.5px;
  transform: rotate(-20deg);
}

.svg-arrow._1 {
  color: var(--blue);
  transform-style: preserve-3d;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 234.5px;
  transform: rotateX(0)rotateY(180deg)rotateZ(-20deg);
}

.svg-arrow._2 {
  transform-style: preserve-3d;
  bottom: 299.5px;
  transform: rotateX(0)rotateY(180deg)rotateZ(-20deg);
}

.paragraph {
  margin-bottom: 0;
  line-height: 23px;
}

.timeline-icon {
  width: 50px;
  margin: 12px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.image-8 {
  width: 500px;
}

.tabs-menu {
  margin-top: 125px;
  margin-bottom: 257px;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-tabs-content {
  width: 100%;
}

.spark-tab {
  color: var(--orange);
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 24px;
  transition: color .15s, background-color .15s;
}

.spark-tab:hover {
  background-color: var(--light-bg-btn);
  opacity: 1;
  color: var(--orange);
}

.spark-tab.w--current {
  border: 2px solid var(--blue);
  background-color: #0000;
}

.spark-tabs-menu {
  grid-column-gap: 16px;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.spark-tabs-parent {
  width: 100%;
}

.spark-secondary-paragraph {
  color: var(--blue);
  margin-bottom: 64px;
}

.services-tab-title {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.services-tabs {
  max-width: 1440px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.service-tab-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.services-icon-img {
  width: 60px;
}

.heading-9 {
  color: var(--orange);
}

.hero-heading-left {
  background-color: var(--bg-sec);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--blue);
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  border-radius: 6px;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-10 {
  color: var(--blue);
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.project-section {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  color: var(--blue);
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-subheading {
  color: var(--blue);
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  width: 282px;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: var(--blue);
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-right {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.shadow-two-2 {
  border-radius: 6px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  margin-bottom: 5px;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-11 {
  color: var(--blue);
}

.careers-section {
  background-color: var(--bg-sec);
  border-bottom: 1px solid #e4ebf3;
  padding: 30px 30px 80px;
  position: relative;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms-button-flex {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.ms-button {
  border: 1px solid var(--memberstack-library--ms-main-cta-color);
  background-color: var(--memberstack-library--ms-main-cta-color);
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 13px 16px 11.5px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.ms-button:hover {
  background-color: var(--memberstack-library--ms-main-cta-hover);
  box-shadow: none;
  color: #fff;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: #0a3092;
}

.ms-button.ms-is-light {
  color: #070e27;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border: 1px solid #dbe2eb;
  box-shadow: 0 1px 3px #ffffff40, 0 10px 20px -5px #2d3e501a;
}

.ms-button.ms-is-light:hover {
  box-shadow: none;
  color: #1051b9;
  background-color: #fff;
  border-color: #1051b9;
}

.ms-button.ms-is-light:active {
  color: #fff;
  background-color: #356af0;
}

.ms-button.ms-is-light.ms-is-small {
  margin-bottom: 0;
}

.ms-button.ms-is-light.ms-is-small.ms-is-documentation {
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.ms-button.ms-is-small {
  border-radius: 6px;
  height: auto;
  padding: 7px 16px;
  font-size: .85em;
  font-weight: 500;
  transform: perspective(1000px);
}

.ms-button.ms-is-form {
  width: 100%;
}

.ms-input-label {
  text-align: left;
  margin-bottom: 5px;
  font-size: .9em;
  font-weight: 600;
}

.ms-input-label.ms-is-checkbox, .ms-input-label.ms-is-radio {
  font-weight: 400;
}

.ms-checkbox {
  border-width: 1.5px;
  border-color: var(--memberstack-library--ms-border-color);
  background-color: #fff;
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
  transition: background-color .2s, border-color .2s;
}

.ms-checkbox:hover {
  border-color: var(--memberstack-library--ms-main-cta-color);
  background-color: var(--memberstack-library--ms-main-cta-color);
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
}

.ms-checkbox.w--redirected-checked {
  background-color: #2962ff;
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: .3333em;
  line-height: 22px;
  display: flex;
}

.ms-help-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-help-text.ms-less-margin {
  margin-top: -4px;
  margin-bottom: 4px;
}

.ms-list-container {
  width: 100%;
  margin-bottom: 20px;
}

.ms-radio-dot {
  border-color: #12133140;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
}

.ms-radio-dot.w--redirected-checked {
  border-width: 6px;
  border-color: var(--memberstack-library--ms-main-cta-color);
}

.ms-radio-wrap {
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 20px;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.ms-form-row {
  grid-column-gap: 20px;
  display: flex;
}

.ms-input {
  border: 1px solid var(--memberstack-library--ms-border-color);
  box-shadow: 0 5px 10px -5px var(--memberstack-library--ms-shadow-color);
  color: var(--memberstack-library--ms-main-text-color);
  background-color: #fff;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 1.333em;
  padding: 8px 12px;
  transition: box-shadow .2s, color .2s, box-shadow .2s, border-color .2s;
  position: relative;
}

.ms-input:hover {
  z-index: 2;
  border-color: var(--memberstack-library--ms-main-cta-color);
  box-shadow: none;
}

.ms-input::placeholder {
  color: var(--memberstack-library--ms-input-placeholder);
}

.ms-input.ms-is-text-area {
  min-height: 100px;
}

.ms-input.ms-is-text-area.ms-is-bigger {
  min-height: 200px;
  padding: 12px 16px;
  font-size: 1.1em;
}

.ms-full-width {
  width: 100%;
}

.ms-form-sub-heading {
  margin-top: -15px;
  margin-bottom: 20px;
}

.ms-form-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4em;
}

.ms-space {
  width: 10px;
  height: 10px;
}

.ms-space.ms-is-20 {
  width: 20px;
  height: 20px;
}

.ms-form {
  width: 400px;
  min-width: 400px;
  padding: 7.5%;
}

.ms-form.ms-is-contact-form {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
}

.spark-small-sub-paragraph-2 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading-2.spark-card-title {
  font-size: 1.2rem;
}

.spark-card-details-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-wrapped-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card-2.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-tabs-content-2 {
  width: 100%;
}

.spark-tab-2 {
  color: var(--blue);
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 24px;
  transition: color .15s, background-color .15s;
}

.spark-tab-2:hover {
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
  background-color: #00235a21;
}

.spark-tab-2.w--current {
  border: 1px solid var(--blue);
  color: var(--spark-library--foreground-interactive);
  background-color: #0000;
}

.spark-tabs-menu-2 {
  grid-column-gap: 16px;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.spark-tabs-parent-2 {
  width: 100%;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 30px;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  color: var(--orange);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Rajdhani, sans-serif;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  font-family: Rajdhani, sans-serif;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.text-block-3 {
  color: var(--orange);
}

.spark-tab-3 {
  color: var(--spark-library--black);
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 24px;
  transition: color .15s, background-color .15s;
}

.spark-tab-3:hover {
  background-color: var(--light-bg-btn);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-tab-3.w--current {
  color: var(--spark-library--foreground-interactive);
  background-color: #0000;
}

.heading-12 {
  color: var(--orange);
}

.team-parent-div-copy {
  background-color: var(--bg-sec);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.code-embed {
  margin-bottom: 24px;
}

.code-embed.ms-in {
  border: 1px solid #000;
}

.submission-state {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.state-image {
  max-width: 300px;
}

.state-heading {
  padding-top: 20px;
}

.state-heading.error {
  text-align: center;
  font-weight: 500;
}

.timeline-card-3 {
  border: 3px solid var(--orange);
  border-radius: 10px;
  width: 300px;
  height: 270px;
  padding: 15px;
  position: relative;
  bottom: 50px;
  right: 200px;
}

.skills-grid-main {
  grid-template-rows: auto auto auto;
  margin-top: 30px;
}

.list-item {
  list-style-type: disc;
}

.list-item.sub {
  margin-left: 25px;
  list-style-type: square;
}

.biz-card-div {
  justify-content: center;
  align-items: center;
  width: 282px;
  height: 180px;
  display: flex;
  box-shadow: 0 0 5px 2px #0003;
}

.biz-logo {
  width: auto;
  height: 160px;
}

.biz-vert-head {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12.5px;
  line-height: 17px;
  transform: rotate(180deg);
}

.biz-text-div {
  width: 155px;
  height: 150px;
  margin-left: 5px;
  padding-top: 10px;
}

.biz-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  line-height: 20px;
}

.biz-little-text-div {
  margin-top: 20px;
}

.biz-little-head {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

@media screen and (max-width: 991px) {
  .hero-div {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

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

  .button.blue {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .nav-menu {
    padding-bottom: 20px;
  }

  .legacy-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .p-desc.about-logo-text {
    margin-bottom: 20px;
  }

  .image {
    max-width: 500px;
  }

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

  .service-grid.tabs {
    max-width: 700px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .display-3 {
    font-size: 18px;
  }

  .faq-div {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    flex-flow: column-reverse;
    padding-bottom: 50px;
  }

  .faq {
    min-width: 400px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .timeline-cont {
    margin-left: 30px;
    margin-right: 30px;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-tabs-menu {
    margin-bottom: 64px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .ms-button {
    position: relative;
  }

  .spark-wrapped-card-2 {
    width: 45%;
  }

  .spark-three-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-tabs-menu-2 {
    margin-bottom: 64px;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 50px;
    line-height: 60px;
  }

  .slider {
    height: 600px;
  }

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

  .left-arrow, .right-arrow {
    display: none;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .proj-div {
    flex-flow: wrap;
  }

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

  .avatar-wrapper._160px {
    width: 128px;
    min-width: 128px;
    height: 128px;
    min-height: 128px;
  }

  .card {
    border-radius: 24px;
  }

  .card._05 {
    padding: 68px 32px 40px;
  }

  .display-3 {
    font-size: 18px;
  }

  .social-media-flex.gap-12px.card-05---social-media {
    bottom: 48px;
    right: 32px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .timeline-card-1 {
    top: 0;
    right: 0;
  }

  .timeline-card-2 {
    bottom: 0;
    left: 0;
  }

  .timeline-card-4 {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .svg-arrow {
    margin-top: 20px;
    margin-bottom: 20px;
    position: static;
    transform: rotate(-90deg);
  }

  .svg-arrow._1 {
    margin-top: 20px;
    margin-bottom: 20px;
    position: static;
    transform: rotateX(0)rotateY(180deg)rotateZ(-90deg);
  }

  .svg-arrow._2 {
    transform: rotate(-90deg);
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .services-tabs {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .hero-heading-left, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .project-section {
    padding: 60px 15px;
  }

  .team-slide-wrapper {
    width: 100%;
  }

  .hero-heading-right, .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .careers-section {
    padding: 30px 15px 60px;
  }

  .ms-form-row {
    flex-direction: column;
  }

  .ms-form-heading {
    font-size: 24px;
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-wrapped-card-2 {
    width: 100%;
  }

  .spark-wrapped-card-2.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-three-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .heading-12 {
    color: var(--orange);
  }

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

  .timeline-card-3 {
    top: 0;
    right: 0;
  }

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

@media screen and (max-width: 479px) {
  .slide {
    background-position: 50%;
    background-size: cover;
  }

  .heading {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .button.orange.projects {
    padding: 11px 15px;
  }

  .button.blue {
    margin-top: 10px;
  }

  .container {
    flex-flow: column;
  }

  .slider {
    height: 500px;
  }

  .slide-2 {
    background-position: 50%;
  }

  .logo {
    font-size: 25px;
  }

  .slide-3 {
    background-position: 50%;
  }

  .legacy-grid {
    grid-template-rows: auto auto;
  }

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

  .big-head.team-card-head, .big-head.time-head {
    text-align: left;
  }

  .p-desc.answer-txt {
    white-space: normal;
    font-size: 13px;
  }

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

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

  .heading-5 {
    margin-top: 10px;
  }

  .heading-6 {
    margin-bottom: 0;
  }

  .service-card {
    width: 300px;
    height: 230px;
  }

  .line-head {
    font-size: 12px;
    line-height: 25px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image-3 {
    width: 200px;
  }

  .team-div {
    width: 100%;
    overflow: hidden;
  }

  .card._05 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    padding: 58px 24px 95px;
  }

  .display-3 {
    font-size: 18px;
  }

  .display-3.mid.text-neutral-600 {
    text-align: left;
  }

  .social-media-flex.gap-12px.card-05---social-media {
    justify-content: flex-end;
    align-items: center;
    bottom: 32px;
    left: 24px;
    right: 24px;
  }

  .contac-form-home {
    width: 85%;
  }

  .faq {
    width: 85%;
    min-width: auto;
  }

  .question-block {
    width: 100%;
  }

  .question-div._4, .question-div._2, .question-div._3, .question-div._1 {
    min-width: auto;
  }

  .answer-txt {
    white-space: nowrap;
    font-size: 15px;
  }

  .form {
    width: 100%;
    min-width: auto;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .timeline-cont {
    margin: 50px 10px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .services-tab-title {
    margin-bottom: 64px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .hero-heading-left {
    padding-top: 30px;
  }

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

  .hero-wrapper-2.opp {
    flex-flow: column-reverse;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .ms-button.ms-is-light {
    max-width: 100vw;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .ms-input {
    font-size: 12px;
  }

  .ms-form {
    width: 100%;
    min-width: auto;
  }

  .ms-form-block {
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--blue);
    border-radius: 50px;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-wrapped-card-2.spark-stacked {
    width: 100%;
  }

  .spark-tabs-menu-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .state-heading {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 36px;
  }

  .state-heading.error {
    font-size: 30px;
    font-weight: 500;
  }

  .skills-grid-main {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_6486e19f-ff69-e9bf-0bb7-847e3bfba1db-327a24d2, #w-node-e344df06-43ce-d380-8775-635df6db90d8-327a24d2 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_5765c8c4-fcd7-480d-96aa-6b5bb4ad878f-327a24d2 {
  align-self: auto;
}

#w-node-_07623864-d9de-7ae5-c9d9-39b37f21e4c0-327a24d2 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d5efe4ad-823b-74d9-9fe8-ee2fd4f09c7c-327a24d2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


