@font-face {
  font-family: Anton;
  src: url('../fonts/AntonRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circularstd Book;
  src: url('../fonts/CircularStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.main {
  background-color: #0000;
  position: static;
}

.container-4 {
  width: 100%;
  max-width: min(100% - 100px, 1400px);
  margin-left: auto;
  margin-right: auto;
}

.container-4.inner-container {
  max-width: min(100%, 1400px);
}

.container-4.phone-container {
  position: static;
}

.container-4.about-position {
  height: auto;
}

.paragraph {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.image {
  aspect-ratio: 6;
  background-color: #d8c1fe;
  border-radius: 1.1rem;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding: 20px 0;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand {
  z-index: 1500;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  flex: 0 auto;
  list-style-type: none;
  display: block;
}

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

.navbar-no-shadow {
  z-index: 1500;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 0;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100vh;
  display: flex;
}

.navbar {
  background-color: #ddd0;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  border-radius: 0;
  width: 100%;
  margin-top: 0vh;
  font-family: Anton, Impact, sans-serif;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 4.4rem;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  color: #fff;
  font-family: Circularstd, Arial, sans-serif;
}

.hero-content-inner {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  align-self: auto;
  place-items: end stretch;
  width: 100%;
  margin-bottom: 5vh;
  display: grid;
}

.heading-2 {
  color: #fff;
  font-family: Circularstd, Arial, sans-serif;
  font-weight: 500;
}

.heading-2.feature-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.feature-paragraph {
  color: #e2e2e2;
  font-family: Circularstd Book, Arial, sans-serif;
}

.div-block-3 {
  position: static;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

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

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-one {
  color: #fff;
  background-color: #121212;
  border: 0 #fff;
  border-radius: 3rem;
  width: 200px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 1rem 2rem;
  display: flex;
  overflow: hidden;
}

.btn.btn-one.nav-cta {
  background-color: #121212;
  width: 140px;
  margin-left: 10px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn.btn-one.btn-black {
  background-color: #e9e9e9;
  margin-top: 10px;
}

.btn.btn-one.btn-secondary {
  color: #fff;
  background-color: #fff;
  font-family: Circularstd, Arial, sans-serif;
}

.btn.btn-one.btn-secondary.cta-contact-btn {
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #ffffff1a;
  background-clip: border-box;
  width: auto;
}

.text-block {
  font-family: Circularstd Book, Arial, sans-serif;
}

.text-block.cta-contact-text-block, .text-block.cta-contact-text-block.txtb {
  color: #fff;
}

.text-span {
  font-family: Circularstd, Arial, sans-serif;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.nav-link-5 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #c5c5c5;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-5.dark-link {
  color: #000;
}

.about {
  width: 100%;
  height: auto;
}

.about-content {
  color: #000;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  display: flex;
}

.heading-3 {
  font-weight: 400;
}

.heading-3.subheading {
  width: 70%;
  margin-top: 0;
  font-size: 3rem;
  line-height: 3.6rem;
}

.text-span-2 {
  text-transform: none;
}

.text-span-2.cta-contact-text {
  color: #fff;
}

.div-block-7 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5vh;
  display: flex;
}

.paragraph-3 {
  color: #666;
  width: 100%;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-3.anim-top {
  font-size: 16px;
  font-weight: 400;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 5vh;
  display: grid;
}

.client-logo {
  width: 124px;
  height: auto;
}

.section {
  z-index: 2;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
}

.section-2 {
  z-index: 2;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.services-content {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.home-content_heading {
  max-width: 6em;
}

.home-scroll_visual {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.home-scroll_visual.page-padding {
  position: sticky;
  top: 0;
}

.home-scroll_img-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-content_section {
  color: #5b1a1d;
  background-color: #f1753f;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-content_text-wrap {
  width: 50%;
}

.home-scroll_img-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.page-padding {
  width: 100%;
  padding: 4em;
}

.page-padding.is-home-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.home-scroll_img-wrap {
  width: 30em;
  max-width: 100%;
  height: 40em;
  max-height: 100%;
}

.home-scroll_section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #154726;
  background-color: #d8e0a5;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-scroll_text-item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  opacity: .2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 3em;
  transition: opacity .3s;
  display: flex;
}

.home-content_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.home-content_visual {
  width: 50%;
  position: relative;
}

.home-scroll_content.page-padding {
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.home-content_p, .home-scroll_text-wrap {
  max-width: 30em;
}

.col-1 {
  flex: 1;
}

.col-2 {
  background-color: #0000;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.paragraph-4 {
  height: 200vh;
}

.service-photo-one {
  width: 100%;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.div-block-9 {
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 70%;
  height: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.subheading {
  color: #121212;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Anton, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.3rem;
}

.section-heading {
  color: #121212;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  margin-bottom: 20px;
  font-family: Anton, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.6rem;
}

.heading-4 {
  color: #121212;
  margin-bottom: 20px;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.div-block-10 {
  background-color: #e7e7e7;
  width: 100%;
  height: .5px;
}

.paragraph-5 {
  color: #777;
  margin-top: 20px;
  font-family: Circularstd Book, Arial, sans-serif;
  font-weight: 400;
}

.service-holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.service-card-bg-one {
  background-color: #fafafa;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-card-bg-one.sch1 {
  opacity: 1;
  background-color: #fafafa;
  inset: 0%;
}

.service-card-bg-one.sch2 {
  background-color: #fff;
  inset: 0%;
}

.service-card-bg-one.sch3 {
  background-color: #fafafa;
  inset: 0%;
}

.service-card-bg-one.sch4 {
  background-color: #fff;
  inset: 0%;
}

.service-card-bg-one.sch5 {
  background-color: #fafafa;
  inset: 0%;
}

.service-card-bg-one.sch6 {
  background-color: #fff;
  inset: 0%;
}

.service-card-bg-one.sch7 {
  background-color: #fafafa;
  inset: 0%;
}

.service-photo-two, .service-photo-three, .service-photo-four, .service-photo-five, .service-photo-six, .service-photo-seven {
  width: 100%;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.section-3 {
  z-index: 2;
  background-color: #fff0;
  display: none;
  position: static;
}

.testimonials {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.subtext {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 16px;
}

.subtext.projectsubtext {
  margin-top: 0;
  margin-bottom: 10px;
}

.subtext.projectsubtext.advantages-subtext {
  margin-bottom: 5px;
}

.subtext.projectsubtext.advantages-subtext.faqsubtext {
  margin-bottom: 0;
  position: static;
  top: 0;
}

.testimonials-wrapper {
  margin-top: 25vh;
}

.div-block-13 {
  background-color: #f0f0f0;
  padding: 16px 24px;
}

.div-block-13.testimonial-card-block {
  background-color: #f3f3f3;
  border-radius: 16px;
  margin-top: 16px;
}

.div-block-13.testimonial-card-block:hover {
  background-color: #fafafa;
}

.image-3 {
  width: 64px;
  height: 64px;
}

.paragraph-7 {
  color: #5d5d5d;
  margin-top: 20px;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-14 {
  line-height: 20px;
}

.horizonal-line {
  background-color: #c1c1c1;
  width: 100%;
  height: .5px;
  margin-top: 20px;
}

.testimonial-client {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-4 {
  border-radius: 64px;
}

.paragraph-8 {
  color: #000;
  margin-bottom: 5px;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-8.post {
  color: #7c7c7c;
}

.testimonial-column-two-wrapper {
  margin-top: 30vh;
}

.div-block-15 {
  position: sticky;
  top: 25vh;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15vh;
  margin-bottom: 10vh;
  display: flex;
}

.projectwrapper {
  width: 70%;
  height: 90vh;
  margin-top: 0;
  overflow: hidden;
}

.projectwrapper.pcolwrapper {
  width: 100%;
  margin-top: 2vh;
}

.projectwrapper.pcolwrapper.rightcol {
  margin-top: 0;
}

.div-block-17 {
  background-image: url('../images/work1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.div-block-17.workimage {
  height: 105vh;
}

.projectscolumn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-top: 15vh;
  padding-right: 0;
  display: grid;
}

.projectscolumn.c4 {
  margin-top: 0;
}

.projectimage {
  background-image: url('../images/work2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.projectimage.w3 {
  background-image: url('../images/work3.jpg');
  background-position: 50%;
  background-size: cover;
}

.projectimage.w3.w5 {
  background-image: url('../images/interior-and-labs.jpg');
}

.projectimage.w4 {
  background-image: url('../images/advanced-labs.jpg');
}

.heading-7 {
  font-family: Circularstd Book, Arial, sans-serif;
}

.heading-8 {
  color: #121212;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
}

.project-content {
  width: 100%;
}

.project-sub-column.r2 {
  margin-top: 15vh;
}

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

.div-block-19 {
  width: 70%;
  margin-top: 10vh;
}

.section-4 {
  background-color: #fff0;
  min-width: 100%;
}

.values-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15vh;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.advantages-content {
  margin-top: 0;
  padding: 5vh 24px;
  position: sticky;
  top: 5vh;
}

.heading-9 {
  color: #000;
  -webkit-text-stroke-color: #121212;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Anton, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.a-col-two, .a-col-three {
  margin-top: 0;
}

.paragraph-9 {
  color: #6e6e6e;
  font-family: Circularstd Book, Arial, sans-serif;
}

.heading-10 {
  color: #121212;
  text-transform: uppercase;
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
}

.heading-10.faq-heading {
  margin-top: 10px;
  margin-bottom: 5vh;
  font-size: 2.7rem;
  line-height: 2.7rem;
}

.paragraph-10 {
  font-family: Circularstd Book, Arial, sans-serif;
}

.div-block-20 {
  margin-top: 5vh;
  margin-bottom: 0;
}

.div-block-20.adv {
  padding: 24px 0;
}

.div-block-21 {
  width: 100%;
  margin-top: 0;
  position: relative;
}

.faq-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20vh;
  display: grid;
  position: relative;
}

.what-wrap {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
}

.body-large.text-color-light {
  color: #434343;
  font-family: Circularstd Book, Arial, sans-serif;
}

.title-details {
  width: 100%;
  max-width: 980px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
}

.title-details.text-color-light {
  color: #000;
  font-family: Circularstd Book, Arial, sans-serif;
}

.mini-section-heading {
  width: 100%;
}

.title-outer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.what-question {
  color: #000;
  flex: 1;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.under-line {
  background-color: #66666680;
  width: 0%;
  height: 100%;
}

.plus-icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-top: 0;
}

.title-inner {
  grid-row-gap: 6px;
  text-transform: uppercase;
  flex-flow: column;
  display: flex;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 0;
  display: flex;
}

.what-outer {
  width: 100%;
}

.under-liner-wrapper {
  background-color: #bebebe66;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.under-liner-wrapper.section-top {
  margin-bottom: 15px;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-white {
  color: #000;
  text-transform: uppercase;
  font-family: Anton, Impact, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 30px 0 0;
  display: flex;
}

.question-block.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.question-inner {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.what-i-do {
  border-bottom: 1px solid #bebebe;
  flex-direction: column;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.faq-tile {
  margin-bottom: 5vh;
}

.faq-question-div {
  color: #000;
  -webkit-text-stroke-color: #919191;
  cursor: pointer;
  background-color: #ebebeb;
  border-radius: 12px 12px 0 0;
  justify-content: space-between;
  padding: 32px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.faq-question-div:hover {
  color: #fff;
  background-color: #121212;
}

.faq-question-div:active {
  background-color: #121212;
}

.up-down-arrow {
  font-size: 20px;
  font-weight: 400;
}

.faq-answer-div {
  background-color: #f5f5f5;
  overflow: hidden;
}

.faq-answer-padding {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 30px;
}

.body-copy {
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.section-5 {
  background-color: #fff0;
  margin-top: 15vh;
}

.div-block-22 {
  margin-top: 10vh;
  padding-top: 0;
  position: relative;
  top: 0;
}

.div-block-23 {
  margin-top: 15vh;
}

.div-block-24 {
  padding-top: 5vh;
  padding-bottom: 10vh;
  position: sticky;
  top: 25vh;
}

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

.contact-wrapper {
  background-image: url('../images/contact-two-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.contact-wrapper.index-contact-wrapper {
  background-image: url('../images/enquire.jpg');
}

.div-block-26 {
  background-image: url('../images/enquire.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.contact-content-one {
  margin-top: 20vh;
}

.heading-11 {
  color: #fff;
  text-transform: uppercase;
  font-family: Anton, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.heading-11.contact-heading {
  margin-bottom: 20px;
}

.button-flex {
  display: flex;
}

.address-content {
  width: 50%;
  margin-bottom: 10vh;
}

.div-block-27 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.paragraph-11 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.link {
  color: #fff;
  letter-spacing: 1px;
  text-underline-offset: 8px;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 20px;
  text-decoration: underline;
  transition: opacity .2s;
}

.link:hover {
  font-weight: 700;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  height: 100vh;
  padding: 50px 30px 15px;
  font-family: Circularstd Book, Arial, sans-serif;
  font-weight: 400;
  position: relative;
}

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

.container-2.container-4 {
  max-width: 940px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.footer {
  width: 0%;
  height: 100vh;
}

.footer-wrap, .div-block-29 {
  width: 100%;
  height: 100%;
}

.div-block-29.footer-grid {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: block;
}

.footer-logo-div {
  width: auto;
}

.footer-bottom {
  margin-bottom: 5vh;
}

.image-5 {
  overflow: visible;
}

.div-block-30 {
  background-color: #5c5c5c;
}

.footer-of-site {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: static;
  inset: auto 0% 0%;
}

.footer-wrapped {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 10vh;
  font-family: Circularstd, Arial, sans-serif;
  display: flex;
}

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

.footer-copyright-text {
  color: #000;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.footer-heading {
  color: #848484;
  font-family: Circularstd, Arial, sans-serif;
  font-weight: 500;
}

.paragraph-12 {
  color: #000;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.footer-link {
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.list-item {
  margin-top: 10px;
  list-style-type: none;
}

.list-item.footer-list-item {
  margin-top: 6px;
  margin-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
}

.list {
  display: flex;
}

.section-6, .section-7 {
  z-index: 2;
  background-color: #fff0;
  position: static;
}

.section-8 {
  background-color: #fff;
  overflow: hidden;
}

.section-8.contact-about-section--two {
  overflow: visible;
}

.section-9 {
  z-index: 2;
  width: 100%;
  position: static;
  overflow: hidden;
}

.body {
  background-color: #0000;
}

.scc-2 {
  background-color: #c6c6c6;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scc-2.sch1 {
  opacity: 1;
  background-color: #fafafa;
  inset: 0%;
}

.scc-2.sch2 {
  background-color: #fff;
  inset: 0%;
}

.scc-2.sch3 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-2.sch4 {
  background-color: #fff;
  inset: 0%;
}

.scc-2.sch5 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-2.sch6 {
  background-color: #fff;
  inset: 0%;
}

.scc-2.sch7 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-3 {
  background-color: #c6c6c6;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scc-3.sch1 {
  opacity: 1;
  background-color: #fafafa;
  inset: 0%;
}

.scc-3.sch2 {
  background-color: #fff;
  inset: 0%;
}

.scc-3.sch3 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-3.sch4 {
  background-color: #fff;
  inset: 0%;
}

.scc-3.sch5 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-3.sch6 {
  background-color: #fff;
  inset: 0%;
}

.scc-3.sch7 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-4 {
  background-color: #c6c6c6;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scc-4.sch1 {
  opacity: 1;
  background-color: #fafafa;
  inset: 0%;
}

.scc-4.sch2 {
  background-color: #fff;
  inset: 0%;
}

.scc-4.sch3 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-4.sch4 {
  background-color: #fff;
  inset: 0%;
}

.scc-4.sch5 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-4.sch6 {
  background-color: #fff;
  inset: 0%;
}

.scc-4.sch7 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-5 {
  background-color: #c6c6c6;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scc-5.sch1 {
  opacity: 1;
  background-color: #fafafa;
  inset: 0%;
}

.scc-5.sch2 {
  background-color: #fff;
  inset: 0%;
}

.scc-5.sch3 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-5.sch4 {
  background-color: #fff;
  inset: 0%;
}

.scc-5.sch5 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-5.sch6 {
  background-color: #fff;
  inset: 0%;
}

.scc-5.sch7 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-6 {
  background-color: #c6c6c6;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scc-6.sch1 {
  opacity: 1;
  background-color: #fafafa;
  inset: 0%;
}

.scc-6.sch2 {
  background-color: #fff;
  inset: 0%;
}

.scc-6.sch3 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-6.sch4 {
  background-color: #fff;
  inset: 0%;
}

.scc-6.sch5 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-6.sch6 {
  background-color: #fff;
  inset: 0%;
}

.scc-6.sch7 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-7 {
  background-color: #c6c6c6;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scc-7.sch1 {
  opacity: 1;
  background-color: #fafafa;
  inset: 0%;
}

.scc-7.sch2 {
  background-color: #fff;
  inset: 0%;
}

.scc-7.sch3 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-7.sch4 {
  background-color: #fff;
  inset: 0%;
}

.scc-7.sch5 {
  background-color: #fafafa;
  inset: 0%;
}

.scc-7.sch6 {
  background-color: #fff;
  inset: 0%;
}

.scc-7.sch7 {
  background-color: #fafafa;
  inset: 0%;
}

.service-card-bg-two {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-card-bg-three {
  background-color: #fafafa;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-card-bg-four {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-card-bg-five {
  background-color: #fafafa;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-card-bg-six {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-card-bg-seven {
  background-color: #fafafa;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-31 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cursor-wrapper {
  z-index: 1000;
  background-color: #0000;
  border-radius: 0%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: #143fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.adv-para {
  width: 100%;
  margin-top: 10vh;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.adv-para.about-para {
  margin-top: 20px;
}

.loader {
  z-index: 1500;
  background-color: #ff9494;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.container-3 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container-3.is-loader-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.loader_number {
  padding-bottom: .14em;
  font-size: 20.42em;
  font-weight: 500;
  line-height: .55;
}

.image-6 {
  width: 200px;
}

.heading-12 {
  color: #fff;
  font-family: Anton, Impact, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 10rem;
}

.div-block-32 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-space.services-for-desktop {
  display: block;
}

.image-10 {
  width: 132px;
}

.brand {
  height: 100%;
}

.text-block-2 {
  font-family: Circularstd, Arial, sans-serif;
}

.about-header-content {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/about-images.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.about-contact-section {
  background-image: url('../images/enquire.jpg');
  background-position: 50%;
  background-size: cover;
}

.about-para-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

.mission-heading {
  color: #5a5a5a;
  margin-top: 40px;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 1rem;
}

.mission-paragraph, .vision-paragraph {
  color: #000;
  width: 100%;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.vision-heading {
  color: #5a5a5a;
  margin-top: 10vh;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 1rem;
}

.about-contact-section-two {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/contact-two-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
}

.section-10 {
  position: relative;
}

.about-header {
  overflow: visible;
}

.about-header-wrapper-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.div-block-33 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: visible;
}

.heading-subpage {
  color: #fff;
  text-transform: uppercase;
  font-family: Anton, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.paragraph-13 {
  color: #fff;
  width: 50%;
  margin-top: 5vh;
  font-family: Circularstd, Arial, sans-serif;
  font-weight: 500;
}

.about-primary-paragraph-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
}

.about-paragraph-primary {
  color: #000;
  width: 70%;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 2.4rem;
}

.advantages-content-copy {
  margin-top: 0;
  padding: 5vh 24px;
  position: sticky;
  top: 5vh;
}

.paragraph-14 {
  color: #333;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 16px;
}

.team-card {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.team-details {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 12px;
}

.team-get-in-touch {
  align-self: center;
  padding-right: 12px;
}

.heading-13 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
}

.link-2 {
  color: #000;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .3s cubic-bezier(.445, .05, .55, .95);
}

.link-2:hover {
  color: #727272;
}

.div-block-34 {
  justify-content: space-between;
  display: flex;
}

.my-line {
  background-color: #aeaeae;
  width: 100%;
  height: 1px;
}

.div-block-35 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow: visible;
}

.div-block-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: grid;
}

.div-block-37 {
  background-image: url('../images/contact-image.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-37.enquire-background {
  background-image: url('../images/enquire-background.jpg');
  background-position: 50%;
}

.heading-14 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Anton, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.heading-15 {
  color: #666;
  font-family: Circularstd, Arial, sans-serif;
  font-weight: 500;
}

.paragraph-15 {
  color: #000;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.link-3 {
  color: #000;
  margin-top: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s cubic-bezier(.86, 0, .07, 1);
}

.link-3:hover {
  color: #666;
  text-decoration: underline;
}

.div-block-38 {
  flex-flow: column;
  display: flex;
}

.div-block-39 {
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.div-block-40 {
  width: 70%;
  margin-top: 5vh;
}

.about-header-wrapper-div-copy {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/about-images.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: block;
  position: relative;
  overflow: visible;
}

.paragraph-16 {
  color: #666;
  width: 70%;
  margin-bottom: 0;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field {
  color: #666;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field-2 {
  width: 70%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 16px;
}

.submit-button {
  background-color: #121212;
  border-radius: 42px;
  padding: 12px 32px;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .4s cubic-bezier(.86, 0, .07, 1);
}

.submit-button:hover {
  color: #000;
  background-color: #d1d1d1;
}

.paragraph-17 {
  color: #666;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 14px;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.is-inset {
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 0;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-input-label.is-inset {
  z-index: 3;
  font-size: 95%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 12px;
}

.div-block-41 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 15vh;
  display: flex;
}

.code-embed, .code-embed-2 {
  margin-top: 15vh;
}

.div-block-42 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15vh;
  display: flex;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-family: Circularstd, Arial, sans-serif;
}

.body-2 {
  height: auto;
}

.heading-16 {
  color: #fff;
  margin-top: 20vh;
  font-family: Circularstd Book, Arial, sans-serif;
  font-weight: 400;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    color: #fff;
    padding: 12px;
  }

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

  .nav-menu {
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 24px;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .div-block {
    height: 120vh;
  }

  .heading {
    width: 90%;
    font-size: 4rem;
    line-height: 4rem;
  }

  .hero-content-inner {
    height: 100vh;
  }

  .div-block-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    height: 110vh;
  }

  .btn.btn-one.nav-cta {
    margin-top: 15px;
  }

  .div-block-6 {
    margin-top: 5vh;
  }

  .nav-link-5 {
    color: #000;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-link-5.w--current {
    text-align: left;
    width: 100%;
    display: block;
  }

  .nav-link-5.cta-special-link {
    color: #03f;
    font-family: Circularstd, Arial, sans-serif;
    font-weight: 700;
  }

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

  .div-block-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section {
    height: 150vh;
  }

  .section-2 {
    display: none;
  }

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

  .home-scroll_visual.page-padding {
    display: none;
  }

  .home-content_section {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }

  .home-content_text-wrap {
    width: 100%;
  }

  .page-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .page-padding.is-home-content {
    min-height: auto;
    padding-top: 6em;
    padding-bottom: 2em;
  }

  .home-scroll_section {
    display: block;
  }

  .home-scroll_text-item {
    opacity: 1;
  }

  .home-content_visual {
    width: 100%;
    height: 80vw;
  }

  .home-scroll_content.page-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .home-scroll_text-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .col-2 {
    position: static;
    top: auto;
  }

  .div-block-9 {
    position: static;
  }

  .service-card-bg-one.sch1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .service-card-bg-one.sch3, .service-card-bg-one.sch4, .service-card-bg-one.sch5 {
    position: static;
  }

  .section-3 {
    display: block;
  }

  .service-phone-card {
    background-color: #fafafa;
    border-radius: 16px;
    width: 100%;
    margin-top: 5vh;
  }

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

  .service-content {
    padding: 24px;
  }

  .heading-5 {
    color: #121212;
    font-family: Anton, Impact, sans-serif;
    font-weight: 400;
  }

  .heading-5.phone-subheading {
    text-transform: uppercase;
    font-size: 2.2rem;
  }

  .heading-6 {
    color: #000;
    margin-top: 10px;
    font-family: Circularstd Book, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .paragraph-6 {
    color: #777676;
    font-family: Circularstd Book, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .image-2 {
    object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    width: 100%;
    height: 40vh;
    position: static;
  }

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

  .testimonial-column-two-wrapper {
    margin-top: 0;
  }

  .div-block-15 {
    position: relative;
    top: auto;
  }

  .projectwrapper {
    width: 100%;
  }

  .projectscolumn {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 10vh;
  }

  .project-sub-column.r2 {
    margin-top: 10vh;
  }

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

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

  .advantages-content {
    padding-left: 0;
  }

  .heading-10.faq-heading {
    margin-top: 0;
  }

  .div-block-20.adv {
    margin-top: 0;
  }

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

  .what-wrap {
    grid-column-gap: 50px;
  }

  .div-block-23 {
    margin-top: 0;
  }

  .address-content {
    width: 70%;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-of-site {
    height: 110vh;
  }

  .footer-wrapped {
    align-items: stretch;
  }

  .footer-mid {
    grid-template-columns: 1fr;
  }

  .footer-social {
    margin-top: 5vh;
  }

  .scc-2.sch1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .scc-2.sch3, .scc-2.sch4, .scc-2.sch5 {
    position: static;
  }

  .scc-3.sch1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .scc-3.sch3, .scc-3.sch4, .scc-3.sch5 {
    position: static;
  }

  .scc-4.sch1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .scc-4.sch3, .scc-4.sch4, .scc-4.sch5 {
    position: static;
  }

  .scc-5.sch1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .scc-5.sch3, .scc-5.sch4, .scc-5.sch5 {
    position: static;
  }

  .scc-6.sch1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .scc-6.sch3, .scc-6.sch4, .scc-6.sch5 {
    position: static;
  }

  .scc-7.sch1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .scc-7.sch3, .scc-7.sch4, .scc-7.sch5 {
    position: static;
  }

  .cursor-wrapper {
    display: none;
  }

  .adv-para.anim-move {
    margin-top: 0;
  }

  .container-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .icon.dark-link {
    color: #000;
  }

  .nav-space {
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  .nav-space.services-for-desktop {
    display: none;
  }

  .about-paragraph-primary.anim-move {
    width: 90%;
    font-size: 2rem;
  }

  .advantages-content-copy {
    padding-left: 0;
  }

  .div-block-40, .paragraph-16 {
    width: 100%;
  }

  .code-embed-2 {
    margin-top: 15vh;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .heading {
    width: 100%;
    margin-top: 0vh;
    font-size: 3.9rem;
    line-height: 3.9rem;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .section {
    height: 190vh;
  }

  .project-sub-column, .project-sub-column.r2 {
    margin-top: 5vh;
  }

  .what-wrap {
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .contact-content-one {
    margin-top: 10vh;
  }

  .heading-11.contact-heading {
    font-size: 3.8rem;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

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

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

  .footer-divider {
    margin-top: 60px;
  }

  /*.icon {*/
  /*  color: #000;*/
  /*}*/

  .nav-space {
    padding-left: 20px;
  }

  .about-header-wrapper-div {
    height: 140vh;
  }

  .about-primary-paragraph-div {
    height: 100vh;
  }

  .about-paragraph-primary {
    width: 100%;
    font-size: 2.4rem;
  }

  .div-block-35 {
    height: 140vh;
  }

  .div-block-36 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch start;
    height: auto;
  }

  .div-block-37 {
    height: 50vh;
  }

  .div-block-39 {
    height: auto;
    margin-bottom: 10vh;
  }

  .about-header-wrapper-div-copy {
    height: 140vh;
  }
}

@media screen and (max-width: 479px) {
  .container-4 {
    max-width: min(100% - 100px, 1400px);
  }

  .container-4.phone-container {
    max-width: min(100%, 1400px);
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

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

  .navbar-no-shadow {
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .div-block {
    height: 140vh;
    display: block;
  }

  .div-block.about-content-div {
    height: 100vh;
  }

  .heading {
    text-align: left;
    text-transform: uppercase;
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    width: 100%;
    margin-top: 0vh;
    font-size: 3rem;
    font-style: normal;
  }

  .hero-content-inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    height: 110vh;
  }

  .div-block-2 {
    margin-bottom: 0;
  }

  .feature-paragraph {
    font-size: 12px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .btn.btn-one {
    width: 100%;
  }

  .btn.btn-one.btn-black {
    margin-top: 10px;
  }

  .btn.btn-one.btn-secondary.cta-contact-btn {
    width: 100%;
  }

  .navbar-no-shadow-container-2 {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-5, .nav-link-5.w--current {
    width: 100%;
  }

  .about {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .heading-3.subheading {
    width: 100%;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-3.anim-top {
    font-size: 14px;
  }

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

  .section {
    height: auto;
  }

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

  .page-padding {
    padding-left: 1em;
    padding-right: 1em;
  }

  .subheading {
    text-align: center;
    font-size: 3rem;
  }

  .service-card-bg-one.sch2, .service-card-bg-one.sch6, .service-card-bg-one.sch7 {
    position: static;
  }

  .section-3 {
    display: block;
  }

  .service-phone-card {
    margin-top: 3vh;
  }

  .service-content {
    padding-top: 0;
  }

  .heading-5.phone-subheading {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .paragraph-6 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .image-2 {
    height: 25vh;
  }

  .subtext {
    text-align: center;
  }

  .subtext.projectsubtext {
    text-align: left;
  }

  .subtext.projectsubtext.advantages-subtext {
    text-align: left;
    width: 100%;
  }

  .testimonials-wrapper {
    margin-top: 10vh;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-16.anim {
    margin-top: 10vh;
  }

  .projectwrapper {
    height: 60vh;
  }

  .div-block-17.workimage {
    height: 75vh;
  }

  .heading-8 {
    margin-top: 0;
  }

  .project-sub-column.r2, .div-block-19 {
    margin-top: 5vh;
  }

  .advantages-content {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 0;
  }

  .heading-9 {
    font-size: 3rem;
  }

  .heading-10 {
    font-size: 1.5rem;
  }

  .heading-10.faq-heading {
    font-size: 3rem;
    line-height: 3rem;
  }

  .div-block-20.adv {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21 {
    position: static;
  }

  .faq-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 10vh;
  }

  .body-large {
    font-size: 16px;
  }

  .faq-tile {
    font-family: Circularstd Book, Arial, sans-serif;
    font-weight: 400;
  }

  .body-copy {
    line-height: 20px;
  }

  .section-5, .div-block-22 {
    margin-top: 0;
  }

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

  .div-block-24 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-wrapper {
    height: 130vh;
  }

  .heading-11.contact-heading {
    font-size: 3.5rem;
  }

  .button-flex {
    flex-flow: column;
  }

  .address-content {
    width: 100%;
    margin-top: 10vh;
    margin-bottom: 2vh;
  }

  .div-block-27 {
    justify-content: flex-start;
    height: 120vh;
  }

  .link {
    font-size: 18px;
  }

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

  .footer-of-site {
    height: 120vh;
  }

  .footer-wrapped {
    padding-top: 5vh;
  }

  .footer-top {
    margin-bottom: 5vh;
  }

  .footer-copyright-text {
    font-size: 14px;
  }

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

  .list {
    flex-flow: column;
  }

  .section-8.contact-about-section--two {
    height: auto;
  }

  .scc-2.sch2, .scc-2.sch6, .scc-2.sch7, .scc-3.sch2, .scc-3.sch6, .scc-3.sch7, .scc-4.sch2, .scc-4.sch6, .scc-4.sch7, .scc-5.sch2, .scc-5.sch6, .scc-5.sch7, .scc-6.sch2, .scc-6.sch6, .scc-6.sch7, .scc-7.sch2, .scc-7.sch6, .scc-7.sch7 {
    position: static;
  }

  .adv-para {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .loader_number {
    font-size: 40vw;
  }

  /*.icon {*/
  /*  color: #000;*/
  /*  border: 1px #000;*/
  /*}*/

  .dark-icon {
    color: #000;
  }

  .light-icon {
    color: #fff;
  }

  .icon.dark-icon {
    color: #000;
  }

  .nav-space {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    display: block;
  }

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

  .text-block-2 {
    font-family: Circularstd, Arial, sans-serif;
    font-weight: 400;
  }

  .mission-paragraph {
    width: 100%;
    height: auto;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .vision-paragraph {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .div-block-33 {
    z-index: 0;
    height: 80vh;
    position: static;
  }

  .heading-subpage {
    font-size: 3.4rem;
  }

  .paragraph-13 {
    width: 100%;
  }

  .about-primary-paragraph-div {
    height: 90vh;
  }

  .about-paragraph-primary {
    font-size: 2rem;
  }

  .about-paragraph-primary.anim-move {
    width: 100%;
    font-size: 1.7rem;
  }

  .advantages-content-copy {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 0;
  }

  .div-block-35 {
    height: 100vh;
    overflow: visible;
  }

  .about-header-wrapper-div-copy {
    background-attachment: scroll;
    flex-flow: row;
    height: 100vh;
    display: flex;
    position: static;
  }
  
    .heading-16 {
    margin-top: 20vh;
  }
}

#w-node-f4d7c55d-ac00-03b6-72a3-7cf2ab484e7d-a6bf522e {
  place-self: auto;
}

#w-node-_9cf03b93-9e6e-9c9e-b3b1-337cd3525995-a6bf522e, #w-node-_242d39f5-097b-6091-075b-8d5588d6694e-707f13db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_02ba439a-3547-3d74-6aea-3d8e598d64ef-89b28a86, #w-node-d9401cb5-1345-ded7-bfcb-a376d0224727-54d9ed50 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Anton';
  src: url('../fonts/AntonRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd Book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}