:root {
  --white: white;
  --black: black;
}

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

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

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

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

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

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

.navbar-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: 1920px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.nav-menu-wrapper {
  margin-right: 40px;
}

.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-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #bc686b;
  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;
}

.hero-heading-left {
  background-color: #1f274c;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  border: 0 solid #000;
  margin-bottom: 24px;
}

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

.heading {
  color: #fff;
}

.mask {
  background-image: url('../images/hero-image.png');
  background-position: 50%;
  background-size: auto;
  min-width: 500px;
  min-height: 100%;
  max-height: 100%;
}

.mask-2 {
  max-height: 100%;
}

.slider {
  min-height: auto;
}

.hero-split-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  display: flex;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
}

.image {
  margin-bottom: 0;
}

.slide-nav {
  overflow: hidden;
}

.div-block {
  margin-right: 0;
}

.image-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #dfc4b3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

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

.section {
  background-color: #f8f3f0;
}

.div-block-2 {
  background-color: #dfc4b3;
  min-width: 200px;
  max-width: 300px;
  max-height: 300px;
  padding: 40px;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 46px;
}

.heading-3 {
  color: #fff;
}

.div-block-2-copy {
  background-color: #bf8a67;
  min-width: 200px;
  max-width: 300px;
  max-height: 300px;
  padding: 40px;
}

.image-2 {
  max-width: 60%;
  min-height: 30px;
  max-height: 50px;
}

