:root {
  --body-font-color: #606060;
  --heading-color: #16232b;
  --white: white;
  --ra-light-blue: #22b7eb;
  --black: black;
  --theme-color: #ff5e14;
  --ra-medium-blue: #006796;
  --ra-orange: #f16022;
  --grey-background: #eee;
  --ra-silver: #d2d2d3;
  --ra-light-grey: #f1f2f2;
  --tint-50: #00000080;
  --tint-60: #0009;
  --ra-dark-blue: #1a2852;
  --white-smoke: #f9f9f9;
  --glow-color: #fff6f6;
  --light-grey: lightgrey;
  --background-dark: #121c22;
  --haze: #f8f8f8;
  --border-color: #d6d6d6;
  --tint-70: #000000b3;
  --tint-80: #000c;
  --tint-90: #000000e6;
}

body {
  color: var(--body-font-color);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

h1 {
  color: var(--heading-color);
  letter-spacing: -.6px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

h2 {
  color: var(--heading-color);
  letter-spacing: -.45px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

h3 {
  color: var(--heading-color);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

h4 {
  color: var(--heading-color);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  color: var(--heading-color);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

h6 {
  color: var(--heading-color);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

a {
  color: var(--body-font-color);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

em {
  color: var(--heading-color);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

blockquote {
  color: var(--heading-color);
  background-image: url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5ae7_quote%20(1)%201.svg");
  background-position: 73px 6px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 5px #e2e2e2;
  max-width: 839px;
  margin-bottom: 0;
  padding: 0 20px 10px 150px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

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

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

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

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

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

.button-two-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-one-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 300px;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 190px 1fr 190px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.navbar-button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
}

.footer-contact-information {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
}

.footer-contact-information.brochure.completely-hidden {
  display: none;
}

.footer-one-heading {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.dropdown-icon {
  margin-top: 5px;
}

.dropdown-icon.filter {
  filter: invert();
}

.footer-one-quick-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.quick-links-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.tag-text.tag-body-color.service-active, .tag-text.tag-body-color.service-in-active {
  color: var(--black);
}

.tag-text {
  color: var(--ra-medium-blue);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 600;
}

.tag-text.text-dark {
  color: #16232b;
}

.tag-text.tag-body-color.service-active, .tag-text.tag-body-color.service-in-active {
  color: var(--black);
}

.tag-text.blue {
  color: var(--ra-medium-blue);
}

.tag-text.blue.bottom-space {
  margin-bottom: 10px;
}

.tag-text.light-blue {
  color: var(--ra-light-blue);
}

.tag-text.light-blue.bottom-space {
  margin-bottom: 10px;
}

.tag-text.text-white {
  color: #fff;
  font-weight: 500;
}

.tag-text.text-white.completely-hidden {
  display: none;
}

.tag-text.tag-body-color {
  color: #606060;
}

.tag-text.tag-body-color.service-active, .tag-text.tag-body-color.service-in-active {
  color: var(--black);
}

.tag-text.tag-body-color.completely-hidden {
  display: none;
}

.container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.container.slider-container {
  width: 100vw;
}

.container.service-section-gap {
  margin-top: 80px;
}

.container.about-service-gap {
  margin-bottom: 90px;
}

.container.about-service-gap.hidden-mobile {
  margin-bottom: 80px;
}

.container.brochure {
  margin-top: 80px;
}

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

.text-semibold.text-white.margin-bottom-five {
  margin-bottom: 5px;
}

.text-semibold.text-black {
  color: #16232b;
}

.button-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.button-two:hover {
  opacity: .75;
}

.button-two.margin-top-twenty {
  margin-top: 20px;
}

.button-two.margin-top-twenty.mobile-margin-ten.smaller-top-space {
  margin-top: 10px;
}

.button-two.margin-top-twenty.mobile-margin-ten.smaller-top-space.left-align {
  justify-content: flex-start;
  margin-top: 0;
}

.button-two.margin-top-twenty.mobile-margin-ten.smaller-top-space.more {
  margin-top: 4px;
}

.footer-one-about-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  max-width: 200px;
}

.text-white {
  color: #fff;
}

.text-white.margin-bottom-twenty {
  margin-bottom: 20px;
}

.text-white.margin-bottom-twenty.service-three-hero-heading {
  max-width: 709px;
}

.text-white.margin-bottom-fourty.landing-hero-heading {
  max-width: 774px;
}

.text-white.text-semibold.margin-bottom-ten.dark {
  color: var(--black);
}

.text-white.no-margin-bottom {
  letter-spacing: 0;
  text-transform: none;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.text-white.no-margin-bottom.lower-case {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.text-white.no-margin-bottom.project-margin {
  margin-bottom: 20px;
}

.footer-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1280px;
  padding-bottom: 70px;
}

.menu-text {
  color: #fff;
  font-weight: 500;
}

.menu-text.menu-text-dark {
  color: #16232b;
  font-weight: 600;
}

.button-two-text {
  color: var(--ra-orange);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.button-two-text.text-white {
  color: #fff;
}

.button-two-text.blue {
  color: var(--ra-medium-blue);
}

.button-icon {
  z-index: 1;
  margin-top: 2px;
  position: relative;
}

.no-margin-bottom {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.no-margin-bottom.home-one-service-description {
  max-width: 393px;
}

.no-margin-bottom.home-one-about-description {
  flex: 1;
  max-width: 512px;
}

.no-margin-bottom.home-one-about-description.right-justified {
  color: var(--black);
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.no-margin-bottom.features-description {
  flex: 1;
  max-width: 495px;
}

.no-margin-bottom.text-white.service-two-features-heading {
  text-align: center;
  max-width: 703px;
  margin-bottom: 40px;
}

.no-margin-bottom.text-white.lower-case {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
}

.no-margin-bottom.text-white.services-header {
  font-size: 30px;
  line-height: 40px;
}

.no-margin-bottom.home-two-team-description {
  flex: 1;
  max-width: 500px;
}

.no-margin-bottom.home-three-about-description {
  flex: 1;
  max-width: 512px;
}

.no-margin-bottom.home-three-service-description {
  flex: 1;
  max-width: 554px;
}

.no-margin-bottom.about-two-service-description {
  max-width: 680px;
}

.no-margin-bottom.choose-us-content-description {
  max-width: 377px;
}

.no-margin-bottom.about-two-work-description {
  max-width: 622px;
}

.no-margin-bottom.about-two-choose-us-description {
  flex: 0 40%;
  max-width: 506px;
}

.no-margin-bottom.service-hero-description {
  flex: 1;
}

.no-margin-bottom.blog-one-recent-description {
  flex: 1;
  max-width: 565px;
}

.no-margin-bottom.blog-two-recent-description {
  flex: 1;
  max-width: 620px;
}

.no-margin-bottom.landing-homepage-description {
  max-width: 457px;
}

.no-margin-bottom.smaller {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.no-margin-bottom.projects {
  text-transform: none;
}

.button.pricing-button, .button.submit-button-full-width {
  width: 100%;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  background-color: var(--ra-light-blue);
  color: var(--black);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button.button-background-black {
  background-color: #16232b;
}

.button.button-position {
  position: absolute;
  transform: translate(0, 120%);
}

.button.pricing-button, .button.submit-button-full-width {
  width: 100%;
}

.button.brochure {
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.button.footer:hover {
  border-color: var(--ra-light-blue);
}

.footer-bottom-copyright {
  border-top: 1px solid var(--ra-silver);
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.konstructor.on {
  max-width: none;
}

.konstructor.off {
  opacity: 0;
  max-width: none;
  position: absolute;
}

.footer-link:hover, .footer-link.orange {
  color: var(--ra-orange);
}

.footer-link {
  color: var(--black);
  transition: all .4s;
}

.footer-link:hover, .footer-link.orange {
  color: var(--ra-orange);
}

.footer-link.orange {
  color: var(--ra-orange);
}

.footer-link.orange:hover {
  color: var(--black);
}

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

.text-light {
  color: #d3d3d3;
}

.text-light.margin-bottom-fifty {
  margin-bottom: 50px;
}

.text-light.margin-bottom-fifty.home-one-work-description {
  max-width: 500px;
}

.text-light.margin-bottom-fourty {
  color: var(--white);
  margin-bottom: 40px;
}

.text-light.margin-bottom-fourty.home-two-hero-description {
  max-width: 512px;
}

.text-light.service-description {
  flex: 1;
  max-width: 500px;
  margin-bottom: 0;
}

.text-light.no-margin-bottom.home-two-portfolio-description {
  max-width: 500px;
}

.text-light.no-margin-bottom.home-two-service-description {
  flex: 1;
  max-width: 453px;
}

.text-light.no-margin-bottom.home-two-service-description.right-justify {
  color: var(--white);
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.text-light.no-margin-bottom.home-two-service-description.right-justify.wider {
  max-width: 500px;
}

.text-light.no-margin-bottom.footer-services-text {
  max-width: 260px;
  margin-bottom: 20px;
}

.text-light.no-margin-bottom.dark {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.text-light.footer {
  color: var(--black);
  font-size: 13px;
  line-height: 23px;
}

.footer-bottom-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
}

.footer-bottom-wrapper.footer-bottom-text-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.footer-about-one {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  max-width: 400px;
}

.menu-button {
  cursor: pointer;
  display: none;
}

.navbar-logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tab-image-full-width.thumbnail {
  height: auto;
}

.footer-one {
  background-color: var(--ra-light-grey);
  background-image: url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/67079bf0e71560a787db8ebe_RA_Shape_2.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
  padding-top: 120px;
}

.button-orange-arrow {
  margin-top: 2px;
}

.position-relative {
  position: relative;
}

.position-relative.home-one-hero-glow {
  background-image: radial-gradient(circle at 86% 74%, #fff6f6, #fff0 26%);
}

.position-relative.about-service-image-wrapper {
  width: 100%;
}

.position-relative.about-three-cards {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.position-relative.service-quality-image-one {
  box-shadow: 5px 4px 50px #00000026;
}

.position-relative.service-quality-image-two {
  margin-top: 40px;
  box-shadow: 5px 4px 50px #00000026;
}

.dropdown-list {
  background-color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 40px;
  overflow: hidden;
  box-shadow: 4px 5px 50px #00000014;
}

.margin-bottom-ten {
  margin-bottom: 10px;
}

.dropdown-toggle {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 15px 35px;
  display: flex;
}

.sub-menu-font {
  color: var(--black);
  text-transform: capitalize;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  transition: transform .35s, color .2s;
}

.sub-menu-font:hover {
  color: var(--ra-medium-blue);
  transform: translate(10px);
}

.sub-menu-font.w--current {
  color: var(--theme-color);
}

.navbar {
  z-index: 9999;
  background-color: #ddd0;
  border-bottom: 1px solid #d6d6d600;
  position: fixed;
  inset: 0% 0% auto;
}

.blog-one-recent {
  background-image: radial-gradient(circle at 80% 15%, #fff6f6, #ddd0 20%), radial-gradient(circle at 20% 77%, #fff6f6, #ddd0 15%);
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-one-recent.blog-three-recent {
  padding-bottom: 160px;
}

.blog-one-recent.reduced-bottom-space {
  padding-bottom: 20px;
}

.blog-one-recent.reduced-bottom-space.projects {
  padding-top: 60px;
}

.blog-card-two-image {
  overflow: hidden;
}

.collection-list-one {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card-two-text {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  max-width: 376px;
}

.blog-card-two {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.blog-one-hero-main {
  max-width: 667px;
}

.blog-one-hero {
  background-image: linear-gradient(90deg, #16232b, #ddd0), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5ae3_Blog%20One%20Banner%20(1).webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 125px;
  padding-top: 180px;
  padding-bottom: 200px;
}

.blog-one-hero.no-top-space {
  margin-top: 0;
  padding-top: 190px;
  padding-bottom: 186px;
}

.blog-one-hero.no-top-space.projects {
  background-image: linear-gradient(90deg, #16232b, #ddd0), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/671f8cb29c4a1d9fd90b95a5_RA-home-82.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 100px;
}

.margin-top-eight {
  margin-top: 8px;
}

.margin-top-eight.brochure {
  border: .5px solid var(--body-font-color);
  border: .5px solid var(--body-font-color);
  margin-top: 0;
  padding: 4px;
}

.menu-link {
  padding: 30px 20px 35px;
}

.menu-link.w--current {
  padding-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-link.hidden-desktop {
  display: none;
}

.footer-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.facebook {
  background-image: url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/6707b7851c28f88fc7842dca_Facebook.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  transition: all .4s;
}

.facebook:hover {
  opacity: .73;
}

.facebook.instagram {
  background-image: url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/6707b8f66373cf86d0ba847e_Instagram.webp");
  background-repeat: no-repeat;
}

.facebook.linkedin {
  background-image: url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/6707ba7943efcae5a6bf83bc_LinkedIn.png");
}

.section._120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.section._100.reduced-space-bottom {
  padding-bottom: 20px;
}

.section._100.white-smoke {
  background-color: var(--white-smoke);
}

.section._100.white-smoke.reduced-bottom-space {
  padding-bottom: 70px;
}

.section._100.white-smoke.completely-hidden {
  display: none;
}

.section._80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section._80.white-smoke {
  background-color: var(--white-smoke);
}

.section._80.white-smoke.no-bottom-space {
  padding-bottom: 0;
}

.section._40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section._40.white-smoke {
  background-color: var(--white-smoke);
}

.section._20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.logotypes-v1 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 32px 8px;
  display: flex;
}

.logo-link {
  flex: none;
  margin: 16px 30px;
  padding: 8px 12px;
  transition: all .4s;
}

.logo-link:hover {
  filter: grayscale();
  pointer-events: auto;
}

.logo {
  height: 28px;
}

.logo.bigger {
  max-width: none;
  height: 60px;
}

.logo.bigger:hover {
  filter: none;
}

.logo.bigger.accreditation {
  height: 50px;
}

.logo.bigger.accreditation.smaller {
  height: 40px;
}

.logo.bigger.smaller {
  max-width: none;
  height: 60px;
}

.logo.bigger.smaller.more {
  height: 55px;
}

.logo.bigger.more {
  height: 70px;
}

.hidden-desktop {
  display: none;
}

.h3-heading-3 {
  color: var(--black);
  margin-top: 0;
  font-size: 24px;
  line-height: 34px;
}

.h3-heading-3.white {
  color: var(--white);
}

.h3-heading-3.white.no-bottom-space.bigger {
  font-size: 30px;
  line-height: 40px;
}

.h3-heading-3.white.no-bottom-space.lighter {
  font-weight: 300;
}

.h3-heading-3.no-bottom-space {
  margin-bottom: 0;
}

.nav-categories {
  border: .5px solid var(--tint-50);
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.list-dropdown {
  flex-flow: wrap;
  display: flex;
}

.nav-category-link {
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: baseline;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all .4s;
  display: inline-flex;
}

.nav-category-link:hover {
  border-bottom: 2px none var(--ra-light-blue);
  box-shadow: inset 0 -2px 0 0 var(--ra-light-blue);
  color: var(--ra-medium-blue);
}

.nav-category-link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--ra-light-blue);
  color: var(--ra-medium-blue);
  text-transform: uppercase;
  font-weight: 400;
}

.nav-category-list {
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h2 {
    font-size: 45px;
    line-height: 55px;
  }

  h3 {
    font-size: 35px;
    line-height: 45px;
  }

  h4 {
    font-size: 30px;
    line-height: 40px;
  }

  h5 {
    font-size: 25px;
    line-height: 35px;
  }

  h6 {
    font-size: 20px;
    line-height: 30px;
  }

  .home-one-solutions {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-one-about {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .footer-contact-information {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-one-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .tag-text, .tag-text.text-white, .tag-text.tag-body-color.service-active, .tag-text.tag-body-color.service-in-active, .tag-text.blue, .tag-text.text-white, .tag-text.tag-body-color.service-active, .tag-text.tag-body-color.service-in-active, .tag-text.tag-body-color.service-active, .tag-text.tag-body-color.service-in-active, .tag-text.blue {
    font-size: 15px;
    line-height: 25px;
  }

  .container.service-section-gap {
    margin-top: 110px;
  }

  .container.about-service-gap {
    margin-bottom: 120px;
  }

  .container.about-service-gap.hidden-mobile {
    margin-bottom: 80px;
  }

  .home-one-features {
    padding-top: 110px;
    padding-bottom: 100px;
  }

  .no-margin-top.margin-bottom-thirty {
    font-size: 35px;
    line-height: 45px;
  }

  .text-white.no-margin-bottom {
    text-transform: none;
    text-transform: none;
  }

  .home-one-projects {
    padding-top: 110px;
    padding-bottom: 120px;
    overflow: visible;
  }

  .heading-three {
    font-size: 35px;
    line-height: 45px;
  }

  .home-one-blogs {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .no-margin-bottom {
    font-size: 30px;
    line-height: 40px;
  }

  .no-margin-bottom.home-one-about-description.right-justified {
    font-size: 15px;
    line-height: 25px;
  }

  .no-margin-bottom.text-white.lower-case {
    font-size: 45px;
    line-height: 55px;
  }

  .no-margin-bottom.service-hero-description {
    max-width: 422px;
  }

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

  .margin-bottom-twenty {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-link, .footer-link.orange, .footer-link.orange {
    font-size: 13px;
    line-height: 23px;
  }

  .home-one-hero-wrapper {
    padding-top: 300px;
    padding-bottom: 200px;
  }

  .home-one-hero-wrapper.smaller-top-space {
    padding-top: 200px;
    padding-bottom: 300px;
  }

  .text-light.no-margin-bottom.home-two-service-description.right-justify, .text-light.no-margin-bottom.dark, .text-light.no-margin-bottom.home-two-service-description.right-justify, .text-light.no-margin-bottom.dark, .text-light.no-margin-bottom.home-two-service-description.right-justify, .text-light.no-margin-bottom.home-two-service-description.right-justify, .text-light.no-margin-bottom.dark {
    font-size: 15px;
    line-height: 25px;
  }

  .home-one-blog-images {
    display: flex;
  }

  .home-one-work {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .footer-one {
    padding-top: 175px;
  }

  .heading-four {
    font-size: 30px;
    line-height: 40px;
  }

  .home-one-hero-shape {
    margin-bottom: -1px;
  }

  .dropdown-toggle {
    font-size: 15px;
    line-height: 25px;
  }

  .home-one-service {
    padding-top: 194px;
    padding-bottom: 110px;
  }

  .heading-six, .heading-six.text-white, .heading-six.service-in-active, .heading-six.service-active, .heading-six.text-white, .heading-six.service-in-active, .heading-six.service-active {
    font-size: 16px;
    line-height: 26px;
  }

  .home-one-hero-slider-text-wrapper.wider {
    max-width: 770px;
  }

  .home-two-features {
    padding-top: 110px;
    padding-bottom: 100px;
  }

  .home-two-team-section {
    padding-top: 110px;
    padding-bottom: 115px;
  }

  .top-bar-overlay {
    width: 37%;
  }

  .home-two-services {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .home-two-services.dark-blue {
    padding-top: 100px;
  }

  .home-two-about {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .home-two-video {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-two-portfolio {
    padding-top: 185px;
    padding-bottom: 120px;
  }

  .heading-five {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-five.text-white {
    font-size: 22px;
    line-height: 32px;
  }

  .home-two-service-boxes {
    padding-left: 40px;
  }

  .home-two-features-card-description {
    font-size: 15px;
    line-height: 25px;
  }

  .home-two-hero.no-top-space.home-page {
    padding-top: 350px;
    padding-bottom: 340px;
  }

  .home-two-service-text.wider {
    max-width: 300px;
  }

  .home-two-work-images {
    display: flex;
  }

  .home-two-text-marquee {
    padding-bottom: 100px;
  }

  .home-two-work {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .footer-two {
    padding-top: 150px;
  }

  .home-three-service {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .home-three-features {
    padding-top: 110px;
    padding-bottom: 190px;
  }

  .big-heading-text {
    font-size: 200px;
    line-height: 210px;
  }

  .home-three-about-top-wrapper {
    margin-bottom: 80px;
  }

  .footer-three {
    padding-top: 190px;
  }

  .home-three-blog {
    padding-top: 110px;
    padding-bottom: 190px;
  }

  .home-three-hero {
    padding-bottom: 120px;
  }

  .home-three-portfolio {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-three-choose-us {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .footer-two-top {
    padding-bottom: 110px;
  }

  .footer-two-border {
    margin-bottom: 100px;
  }

  .about-border {
    margin-bottom: 45px;
  }

  .about-border._20-top-space {
    margin-bottom: 40px;
  }

  .about-choose-us-box-cards {
    padding: 35px 20px;
  }

  .about-one-section {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .about-one-service-section {
    padding-bottom: 110px;
  }

  .about-one-text-marquee {
    padding-top: 110px;
    padding-bottom: 115px;
  }

  .about-choose-us-description {
    margin-bottom: 38px;
  }

  .about-one-service-card {
    padding: 40px;
  }

  .about-one-service-card.service-in-active, .about-one-service-card.service-active, .about-one-service-card.service-in-active, .about-one-service-card.service-active {
    padding: 30px;
  }

  .about-one-video {
    padding-top: 115px;
    padding-bottom: 120px;
  }

  .testimonial-text-left-wrapper {
    margin-top: -20px;
  }

  .counter {
    height: 55px;
  }

  .heading-two {
    font-size: 45px;
    line-height: 55px;
  }

  .about-two-right-bottom-image {
    margin-left: 0;
  }

  .about-two-counter {
    padding-bottom: 190px;
  }

  .testimonial-slides, .about-two-choose-us {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .about-two-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .about-two-testimonial-section {
    padding-bottom: 30px;
  }

  .about-two-services {
    padding-bottom: 115px;
  }

  .about-three-section {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .about-three-testimonial {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .about-three-portfolio-section {
    padding-top: 115px;
    padding-bottom: 120px;
  }

  .about-three-construction {
    padding-top: 120px;
    padding-bottom: 190px;
  }

  .about-three-portfolio-slider {
    width: 990px;
  }

  .about-three-choose-us-image-wrapper {
    flex: 1;
    margin-right: -154px;
  }

  .about-three-portfolio-wrapper {
    margin-bottom: 60px;
  }

  .about-three-choose-us {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .about-three-choose-us-content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-three-text-marquee {
    padding-top: 105px;
    padding-bottom: 115px;
  }

  .service-cta-main-wrapper {
    padding-bottom: 80px;
  }

  .service-one-hero {
    padding-bottom: 120px;
  }

  .service-choose {
    padding-top: 115px;
    padding-bottom: 120px;
  }

  .service-one-hero-text-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .service-one-hero-heading-wrapper {
    max-width: 751px;
  }

  .service-featured {
    padding-top: 180px;
    padding-bottom: 160px;
  }

  .service-building {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .service-choose-card-image-wrapper {
    right: 100px;
  }

  .service-cards-text-wrapper {
    flex-flow: row;
  }

  .service-cta {
    padding-top: 115px;
    padding-bottom: 190px;
  }

  .service-cta-building-image {
    display: block;
  }

  .service-section {
    padding-top: 115px;
    padding-bottom: 120px;
  }

  .service-renovation-cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-two-cards {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-hero-bottom {
    padding-bottom: 120px;
  }

  .service-two-project {
    padding-top: 110px;
    padding-bottom: 190px;
  }

  .service-two-renovation {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .service-two-features {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .service-quality {
    padding-bottom: 120px;
  }

  .service-three-section, .service-three-featured {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .service-three-counter {
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .service-three-construction {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contact-one-get-in-touch {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .contact-one-get-in-touch.reduced-bottom-space {
    padding-top: 120px;
  }

  .input-field::placeholder {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-two-get-in-touch {
    padding-top: 120px;
    padding-bottom: 190px;
  }

  .pricing-plan {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .faq-border-box {
    padding-bottom: 32px;
  }

  .faq {
    padding-bottom: 120px;
  }

  .faq-main {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .faq-answer-box {
    padding-top: 25px;
  }

  .faq-section {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .faq-cta {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .blog-one-recent {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-one-recent.blog-three-recent {
    padding-bottom: 190px;
  }

  .blog-one-articles, .blog-details-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .portfolio-details {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .featured-service {
    padding-top: 110px;
    padding-bottom: 190px;
  }

  .testimonials {
    padding-bottom: 190px;
  }

  .landing-innerpages {
    padding-top: 240px;
  }

  .landing-footer-marquee-line.marquee-align-bottom {
    display: flex;
  }

  .landing-marquee-overlay {
    display: block;
  }

  .landing-hero-floating-image-one {
    display: block;
    left: -23%;
  }

  .landing-marquee-wrapper {
    max-width: 25vw;
  }

  .landing-hero-floating-image-two {
    display: block;
  }

  .landing-page-big-text {
    font-size: 200px;
    top: -165px;
  }

  .landing-homepages {
    padding-top: 240px;
  }

  .landing-hero-floating-image-three {
    display: block;
  }

  .landing-features {
    padding-top: 240px;
  }

  .landing-hero-floating-image-four {
    display: block;
    right: -21%;
  }

  .contact-three-information {
    padding-top: 435px;
    padding-bottom: 190px;
  }

  .menu-link {
    font-size: 15px;
    line-height: 25px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-2.lighter {
    font-size: 35px;
  }

  .subheading-right {
    font-size: 15px;
    line-height: 25px;
  }

  .brochure-download-text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1920px) {
  .home-one-about {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .marquee-section {
    margin-top: -88px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-white.no-margin-bottom.lower-case {
    font-size: 40px;
    line-height: 50px;
  }

  .home-one-hero-wrapper.smaller-top-space {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .home-two-about {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-two-hero {
    padding-bottom: 240px;
  }

  .home-two-hero.no-top-space.home-page {
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .big-heading-text {
    font-size: 250px;
    line-height: 260px;
  }

  .home-three-slider-arrow {
    right: 17%;
  }

  .home-three-slider-arrow.home-three-slider-left-arrow {
    left: 17%;
  }

  .about-one-service-section {
    padding-bottom: 120px;
  }

  .landing-innerpages {
    padding-top: 250px;
  }

  .landing-hero-floating-image-one {
    left: -27%;
  }

  .landing-page-big-text {
    font-size: 250px;
    top: -200px;
  }

  .landing-homepages {
    background-image: radial-gradient(circle at 80% 80%, #f9f9f9, #ddd0 16%), radial-gradient(circle at 20% 35%, #fff6f6, #ddd0 20%);
    padding-top: 250px;
  }

  .landing-features {
    padding-top: 250px;
  }

  .landing-hero-floating-image-four {
    right: -26%;
  }

  .logo.bigger {
    filter: none;
    height: 70px;
  }

  .logo.bigger.smaller {
    height: 70px;
  }

  .logo.bigger.smaller.more {
    height: 65px;
  }

  .brochure-download-text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.45px;
  }

  h2 {
    letter-spacing: -.35px;
  }

  h3 {
    font-size: 25px;
    line-height: 35px;
  }

  blockquote {
    background-position: 16px 6px;
    padding-left: 80px;
    font-size: 16px;
    line-height: 26px;
  }

  .solutions-main-image {
    flex: 1;
  }

  .home-one-solutions {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .home-one-about {
    padding: 80px 20px;
  }

  .home-one-service-main-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .footer-one-contact {
    max-width: none;
  }

  .navbar-wrapper {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .navbar-button-wrapper {
    display: none;
  }

  .projects-item {
    height: 450px;
    position: static;
  }

  .home-one-solutions-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .dropdown-icon {
    filter: invert();
  }

  .home-one-service-text {
    max-width: none;
  }

  .container.service-section-gap {
    margin-top: 50px;
  }

  .container.about-service-gap {
    margin-bottom: 60px;
  }

  .container.about-service-gap.hidden-mobile {
    display: none;
  }

  .home-one-about-card-text {
    justify-content: center;
    align-items: flex-start;
  }

  .menu-bar {
    background-color: #fff;
    width: 25px;
    height: 2px;
    padding: 0;
  }

  .menu-bar.menu-middle-bar {
    width: 17px;
    margin-bottom: 5px;
  }

  .menu-bar.menu-top-bar {
    margin-bottom: 5px;
  }

  .slider {
    padding-bottom: 60px;
  }

  .home-one-solutions-text-wrapper {
    max-width: none;
  }

  .home-one-features {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .accordion-description-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-description-wrap.home-three-accordion-wrap {
    flex-flow: column;
    align-items: stretch;
  }

  .accordion-top-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-semibold.text-black.about-one-numbers {
    display: none;
  }

  .no-margin-top.text-white.margin-bottom-thirty {
    font-size: 35px;
    line-height: 40px;
  }

  .no-margin-top.text-white.margin-bottom-thirty._20 {
    margin-bottom: 15px;
  }

  .no-margin.text-white.home-two-portfolio-heading, .accordion-text-wrapper.accodion-text-big-wrapper, .accordion-text-wrapper.accodion-text-big-wrapper {
    max-width: none;
  }

  .home-one-work-float-image {
    display: none;
  }

  .footer-one-about-text {
    max-width: none;
  }

  .text-white.no-margin-bottom {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
  }

  .home-one-projects {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .solutions-small-image {
    flex: 1;
    margin-bottom: 0;
  }

  .home-blogs-text {
    max-width: none;
  }

  .footer-main-wrapper {
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 80px;
    display: grid;
  }

  .footer-main-wrapper.footer-three-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .menu-text {
    color: #16232b;
  }

  .home-one-blogs {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-one-work-image-wrapper {
    max-width: none;
  }

  .home-one-blogs-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: stretch;
  }

  .dropdown {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .no-margin-bottom.home-one-service-description, .no-margin-bottom.home-one-about-description {
    max-width: none;
  }

  .no-margin-bottom.home-two-team-description, .no-margin-bottom.home-three-about-description, .no-margin-bottom.home-three-service-description, .no-margin-bottom.about-two-work-description, .no-margin-bottom.about-two-choose-us-description, .no-margin-bottom.blog-one-recent-description, .no-margin-bottom.blog-two-recent-description, .no-margin-bottom.home-one-service-description, .no-margin-bottom.home-one-about-description {
    max-width: none;
  }

  .no-margin-bottom.home-one-about-description.right-justified {
    text-align: left;
    text-align: left;
  }

  .no-margin-bottom.text-white.lower-case {
    font-size: 40px;
    line-height: 50px;
  }

  .no-margin-bottom.home-two-team-description, .no-margin-bottom.home-three-about-description, .no-margin-bottom.home-three-service-description, .no-margin-bottom.about-two-work-description, .no-margin-bottom.about-two-choose-us-description, .no-margin-bottom.blog-one-recent-description, .no-margin-bottom.blog-two-recent-description {
    max-width: none;
  }

  .button.button-position {
    position: relative;
    transform: none;
  }

  .button.brochure {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-image-wrapper {
    max-width: 450px;
  }

  .accordion-image-wrapper.accordion-image-big-wrapper, .home-one-blogs-content {
    max-width: none;
  }

  .home-one-features-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .accordion-image {
    height: 250px;
  }

  .accordion-image.home-three-accordion-image {
    height: auto;
  }

  .home-one-work-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
    padding-bottom: 50px;
  }

  .margin-bottom-twenty {
    font-size: 30px;
    line-height: 40px;
  }

  .margin-bottom-twenty.about-two-counter-heading {
    max-width: none;
  }

  .home-one-about-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .home-one-work-text-wrapper {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-light.no-margin-bottom.home-two-portfolio-description, .text-light.no-margin-bottom.home-two-service-description {
    max-width: none;
  }

  .text-light.service-description, .text-light.no-margin-bottom.home-two-portfolio-description, .text-light.no-margin-bottom.home-two-service-description {
    max-width: none;
  }

  .text-light.no-margin-bottom.home-two-portfolio-description, .text-light.no-margin-bottom.home-two-service-description {
    max-width: none;
  }

  .text-light.no-margin-bottom.home-two-service-description.right-justify {
    text-align: left;
    text-align: left;
  }

  .text-light.service-description {
    max-width: none;
  }

  .footer-bottom-wrapper {
    padding-bottom: 0;
  }

  .footer-about-one {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: none;
  }

  .home-one-blogs-items {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .home-one-about-heading {
    max-width: none;
  }

  .home-one-image-overlay {
    background-image: linear-gradient(90deg, #161616e6 43%, #16161600);
  }

  .home-one-solutions-image-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .home-one-work {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menu-dropdown {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    padding-top: 20px;
    padding-left: 15px;
  }

  .menu-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--ra-orange);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 15px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--ra-orange);
  }

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

  .tab-image-full-width.image-height-full {
    height: 800px;
  }

  .footer-one {
    padding-top: 80px;
  }

  .home-one-about-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown-list.w--open {
    padding-left: 20px;
  }

  .home-one-hero-shape {
    margin-bottom: -1px;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
  }

  .home-one-service {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .heading-six.about-three-portfolio-card-name {
    bottom: 20px;
    left: 30px;
  }

  .heading-six.about-three-card-name {
    max-width: none;
  }

  .home-one-hero-slider-text-wrapper {
    max-width: 544px;
  }

  .home-one-service-accordion {
    max-width: none;
  }

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

  .home-two-features {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-two-team-section {
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .number-wrapper {
    width: 46px;
    height: 46px;
  }

  .home-two-about-image-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .home-two-about-main-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column-reverse wrap;
    align-items: stretch;
  }

  .features-box-overlay {
    display: none;
  }

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

  .home-two-services-content.contracting {
    grid-template-columns: 1fr;
  }

  .home-two-services {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .home-two-video-box, .home-two-video-box.slightly-higher, .home-two-video-box.slightly-higher {
    height: auto;
  }

  .home-two-about {
    padding: 80px 20px;
  }

  .home-two-about.home-intro {
    padding-bottom: 10px;
  }

  .navbar-two {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-two.navbar-shadow {
    top: 0;
  }

  .home-two-about-text-wrapper {
    max-width: none;
  }

  .home-two-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .background-video {
    aspect-ratio: 16 / 9;
    position: relative;
  }

  .home-two-work-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-two-portfolio {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .home-two-team-text-left {
    max-width: none;
  }

  .play-pause-button {
    width: 65px;
    height: 65px;
  }

  .home-two-about-content-text, .text-align-center.testimonial-comment, .text-align-center.testimonial-comment, .home-two-service-heading {
    max-width: none;
  }

  .home-two-features-card-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-two-service-text-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-two-hero {
    margin-top: 0;
    padding-top: 180px;
    padding-bottom: 150px;
  }

  .home-two-hero.no-top-space.home-page {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .home-two-portfolio-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-two-service-text {
    max-width: none;
  }

  .home-two-team-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .home-two-team-text-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .top-bar {
    display: none;
  }

  .home-two-features-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    border-top-style: none;
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-two-features-cards.features-card-box-three {
    border-bottom-style: none;
  }

  .home-two-text-marquee {
    padding-bottom: 50px;
  }

  .home-two-work {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .footer-two {
    padding-top: 100px;
  }

  .home-three-blog-card-text, .home-three-service-heading {
    max-width: none;
  }

  .why-choose-box-text {
    bottom: 20px;
    left: 15px;
  }

  .why-choose-us-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .why-choose-box {
    cursor: pointer;
    position: relative;
    top: 0;
  }

  .home-three-blog-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .service-card-shape {
    height: auto;
  }

  .home-three-about-content {
    max-width: none;
  }

  .home-three-about-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-three-service {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-three-about-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .home-three-features {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .home-three-portfolio-image-small {
    width: 100%;
    height: 350px;
  }

  .big-heading-text {
    letter-spacing: -3.15px;
    font-size: 105px;
    line-height: 115px;
  }

  .home-three-about-small-image {
    max-width: none;
  }

  .service-card-text-wrapper {
    padding: 20px 20px 30px;
  }

  .home-three-about-image-wrapper, .home-three-about-heading {
    max-width: none;
  }

  .home-three-about-top-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .footer-three {
    padding-top: 105px;
  }

  .home-three-slider-arrow {
    width: 45px;
    height: 45px;
    right: 15px;
  }

  .home-three-slider-arrow.home-three-slider-left-arrow {
    left: 15px;
  }

  .home-three-blog {
    padding-top: 50px;
    padding-bottom: 115px;
  }

  .home-three-hero {
    padding-top: 250px;
    padding-bottom: 60px;
  }

  .home-three-choose-us-text {
    max-width: none;
  }

  .home-three-portfolio-card-name {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-three-blog-image {
    width: 100%;
    height: auto;
  }

  .home-three-progress-bar {
    width: 100%;
    max-width: none;
  }

  .home-three-about-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .home-three-blog-card-image {
    max-width: none;
  }

  .home-three-service-cards {
    grid-template-columns: 1fr 1fr;
  }

  .home-three-about-text-wrapper {
    max-width: none;
  }

  .home-three-portfolio-image-big {
    width: 100%;
    height: 550px;
  }

  .home-three-about-description {
    max-width: none;
  }

  .home-three-portfolio {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .home-three-hero-overlay {
    background-image: linear-gradient(#16232b66, #16232b 87%);
  }

  .home-three-choose-us {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .home-three-service-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 35px;
  }

  .home-three-service-text-wrapper.reduced-bottom-space.centre-mobile {
    align-items: center;
  }

  .footer-two-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .footer-two-border {
    margin-bottom: 25px;
  }

  .about-one-services-cards {
    grid-template-columns: 1fr 1fr;
  }

  .about-one-construction-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .about-choose-us-card-top {
    justify-content: flex-start;
    align-items: center;
  }

  .about-one-construction-text, .about-one-construction-image-wrapper {
    max-width: none;
  }

  .pause-icon-wrapper {
    margin-bottom: 4px;
  }

  .about-one-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .about-one-service-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-one-service-section.top-space {
    padding-top: 70px;
  }

  .about-one-video-wrapper {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .about-one-construction-section {
    padding-top: 0;
  }

  .about-one-hero {
    margin-top: 0;
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .about-one-hero.no-top-margin.roof-access-systems {
    background-image: linear-gradient(90deg, #16232b, #16232b00 80%), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/67c5d31674b9ce1e0ab46657_RA-home-98.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .about-choose-us-image-wrapper {
    max-width: none;
  }

  .about-one-text-marquee {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-choose-us-text-wrapper {
    min-width: auto;
    max-width: none;
  }

  .about-one-construction-small-image {
    margin-right: -290px;
  }

  .about-one-construction-big-image {
    flex: 1;
  }

  .about-one-video-box {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .about-service-white-icon {
    display: none;
  }

  .about-choose-us-card-icon {
    margin-top: 0;
  }

  .play-button-icon {
    margin-bottom: 4px;
  }

  .about-one-video {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .about-choose-us-wrapper {
    flex-flow: column-reverse wrap;
    align-items: stretch;
  }

  .testimonial-text-left-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 780px;
    margin-top: 0;
  }

  .about-two-video-text-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .about-two-counter-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .counter-train-wrapper {
    margin-right: -2px;
  }

  .about-two-background-video {
    height: 450px;
  }

  .users-count {
    flex-flow: column;
  }

  .about-two-choose-us-image, .about-two-counter-text, .about-two-image-wrapper {
    max-width: none;
  }

  .about-two-choose-us-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-two-services-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .heading-two {
    letter-spacing: -.35px;
  }

  .testimonial-slider-arrow {
    left: 0;
  }

  .testimonial-slider-arrow.right {
    right: 0;
  }

  .about-two-choose-us-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-two-choose-us-row-content {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-two-counter {
    padding-bottom: 110px;
  }

  .about-two-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .about-two-rigth-image-wrapper {
    display: none;
  }

  .testimonial-box {
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonial-slides {
    padding: 40px 20px 60px;
  }

  .about-two-choose-us-text-wrapper {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .testimonial-main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-two-counter-image-wrapper {
    max-width: none;
  }

  .about-two-choose-us {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .about-two-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-two-counter-small-image {
    margin-right: -200px;
    display: none;
  }

  .about-two-middle-text-row {
    max-width: none;
  }

  .about-two-hero {
    background-image: linear-gradient(#16232b00, #16232b 79%), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5a54_About%20Two%20Hero.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .customer-text {
    max-width: none;
  }

  .about-two-testimonial-section {
    padding-top: 55px;
    padding-bottom: 20px;
  }

  .about-two-left-image-wrapper {
    max-width: none;
    padding-right: 0;
  }

  .about-two-services {
    padding-bottom: 52px;
  }

  .about-three-section {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .about-three-hero {
    margin-top: 0;
    padding-top: 140px;
  }

  .about-three-choose-us-list-content, .about-three-portfolio-heading {
    max-width: none;
  }

  .about-three-hero-image-box.responsive-display-off {
    display: none;
  }

  .about-three-testimonial {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .about-three-portfolio-section {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .about-three-construction {
    padding-top: 60px;
    padding-bottom: 115px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
  }

  .about-threee-cards-overlay {
    display: none;
  }

  .about-three-construction-main-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .construction-bottom-image {
    margin-left: auto;
    margin-right: 0;
    display: none;
  }

  .about-three-portfolio-slider {
    width: 550px;
    height: 302px;
  }

  .construction-text-wrapper {
    max-width: none;
  }

  .portfolio-box.next {
    transform: translate(100px)scale(.8);
  }

  .portfolio-box.previous {
    transform: translate(-100px)scale(.8);
  }

  .about-three-cards-image {
    max-width: none;
  }

  .about-three-portfolio-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-three-choose-us {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .about-three-cards-wrapper {
    text-align: center;
    background-color: #eee;
    border-top: 4px solid #ff5e14;
    flex-flow: column;
    height: 100%;
    padding: 30px 40px;
  }

  .about-three-heading {
    max-width: none;
  }

  .left-arrow {
    width: 55px;
    height: 55px;
  }

  .about-three-choose-us-heading {
    max-width: none;
  }

  .about-three-choose-us-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .about-three-portfolio-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .about-three-choose-us-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }

  .about-three-hero-images-wrapper {
    position: static;
  }

  .about-three-text-marquee {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .construction-image-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .about-three-cards-row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-three-hero-effect {
    height: auto;
  }

  .service-cta-main-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .service-heading {
    max-width: none;
  }

  .service-one-hero {
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .service-choose-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .services-cards-content {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr 1fr;
    position: static;
  }

  .service-building-top-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  .service-choose {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .service-choose-cards-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
  }

  .service-choose-description {
    max-width: none;
  }

  .service-card-arrow {
    width: 16px;
    height: 16px;
  }

  .service-choose-cards {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    text-align: center;
    border-top-style: none;
    flex-flow: column-reverse;
    padding: 0;
  }

  .service-choose-cards.service-choose-cards-border-bottom {
    border-bottom-style: none;
  }

  .service-bottom-text-wrapper, .service-building-image-wrapper {
    max-width: none;
  }

  .services-image-wrapper {
    height: 450px;
    display: none;
  }

  .service-hero-video-box {
    min-height: auto;
  }

  .service-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-cta-text-content {
    max-width: none;
  }

  .service-featured {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .service-building-text, .service-featured-text-wrapper {
    max-width: none;
  }

  .service-featured-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .service-building {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .service-choose-card-image-wrapper {
    opacity: 1;
    position: static;
  }

  .service-cards-text-wrapper {
    padding-top: 25px;
  }

  .service-cta {
    padding-top: 60px;
    padding-bottom: 115px;
  }

  .service-choose-heading-text {
    max-width: none;
  }

  .service-cards-overlay, .service-choose-image-overlay, .service-grey-background {
    display: none;
  }

  .choose-cards-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-featured-list-content {
    max-width: none;
  }

  .service-section {
    padding-top: 55px;
    padding-bottom: 35px;
  }

  .service-building-bottom-box {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
  }

  .service-cta-left-wrapper {
    max-width: none;
  }

  .service-cards {
    border-right-style: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-cta-right-wrapper {
    display: none;
  }

  .margin-bottom-sixty.responsive-margin-thirty {
    margin-bottom: 30px;
  }

  .service-two-hero-cards-image, .service-two-project-heading {
    max-width: none;
  }

  .service-two-renovation-right {
    width: 100%;
    padding-right: 0;
  }

  .service-two-image-wrapper {
    border-top-style: solid;
    max-width: none;
  }

  .service-two-renovation-wrapper {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-two-renovation-left-wrapper {
    width: 100%;
  }

  .service-two-cards.top-cards {
    padding-top: 40px;
  }

  .service-two-cards.second-cards {
    padding-bottom: 40px;
  }

  .service-two-project-description {
    max-width: none;
  }

  .service-two-hero-cards {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 25px 20px;
  }

  .service-hero-bottom {
    margin-top: -100px;
    padding-bottom: 60px;
  }

  .service-main {
    padding-top: 50px;
    padding-bottom: 20px;
    position: static;
  }

  .service-main-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .service-two-project {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .service-two-renovation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-two-project-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-two-hero-cards-text {
    justify-content: center;
    align-items: center;
  }

  .service-two-features-main {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .service-marquee {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-two-hero {
    margin-top: 0;
    padding-top: 180px;
    padding-bottom: 200px;
  }

  .service-two-features {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .service-three-cta-image {
    transform: none;
  }

  .service-quality-image-wrapper {
    max-width: none;
  }

  .service-quality {
    padding-bottom: 60px;
  }

  .service-quality-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .service-three-counter-text, .service-three-paragraph {
    max-width: none;
  }

  .service-three-cta-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-three-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .service-three-hero {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .service-three-featured {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .quality-service-background {
    display: none;
  }

  .service-three-counter {
    background-image: linear-gradient(#3d2b2380 10%, #221a16 90%), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5aad_Service%20Three%20Construction%20Vehicle.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 80px;
  }

  .service-three-cards-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .service-three-cards-wrapper.three {
    grid-template-columns: 1fr;
  }

  .service-three-cta-content {
    text-align: center;
    flex-flow: column;
  }

  .construction-top-image {
    padding-left: 0;
  }

  .service-three-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-three-counter-right-wrapper {
    max-width: none;
  }

  .service-three-construction {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-three-heading-wrapper {
    max-width: none;
  }

  .service-three-cta-overlay {
    transform: none;
  }

  .service-three-card {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .service-three-card.service-three-card-one {
    padding-top: 150px;
  }

  .service-three-construction-image {
    display: none;
  }

  .service-quality-text-wrapper {
    max-width: none;
  }

  .service-three-construction-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .service-three-construction-list.border-left {
    border-right: 1px solid #c5c5c5;
  }

  .service-three-counter-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .service-three-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .service-three-construction-list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .contact-one-get-in-touch {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .contact-one-get-in-touch.reduced-bottom-space {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-one-get-in-touch-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-information.border-buttom-off {
    border-bottom-style: solid;
    padding-bottom: 25px;
  }

  .contact-one-form-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .get-in-touch-left-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .image-full-width {
    height: auto;
  }

  .contact-hero-text {
    padding-left: 10px;
  }

  .get-in-touch-image-wrapper {
    margin-left: 0;
  }

  .get-in-touch-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .contact-one-hero {
    background-image: linear-gradient(90deg, #16232b, #16232b99), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5ac3_Contact%20One%20Hero%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 300px;
  }

  .contact-two-get-in-touch-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .contact-two-card-box {
    min-height: 350px;
  }

  .contact-two-get-in-touch-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-two-hero {
    background-image: linear-gradient(#16232bcc, #16232bcc), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5aa9_Building%20Background.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 120px;
    padding-bottom: 240px;
  }

  .contact-tag-text {
    max-width: none;
  }

  .contact-two-form {
    max-width: none;
    margin-top: 0;
  }

  .contact-two-get-in-touch {
    padding-top: 55px;
    padding-bottom: 115px;
  }

  .contact-two-get-in-touch-image {
    margin-right: 0;
  }

  .contact-two-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-text {
    margin-bottom: 30px;
  }

  .pricing-plan-hero {
    margin-top: 0;
    padding-top: 210px;
    padding-bottom: 140px;
  }

  .pricing-plan-hero.no-top-margin.policy.variant {
    background-position: 0 0, 75%;
  }

  .pricing-plan {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .faq-heading-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq {
    padding-bottom: 60px;
  }

  .faq-hero {
    background-image: linear-gradient(#16232bcc, #16232bcc), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5ae1_FAQ%20Hero%20Image.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 0;
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .faq-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .faq-cta {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .blog-one-recent {
    padding: 70px 20px;
  }

  .blog-one-recent.blog-three-recent {
    padding-bottom: 130px;
  }

  .blog-one-recent.reduced-bottom-space.projects {
    padding-top: 40px;
  }

  .blog-card-one-image {
    flex: 0 auto;
    max-width: none;
  }

  .blog-one-articles-heading {
    max-width: none;
  }

  .blog-card-one {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
  }

  .blog-one-articles-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .collection-list-one {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-one-recent-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-card-one-text {
    max-width: none;
  }

  .blog-one-articles {
    padding: 70px 20px;
  }

  .blog-one-recent-heading {
    max-width: none;
  }

  .blog-one-hero {
    margin-top: 0;
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .blog-one-articles-description {
    max-width: none;
  }

  .blog-two-recent-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-card-three-image-wrapper {
    max-width: none;
  }

  .blog-two-hero {
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .blog-card-three {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-card-three:hover {
    background-color: #f6f6f6;
  }

  .collection-list-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-card-three-text {
    max-width: none;
  }

  .blog-post-image {
    height: auto;
  }

  .blog-details-section {
    padding: 70px 20px;
  }

  .blog-details-marquee-wrapper {
    padding-bottom: 25px;
  }

  .blog-details-inner-container {
    max-width: 1200px;
  }

  .blog-details-hero-content {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .portfolio-details {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .portfolio-image-wrapper {
    margin-bottom: 40px;
  }

  .featured-service {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .heading-block-five {
    margin-bottom: 3.5rem;
  }

  .style-guide-for-color {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .heading-block-six {
    margin-bottom: 3.7rem;
  }

  .style-guide-color-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .heading-block-two {
    margin-bottom: 3.6rem;
  }

  .style-guide-color-name-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .style-guide-color-box {
    width: 8rem;
    height: 8rem;
  }

  .heading-block-one, .list-block {
    margin-bottom: 3.6rem;
  }

  .heading-block-three {
    margin-bottom: 3.3rem;
  }

  .style-hero {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .heading-block-four {
    margin-bottom: 3.6rem;
  }

  .style-guide-for-typography {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .color {
    font-size: 150px;
    line-height: 140px;
  }

  .testimonial-author-image {
    width: 62%;
    margin-top: -60px;
    padding-left: 60px;
    padding-right: 60px;
    position: static;
  }

  .testimonial-author-image.testimonial-author-image-two, .testimonial-author-image.testimonial-author-image-three {
    width: 62%;
  }

  .testimonial-author-image.testimonial-author-image-four {
    width: 72%;
  }

  .testimonial-author-image.testimonial-author-image-two, .testimonial-author-image.testimonial-author-image-three {
    width: 62%;
  }

  .testimonials {
    padding-bottom: 115px;
  }

  .testimonial-text-box {
    background-color: #fff;
    padding: 40px;
  }

  .testimonial-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 0%;
    background-size: 90%;
    flex-flow: column;
    padding: 0;
  }

  .testimonial-card.testimonial-card-right {
    background-position: 100%;
    background-size: 90%;
  }

  .testimonial-hero {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .license-hero {
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .licensing-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .licensing-image {
    height: 250px;
  }

  .thumbnail-wrapper {
    cursor: pointer;
  }

  .landing-innerpages {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .landing-hero {
    padding-top: 140px;
  }

  .landing-features-cards-box {
    padding: 20px 25px 25px;
  }

  .landing-footer-bottom-text {
    flex-flow: column;
  }

  .landing-marquee-wrapper {
    display: none;
  }

  .landing-innerpages-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-footer {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .landing-homepages-main {
    padding-bottom: 35px;
  }

  .landing-hero-floating-image-two {
    display: none;
  }

  .landing-page-big-text {
    font-size: 100px;
    top: -80px;
  }

  .landing-utility {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .landing-homepages {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .landing-homepages-cards-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .landing-features {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .contact-three-hero {
    background-image: linear-gradient(#16232be6, #16232be6), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5b42_Contact%20Three%20Hero%20Banner.webp");
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 140px;
  }

  .contact-three-hero-text {
    margin-bottom: 50px;
  }

  .contact-three-form {
    flex-flow: column;
  }

  .contact-three-form-image {
    width: 100%;
  }

  .contact-three-form-block {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-three-information {
    padding-top: 375px;
    padding-bottom: 120px;
  }

  .checkout-hero-section {
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .changelog-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .menu-link {
    text-align: left;
    padding: 15px;
    display: block;
  }

  .menu-link.w--current {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-link.hidden-desktop {
    margin-top: 0;
    display: block;
  }

  .menu-block {
    display: flex;
    position: relative;
  }

  .section._120, .section._100 {
    padding: 80px 20px;
  }

  .section._120, .section._100 {
    padding: 80px 20px;
  }

  .section._20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._80 {
    padding: 60px 20px;
  }

  .section._40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-link {
    margin: 8px 30px;
  }

  .logo.bigger {
    filter: none;
    transition-property: none;
  }

  .heading-2, .heading-2.lighter, .heading-2.lighter {
    font-size: 30px;
    line-height: 40px;
  }

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

  .heading-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-right {
    text-align: left;
  }

  .hse-columns {
    display: none;
  }

  .hidden-desktop {
    margin-top: 50px;
    display: block;
  }

  .brochure-stack {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-categories {
    margin-bottom: 40px;
  }

  .list-dropdown {
    justify-content: center;
  }

  .brochure-mini-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .brochure-download-text {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.35px;
    font-size: 35px;
    line-height: 45px;
  }

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

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 28px;
  }

  h5 {
    font-size: 17px;
    line-height: 27px;
  }

  .home-one-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .arrow-icon {
    width: 10px;
    height: 8px;
  }

  .marquee-train {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
  }

  .projects-item {
    height: 350px;
  }

  .projects-arrow-icon {
    width: 45px;
    height: 45px;
  }

  .features-cards {
    justify-content: flex-end;
    align-items: stretch;
    width: 100vw;
    max-width: none;
  }

  .footer-one-quick-link {
    align-items: flex-start;
  }

  .features-image {
    width: 100%;
  }

  .menu-bar {
    width: 20px;
  }

  .menu-bar.menu-middle-bar {
    width: 15px;
  }

  .accordion-description-wrap {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .no-margin.features-heading, .no-margin.text-white.footer-two-heading, .no-margin.features-heading, .no-margin.text-white.footer-two-heading, .no-margin.text-white.footer-two-heading, .accordion-text-wrapper {
    max-width: none;
  }

  .heading-three {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-main-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .footer-main-wrapper.footer-three-wrapper {
    grid-template-columns: 1fr;
  }

  .feautures-card-overlay {
    height: 20%;
    bottom: -6%;
  }

  .feautures-card-overlay.card-orange-overlay {
    bottom: -5%;
  }

  .no-margin-bottom.features-description {
    max-width: none;
  }

  .no-margin-bottom.choose-us-content-description, .no-margin-bottom.features-description {
    max-width: none;
  }

  .no-margin-bottom.text-white.lower-case {
    font-size: 35px;
    line-height: 45px;
  }

  .no-margin-bottom.choose-us-content-description {
    max-width: none;
  }

  .button {
    height: 50px;
    font-size: 13px;
  }

  .accordion-image-wrapper {
    max-width: none;
  }

  .home-one-features-text {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .accordion-image {
    height: auto;
  }

  .konstructor {
    width: 150px;
    height: auto;
  }

  .home-one-hero-wrapper {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .home-one-hero-wrapper.smaller-top-space {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .text-light.no-margin-bottom.footer-services-text {
    max-width: none;
  }

  .text-light.margin-bottom-fifty.mobile-margin-thirty {
    margin-bottom: 30px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .footer-about-one {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .accordion-icon-wrap {
    width: 25px;
    height: 25px;
  }

  .projects-information-wrapper {
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-one-blogs-items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-one-image-overlay {
    background-image: linear-gradient(90deg, #161616d9 100%, #16161600);
  }

  .menu-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .features-information {
    padding-bottom: 10px;
  }

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

  .tab-image-full-width.image-height-full {
    height: auto;
  }

  .position-relative.about-service-image-wrapper {
    width: 100%;
  }

  .heading-four {
    font-size: 18px;
    line-height: 28px;
  }

  .home-one-hero-shape {
    margin-bottom: -1px;
  }

  .heading-six.home-two-features-card-name, .heading-six.about-two-choose-us-content-name, .heading-six.home-two-features-card-name, .heading-six.about-two-choose-us-content-name {
    max-width: none;
  }

  .home-two-features {
    overflow: hidden;
  }

  .home-two-team-section {
    padding-bottom: 50px;
  }

  .home-two-about-small-image {
    display: none;
  }

  .home-two-about-image-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .home-two-work-content-text {
    flex-flow: column;
  }

  .home-two-features-text-wrapper {
    margin-bottom: 30px;
  }

  .home-two-about-main-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .home-two-services-content {
    grid-template-columns: 1fr;
  }

  .home-two-portfolio-cards {
    width: 95vw;
  }

  .home-two-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-two-about.home-intro {
    padding-bottom: 0;
  }

  .home-two-work-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    background-color: #f9f9f9;
    border-top-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .home-two-work-content.work-content-border-bottom {
    border-bottom-style: none;
  }

  .play-pause-button {
    width: 55px;
    height: 55px;
  }

  .heading-five {
    font-size: 17px;
    line-height: 27px;
  }

  .home-two-features-card-image {
    width: 100%;
    max-width: none;
  }

  .home-two-service-boxes.service-active.service-box-two, .home-two-service-boxes.service-in-active.service-box-four, .home-two-service-boxes.service-in-active.service-box-one, .home-two-service-boxes.service-in-active.service-box-three, .home-two-service-boxes.service-active.service-box-two, .home-two-service-boxes.service-active.service-box-two, .home-two-service-boxes.service-in-active.service-box-four, .home-two-service-boxes.service-in-active.service-box-one, .home-two-service-boxes.service-in-active.service-box-three, .home-two-service-boxes.service-in-active.service-box-four, .home-two-service-boxes.service-in-active.service-box-one, .home-two-service-boxes.service-in-active.service-box-three {
    border-right-style: none;
  }

  .home-two-features-card-description {
    max-width: none;
  }

  .home-two-features-card-wrapper {
    grid-template-columns: 1fr;
  }

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

  .work-arrow-wrapper {
    margin-left: 0;
  }

  .home-two-hero.no-top-space.home-page {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .home-two-about-main-image {
    padding-right: 0;
  }

  .features-card-image {
    height: auto;
  }

  .home-two-about-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-two-about-content:hover {
    box-shadow: none;
  }

  .home-two-work-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-two {
    padding-top: 80px;
  }

  .home-three-blog-card-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-card-shape {
    width: 110%;
    max-width: none;
    left: auto;
    right: auto;
  }

  .home-three-about-list {
    grid-template-columns: 1fr;
  }

  .home-three-portfolio-image-small {
    height: auto;
  }

  .home-three-portfolio-row {
    flex-flow: column;
    align-items: stretch;
  }

  .home-three-portfolio-row.home-three-portfolio-row-gap {
    padding-bottom: 40px;
  }

  .big-heading-text {
    letter-spacing: -1.98px;
    font-size: 60px;
    line-height: 70px;
  }

  .service-card-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .home-three-about-top-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-three-slider-arrow {
    top: -15%;
  }

  .home-three-portfolio-card {
    max-width: none;
  }

  .home-three-portfolio-card.home-three-portfolio-card-margin {
    margin-top: 0;
  }

  .home-three-blog-card-two {
    padding-right: 0;
  }

  .home-three-service-cards {
    grid-template-columns: 1fr;
  }

  .home-three-service-cards.bottom-two {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .home-three-portfolio-image-big {
    height: auto;
  }

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

  .home-three-portfolio {
    padding-top: 70px;
  }

  .home-three-blog-card-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .about-one-services-cards {
    grid-template-columns: 1fr;
  }

  .about-choose-us-card-top {
    margin-bottom: 20px;
  }

  .about-one-video-text {
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .about-one-service-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-one-service-section.top-space {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .about-one-hero {
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .about-one-hero.no-top-margin.sustainability {
    background-position: 0 0, 75%;
  }

  .about-one-hero.no-top-margin.roof-access-systems {
    background-image: linear-gradient(90deg, #16232b, #16232b00), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/67c5d31674b9ce1e0ab46657_RA-home-98.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .about-one-hero.no-top-margin.rope-access {
    background-image: linear-gradient(90deg, #16232b, #16232b00 80%), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/67c5e152311103d1bea1a449_RA-home-102.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .about-one-construction-small-image {
    display: none;
  }

  .about-choose-us-box {
    grid-template-columns: 1fr;
  }

  .about-one-construction-big-image {
    margin-bottom: 0;
  }

  .margin-bottom-fourty.mobile-margin-twenty {
    margin-bottom: 20px;
  }

  .about-two-background-video {
    height: 350px;
  }

  .about-two-image-wrapper {
    flex: 0 auto;
  }

  .counter {
    height: 35px;
    margin-bottom: 0;
  }

  .about-two-choose-us-wrapper, .about-two-services-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-two {
    letter-spacing: -.25px;
    font-size: 25px;
    line-height: 35px;
  }

  .about-two-counter-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-two-service-card {
    display: flex;
  }

  .about-two-hero {
    padding-bottom: 100px;
  }

  .about-two-services {
    padding-bottom: 50px;
  }

  .about-three-portfolio-slider {
    width: 350px;
    height: 192px;
  }

  .portfolio-box.next {
    transform: translate(80px)scale(.8);
  }

  .portfolio-box.previous {
    transform: translate(-80px)scale(.8);
  }

  .about-three-cards-row {
    grid-template-columns: 1fr;
  }

  .service-arrow-icon {
    margin-left: 0;
  }

  .service-featured-list-text {
    text-align: center;
    flex-flow: column;
  }

  .service-featured-image-wrapper {
    display: none;
  }

  .service-featured-list-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #dadada;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-featured-list {
    border-top-style: none;
    border-bottom: 1px solid #dadada;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-two-text-box {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .service-two-image-wrapper {
    grid-template-columns: 1fr;
  }

  .service-renovation-cards {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mobile-landscape-full-width {
    width: 100%;
    height: auto;
  }

  .service-two-renovation-left-wrapper {
    padding-right: 20px;
  }

  .service-two-cards.top-cards {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-two-cards.second-cards, .service-two-cards.top-cards {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-two-cards.top-cards.top-cards-border-off {
    border-top: 1px solid #cacaca;
  }

  .service-two-cards.second-cards {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-two-renovation-description {
    margin-bottom: 30px;
  }

  .service-two-features-background {
    transform: none;
  }

  .service-two-features-box {
    flex-flow: column;
  }

  .service-two-features-image {
    max-width: none;
    transform: none;
  }

  .service-two-features-main {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    top: auto;
  }

  .service-two-hero {
    padding-top: 170px;
  }

  .service-two-features {
    padding-left: 0;
    padding-right: 0;
  }

  .service-three-hero {
    background-image: linear-gradient(#16232b80, #16232b4d 31%, #16232b), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5ab2_Service%20Three%20Hero%20Image.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .service-three-counter {
    padding-top: 50px;
    padding-bottom: 160px;
  }

  .service-three-cards-wrapper {
    grid-template-rows: auto auto auto auto;
  }

  .service-three-card.service-three-card-one:hover {
    background-image: linear-gradient(90deg, var(--ra-medium-blue), #ddd0), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/6717fa69b217749ade74d87d_RA-home-40.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .service-three-card.service-three-card-one.v2:hover {
    background-image: linear-gradient(90deg, var(--ra-medium-blue), #ddd0), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/6717fd41da747d655a355585_RA-home-41.webp");
    background-image: linear-gradient(90deg, var(--ra-medium-blue), #ddd0), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/6717fd41da747d655a355585_RA-home-41.webp");
  }

  .service-three-card.service-three-card-three:hover {
    background-image: linear-gradient(90deg, #16232b, #ddd0), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5aae_Service%20Three%20Cards%20Image%20(2).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .service-three-card.service-three-card-four {
    background-position: 0 0, 30%;
  }

  .service-three-card.service-three-card-four:hover {
    background-image: linear-gradient(90deg, #16232b, #ddd0), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5ab4_Service%20Three%20Cards%20Image%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .service-three-card.service-three-card-two:hover {
    background-image: linear-gradient(90deg, #16232b, #ddd0), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5aac_Service%20Three%20Cards%20Image%20(3).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .service-three-counter-box {
    padding-left: 25px;
    padding-right: 25px;
  }

  .service-three-cards-text {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-three-construction-list.border-left {
    border-right-style: none;
  }

  .service-three-construction-list-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-one-get-in-touch.reduced-bottom-space {
    padding-top: 50px;
  }

  .contact-one-form {
    margin-top: -160px;
  }

  .contact-information.border-buttom-off {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .contact-one-form-wrapper {
    padding: 30px 20px 40px;
  }

  .get-in-touch-left-wrapper {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .contact-one-hero {
    background-position: 0 0, 70%;
    padding-bottom: 200px;
  }

  .contact-one-hero.no-top-margin.contact {
    background-position: 0 0, 50%;
  }

  .form-elements-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .contact-two-card-box {
    min-height: 300px;
  }

  .contact-two-get-in-touch-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-two-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .pricing-plan-hero {
    background-image: linear-gradient(#16232bcc, #16232bcc), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5adf_Pricing%20Plan%20Hero%20Image.webp");
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .pricing-plan-hero.no-top-margin.policy.variant {
    background-position: 0 0, 80%;
  }

  .faq-description {
    max-width: none;
  }

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

  .faq-heading-text-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-heading-left {
    max-width: none;
  }

  .faq-hero {
    padding-top: 170px;
    padding-bottom: 100px;
  }

  .blog-one-recent {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-list-one {
    grid-template-columns: 1fr;
  }

  .blog-card-two-text {
    max-width: none;
  }

  .collection-list-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-one-articles {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-one-hero {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .collection-list-four {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-two-hero {
    background-image: linear-gradient(90deg, #16232b, #16232b99), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5ae4_Blog%20Two%20Hero.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .blog-card-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-three {
    grid-template-columns: 1fr;
  }

  .blog-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-details-hero-content {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .utility-page-content.form-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .style-guide-color-block {
    display: block;
  }

  .style-guide-color-name-block {
    margin-top: -30px;
  }

  .color {
    font-size: 100px;
    line-height: 90px;
  }

  .testimonial-author-image {
    width: 100%;
    margin-top: -20px;
  }

  .testimonial-author-image.testimonial-author-image-four, .testimonial-author-image.testimonial-author-image-two, .testimonial-author-image.testimonial-author-image-three, .testimonial-author-image.testimonial-author-image-four, .testimonial-author-image.testimonial-author-image-two, .testimonial-author-image.testimonial-author-image-three {
    width: 100%;
  }

  .testimonials {
    padding-top: 80px;
  }

  .testimonial-text-box {
    padding: 20px;
  }

  .testimonial-card {
    background-position: 0 40%;
    background-size: contain;
  }

  .testimonial-card.testmonial-card-gap {
    margin-bottom: 80px;
  }

  .testimonial-card.testimonial-card-right {
    background-position: 100% 40%;
    background-size: contain;
  }

  .testimonial-hero {
    background-image: linear-gradient(#16232bcc, #16232bcc), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5af8_Testimonial%20Hero.webp");
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .license-hero {
    padding-top: 160px;
  }

  .licensing-section {
    padding-top: 55px;
  }

  .images-preview {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .licensing-image {
    height: auto;
  }

  .landing-innerpages {
    padding-top: 80px;
  }

  .landing-hero {
    padding-top: 120px;
  }

  .landing-innerpages-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .landing-features-boxes-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-footer-bottom-text {
    flex-flow: column-reverse;
  }

  .landing-innerpages-cards-wrapper, .landing-innerpages-cards-wrapper.landing-utility-cards-wrapper, .landing-innerpages-cards-wrapper.landing-utility-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .landing-page-big-text {
    font-size: 74px;
    top: -51px;
  }

  .landing-homepages, .landing-features {
    padding-top: 80px;
  }

  .blog-date {
    flex: none;
  }

  .contact-three-hero-text {
    margin-bottom: 40px;
  }

  .contact-three-form-block {
    padding: 40px 30px 35px;
  }

  .contact-three-information-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .contact-three-information-text {
    max-width: none;
    position: static;
  }

  .contact-three-information-boxes-wrapper {
    max-width: none;
  }

  .contact-three-information-cards {
    min-height: auto;
  }

  .section._120, .section._100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._120, .section._100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._100.white-smoke.reduced-bottom-space {
    padding-bottom: 50px;
  }

  .section._80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .logo-link {
    margin: 8px 30px;
  }

  .logo {
    height: 24px;
  }

  .heading-2, .heading-2.lighter, .heading-2.lighter {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .h2-heading-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .third-image {
    display: none;
  }

  .brochure-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .list-dropdown {
    flex-flow: column;
    justify-content: flex-start;
  }

  .nav-category-link {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-category-list {
    flex-flow: column;
    align-items: center;
  }

  .column {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .home-one-about-cards {
    grid-template-columns: 1fr;
  }

  .about-card-overlay {
    display: none;
  }

  .features-cards {
    width: 98vw;
  }

  .container.brochure {
    margin-top: 60px;
  }

  .home-one-about-card-text {
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .no-margin-top.text-white.margin-bottom-thirty {
    font-size: 32px;
    line-height: 42px;
  }

  .no-margin-top.text-white.margin-bottom-thirty._20 {
    margin-bottom: 12px;
  }

  .button-two.margin-top-twenty.mobile-margin-ten {
    margin-top: 10px;
  }

  .text-white.no-margin-bottom {
    font-size: 32px;
    line-height: 42px;
  }

  .home-one-blogs-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-one-about-text {
    margin-bottom: 25px;
  }

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

  .footer-bottom-wrapper {
    padding-bottom: 20px;
  }

  .home-one-blogs-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-dropdown {
    padding-top: 15px;
    padding-left: 10px;
  }

  .small-arrow-icon.home-one-blog-arrow {
    margin-left: 0;
  }

  .menu-button {
    justify-content: center;
  }

  .features-information {
    padding-bottom: 20px;
  }

  .home-one-service {
    padding-top: 90px;
  }

  .home-one-hero-slider-text-wrapper {
    max-width: 310px;
  }

  .home-two-features {
    padding-bottom: 40px;
  }

  .home-two-features-text-wrapper.reduced-bottom-space {
    margin-bottom: 30px;
  }

  .home-two-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-two-service-boxes {
    height: 450px;
  }

  .home-two-hero {
    padding-bottom: 100px;
  }

  .home-two-hero.no-top-space.home-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-two-team-wrapper {
    grid-template-columns: 1fr;
  }

  .home-two-features-cards {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-two-about-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-two-work-block {
    grid-template-columns: 1fr;
  }

  .why-choose-box-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .service-card-shape {
    width: 100.2%;
    max-width: none;
    left: auto;
    right: auto;
  }

  .big-heading-text {
    letter-spacing: -1.35px;
    font-size: 45px;
    line-height: 55px;
  }

  .service-card-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .home-three-slider-arrow {
    top: -35%;
  }

  .home-three-blog-big-card-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-three-button-wrapper {
    flex-flow: column;
  }

  .about-construction-points {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-one-construction-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .about-one-service-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-one-service-section.top-space {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .about-one-video-wrapper {
    aspect-ratio: auto;
    height: 250px;
  }

  .about-one-hero.no-top-margin.health-and-safety {
    background-position: 0 0, 55%;
  }

  .about-one-hero.no-top-margin.roof-access-systems {
    background-image: linear-gradient(90deg, #16232b, #16232b00), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/67c5d31674b9ce1e0ab46657_RA-home-98.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .about-one-hero.no-top-margin.rope-access {
    background-image: linear-gradient(90deg, #16232b, #16232b00 80%), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/67c5e152311103d1bea1a449_RA-home-102.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .about-one-video-box {
    aspect-ratio: auto;
    height: 250px;
  }

  .about-construction-icons {
    margin-top: 0;
  }

  .about-two-counter-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testmonial-slider-mask {
    width: 95vw;
  }

  .about-three-portfolio-slider {
    width: 280px;
  }

  .portfolio-box.next {
    transform: translate(60px)scale(.8);
  }

  .portfolio-box.previous {
    transform: translate(-60px)scale(.8);
  }

  .about-three-cards-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-cards-content {
    grid-template-columns: 1fr;
  }

  .service-choose-cards {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .features-category {
    margin-bottom: 35px;
  }

  .service-featured-list-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-cards-text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .choose-cards-wrapper, .service-featured-list-content {
    grid-template-columns: 1fr;
  }

  .service-two-project-image {
    padding: 6px;
  }

  .service-two-renovation-description {
    margin-bottom: 30px;
  }

  .service-two-renovation-box {
    padding: 30px 20px;
  }

  .service-two-renovation-grid {
    grid-template-columns: 1fr;
  }

  .service-two-renovation.reduced-bottom-space {
    padding-bottom: 30px;
  }

  .service-two-features-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-hero-bottom-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .service-three-hero {
    background-image: linear-gradient(#16232bcc, #16232bcc), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5ab2_Service%20Three%20Hero%20Image.webp");
    background-position: 0 0, 40%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .service-three-cards-wrapper, .service-three-counter-right-wrapper {
    grid-template-columns: 1fr;
  }

  .service-three-card.service-three-card-one {
    padding-top: 100px;
  }

  .service-three-construction-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-one-get-in-touch.reduced-bottom-space {
    padding-bottom: 30px;
  }

  .get-in-touch-boxes {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contact-information {
    justify-content: center;
    align-items: center;
  }

  .input-field {
    padding-left: 12px;
  }

  .select-field {
    padding-left: 10px;
  }

  .contact-one-hero.no-top-margin.contact {
    background-position: 0 0, 50%;
  }

  .textarea {
    padding-left: 12px;
  }

  .contact-two-form {
    padding: 30px 20px 40px;
  }

  .pricing-plan-hero.no-top-margin.policy.variant {
    background-position: 0 0, 82%;
  }

  .pricing-card {
    padding: 45px 25px;
  }

  .faq-hero {
    background-position: 0 0, 59%;
  }

  .blog-one-recent, .blog-one-articles {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-one-hero {
    background-image: linear-gradient(#16232bcc, #16232bcc), url("https://cdn.prod.website-files.com/66f687a3df2431fe5bda58c2/66f687a3df2431fe5bda5ae3_Blog%20One%20Banner%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .blog-post-image {
    height: auto;
  }

  .blog-details-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-details-marquee-wrapper {
    padding-bottom: 15px;
  }

  .utility-page-content.form-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-hero {
    padding-bottom: 56px;
  }

  .testimonial-author-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-card {
    background-position: 0 7%;
    background-size: 97%;
  }

  .testimonial-card.testimonial-card-right {
    background-position: 100% 7%;
    background-size: 97%;
  }

  .licensing-image {
    height: 250px;
  }

  .landing-innerpages {
    padding-top: 50px;
  }

  .footer-bottom-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .landing-footer-bottom-text {
    text-align: center;
  }

  .landing-footer-bottom {
    padding-top: 0;
  }

  .landing-page-big-text {
    font-size: 58px;
    top: -35px;
  }

  .landing-homepages, .landing-features {
    padding-top: 50px;
  }

  .menu-link.w--current {
    font-weight: 400;
  }

  .section._120, .section._100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._80, .section._120, .section._100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._100.white-smoke.reduced-bottom-space {
    padding-bottom: 40px;
  }

  .section._80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-link {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo.bigger {
    height: 80px;
  }

  .logo.bigger.smaller {
    height: 60px;
  }

  .logo.bigger.smaller.more {
    height: 55px;
  }

  .h2-heading-2 {
    font-size: 26px;
    line-height: 36px;
  }

  .h2-heading-2.no-bottom-space.centre-mobile {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .brochure-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav-category-link {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-category-list {
    align-items: center;
  }

  .brochure-download-stack {
    padding: 20px;
  }

  .brochure-block {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brochure-mini-stack {
    padding: 10px;
  }
}

#w-node-_4828e28f-ca1c-be29-cdb1-ae6f94cc892e-94cc8928 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-cefb15e0-83db-18ab-93a3-998890775469-90775466 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4828e28f-ca1c-be29-cdb1-ae6f94cc892b-94cc8928 {
    justify-self: start;
  }

  #w-node-_4828e28f-ca1c-be29-cdb1-ae6f94cc897a-94cc8928 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cefb15e0-83db-18ab-93a3-998890775469-90775466 {
    grid-column: span 1 / span 1;
  }
}
