:root {
  --orange-red: #f26321;
  --white: white;
  --dark-grey: #333233;
}

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

.section {
  height: 100vh;
}

.image {
  width: 100vw;
}

.navigation-link-wrapper {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.navigation-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.navigation-secondary {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.navigation-secondary:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.icon-arrow {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-link {
  color: #5c5c5c;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #080808;
  border: 1px solid #e6e6e6;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-menu {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-button {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ea7462;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button:hover {
  background-color: #c74e38;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-button {
  border: 2px solid var(--orange-red);
  background-color: var(--orange-red);
  color: var(--white);
  border-radius: 0;
  margin-right: 1rem;
  padding: 12px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .3s;
}

.menu-button:hover {
  color: var(--white);
  background-color: #0000;
}

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

.navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.logo {
  width: 124px;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  color: #344054;
  background-color: #f9fafb;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar07_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--orange-red);
}

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

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar07_item-heading {
  color: #101828;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar07_icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: #f9fafb;
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar07_dropdown-toggle {
  color: #475467;
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: #344054;
}

.uui-navbar07_menu-left {
  background-color: #0000;
  align-items: center;
  display: flex;
}

.menu {
  background-color: #0000;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: static;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-bar {
  background-color: var(--dark-grey);
  border-bottom: 1px #f2f4f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding: 2rem;
  display: block;
}

.body {
  background-color: var(--dark-grey);
}

.banner-section {
  background-color: var(--orange-red);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.banner-div {
  align-items: center;
  display: flex;
}

.banner-div.right-align {
  justify-content: flex-end;
}

.contact-link-text {
  color: var(--white);
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
}

.contact-link-text:hover {
  color: var(--dark-grey);
}

.contact-link-text.contact-page {
  margin-bottom: 15px;
  margin-right: 0;
}

.banner-contact-icon {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.social-link-block {
  width: 30px;
  height: 30px;
}

.social-link-block.left-space {
  margin-right: 10px;
}

.logo-link-block {
  margin-right: 0;
}

.image-2 {
  height: 65px;
}

.nhbrc {
  height: 60px;
  margin-left: 0;
}

.landing-section {
  height: 80vh;
}

.overlay-div {
  background-color: #3332338c;
  flex-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-left: 0;
  padding-top: 79px;
  padding-bottom: 79px;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.landing-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.landing-h1 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

.landing-par {
  width: 60%;
  margin-bottom: 40px;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.button-holder.top-space {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.main-button {
  border: 2px solid var(--orange-red);
  background-color: var(--orange-red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  width: 150px;
  padding: 12px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .3s;
}

.main-button:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.main-button.w--open {
  color: #fff;
  background-color: #ea7462;
  border-color: #ea7462;
}

.main-button.white {
  border-color: var(--white);
  text-align: center;
  background-color: #0000;
}

.main-button.white:hover {
  background-color: var(--white);
  color: var(--orange-red);
}

.main-button.white.left-space {
  margin-left: 20px;
}

.main-button.white.left-space:hover {
  border-color: var(--dark-grey);
  background-color: var(--dark-grey);
  color: var(--white);
}

.main-button.top-spacing {
  margin-top: 40px;
}

.main-button.white-bg {
  background-color: var(--white);
  color: var(--orange-red);
  text-transform: uppercase;
}

.main-button.white-bg:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.background-video {
  height: 100%;
}

.orange-highlight {
  color: var(--orange-red);
}

.image-3 {
  position: absolute;
}

.image-4 {
  width: 50px;
  height: 50px;
}

.watermark {
  z-index: -1;
  opacity: .25;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 50%;
}

.main-section {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.main-section.orange-bg {
  background-color: var(--orange-red);
}

.main-container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.main-container.top-space {
  align-items: stretch;
  margin-top: 40px;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.h1.white {
  color: var(--white);
}

.h1.top-space {
  margin-top: 2rem;
}

.main-par {
  color: var(--white);
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.main-par.left {
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.main-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.main-grid.bottom-space {
  margin-bottom: 40px;
}

.main-grid.contact-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
}

.grid-div-holder.with-spacing {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-div-holder.layout {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-div-holder.center-layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-h2 {
  background-color: var(--orange-red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.services-h2.projects {
  color: var(--orange-red);
  text-align: left;
  background-color: #0000;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.6rem;
}

.image-5 {
  z-index: auto;
  height: 150%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.plan-bg {
  z-index: -1;
  opacity: .4;
  width: auto;
  max-width: none;
  height: 150%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.plan-bg.small {
  z-index: 0;
  width: 45%;
  height: auto;
  right: -15%;
}

.slider {
  background-color: #0000;
  width: 100%;
}

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

.review-text {
  color: var(--white);
  text-align: center;
  width: 80%;
  font-family: Red Hat Display, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

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

.client-name {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.client-name.white {
  color: var(--white);
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-flow: row;
  margin-top: 0;
}

.grid-2._2, .grid-2._3 {
  grid-template-columns: 1fr 1.25fr;
}

.quote-section {
  background-color: var(--dark-grey);
  mix-blend-mode: normal;
  background-image: url('../images/Cloudland-Group-Quote-bg-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.quote-section.orange-bg {
  background-color: var(--orange-red);
}

.quote-text {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.quote-text.white {
  color: var(--white);
}

.logo-icon {
  height: 100px;
  margin-bottom: 20px;
}

.text-span {
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: var(--orange-red);
}

.quote-overlay {
  background-color: #33323399;
  flex-flow: row;
  place-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-button {
  color: #b19c75;
  text-transform: uppercase;
  background-color: #443013;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .4s;
}

.slider-button:hover {
  color: #443013;
  background-color: #b19c75;
  transform: translate(0, -3px);
  box-shadow: 0 3px 10px -4px #443013;
}

.h2 {
  color: #b19c75;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.h2.white {
  color: #fff;
}

.h2.brown {
  color: #443013;
  line-height: 38px;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

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

.card {
  color: #b8b9c2;
  background-color: #3f4046;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.card-body {
  background-color: var(--orange-red);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 20vh;
  max-height: 500px;
  padding: 30px;
  display: flex;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._9 {
  right: -168%;
}

.carousel-slider._10 {
  right: -188%;
}

.carousel-slider._11 {
  right: -208%;
}

.carousel-slider._5 {
  right: -84%;
}

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

.card-header {
  background-color: #443013;
  height: 250px;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  height: auto;
  padding-bottom: 75px;
}

.footer {
  background-color: var(--dark-grey);
  text-align: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 60px;
}

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

.footer-social-icon {
  width: 25px;
  height: 25px;
  transition: all .4s;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: auto;
  max-height: none;
}

.social-icon-link-b {
  transition: all .4s;
}

.social-icon-link-b:hover {
  opacity: .5;
}

.social-icon-link-b.margin {
  margin-left: 10px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 300px;
  height: auto;
}

.footer-link {
  color: var(--white);
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-link:hover {
  color: var(--orange-red);
  text-decoration: none;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-heading {
  color: var(--orange-red);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.footer-line {
  background-color: var(--orange-red);
  height: 10px;
  margin-bottom: 60px;
}

.social-div-holder {
  margin-top: 20px;
}

.list-item-footer {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contact-icon-bg {
  background-color: var(--orange-red);
  margin-right: 10px;
}

.image-12 {
  width: 30px;
  height: 30px;
}

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

.banner-holder {
  background-color: var(--orange-red);
  padding-top: 20px;
  padding-bottom: 20px;
}

.partners-logo {
  height: 150px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.partners-lightbox {
  border: 4px solid var(--dark-grey);
  background-color: var(--dark-grey);
  object-fit: fill;
  width: auto;
  height: 150px;
}

.partner-image {
  border: 1px solid var(--dark-grey);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.div-block-31 {
  background-color: var(--white);
  width: 10px;
  height: 100%;
  margin-right: 10px;
}

.project-details-holder {
  background-color: var(--dark-grey);
  width: 100%;
  padding: 30px 15px 15px 30px;
}

.list {
  margin-bottom: 0;
}

.div-block-32 {
  background-color: var(--white);
  width: 10px;
  height: 100%;
  margin-right: 10px;
}

.list-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h4 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: .5;
}

.h4.projects {
  color: var(--orange-red);
  text-align: left;
  background-color: #0000;
  padding-top: 0;
}

.white-line {
  background-color: var(--white);
  width: 60vw;
  height: 10px;
  margin: 40px auto 30px;
}

.map-div-holder {
  width: 100%;
}

.map {
  width: 100%;
  height: 200px;
}

.dark-contact-icon {
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.text-field {
  color: var(--dark-grey);
  font-family: Red Hat Display, sans-serif;
  font-weight: 500;
}

.textarea {
  color: var(--dark-grey);
  min-height: 150px;
}

.form {
  background-color: var(--dark-grey);
  padding: 35px;
}

.form.subcontractors {
  background-color: var(--dark-grey);
}

.form-block {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
}

.quote-container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.quote-container.top-space {
  align-items: stretch;
  margin-top: 40px;
}

.projects-lightbox {
  border: 4px solid var(--dark-grey);
  background-color: var(--dark-grey);
  object-fit: fill;
  width: 100%;
  height: 150px;
}

.whatsapp-button {
  z-index: 99999;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 1% 2% auto;
  box-shadow: 0 0 5px #0000008c;
}

.whatsapp-button:hover {
  box-shadow: 0 0 10px #0000008c;
}

.text-block-2 {
  background-color: #0000;
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  font-family: Red Hat Display, sans-serif;
  font-weight: 500;
}

.image-13 {
  width: 50px;
}

.whatsapp-button-mobile {
  z-index: 99999;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto 1% 2% auto;
  box-shadow: 0 0 5px #0000008c;
}

.whatsapp-button-mobile:hover {
  box-shadow: 0 0 10px #0000008c;
}

.facebook-feed {
  display: none;
}

.services-list {
  color: var(--orange-red);
  width: 80%;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1.5rem;
}

.services-list.grey-bullets {
  color: var(--dark-grey);
}

.services-list-item {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.services-text {
  color: var(--white);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.services-text.left {
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.google-maps {
  height: 200px;
}

.tally-form-holder {
  background-color: var(--dark-grey);
  width: 100%;
  margin-top: 2rem;
  padding: 1rem;
}

.tally-form-holder.no-margin {
  margin-top: 0;
}

.code-embed {
  margin-bottom: 0;
}

.container-4 {
  max-width: 70rem;
}

@media screen and (max-width: 991px) {
  .logo-link {
    margin-right: 0;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-link {
    width: 100%;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .menu-button {
    background-color: var(--dark-grey);
  }

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

  .navigation {
    position: relative;
  }

  .menu-icon_line-bottom {
    background-color: var(--orange-red);
    border-radius: 1rem;
    width: 24px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--orange-red);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--orange-red);
    border-radius: 1rem;
    width: 24px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .nav-link {
    color: var(--white);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .nav-link:hover, .nav-link:active, .nav-link:focus, .nav-link:focus-visible, .nav-link[data-wf-focus-visible], .nav-link:visited {
    color: var(--dark-grey);
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar07_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: #101828;
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .menu {
    background-color: var(--orange-red);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar07_container {
    justify-content: space-between;
    margin-left: auto;
  }

  .logo-link-block {
    margin-left: 0;
    margin-right: auto;
  }

  .nhbrc {
    margin-left: 0;
  }

  .landing-section {
    height: auto;
  }

  .landing-container {
    padding-left: 40px;
  }

  .main-button.w--open {
    background-color: #ea7462;
  }

  .main-section {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .main-grid.contact-us {
    grid-template-columns: 1fr;
  }

  .plan-bg {
    height: 60%;
  }

  .plan-bg.small {
    height: 50%;
  }

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

  .logo-icon {
    height: 80px;
  }

  .quote-overlay {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h2.white {
    font-size: 25px;
    line-height: 25px;
  }

  .h2.brown {
    font-size: 25px;
    line-height: 30px;
  }

  .arrow-right, .arrow-left {
    background-color: var(--orange-red);
  }

  .icon-4 {
    color: var(--white);
  }

  .carousel-mask {
    width: 60%;
  }

  .card-body {
    height: 28vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._9 {
    right: -168%;
  }

  .carousel-slider._10 {
    right: -524px;
  }

  .carousel-slider._11 {
    right: -580px;
  }

  .bold-text {
    font-size: 25px;
  }

  .card-header {
    height: 250px;
  }

  .footer {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-holder {
    display: none;
  }

  .partners-lightbox, .projects-lightbox {
    height: auto;
  }

  .icon-5, .icon-6 {
    margin-bottom: 0;
  }

  .whatsapp-button {
    display: none;
  }

  .whatsapp-button-mobile {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navigation-secondary {
    display: none;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-tertiary-gray:hover {
    color: #475467;
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

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

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .nav-bar {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .overlay-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

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

  .quote-text {
    line-height: 1.4;
  }

  .slider-button {
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
  }

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

  .h2.brown {
    font-size: 20px;
    line-height: 25px;
  }

  .arrow-left {
    bottom: -.3%;
  }

  .carousel-mask {
    width: 80%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._9 {
    right: -75%;
  }

  .carousel-slider._10 {
    right: -85%;
  }

  .carousel-slider._11 {
    right: -95%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .slide-nav-3 {
    font-size: 10px;
    display: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .div-block-30 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-link {
    text-align: center;
  }

  .footer-flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-heading {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list-item-footer {
    flex-direction: column;
    justify-content: center;
  }

  .contact-icon-bg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .copyr-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .white-line {
    width: 70vw;
  }

  .div-block-33 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .whatsapp-button {
    display: none;
  }

  .whatsapp-button-mobile {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navigation-secondary, .navigation-button {
    display: none;
  }

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

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .nav-bar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-link-text.contact-page {
    margin-bottom: 5px;
  }

  .image-2 {
    height: 50px;
  }

  .landing-section {
    height: 80vh;
  }

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

  .landing-h1 {
    font-size: 3rem;
  }

  .landing-par {
    width: auto;
  }

  .button-holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button-holder.top-space {
    align-items: center;
    margin-top: 10px;
  }

  .main-button.white.left-space {
    margin-top: 20px;
    margin-left: 0;
  }

  .main-button.contact-us {
    width: 100%;
  }

  .watermark {
    height: auto;
    top: 20%;
  }

  .main-section {
    padding: 60px 20px;
  }

  .main-section.orange-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-container.top-space {
    margin-top: 20px;
  }

  .h1 {
    text-align: center;
  }

  .h1.white {
    text-align: left;
  }

  .main-par {
    width: auto;
  }

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

  .main-grid.bottom-space {
    grid-template-rows: auto auto;
    margin-bottom: 20px;
  }

  .main-grid.contact-us {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .plan-bg {
    opacity: .2;
    height: 50%;
    right: -50%;
  }

  .plan-bg.small {
    height: auto;
  }

  .review-text {
    width: auto;
    font-size: 1.2rem;
  }

  .grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .quote-text {
    font-size: 2.5rem;
  }

  .quote-overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2 {
    font-size: 20px;
  }

  .h2.white {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .h2.brown {
    font-size: 20px;
    line-height: 20px;
  }

  .arrow-right {
    right: -18%;
  }

  .arrow-left {
    bottom: -.7%;
    left: -18%;
  }

  .carousel-mask {
    width: 100%;
  }

  .card-body {
    height: 22vh;
    padding: 20px 10px;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._4, .carousel-slider._7, .carousel-slider._2, .carousel-slider._3, .carousel-slider._6, .carousel-slider._8, .carousel-slider._9, .carousel-slider._10, .carousel-slider._11, .carousel-slider._5 {
    right: 0%;
  }

  .card-header {
    height: 200px;
  }

  .carousel.is_contained {
    width: 90%;
  }

  .slide-nav-3 {
    font-size: 8px;
  }

  .footer {
    text-align: left;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    height: auto;
  }

  .footer-logo-link.w--current {
    width: auto;
  }

  .footer-image {
    width: 250px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-line {
    margin-bottom: 40px;
  }

  .project-details-holder {
    padding-left: 20px;
  }

  .form {
    padding: 20px;
  }

  .form-block {
    margin-bottom: 0;
  }

  .quote-container.top-space {
    margin-top: 20px;
  }

  .image-13 {
    width: 45px;
  }

  .services-list, .services-text {
    width: auto;
  }
}

#w-node-_7bd4018c-dbcb-de04-ab67-d0093d3d1741-13b49957, #w-node-_6e733921-17d0-2aa6-0b46-88b36febf656-13b49957, #w-node-_07a4b9a6-f819-8afb-92c4-f39744b25079-13b49957, #w-node-_14c74869-0904-2b96-45e8-40849232295d-13b49957, #w-node-_1dc7a987-f938-2ec5-12d7-cbbab3cf8102-13b49957, #w-node-_092c219c-f771-b675-1c26-5791c91b3d5c-13b49957, #w-node-e1ee3765-d4f5-4cfa-bb2a-53c1d4235563-13b49957, #w-node-e1ee3765-d4f5-4cfa-bb2a-53c1d423556c-13b49957, #w-node-_9f9c6c9e-6012-0aa8-f637-35add8b42429-13b49957, #w-node-_9f9c6c9e-6012-0aa8-f637-35add8b42427-13b49957, #w-node-bbdd0081-af56-b1f2-4d0c-68fd3c7b21e6-3c7b21e2, #w-node-bbdd0081-af56-b1f2-4d0c-68fd3c7b21f0-3c7b21e2, #w-node-_6057989b-f7fd-7d09-55eb-5232e8cd7788-ca32fc7c, #w-node-_83024ea5-3322-1546-5727-881a2e774c5e-9701813d, #w-node-_21b989db-9669-6ff3-1c35-0bce1af60000-9701813d, #w-node-_457a5289-02b9-22f2-8a8d-92d389d07828-9701813d, #w-node-f0fb8114-364a-6725-67be-4de6a315bed9-9701813d, #w-node-_99894372-dae2-a2fd-9140-cf21674ade76-9701813d, #w-node-_99894372-dae2-a2fd-9140-cf21674ade8b-9701813d, #w-node-_99894372-dae2-a2fd-9140-cf21674ade91-9701813d, #w-node-_99894372-dae2-a2fd-9140-cf21674ade94-9701813d, #w-node-_5890b273-03c8-994f-e38b-82f75ac4b314-9701813d, #w-node-_5890b273-03c8-994f-e38b-82f75ac4b329-9701813d, #w-node-_5890b273-03c8-994f-e38b-82f75ac4b32f-9701813d, #w-node-_5890b273-03c8-994f-e38b-82f75ac4b332-9701813d, #w-node-_058a510d-9c5f-61e9-37a5-e869e945bd63-9701813d, #w-node-_6b5eb58f-0659-14e3-24e8-8f67ed79fce8-9701813d, #w-node-_95c7feba-9637-3182-18bc-8ddac4df418f-9701813d, #w-node-_95c7feba-9637-3182-18bc-8ddac4df41a4-9701813d, #w-node-_95c7feba-9637-3182-18bc-8ddac4df41aa-9701813d, #w-node-_95c7feba-9637-3182-18bc-8ddac4df41ad-9701813d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-e1ee3765-d4f5-4cfa-bb2a-53c1d4235563-13b49957 {
    order: 9999;
  }
}