.container-copy {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

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

.div-block-3 {
  margin-left: 10px;
  margin-right: 10px;
}

.cell {
  flex-flow: row;
}

.div-block-4 {
  background-color: #dfc4b3;
  min-width: 6px;
  min-height: 60px;
  margin-right: 10px;
}

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

.container-3 {
  font-family: Montserrat, sans-serif;
}

.section-2 {
  background-color: #f8f3f0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-3 {
  background-image: url('../images/tirupati-low.jpg');
  background-position: 50%;
  background-size: auto;
}

.cell-2 {
  background-color: #bc686b;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
}

.container-4 {
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.heading-6 {
  text-align: center;
  margin-top: 100px;
}

.quick-stack {
  margin-bottom: 100px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.container-5 {
  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 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  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: #1a1b1f;
  background-image: url('../images/');
  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;
  font-size: 10px;
}

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

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

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.projects-sec {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.quick-stack-2 {
  grid-row-gap: 20px;
}

.image-3 {
  margin-bottom: 20px;
}

.div-block-7 {
  padding: 20px;
}

.section-4 {
  background-color: #f8f3f0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

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

.margin-bottom-24px-2-copy {
  text-align: center;
  margin-bottom: 24px;
  margin-left: 40px;
  margin-right: 40px;
}

.section-5 {
  background-color: #f8f3f0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.section-5-copy {
  padding-top: 20px;
  padding-bottom: 40px;
}

.testimonial-slider-small {
  background-color: #dfc4b3;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

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

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #f8f3f0;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 20px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

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

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

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

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

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

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

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

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

.bold-text {
  color: var(--white);
  font-size: 36px;
}

.div-block-6-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-2-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-9 {
  min-width: 100px;
  max-width: 130px;
  margin-left: 20px;
  margin-right: 20px;
}

.section-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-4 {
  min-width: 80px;
  max-width: 80%;
}

.image-8 {
  min-width: 20px;
  max-width: 8%;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: center;
  min-width: 20px;
  display: flex;
}

.hero1 {
  min-height: 500px;
}

.slide1 {
  background-image: url('../images/image4.png');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 0;
  padding-right: 0;
}

.mask-3 {
  min-height: 500px;
}

.slide-nav-2 {
  overflow: visible;
}

.slider-2 {
  min-height: 500px;
  position: relative;
}

.slide-2 {
  background-image: url('../images/hero-image-2.png');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/hero-image-3.png');
  background-position: 50%;
  background-size: cover;
}

.slide-4, .slide-5, .slide-6, .slide-7, .slide-8, .slide-9, .slide-10, .slide-11, .slide-12, .slide-13 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-14 {
  background-image: url('../images/hero-image-2.png');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/hero-image-5copy.png');
  background-position: 50%;
  background-size: cover;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.heading-8 {
  font-size: 18px;
  line-height: 20px;
}

.div-block-12 {
  padding: 10px 20px;
  display: flex;
}

.div-block-13 {
  background-color: #dfc4b3;
  min-width: 6px;
  min-height: 16px;
  max-height: 80px;
  margin-top: 20px;
}

.div-block-14 {
  margin-left: 20px;
}

.section-7 {
  background-color: #f8f3f0;
}

.capital-copy {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.heading-9 {
  color: #000673;
  margin-top: 15px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.precision-sec {
  background-color: #f8f3f0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.image-10 {
  position: static;
}

.section-8 {
  background-image: url('../images/team-image.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 300px;
  max-height: none;
  display: flex;
}

.div-block-15 {
  max-width: 100%;
  max-height: 400px;
  overflow: visible;
}

.container-7 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.heading-10 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.columns {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-9 {
  background-color: #f8f3f0;
}

.div-block-16 {
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
}

.heading-11 {
  font-size: 23px;
  line-height: 30px;
}

.paragraph {
  font-weight: 500;
}

.column {
  background-color: #fff1f1;
}

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

.form {
  min-width: 400px;
}

.text-field, .text-field-2, .text-field-3 {
  margin-bottom: 20px;
}

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

  .navbar-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .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 {
    padding: 12px;
  }

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

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

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

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

  .container-copy, .container-5 {
    max-width: 728px;
  }

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

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

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

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

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

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

  .image-8 {
    min-width: 50px;
  }
}

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

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

  .hero-wrapper-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .testimonial-slider-small {
    padding: 60px 15px;
  }

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

  .div-block-16 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
  }

  .form {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-brand.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-width: 120px;
    padding-right: 0;
  }

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

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

  .hero-split, .heading {
    margin-top: 0;
  }

  .hero-split-copy {
    margin-bottom: 0;
    margin-left: 0;
  }

  .hero-wrapper-2 {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-2 {
    min-width: 300px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-2-copy {
    min-width: 300px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .cell-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    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;
  }

  .div-block-5 {
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-6 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-3 {
    margin-bottom: 10px;
  }

  .div-block-7 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    padding-top: 0;
  }

  .div-block-8 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .container-2-copy {
    flex-flow: column;
  }

  .div-block-9 {
    max-width: 100px;
    margin-bottom: 20px;
  }

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

  .image-5, .image-6 {
    max-width: 50%;
  }

  .image-7 {
    max-height: 100%;
  }

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

  .heading-7, .quick-stack-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-8 {
    min-width: 30px;
    max-width: 20%;
  }

  .div-block-11 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .hero1, .mask-3, .slider-2 {
    min-height: 300px;
  }

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

  .heading-9 {
    min-width: 30px;
    margin-top: 10px;
    font-size: 8px;
    line-height: 10px;
  }

  .image-9 {
    max-width: 40%;
    max-height: 30px;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
  }

  .paragraph {
    text-align: center;
  }

  .form {
    min-width: 100%;
  }

  .form-block {
    min-width: 280px;
    max-width: 100%;
  }
}

#w-node-e15c62c3-e7a6-88b0-7954-45aab8789a7e-78a07b1d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a0a3ea84-8b93-0a62-4470-965ae60b2c35-b83540b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a76d9b18-c3ba-b03a-3af4-4114836e7734-36003a92 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-e15c62c3-e7a6-88b0-7954-45aab8789a7e-78a07b1d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a0a3ea84-8b93-0a62-4470-965ae60b2c35-b83540b8 {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-a76d9b18-c3ba-b03a-3af4-4114836e7734-36003a92 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}
