@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-bolditalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-extrabolditalic.ttf') format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-blackitalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-thinitalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-extrabold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-semibolditalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-mediumitalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-lightitalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/barlow-extralightitalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/helveticaneuethin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/helveticaneueultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/helveticaneueblack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/helveticaneueheavy.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --max-width: 1280px;
  --black: #000;
  --white: white;
  --grey: #f5f6f8;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

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

.hero-section {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/bdahomes_1687334797_3129913593760308966_35282173973.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  height: 100vh;
  display: flex;
}

.hero-section.services {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(90deg, #000000b8, #00000069);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: auto;
  position: relative;
}

.hero-section.services.custom-homes {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/41-mitchell-street_maribyrnong_backyard_final.webp');
  background-size: auto, cover;
}

.hero-section.services.renovations {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/bdahomes_1710394542_3323352752745017160_35282173973.jpg');
  background-position: 0 0, 50%;
}

.hero-section.services.townhouses {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/49_jackson-street_front-view_final_dusk-free.webp');
  background-position: 0 0, 50% 70%;
}

.hero-section.services.multi-res {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/zeid_projects_1725959467_3453920805249523451_32477293880.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.services.our-process {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/18a_macdonald_street_altonanorth_024.webp');
}

.hero-section.services.our-projects {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/zeid_projects_1725959467_3453920805249523451_32477293880.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.services.testimonials {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/73_gilbee_road_truganina_159.webp');
}

.hero-section.services.commercial {
  z-index: 999;
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/zeid-4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.hero-section.projects {
  height: auto;
}

.hero-section.projects.dummy-project {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/zeid-2.webp');
}

.hero-section.projects._131-bellevue-avenue {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/exterior_bellevue_final.webp');
}

.hero-section.projects._111-neale-road {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/736_neale_road_deanside_046_v2.webp');
}

.hero-section.projects._73-gilbee-road {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/73_gilbee_road_truganina_142.webp');
}

.hero-section.projects._65-macdonald-avenue {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/65_macdonald_avenue_altonanorth_084.webp');
}

.hero-section.projects._63-macdonald-avenue {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/img_2651.webp');
}

.hero-section.projects._54-the-righi {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/54-righi_exterior_final.webp');
  background-position: 0 0, 50% 100%;
}

.hero-section.projects._49-jackson-street {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/49_jackson-street_front-view_final.webp');
  background-position: 0 0, 50% 100%;
}

.hero-section.projects._44-angus-avenue {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/front-exterior_44-angus-ave_final.webp');
}

.hero-section.projects._41-mitchell-street {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/41-mitchell-street_maribyrnong_day_final.webp');
}

.hero-section.projects._33-vernon-street {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/2_33_vernon_street_kingsvillesouth_110.webp');
}

.hero-section.projects._18-macdonald-avenue {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/18a_macdonald_street_altonanorth_014.webp');
}

.hero-section.projects._17-macdonald-avenue {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/17-macdonald_ave_front_final.webp');
}

.hero-section.projects._12-jubilee-street {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/free_12-jubilee-street-newport_front-dusk.webp');
  background-position: 0 0, 50% 55%;
}

.hero-section.projects._11-viola-avenue {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/11-viola-avenue_brooklyn_front-facade_final.webp');
}

.hero-section.projects._7-reetaj-crescent {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/7_reetaj_crescent_truganina_091v1.webp');
}

.hero-section.projects.woods {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/woods-2-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.station-place {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/glen-huntly-9.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.southside-barber {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/barber-6.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.schutt-street {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/mason-012.webp');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
}

.hero-section.projects.pilates {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/pilates-9.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.notorious {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/notorious-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.mcarthurs {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/mcarthurs-9.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.mancave-barber {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/mancave-barber-21.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.illumination {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/illumination-lounge-012.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.almond {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/2-almond-st_02.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.aesthetika-beauty {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/aesthetika-beauty-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.newport-football-club {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/newport-football-club-4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.eyre-st {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/eyre-st.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.little-river {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/little-river.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.plunmp {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/plump-grocery.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.gowrie {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/gowrie-st.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.rosshire {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/rosshire-50_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.projects.feel-good-hood {
  background-image: url('../images/feelgood-hood.webp'), linear-gradient(90deg, #000000b8, #00000069);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.hero-section.home-webflow {
  background-image: linear-gradient(90deg, #000000b8, #00000069);
  max-height: 900px;
  position: relative;
}

.hero-section.about {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/mason-022.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
}

.hero-section.about.team {
  background-image: linear-gradient(90deg, #000000b8, #00000069), url('../images/zeid-projects-team.webp');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
}

.nav-bar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-bar.scroll-nav {
  z-index: 999;
  background-color: #000;
  height: 110px;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -101%);
}

.nav-bar-container {
  border-bottom: 1px #ffffffa1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.image {
  height: 45px;
}

.link-144 {
  color: #fff;
  text-decoration: none;
}

.link-148 {
  color: #ccc;
  font-weight: 500;
  text-decoration: none;
}

.text-block-84 {
  color: #f36621;
  letter-spacing: 2.5px;
  margin-right: 0;
  font-family: Barlow, sans-serif;
  font-size: 13px;
}

.div-block-277._60 {
  background-color: #fff;
  width: 60%;
  height: 2px;
  margin-bottom: 7px;
  margin-left: auto;
}

.div-block-277._2 {
  background-color: #fff;
  height: 1.5px;
  margin-bottom: 7px;
}

.div-block-277._2.bottom {
  height: 2px;
  margin-bottom: 0;
}

.link-block-11 {
  margin-left: 30px;
}

.div-block-150 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.div-block-278 {
  width: 25px;
  margin-left: 0;
}

.text-span-11 {
  color: #fff;
  letter-spacing: 1.5px;
  margin-left: 10px;
  font-weight: 600;
}

.div-block-279 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 35px;
  display: flex;
}

.body-webflow {
  background-color: #fff;
  font-family: Helvetica Neue, sans-serif;
}

.text-block-85 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.hero-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content-container {
  max-width: var(--max-width);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-content-container.services {
  background-color: #fff0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-content-container.about {
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 100px;
}

.hero-content-container.testimonials {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 220px;
}

.hero-content-container.contact {
  padding-top: 200px;
}

.h1-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Boston;
  font-size: 45px;
  font-weight: 200;
  line-height: 55px;
}

.h1-heading.cta {
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  max-width: 600px;
  margin-bottom: 20px;
  font-family: Helvetica Neue, sans-serif;
  font-weight: 400;
}

.h1-heading.mt-20px {
  letter-spacing: normal;
  text-transform: none;
  margin-top: 20px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 60px;
}

.h1-heading.home-webflow-2 {
  letter-spacing: normal;
  text-transform: none;
  font-family: Helvetica Neue, sans-serif;
  font-weight: 400;
}

.text-span-12 {
  font-weight: 500;
}

.heading-2 {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.hero-title-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: -100px;
  display: flex;
}

.hero-title-container.services {
  width: 65%;
  margin-top: 0;
}

.hero-title-container.services._50 {
  width: 50%;
}

.hero-title-container.about {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
}

.hero-title-container.testimonials {
  width: 60%;
  margin-top: 0;
}

.image-2 {
  margin-top: 0;
}

.link-block-12 {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-282 {
  background-color: #fff;
  border: 1px #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-86 {
  z-index: 1;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  position: relative;
}

.text-block-86.white {
  color: #fff;
  font-weight: 600;
}

.div-block-283 {
  background-color: #14141400;
  border: 1px solid #fff;
  border-left-style: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.image-3 {
  width: 30px;
}

.div-block-284 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50px;
  display: flex;
}

.dropdown {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown-toggle {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0;
  display: flex;
}

.text-block-87 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  font-family: Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-list {
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 0 9px #1c1c2226;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom: 3px solid #1d1d1d;
  padding: 20px 10px;
  top: 35px;
}

.dropdown-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.dropdown-link.w--current {
  color: var(--black);
}

.link-block-13 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-13.last {
  padding-right: 0;
}

.link-block-13.final {
  margin-right: 0;
}

.bottom-hero-banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.div-block-285 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding-bottom: 30px;
  display: none;
}

.div-block-303 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
  inset: auto 0% 8% auto;
}

.link-block-14 {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-14:hover {
  background-color: #f3662100;
  border-color: #fff;
}

.link-block-14.black {
  border-color: #949494;
}

.text-block-88 {
  letter-spacing: 2px;
  font-family: Barlow, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-88.black {
  color: #000;
}

.html-embed-22 {
  height: 24px;
}

.div-block-304 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-bottom: 10px;
  font-family: National;
  font-size: 13px;
  display: flex;
}

.text-block-89 {
  margin-right: 15px;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-89.last {
  margin-right: 0;
}

.text-block-90 {
  margin-right: 15px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  bottom: -15px;
}

.section {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 140px 20px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.no-pt {
  padding-top: 60px;
}

.section._220px {
  padding-top: 220px;
}

.section.project {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 100px;
}

.section._140px-bp {
  padding-bottom: 140px;
}

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

.section.top-line._140px-bm {
  padding-bottom: 140px;
}

.section.testimonials {
  z-index: 2;
  padding-top: 0;
  overflow: visible;
}

.section.projects {
  padding-top: 0;
  padding-bottom: 100px;
  overflow: visible;
}

.section.process {
  padding-bottom: 140px;
}

.section.contact {
  z-index: 2;
  padding-top: 0;
  overflow: visible;
}

.section._2nd {
  background-color: var(--white);
  padding-top: 60px;
}

.section.no-padding-bottom {
  padding-bottom: 0;
}

.section.contact-home {
  padding-top: 60px;
  padding-bottom: 0;
}

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

.section.service-cms-no-image {
  padding-top: 100px;
  padding-bottom: 0;
}

.section.service-cms-no-image.final-no-image {
  padding-bottom: 140px;
}

.section.last-section {
  padding-top: 0;
  padding-bottom: 140px;
}

.div-block-305 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 1280px;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.div-block-305.centred {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.div-block-305.projects {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.div-block-305._100px-padding {
  padding-right: 100px;
}

.div-block-305._100 {
  width: 100%;
}

.div-block-305._30 {
  width: 30%;
}

.lightbox-link {
  margin-top: -100px;
}

.lightbox-link.no-mt {
  margin-top: 40px;
}

.h2-heading {
  color: var(--black);
  text-transform: none;
  width: auto;
  margin-top: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.h2-heading.smaller {
  color: var(--black);
  width: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.h2-heading.centred {
  text-align: left;
  text-transform: none;
  max-width: 850px;
  font-size: 38px;
  line-height: 46px;
}

.h2-heading.h3 {
  font-size: 22px;
  line-height: 28px;
}

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

.text-span-13 {
  font-weight: 600;
}

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

.regular-paragraph {
  color: #000;
  max-width: none;
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.regular-paragraph.white {
  color: #fff;
}

.regular-paragraph.white.mt-20px {
  max-width: 480px;
  margin-top: 20px;
}

.regular-paragraph.white.cta {
  text-align: center;
  max-width: 500px;
  margin-bottom: 20px;
}

.regular-paragraph.white.testimonials {
  max-width: 450px;
  margin-top: 40px;
  margin-left: 40px;
}

.regular-paragraph.mt-20px {
  margin-top: 20px;
}

.regular-paragraph.centred {
  text-align: left;
}

.regular-paragraph h3, .regular-paragraph h2, .regular-paragraph h1, .regular-paragraph h4 {
  font-weight: 400;
}

.regular-paragraph ul, .regular-paragraph ol {
  padding-left: 20px;
}

.regular-paragraph a {
  color: var(--black);
}

.link-block-15 {
  border: 1px #000;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-15.white {
  border-color: #fff;
}

.link-block-15.no-mt {
  margin-top: 0;
}

.text-block-91 {
  font-family: National;
}

.content-50 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-50.centred {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.content-50.centred.mt-40px {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  margin-right: 0;
}

.content-50.mt-40px {
  margin-top: 40px;
}

.content-50.stat-container {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 400px;
}

.content-50.spacing-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.content-50.right-vertical-image {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-26 {
  color: #0e0d2e;
  border-top: 1px #8d8d8d5c;
  width: 100%;
  max-width: 1280px;
  height: auto;
  padding: 0 0%;
}

.link-128 {
  border-right: 1px solid #adadad;
}

.link-130 {
  border-right: 1px solid #000;
}

.div-block-247 {
  margin-right: 5px;
  display: flex;
}

.link-114 {
  border-right: 1px solid #000;
}

.link-120 {
  color: #0e0d2e;
  letter-spacing: normal;
  border-right: 1px #fff;
  font-weight: 400;
}

.link-115 {
  border-right: 1px solid #443c3c;
}

.html-embed-26 {
  color: #0000;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.html-embed-26.fb {
  display: none;
}

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

.link-121 {
  border-right: 1px solid #fff;
}

.text-block-143 {
  color: #231f20;
  letter-spacing: 2px;
  font-weight: 600;
}

.image-25 {
  opacity: 1;
  width: 160px;
}

.html-embed-27 {
  color: #fff;
  width: 20px;
}

.div-block-248 {
  color: #fff;
  background-color: #4e4b4c00;
  border-bottom: 1px #00000030;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.link-131 {
  border-right: 1px solid #000;
}

.link-122 {
  border-right: 1px #fff;
}

.text-block-72 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 9px;
  font-weight: 600;
}

.link-119 {
  border-right: 1px solid #ebebeb;
}

.div-block-466 {
  background-color: #231f20;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.div-block-458 {
  border: 1px solid #fff;
  border-left-width: 3px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-458.black {
  border-width: 1px 1px 1px 3px;
  border-color: #231f20;
}

.text-block-146 {
  text-transform: uppercase;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 700;
}

.link-136 {
  color: #000;
  border-right: 1px #000;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.link-3 {
  color: #1b1b1b;
}

.paragraph-4 {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

.div-block-370 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
}

.div-block-463 {
  color: #fff;
  background-color: #000;
  width: auto;
  height: 50px;
  margin-top: -50px;
  margin-left: auto;
  display: flex;
}

.link-125 {
  border-right: 1px solid #493131;
}

.div-block-476 {
  z-index: 996;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Barlow, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.link-118 {
  border-right: 1px solid #d6d6d6;
}

.link-block-28 {
  color: #231f20;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
  box-shadow: 0 0 9px #1612272b;
}

.link-133 {
  border-right: 1px solid #000;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.grid-29 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr .25fr;
  place-items: start stretch;
  width: 100%;
  padding-bottom: 0;
}

.div-block-461 {
  background-image: url('../images/createarchitecture__1625208911_2608763889996251734_1067260851.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 150px;
}

.link-134 {
  border-right: 1px solid #000;
}

.link-116 {
  color: #fff;
  border-right: 1px #928e8e;
  font-family: Barlow, sans-serif;
}

.link-124 {
  border-right: 1px solid #493131;
}

.div-block-462 {
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.link-126 {
  border-right: 1px solid #a5a5a5;
}

.link-135 {
  border-right: 1px solid #000;
}

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

.link-block-10 {
  color: #445e70;
  margin-right: 5px;
}

.div-block-31 {
  border-top: 1px solid #ffffffb8;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: 20px;
  padding: 20px 0%;
  display: flex;
  position: relative;
}

.div-block-249 {
  color: #fff;
  align-items: center;
  display: flex;
}

.link-block-26 {
  color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 250px;
  height: 200px;
  margin-top: 30px;
  display: flex;
}

.link-117 {
  color: #1b1b1b;
  letter-spacing: 2px;
  border-right: 1px #c4c4c4;
  font-family: Montserrat, sans-serif;
}

.text-block-71 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-block-142 {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.text-block-142.black {
  color: #231f20;
}

.link-149 {
  color: #fff;
  letter-spacing: 2px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.link-138 {
  color: #118e8a;
  border-right: 1px #000;
  font-family: Oswald, sans-serif;
}

.link-block-27 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.footer {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-250 {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.link-132 {
  border-right: 1px solid #000;
}

.link-139 {
  border-right: 1px #000;
}

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

.text-span-3 {
  color: #fff;
}

.link-137 {
  color: #fff;
  border-right: 1px #000;
  font-family: Barlow, sans-serif;
}

.link-113 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.div-block-374 {
  padding-right: 60px;
}

.link-block {
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.image-26 {
  width: 45%;
}

.div-block-477 {
  background-color: #fff;
  width: 50%;
  height: auto;
  padding: 40px;
  position: relative;
  left: -133px;
  box-shadow: 0 0 17px #16151f29;
}

.text-block-147 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: National;
  font-size: 40px;
  line-height: 40px;
}

.div-block-478 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 200px;
  height: 120px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-148 {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 80px;
}

.text-block-149 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: National;
}

.image-27 {
  object-fit: cover;
  width: 40%;
  height: 300px;
}

.section-16 {
  background-image: linear-gradient(90deg, #000000c2, #0000008a);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 140px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-479 {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  position: relative;
}

.tab-link-tab-1 {
  opacity: 1;
  background-color: #c8c8c800;
  border-bottom: 1px solid #fff;
}

.tab-link-tab-1.w--current {
  background-color: #c8c8c800;
  border-bottom: 2px solid #fff;
  font-weight: 400;
}

.text-block-150 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: National;
}

.tab-link-tab-2 {
  opacity: .62;
  background-color: #ddd0;
  border-bottom: 1px solid #fff;
  font-weight: 300;
}

.tab-link-tab-2.w--current {
  opacity: 1;
  background-color: #ddd0;
  border-bottom-width: 2px;
}

.text-block-151 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 12px;
}

.tabs-menu {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-480 {
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  padding-top: 80px;
  display: flex;
}

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

.image-28 {
  object-fit: cover;
  height: 500px;
}

.div-block-482 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  margin-left: 100px;
  display: flex;
}

.heading-4 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: National;
  font-size: 42px;
  font-weight: 300;
  line-height: 42px;
}

.text-span-14 {
  font-weight: 500;
}

.image-29 {
  width: 15px;
  margin-left: 20px;
}

.text-block-152 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.bg-image {
  filter: blur(4px);
  background-image: url('../images/bdahomes_1714129761_3354686042115268428_35282173973.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: -3% 0% 0%;
}

.bg-shade {
  z-index: 1;
  background-image: linear-gradient(90deg, #000000ba, #00000085);
  position: absolute;
  inset: 0%;
}

.tab-pane-tab-2, .tabs-content, .tabs {
  position: static;
}

.div-block-483 {
  width: 50%;
  height: 400px;
  padding-right: 40px;
}

.div-block-484 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  display: flex;
}

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

.text-block-153 {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 130px;
}

.text-block-154 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-span-15 {
  font-size: 80px;
  line-height: 80px;
}

.div-block-486 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1000px;
  display: grid;
}

.image-30 {
  opacity: .21;
  filter: invert();
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.heading-5 {
  margin-top: 0;
  font-family: National;
}

.slickdemo {
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 40px;
  padding-bottom: 50px;
}

.slickdemo-projects {
  width: 32%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.project-link {
  background-color: #fff0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.project-image-tile {
  background-image: url('../images/11-viola-avenue_brooklyn_front-facade_final.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  height: 500px;
  display: flex;
}

.project-image-tile._2 {
  background-image: url('../images/bdahomes_1710934967_3327886165075057929_35282173973.jpg');
}

.project-image-tile._3 {
  background-image: url('../images/bdahomes_1663838129_2932809257482791722_35282173973.jpg');
  background-size: cover;
}

.project-image-tile._4 {
  background-image: url('../images/bdahomes_1710901060_3327601738851980075_35282173973.jpg');
}

.project-image-tile._5 {
  background-image: url('../images/bdahomes_1714129761_3354686042115268428_35282173973.jpg');
}

.project-image-tile._11-viola-avenue {
  background-image: url('../images/free_11-viola-avenue_brooklyn_front-facade_dusk_final.webp');
}

.project-image-tile._111-neale-road {
  background-image: url('../images/736_neale_road_deanside_125.webp');
}

.project-image-tile._12-jubilee-street {
  background-image: url('../images/12-jubilee-street-newport_front.webp');
  background-position: 50%;
}

.project-image-tile._131-bellevue-avenue {
  background-image: url('../images/exterior_bellevue_final.webp');
}

.project-image-tile._17-macdonald-avenue {
  background-image: url('../images/17-macdonald_ave_front_final.webp');
}

.project-image-tile._18-macdonald-avenue {
  background-image: url('../images/18a_macdonald_street_altonanorth_014.webp');
  background-position: 50%;
}

.project-image-tile._33-vernon-street {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/zeid-1.webp');
  background-position: 50%;
  background-size: cover;
}

.project-image-tile._41-mitchell-street {
  background-image: url('../images/41-mitchell-street_maribyrnong_day_final.webp');
}

.project-image-tile._44-angus-avenue {
  background-image: url('../images/front-exterior_44-angus-ave_final.webp');
  background-position: 45%;
}

.project-image-tile._49-jackson-street {
  background-image: url('../images/49_jackson-street_front-view_final.webp');
}

.project-image-tile._54-the-righi {
  background-image: url('../images/54-righi_exterior_final.webp');
  background-position: 50%;
}

.project-image-tile._63-macdonald-avenue {
  background-image: url('../images/img_2651.webp');
  background-position: 56%;
}

.project-image-tile._65-macdonald-avenue {
  background-image: url('../images/65_macdonald_avenue_altonanorth_084.webp');
}

.project-image-tile._7-reetaj-crescent {
  background-image: url('../images/7_reetaj_crescent_truganina_091v1.webp');
}

.project-image-tile._73-gilbee-road {
  background-image: url('../images/73_gilbee_road_truganina_052.webp');
  background-position: 50%;
}

.project-image-tile.woods {
  background-image: url('../images/woods-2-1.webp');
}

.project-image-tile.station-place {
  background-image: url('../images/glen-huntly-8.webp');
}

.project-image-tile.southside-barber {
  background-image: url('../images/barber-1.webp');
}

.project-image-tile.schutt-st {
  background-image: url('../images/mason-012.webp');
}

.project-image-tile.pilates {
  background-image: url('../images/pilates-141.webp');
}

.project-image-tile.notorious {
  background-image: url('../images/notorious-14.webp');
}

.project-image-tile.mcarthurs {
  background-image: url('../images/mcarthurs-9.webp');
}

.project-image-tile.mancave-barber {
  background-image: url('../images/mancave-barber-21.webp');
}

.project-image-tile.illumination {
  background-image: url('../images/illumination-lounge-028.webp');
}

.project-image-tile.almond {
  background-image: url('../images/2-almond-st_02.webp');
}

.project-image-tile.aesthetika-beauty {
  background-image: url('../images/aesthetika-beauty-10.webp');
}

.project-image-tile.newport-football-club {
  background-image: url('../images/newport-football-club-7.webp');
}

.project-image-tile.eyre {
  background-image: none;
  position: relative;
}

.project-image-tile.gowrie {
  background-image: url('../images/gowrie-st.webp');
  position: relative;
}

.project-image-tile.plump-grocery {
  background-image: url('../images/plump-grocery.webp');
  background-position: 60%;
}

.project-image-tile.bg-video-project {
  background-image: none;
  position: relative;
}

.project-info-tile {
  z-index: 1;
  background-color: #fff;
  border: 1px #181818;
  width: 100%;
  height: auto;
  padding: 30px 0;
  position: relative;
}

.text-block-155 {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

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

.text-block-156 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block-157 {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-top: 5px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-158 {
  color: #5d5d5d;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
}

.div-block-490 {
  font-family: Barlow, sans-serif;
}

.image-31 {
  width: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.section-17 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mcarthurs-17.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 650px;
  padding: 100px 20px;
  display: flex;
}

.div-block-491 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-491.align-top {
  justify-content: space-between;
  align-items: flex-start;
}

.main-content-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: flex;
}

.main-content-container.top-line {
  border-top: 1px solid #0000008c;
  padding-top: 140px;
}

.main-content-container.about {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.main-content-container.centre-horizontally {
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  position: relative;
}

.main-content-container.centre-horizontally.bottom {
  justify-content: center;
  align-items: flex-end;
}

.content-div-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.content-div-2.align-left {
  justify-content: flex-start;
  align-items: center;
}

.content-div-2.align-left._70 {
  width: 70%;
  padding-right: 60px;
}

.content-div-2.align-left._70.left {
  width: 50%;
  padding-left: 60px;
  padding-right: 0;
}

.content-div-2.vertical-align {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-div-2.align-right._70 {
  width: 70%;
  padding-left: 60px;
  padding-right: 0;
}

.section-18 {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-316 {
  border: 1px #fff;
  border-bottom: 2px solid #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding: 10px 30px;
  display: flex;
}

.code-embed-3 {
  color: #fff;
  margin-left: 10px;
}

.text-block-92 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.service-item {
  width: 100%;
  height: 550px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.static-div {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/office-cleaning-darwin.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.static-div.office-cleaning {
  background-image: linear-gradient(0deg, #0006, #00000036), url('../images/custom-homes-melbourne.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.static-div.aged-care-cleaning {
  background-image: linear-gradient(#0006, #0006), url('../images/aged-care-residence-cleaning.webp');
}

.static-div.corporate-cleaning {
  background-image: linear-gradient(#0006, #0006), url('../images/corporate-cleaning-darwin.webp');
}

.static-div.gym-cleaning {
  background-image: linear-gradient(#0006, #0006), url('../images/gym-cleaning-darwin.webp');
}

.static-div.warehouse-cleaning {
  background-image: linear-gradient(#0006, #0006), url('../images/warehouse-cleaning-darwin.webp');
}

.static-div.duplexes {
  background-image: linear-gradient(0deg, #0006, #00000036), url('../images/duplex-and-townhouse-builders-melbourne.webp');
  background-position: 0 0, 30%;
  background-size: auto, cover;
}

.static-div.apartments {
  background-image: linear-gradient(0deg, #0006, #00000036), url('../images/multi-unit-builders-melbourne.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.static-div.renovations {
  background-image: linear-gradient(0deg, #0006, #00000036), url('../images/architectural-renovations-melbourne.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.static-div.commercial {
  background-image: linear-gradient(0deg, #0006, #00000036), url('../images/commercial-builders-melbourne.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slickdemo2 {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-top: -164px;
  padding-bottom: 25px;
  display: block;
}

.slickdemo2.service-page {
  margin-top: -275px;
}

.hover-div {
  background-color: #1b1b1b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.paragraph-5 {
  color: #253542;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-5.white {
  color: #fff;
}

.paragraph-5.white.centred {
  text-align: center;
}

.paragraph-5.white.centred._13px {
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.heading-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}

.code-embed-2 {
  color: #fff;
  width: 35px;
  height: 35px;
}

.code-embed-2._20px {
  width: 30px;
  height: 30px;
  margin-left: 12px;
}

.heading-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.text-block-93 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  inset: 20px auto auto;
}

.bold-text {
  text-transform: uppercase;
  font-family: National;
  font-weight: 400;
}

.image-32 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 650px;
  display: inline-block;
  position: relative;
}

.text-span-16 {
  font-weight: 500;
}

.text-span-17 {
  font-weight: 400;
}

.text-block-159 {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-494 {
  z-index: 1;
  background-color: #ffffffe3;
  border-bottom: 4px solid #ececec;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 250px;
  margin-top: 160px;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

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

.div-block-496 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-160 {
  z-index: 1;
  color: #212022;
  font-size: 75px;
  font-style: normal;
  font-weight: 500;
  line-height: 75px;
  position: relative;
}

.text-block-161 {
  z-index: 1;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.image-33 {
  opacity: .05;
  width: 100px;
  margin-bottom: 10px;
  position: absolute;
}

.divider-line {
  background-color: #ccc;
  width: 1px;
  height: 80px;
  position: absolute;
  inset: auto 0% auto auto;
}

.service-item-container {
  border-radius: 3px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.bottom-square {
  width: 50px;
  height: 60px;
  position: absolute;
  inset: auto auto 40px;
}

.white-line-square {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.white-line-square.bottom {
  inset: auto 0% 0%;
}

.plus-container {
  width: 15px;
  height: 15px;
  margin: auto;
  position: absolute;
  inset: 0% 0% 0;
}

.div-block-497 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.div-block-498 {
  color: #fff;
  background-color: #fff;
  width: 2px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-19 {
  background-color: var(--grey);
  padding-top: 220px;
  overflow: hidden;
}

.section-19.services {
  padding: 140px 20px;
}

.section-20 {
  background-image: linear-gradient(0deg, #000000cf, #0000005c);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 160px 20px 310px;
  display: flex;
  position: relative;
}

.section-20.service-page {
  height: auto;
}

.section-20.about {
  background-image: linear-gradient(0deg, #000000b8, #0000005e), url('../images/73_gilbee_road_truganina_029.webp');
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
}

.div-block-499 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  position: relative;
}

.tabs-menu-2 {
  border: 1px #ffffffb8;
  border-bottom-style: solid;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.text-block-100 {
  font-size: 16px;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.heading-8 {
  z-index: 1;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  position: relative;
}

.heading-8.white {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: none;
  font-family: Barlow, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.div-block-336 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.div-block-500 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: flex;
}

.tabs-2 {
  flex-direction: column-reverse;
  display: flex;
}

.tabs-content-2 {
  padding-top: 40px;
  overflow: visible;
}

.tab-button {
  opacity: .7;
  color: #fff;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #fff;
  background-color: #fff0;
  height: 40px;
  font-weight: 700;
  position: relative;
}

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

.tab-panel {
  background-color: #0000;
  border-radius: 24px;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.tab-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

.content-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-162 {
  font-weight: 400;
}

.text-block-163 {
  font-weight: 300;
}

.slickdemo-testi {
  background-color: #fff0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: 0;
  padding-bottom: 30px;
  display: block;
}

.slickdemo-testi.testimonials {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: -100px;
  display: grid;
  position: relative;
}

.section-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-21.service-page {
  padding-top: 100px;
  padding-bottom: 40px;
}

.div-block-502 {
  z-index: 1;
  background-color: #fff;
  border-left: 6px solid #ececec;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 40px;
  position: relative;
}

.div-block-502._100 {
  width: 100%;
}

.div-block-503 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-504 {
  width: 200px;
  height: 40px;
  margin-top: 20px;
}

.text-block-164 {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

.div-block-505 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: -146px;
  position: relative;
  overflow: hidden;
}

.div-block-505.service-page, .div-block-505.no-margin {
  margin-top: 0;
}

.heading-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

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

.heading-9.mb-30px {
  margin-bottom: 30px;
}

.div-block-506 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: flex;
}

.page-webflow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 106px;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #fff0;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 0rem;
  min-width: 70%;
}

.text-block {
  opacity: .67;
  color: #e0e1e4;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 150px;
  font-weight: 200;
  line-height: 1;
}

.bottom-line-nav-bar {
  background-color: #fff0;
  border-bottom: 1px solid #ffffffa1;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-button {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0;
  transform: translate(0, 101%);
}

.bg-button.white {
  background-color: #fff;
}

.div-block-507 {
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.nav-bar-symbol {
  z-index: 999;
  position: relative;
}

.cta-bottom-container {
  z-index: 999;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-508 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: flex;
  position: static;
}

.link-block-29 {
  z-index: 999;
  text-transform: none;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80px;
  padding-left: 25px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-509 {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 40px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.div-block-510 {
  background-color: #64d67f;
  border-radius: 999px;
  width: 8px;
  height: 8px;
  position: static;
  inset: 5px auto auto 5px;
}

.div-block-510.top {
  width: 5px;
  height: 5px;
  position: absolute;
  inset: 2px 100px auto auto;
}

.div-block-511 {
  position: relative;
}

.lightbox-link-2 {
  z-index: 96;
  background-image: linear-gradient(#15193f54, #15193f54), url('../images/bdahomes_1710934967_3327886165075057929_35282173973.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  bottom: 30px;
}

.html-embed-28 {
  margin: auto;
  position: absolute;
  inset: auto;
}

.section-22 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -65px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-512 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 130px;
  padding: 0 0 0 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 22px #17161e30;
}

.div-block-513 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-165 {
  z-index: 1;
  color: var(--black);
  text-transform: uppercase;
  font-size: 22px;
  position: relative;
}

.text-span-18 {
  font-weight: 500;
}

.div-block-514 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bdahomes_1680083506_3069085358223187484_35282173973.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100%;
  padding-left: 50px;
  display: flex;
}

.div-block-515 {
  background-color: #fff;
  height: 400px;
  position: absolute;
  inset: 6% -51px 0 0%;
  transform: rotate(-23deg);
}

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

.div-block-516._600px {
  max-width: 600px;
}

.div-block-516._600px.no-maxwidth {
  max-width: none;
}

.div-block-517 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.div-block-518 {
  background-color: #ddd;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 30px;
  display: flex;
}

.image-34 {
  width: 50px;
  margin-right: 40px;
}

.image-34.invert {
  filter: invert();
}

.heading-10 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-6 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

.link-block-36 {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.link-block-36.hompage-slider {
  justify-content: flex-start;
  align-items: center;
}

.div-block-519 {
  border-bottom: 1px solid #ffffff3d;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-519.top {
  border-bottom-style: none;
  border-bottom-color: #ffffff3d;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-box-services {
  z-index: 1;
  background-color: #0000;
  width: 300px;
  height: auto;
  padding-right: 0;
  position: relative;
  overflow: auto;
}

.nav-box-services.homepage-slider {
  width: 100%;
}

.text-block-166 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-166.homepage-slider {
  letter-spacing: 3px;
  margin-left: 20px;
  font-size: 13px;
}

.div-block-408 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #b8b8b89e;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 80px;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-408.nav-box {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-color: #8d8d8d2b;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-408.nav-box.homepage-slider {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 9px;
  padding-left: 40px;
}

.div-block-435 {
  max-width: 500px;
}

.div-block-435.services {
  margin-top: 30px;
}

.div-block-435.services.nav-box {
  background-color: #101b2200;
  height: 175px;
  padding: 0 20px 0 0;
  position: relative;
  overflow: auto;
}

.side-nav-item {
  margin-bottom: 10px;
  padding: 15px 20px;
  position: relative;
}

.side-nav-item.homepage {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-span-19 {
  font-weight: 600;
}

.div-block-520 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: flex;
}

.image-35 {
  object-fit: cover;
  width: 45%;
  height: 800px;
}

.image-36 {
  width: 45%;
  height: 400px;
}

.text-span-20, .text-span-21 {
  font-weight: 600;
}

.div-block-521 {
  background-color: #fff0;
  border-radius: 7px;
  margin-top: 40px;
  padding: 15px;
}

.text-block-167 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.code-embed-4 {
  color: var(--white);
  width: 20px;
}

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

.project-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: -60px;
  display: grid;
}

.heading-11 {
  color: #fff;
  text-transform: none;
  max-width: 1000px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.heading-11.no-margin-top {
  margin-top: 0;
}

.heading-11.no-margin-top.left {
  letter-spacing: normal;
  text-transform: none;
  margin-top: 10px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.link-block-37 {
  color: #000;
  background-color: #fff301;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100%;
  margin-left: auto;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-block-37:hover {
  background-color: #039ae9;
}

.award {
  flex-direction: column;
  align-items: flex-end;
  padding-left: 20px;
  display: flex;
}

.div-block-301 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-301.service-page {
  padding-top: 0;
}

.div-block-301.service-page.projects {
  flex-flow: column;
  max-width: 1280px;
  height: auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.text-block-168 {
  font-size: 17px;
}

.text-block-168.service-page {
  margin-right: 40px;
}

.div-block-302 {
  max-width: 600px;
  margin-top: -111px;
}

.div-block-302.service-page {
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-top: -100px;
  display: flex;
}

.div-block-302.service-page.projects {
  margin-top: -214px;
}

.div-block-302.service-page.projects.project-page {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.text-block-125 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-125:hover {
  text-decoration: underline;
}

.text-block-124 {
  color: #fff;
  max-width: 250px;
  margin-top: 3px;
  font-size: 15px;
  font-weight: 500;
}

.text-block-124.award {
  text-align: right;
  font-style: italic;
  font-weight: 700;
}

.div-block-393 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block-123 {
  color: #fff;
  letter-spacing: normal;
  font-size: 13px;
}

.link-150 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

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

.div-block-394 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #ffffffba;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 500px;
  padding-top: 20px;
  display: grid;
}

.div-block-394._1-column {
  border-top-style: none;
  grid-template-columns: 1fr;
  justify-items: end;
}

.div-block-394._1-column._2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
}

.div-block-394.project-info {
  border-top-style: none;
  margin-top: 20px;
}

.div-block-524 {
  background-color: #fff;
  align-items: center;
  height: 80px;
  margin-top: 40px;
  padding-left: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #090b2c33;
}

.div-block-524.service-page {
  margin-top: -100px;
}

.div-block-524.service-page.projects {
  margin-top: -200px;
}

.html-embed-34 {
  color: #fff;
  width: 10px;
  height: auto;
  position: relative;
  top: -1px;
}

.text-block-169 {
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
}

.div-block-308 {
  background-color: #039ae9;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.paragraph-32 {
  color: #fff;
  max-width: 700px;
  margin-top: 10px;
  line-height: 28px;
}

.image-57 {
  width: 70px;
}

.link-block-21 {
  color: #fff;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-170 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 27px;
}

.text-block-170.blod {
  font-weight: 400;
  line-height: 13px;
}

.project-image-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: -60px;
  display: grid;
}

.project-image-grid.video-above {
  margin-top: 60px;
}

.div-block-526 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.lightbox-link-3, .image-58 {
  width: 100%;
}

.process-item {
  width: 100%;
  height: auto;
  margin-top: -84px;
}

.process-item.first {
  margin-top: 0;
}

.content-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: flex;
}

.content-container.vertical {
  flex-flow: column;
  max-width: 1280px;
}

.heading-85 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.div-block-527 {
  background-color: #39477c42;
  width: 1px;
  height: 80%;
  position: absolute;
}

.text-block-171 {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}

.process-container {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.process-text {
  background-color: #fff;
  height: 100%;
  margin-right: 30px;
  padding: 30px 30px 40px;
}

.process-text.right {
  margin-left: 30px;
  margin-right: 0;
}

.div-block-528 {
  z-index: 1;
  background-color: #fff;
  border: 1px #091142;
  border-radius: 999px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -15px -15px auto auto;
}

.div-block-528.right {
  inset: -15px auto auto -15px;
}

.process-card {
  background-color: #f7f7f700;
  border-top: 1px solid #2c2b2c24;
  border-right: 1px #39477c;
  max-width: 50%;
  height: 100%;
  position: relative;
}

.process-card.right {
  border-left: 1px #0606066b;
  border-right-style: none;
  margin-left: auto;
}

.div-block-529 {
  background-color: #39477c42;
  height: 1px;
  margin-top: 20px;
}

.paragraph-33 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-376, .div-block-376.smaller-padding-left {
  margin-bottom: 20px;
  margin-left: 0;
}

.div-block-364 {
  width: 50%;
}

.link-151 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

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

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.form-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.text-field-inform {
  text-transform: none;
  background-color: #0000;
  border: 1px #dbdbdb;
  border-bottom: 1px solid #b1b1b1;
  height: 40px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
  padding-left: 0;
}

.div-block-530 {
  z-index: 2;
  border-bottom: 5px solid var(--black);
  background-color: #fff;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: -100px;
  position: relative;
  box-shadow: 0 0 20px #0000001c;
}

.div-block-367 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  padding: 40px 0 40px 40px;
  display: flex;
}

.heading-79 {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.field-label {
  color: #0a0a11;
  text-transform: none;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.div-block-365 {
  width: 50%;
}

.div-block-375 {
  color: #fff;
  align-items: center;
  display: flex;
}

.div-block-375.contact-bar {
  flex-direction: column;
  align-items: flex-start;
}

.form-block-03 {
  background-color: #fff;
  border: 1px #dbdbdb;
  border-style: none solid;
  border-radius: 0;
  margin-bottom: 0;
  padding: 40px;
}

.form-block-03.contact-home {
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.div-block-366 {
  z-index: 3;
  background-color: #fff;
  flex-direction: row-reverse;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-block-121 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
}

.button-4 {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: none;
  border: 1px #039ae9;
  border-radius: 0;
  width: auto;
  margin-top: 20px;
  padding: 13px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  transition: all .2s;
}

.button-4:hover {
  opacity: .8;
}

.div-block-531 {
  display: flex;
}

.link-152 {
  color: #fff;
  text-decoration: none;
}

.paragraph-34 {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.grey-block {
  background-color: #ececec;
  width: 100vw;
  max-width: 1280px;
  height: 100%;
  margin-right: 140px;
  position: absolute;
  inset: 12% 0% 0% auto;
}

.text-span-22 {
  font-weight: 500;
}

.html-embed-21 {
  color: #fff;
  width: 12px;
  max-width: 20px;
  height: 12px;
}

.exit-button {
  z-index: 1;
  color: #fff0;
  -webkit-text-stroke-color: #fff;
  background-color: #231f20;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-532 {
  background-color: #231f20;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.div-block-532.white {
  background-color: #fff;
}

.div-block-298 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 100px;
  display: grid;
  position: relative;
}

.menu {
  z-index: 999;
  background-color: #231f20;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  transform: translate(0%);
}

.div-block-473 {
  display: flex;
}

.link-141 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

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

.link-141.w--current {
  color: #fff;
}

.link-141.margin-top {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  display: flex;
}

.link-141.margin-top:hover {
  text-decoration: none;
}

.link-block-22 {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #ffffffb0;
  border-left: 5px solid #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-22.menu-button {
  width: 200px;
}

.text-block-145 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.image-73 {
  opacity: .09;
  position: absolute;
  inset: auto auto 100px;
}

.image-67 {
  width: 120px;
}

.text-block-126 {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.div-block-472 {
  background-color: #312d2e;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 15px 20px 20px;
  display: flex;
  position: relative;
}

.div-block-299 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.link-142 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: none;
}

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

.div-block-439 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-533 {
  align-items: center;
  display: none;
}

.link-block-38 {
  margin-left: 30px;
  text-decoration: none;
  display: flex;
}

.div-block-534 {
  width: 55px;
  margin-left: 0;
}

.div-block-535._60 {
  background-color: #000;
  width: 60%;
  height: 2px;
  margin-bottom: 7px;
  margin-left: auto;
}

.div-block-535._2 {
  background-color: #000;
  height: 1.5px;
  margin-bottom: 7px;
}

.div-block-535._2.bottom {
  background-color: #000;
  width: 60%;
  height: 2px;
  margin-bottom: 0;
}

.div-block-537 {
  max-width: var(--max-width);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.text-block-172 {
  color: var(--black);
  text-transform: uppercase;
  font-size: 28px;
  line-height: 38px;
}

.link-block-39 {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-539 {
  width: 40px;
}

.div-block-540 {
  background-color: var(--black);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  display: flex;
}

.div-block-541 {
  max-width: var(--max-width);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-74 {
  width: 20px;
}

.text-span-23 {
  font-weight: 600;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 650px;
}

.icon, .icon-2 {
  display: none;
}

.slide-nav {
  inset: auto auto -40px -12px;
  transform: scale(.7);
}

.testimonial-item {
  flex-flow: row;
  align-items: flex-start;
  height: 100%;
  min-height: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.paragraph-35 {
  color: #fff;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}

.service-slider {
  width: 100%;
  height: 100%;
}

.service-slider-item {
  width: 33%;
  height: 70px;
  padding-right: 20px;
}

.code-embed-5 {
  color: #a6a5b3;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial-page {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-top: -80px;
  display: grid;
}

.background-video-2 {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.main-button {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.main-button.no-mt {
  margin-top: 0;
}

.div-block-542 {
  border: 2px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.div-block-542.black {
  border-color: var(--black);
}

.text-block-173 {
  color: #fff;
  margin-left: 20px;
  font-weight: 500;
}

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

.code-embed-6 {
  color: #fff;
  width: 15px;
  height: 15px;
}

.code-embed-6.black {
  color: var(--black);
}

.home-heading {
  opacity: 1;
  color: #a9a9a9;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.black-line-expand {
  border-top: 1px solid #000;
  position: absolute;
  inset: 0% 0% auto;
}

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

.footer-2 {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 40px 0;
  display: flex;
}

.paragraph-36 {
  color: #fff;
  max-width: 350px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-style: none;
  border-top-color: #ffffff26;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-style: none;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 16px;
}

.menu-list-item.white.top {
  padding-top: 0;
}

.footer-contact-details-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.code-embed-7 {
  color: var(--black);
  width: 17px;
  height: 17px;
}

.code-embed-7._2 {
  color: var(--black);
  width: 20px;
  height: 20px;
}

.code-embed-7.white {
  color: var(--white);
}

.code-embed-7._3 {
  width: 24px;
  height: 24px;
}

.div-block-580 {
  position: fixed;
}

.div-block-553 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 0;
  padding-right: 60px;
  display: flex;
}

.link-block-41 {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-41:hover {
  opacity: .73;
}

.footer-header-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.footer-header-text.black {
  color: var(--black);
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.div-block-552 {
  border-top: 1px #00000075;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.text-block-174 {
  color: #fff;
  font-size: 23px;
  line-height: 40px;
}

.text-block-174.black {
  color: var(--black);
  line-height: 30px;
}

.image-59 {
  height: 85px;
  margin-bottom: 40px;
}

.text-block-175 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-555 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-555.right-align.footer-socials {
  margin-top: 15px;
}

.div-block-554 {
  flex-flow: column;
  width: 50%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.footer-contact-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-42 {
  margin-left: 10px;
}

.link-block-42:hover {
  opacity: .66;
}

.link-block-42.no-m.contact-page {
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  padding: 7px;
  display: flex;
}

.link-block-42.no-m.contact-page:hover {
  opacity: .66;
}

.link-block-42.no-m.contact-page.fb {
  margin-left: 10px;
}

.link-block-42.no-m.contact-page.white {
  background-color: var(--black);
}

.list-item-text {
  letter-spacing: normal;
  font-size: 20px;
  line-height: 27px;
}

.div-block-559 {
  border-top: 1px solid #ffffffa3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 50px;
  padding-top: 5px;
  display: flex;
}

.social-icons {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icons.contact-page {
  margin-top: 0;
}

.image-76 {
  height: 300px;
  margin-right: 60px;
}

.stat-card-container {
  background-color: #205c4000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px 0 40px;
  display: flex;
  position: relative;
}

.text-block-176 {
  color: var(--black);
  font-size: 65px;
  line-height: 72px;
}

.text-block-177 {
  color: #444;
  max-width: 250px;
  margin-top: -5px;
  margin-left: 10px;
  font-size: 15px;
  line-height: 20px;
}

.white-line-stats {
  opacity: .79;
  background-color: #0000;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0 20px;
}

.stat-number {
  color: var(--black);
  background-color: #0000;
  position: absolute;
  inset: auto 20px 24px auto;
}

.text-block-178 {
  color: #fff;
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
}

.text-block-179 {
  color: #f36621;
  letter-spacing: normal;
  margin-right: 0;
  font-family: Barlow, sans-serif;
  font-size: 13px;
}

.link-153 {
  color: #ccc;
  font-family: Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-154 {
  color: #fff;
  text-decoration: none;
}

.text-span-24 {
  color: #fff;
  letter-spacing: normal;
  margin-left: 10px;
  font-family: Helvetica Neue, sans-serif;
  font-weight: 500;
}

.div-block-599 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #ffffff69;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.usp-full-div {
  border-top: 1px #ffffffc4;
  width: 100%;
  height: 100%;
  margin-top: 0;
  overflow: hidden;
}

.usp-wrapper {
  aspect-ratio: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  border-top: 1px #fff;
  width: 200%;
  height: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.infinite-loop-card-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 300px;
  grid-auto-columns: 300px;
  grid-auto-flow: column;
  margin-right: 16px;
  display: grid;
}

.infinite-loop-card {
  background-color: #eee0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  display: flex;
}

.usp-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: #fff;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

.image-77 {
  width: 80%;
  margin-top: 40px;
}

.horizontal-image {
  width: 70%;
  margin-top: 0;
}

.image-47 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 1800px;
  height: 700px;
  margin-top: 0;
}

.about-text {
  width: 50%;
  max-width: 50%;
}

.div-block-445 {
  width: 100%;
  max-width: 1800px;
  margin-top: 140px;
  position: relative;
}

.text-block-180 {
  color: var(--black);
  font-size: 18px;
  line-height: 26px;
}

.div-block-293 {
  width: 50%;
}

.div-block-293.image-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-293.image-content.no-margin {
  max-width: 50%;
  padding-right: 100px;
}

.div-block-444 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 400px;
  margin-top: 60px;
  display: grid;
}

.about-content {
  justify-content: space-between;
  width: 100%;
  max-width: 1800px;
  display: flex;
}

.about-content.not-flipped {
  max-width: 1280px;
  padding-top: 60px;
  position: relative;
}

.swipe-block {
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-291 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20%;
  display: flex;
}

.div-block-291.no-padding {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0%;
}

.animation1 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.animation1.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 42px;
}

.section-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 220px 40px;
  display: flex;
}

.section-23.values {
  padding-top: 40px;
  padding-bottom: 0;
}

.vertical-image {
  width: 100%;
  max-width: 500px;
}

.vertical-image.featured-project-image {
  aspect-ratio: 2 / 2.5;
  object-fit: cover;
}

.c-faq-item {
  z-index: 2;
  cursor: pointer;
  background-color: #fff0;
  border: 1px #e0e0e0;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
  position: relative;
}

.faq-q-text {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.image-45 {
  width: 65%;
  margin-top: 0;
  margin-bottom: 140px;
}

.image-45._40 {
  z-index: 1;
  width: 50%;
  position: relative;
}

.c-content.cloneable {
  z-index: 2;
  padding-top: 0;
  position: relative;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-icon.top {
  padding-top: 0;
  padding-bottom: 10px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px 20px 20px 0;
}

.c-faq-q-text.top {
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
}

._w-faq-icon {
  color: #4b604d;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.div-block-569 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: flex;
}

.heading-87 {
  color: #231f20;
  text-transform: none;
  max-width: 700px;
  margin-top: 20px;
  margin-left: 0;
  font-size: 75px;
  font-weight: 500;
  line-height: 85px;
}

.heading-87.services {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
}

.faq-stripe-1 {
  background-color: var(--black);
  width: 2px;
  height: 100%;
}

.c-faq-a-text {
  padding: 20px 20px 20px 0;
}

.c-faq-a-text.bottom {
  padding-bottom: 0;
}

.container-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3%;
}

.container-2.cloneable {
  border-top: 2px #ffffff80;
  width: 100%;
  margin-top: 40px;
  padding: 0 0%;
}

.container-2.cloneable.no-mt {
  margin-top: 0;
}

.c-faq-q {
  background-color: #fff0;
  border: 1px #e0e0e0;
  border-bottom: 1px solid #4b604d;
  align-items: center;
  display: flex;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.div-block-571 {
  width: 80%;
  max-width: 800px;
  height: 100%;
  margin-top: 140px;
}

.div-block-571.no-mt {
  z-index: 1;
  margin-top: 0;
  padding-left: 100px;
  position: relative;
}

.section-4 {
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 40px;
  display: flex;
}

.section-4.white {
  background-color: #e0e0e000;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 20px;
}

.section-4.white.service-section {
  padding-bottom: 20px;
}

.c-faq {
  z-index: 2;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cloneable-area {
  z-index: 2;
  min-height: auto;
  position: relative;
}

.faq-a-text {
  color: var(--black);
  font-size: 15px;
  line-height: 28px;
}

.faq-stripe-2 {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
}

.background-video-3 {
  z-index: 1;
  width: 100%;
  height: 800px;
}

.link-block-24 {
  color: #fff;
  text-decoration: none;
  display: flex;
}

.html-embed-29 {
  width: 20px;
}

.heading-88 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-88.projects {
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 16px;
}

.image-80 {
  width: 100%;
  margin-top: 20px;
}

.div-block-600 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

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

.paragraph-2 {
  color: #4c4c57;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-2.by-numbers {
  max-width: 380px;
}

.image-63 {
  width: 100%;
}

.div-block-607 {
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.heading-89 {
  color: #205c40;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.heading-89.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.faq-stripe-1-2 {
  background-color: var(--black);
  color: #205c40;
  width: 2px;
  height: 100%;
}

._w-faq-icon-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.heading-90 {
  color: #231f20;
  text-transform: none;
  max-width: 700px;
  margin-top: 20px;
  margin-left: 0;
  font-size: 75px;
  font-weight: 500;
  line-height: 85px;
}

.heading-90.services {
  color: #205c40;
  text-transform: none;
  margin-top: 0;
  font-size: 54px;
  font-weight: 300;
  line-height: 58px;
}

.faq-stripe-2-2 {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
}

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

.div-block-608._80 {
  width: 80%;
}

.div-block-570 {
  flex-flow: column;
  justify-content: flex-start;
  width: 40%;
  height: 100%;
  min-height: auto;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.div-block-570._25 {
  width: 30%;
}

.c-faq-q-2 {
  background-color: #fff0;
  border: 1px #e0e0e0;
  border-bottom-color: #ffffff6b;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-609 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: auto;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.div-block-606 {
  padding-top: 0;
}

.c-faq-a-text-2 {
  padding: 20px 20px 20px 0;
}

.div-block-610 {
  margin-top: 40px;
}

.slick-demo {
  width: 100%;
}

.image-81 {
  width: 100%;
  max-width: 1280px;
  margin-top: 60px;
}

.stat-slider {
  max-width: 400px;
  padding-bottom: 40px;
}

.div-block-611 {
  max-width: 400px;
  overflow: hidden;
}

.image-83 {
  max-width: var(--max-width);
  width: 100%;
  margin-top: 100px;
}

.youtube-video {
  max-width: var(--max-width);
  width: 100%;
  height: auto;
  margin-top: -60px;
}

.youtube-video.bottom {
  margin-top: 60px;
}

.youtube-video.bottom.reel {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-5 {
  z-index: 1;
  width: 30%;
  max-width: 400px;
}

.code-embed-8 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-6 {
  display: none;
}

.poster-image {
  z-index: -2;
  background-image: url('../images/zeid-bg-video-2.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-612 {
  max-width: var(--max-width);
  width: 100%;
}

.div-block-613 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-614 {
  width: 50%;
  padding-top: 65px;
}

.sub-text-paragraph {
  color: var(--black);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.div-block-615 {
  width: auto;
  min-width: auto;
  max-width: 340px;
}

.home-vertical-video {
  z-index: 2;
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  max-height: none;
}

.home-vertical-video-container {
  aspect-ratio: 2 / 3;
  width: 100%;
  max-width: 500px;
  max-height: 700px;
  margin-left: auto;
}

.heading-91, .heading-92, .heading-93 {
  font-weight: 400;
}

.h3-heading {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.text-wrapper-small {
  max-width: 320px;
}

.google-map-embed {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.code-embed-9 {
  height: 100%;
}

.testimonial-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/rosshire-63.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 140px 20px;
  display: flex;
}

.text-wrapper-medium {
  max-width: 420px;
}

.testimonial-name-container {
  margin-top: 10px;
}

.div-block-616 {
  position: absolute;
  inset: 0%;
}

.text-block-181 {
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-617 {
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.dropdown-link-2 {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  font-family: Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-link-2.w--current {
  color: #000;
}

.link-155 {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .image {
    height: 35px;
  }

  .text-block-85 {
    font-size: 11px;
    line-height: 15px;
  }

  .hero-content-container.services {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .hero-content-container.testimonials {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
  }

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

  .h1-heading.mt-20px {
    font-size: 40px;
    line-height: 48px;
  }

  .h1-heading.mt-20px.testimonials {
    text-align: center;
  }

  .hero-title-container.services {
    width: 60%;
  }

  .hero-title-container.testimonials {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .dropdown-toggle {
    margin-left: 15px;
    margin-right: 15px;
  }

  .dropdown-toggle.first {
    margin-left: 0;
  }

  .link-block-13 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .link-block-14 {
    width: 180px;
    padding-left: 25px;
  }

  .section {
    padding-top: 100px;
  }

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

  .section.projects {
    padding-bottom: 100px;
  }

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

  .section.contact-home {
    padding-top: 40px;
  }

  .div-block-305._100px-padding {
    padding-right: 60px;
  }

  .h2-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .h2-heading.smaller {
    margin-bottom: 0;
  }

  .h2-heading.centred {
    font-size: 30px;
    line-height: 38px;
  }

  .content-50.centred.mt-40px {
    margin-top: 60px;
  }

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

  .image-25 {
    width: 120px;
  }

  .div-block-31 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-374 {
    padding-right: 0;
  }

  .slickdemo-projects {
    width: 50%;
  }

  .content-div-2 {
    padding-right: 60px;
  }

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

  .image-32 {
    object-fit: cover;
  }

  .div-block-494 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-161 {
    font-family: Barlow, sans-serif;
  }

  .service-item-container {
    width: 100%;
  }

  .section-19.services {
    padding-bottom: 60px;
  }

  .heading-8 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-8.white {
    font-size: 32px;
    line-height: 40px;
  }

  .tabs-content-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

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

  .content-block {
    padding: 20px 0;
  }

  .slickdemo-testi, .div-block-504 {
    height: auto;
  }

  .div-block-512 {
    padding-left: 30px;
  }

  .text-block-165 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-515 {
    right: -69px;
  }

  .image-34.invert {
    margin-right: 30px;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 28px;
  }

  .nav-box-services {
    width: auto;
  }

  .div-block-408 {
    margin-top: 40px;
  }

  .div-block-408.nav-box {
    margin-top: 0;
  }

  .div-block-435.services {
    width: auto;
  }

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

  .link-block-37 {
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .project-image-grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .div-block-368 {
    width: 60%;
  }

  .div-block-367 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-79 {
    font-size: 28px;
    line-height: 38px;
  }

  .form-block-03 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block-03.contact-home {
    margin-top: 0;
  }

  .exit-button {
    background-color: var(--black);
  }

  .div-block-298 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    place-items: start end;
    margin-top: 60px;
  }

  .menu {
    background-color: var(--black);
    display: none;
    transform: translate(101%);
  }

  .link-141 {
    letter-spacing: normal;
    text-transform: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
  }

  .div-block-533 {
    display: none;
  }

  .link-block-38 {
    margin-top: 0;
  }

  .div-block-537 {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-553 {
    width: 33%;
    padding-top: 0;
  }

  .footer-header-text {
    margin-bottom: 10px;
  }

  .div-block-552 {
    justify-content: space-between;
  }

  .text-block-174 {
    font-size: 17px;
    line-height: 24px;
  }

  .image-59 {
    height: 60px;
  }

  .text-block-175 {
    letter-spacing: normal;
    text-transform: none;
    font-size: 12px;
  }

  .div-block-554 {
    width: 66%;
  }

  .stat-card-container {
    width: 100%;
  }

  .text-block-176 {
    font-size: 75px;
    line-height: 75px;
  }

  .text-block-177 {
    font-size: 16px;
    line-height: 23px;
  }

  .image-47 {
    margin-top: 60px;
  }

  .about-text {
    width: 100%;
  }

  .div-block-293.image-content {
    width: 100%;
    margin-top: 60px;
  }

  .div-block-293.image-content.no-margin {
    margin-top: 0;
    padding-right: 60px;
  }

  .div-block-444 {
    margin-top: 40px;
  }

  .about-content {
    flex-flow: column-reverse;
  }

  .about-content.not-flipped {
    flex-flow: row;
  }

  .div-block-291 {
    margin-right: 10%;
  }

  .animation1 {
    margin-bottom: 0;
  }

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

  .section-23.values {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .div-block-571.no-mt {
    padding-left: 60px;
  }

  .section-4.white.service-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-88 {
    margin-bottom: 10px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-89 {
    font-size: 28px;
    line-height: 36px;
  }

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

  .heading-90.services {
    font-size: 28px;
    line-height: 36px;
  }

  .image-82 {
    width: 50px;
    max-height: 100%;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .image-83 {
    margin-top: 80px;
  }

  .background-video-5 {
    width: 40%;
  }

  .div-block-613 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.home-webflow {
    height: 90vh;
  }

  .nav-bar {
    height: 120px;
  }

  .div-block-150 {
    display: none;
  }

  .text-span-11 {
    margin-left: 0;
  }

  .div-block-279 {
    justify-content: flex-start;
    align-items: center;
    height: 25px;
  }

  .hero-content-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 130px;
    padding-bottom: 0;
  }

  .hero-content-container.services {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .h1-heading {
    font-size: 28px;
    line-height: 35px;
  }

  .hero-title-container {
    width: 100%;
    margin-top: 0;
  }

  .hero-title-container.services {
    width: 100%;
  }

  .bottom-hero-banner {
    height: auto;
    margin-top: 60px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .div-block-285 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-303 {
    margin-top: 30px;
  }

  .text-block-89 {
    font-size: 11px;
    line-height: 17px;
  }

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

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

  .section._140px-bp {
    padding-bottom: 60px;
  }

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

  .div-block-305 {
    width: 100%;
    padding-top: 10px;
    position: relative;
  }

  .div-block-305.projects {
    padding-top: 0;
  }

  .div-block-305._100px-padding {
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-305._30 {
    width: 100%;
  }

  .div-block-305._50 {
    padding-top: 0;
  }

  .lightbox-link {
    margin-top: 60px;
  }

  .content-50 {
    margin-top: 20px;
  }

  .content-50.centred.mt-40px {
    margin-top: 40px;
  }

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

  .div-block-247 {
    margin-top: 20px;
  }

  .div-block-248 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-370 {
    margin-top: 20px;
  }

  .grid-29 {
    grid-row-gap: 16px;
    grid-template-columns: 2.25fr;
    padding-bottom: 0;
  }

  .grid {
    grid-template-rows: auto auto;
    margin-bottom: 40px;
  }

  .div-block-372 {
    margin-left: 0;
  }

  .div-block-249 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-250 {
    margin-top: 20px;
  }

  .slickdemo-projects {
    width: 100%;
  }

  .project-image-tile {
    height: 350px;
  }

  .section-17 {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .main-content-container {
    flex-flow: column;
  }

  .main-content-container.top-line {
    padding-top: 60px;
  }

  .main-content-container.centre-horizontally {
    flex-flow: column;
  }

  .main-content-container.centre-horizontally.bottom {
    padding-top: 0;
  }

  .content-div-2, .content-div-2.align-left._70 {
    width: 100%;
    padding-right: 0;
  }

  .content-div-2.align-left._70.left {
    width: 100%;
    padding-left: 0;
  }

  .div-block-494 {
    height: 200px;
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-item-container {
    width: 100%;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
  }

  .heading-8 {
    font-size: 32px;
    line-height: 40px;
  }

  .tabs-content-2 {
    padding-top: 0;
  }

  .tab-button {
    justify-content: flex-start;
  }

  .slickdemo-testi {
    flex-flow: column;
  }

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

  .section-21.service-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .page-webflow {
    bottom: 45px;
  }

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

  .div-block-435.services.nav-box {
    display: none;
  }

  .image-36 {
    object-fit: cover;
  }

  .div-block-301.service-page {
    flex-flow: column;
  }

  .div-block-301.service-page.projects {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-302.service-page {
    margin-top: 0;
  }

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

  .div-block-524.service-page {
    margin-top: 0;
  }

  .div-block-375 {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-152 {
    display: none;
  }

  .div-block-298 {
    grid-template-columns: 1fr;
    place-items: start end;
    margin-top: 0;
  }

  .menu {
    background-color: var(--black);
    display: flex;
    transform: translate(101%);
  }

  .div-block-472 {
    background-color: #181818;
    margin-bottom: 60px;
  }

  .div-block-533 {
    display: block;
  }

  .div-block-535._60, .div-block-535._2, .div-block-535._2.bottom {
    background-color: #fff;
  }

  .div-block-537 {
    grid-template-columns: 1fr;
  }

  .footer-2 {
    padding-top: 40px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .div-block-553 {
    width: 100%;
    margin-bottom: 40px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .div-block-552 {
    flex-flow: row;
    padding-bottom: 100px;
  }

  .div-block-555.right-align {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-555.right-align.footer-socials {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-contact-info {
    grid-template-columns: 1fr .5fr .5fr;
  }

  .stat-card-container {
    padding-top: 20px;
  }

  .text-span-24 {
    margin-left: 0;
  }

  .usp-wrapper {
    height: 100px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .horizontal-image {
    width: 85%;
  }

  .image-47 {
    height: 350px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-text {
    max-width: 100%;
    padding-top: 40px;
  }

  .div-block-293.image-content.no-margin {
    max-width: 100%;
    padding-right: 0;
  }

  .about-content.not-flipped {
    flex-flow: column;
  }

  .div-block-291 {
    margin-right: 5%;
  }

  .animation1 {
    font-size: 38px;
    line-height: 45px;
  }

  .animation1.h2 {
    font-size: 32px;
    line-height: 40px;
  }

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

  .section-23.values {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .vertical-image {
    max-width: none;
  }

  .background-video-3 {
    height: 400px;
  }

  .image-83 {
    margin-top: 40px;
  }

  .icon-3 {
    color: #fff;
    margin-right: 0;
  }

  .dropdown-toggle-2 {
    flex-flow: column;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .dropdown-toggle-2.w--open {
    margin-right: 0;
  }

  .dropdown-2 {
    flex-flow: column;
    align-items: flex-end;
    margin-left: auto;
    display: flex;
  }

  .dropdown-list-2 {
    position: static;
  }

  .dropdown-list-2.w--open {
    background-color: #ddd0;
    margin-top: 10px;
  }

  .div-block-618 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .dropdown-link-3 {
    color: #fff;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.services.testimonials {
    background-position: 0 0, 30%;
  }

  .hero-section.home-webflow {
    height: 90vh;
    max-height: none;
  }

  .nav-bar {
    height: 110px;
  }

  .image {
    height: 30px;
    margin-left: -4px;
  }

  .div-block-277 {
    background-color: #000;
    width: 25px;
    height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .div-block-277._60 {
    background-color: #fff;
    width: 60%;
    height: 1.5px;
    max-height: none;
    margin-left: auto;
  }

  .div-block-277._2 {
    color: #fff;
    background-color: #fff;
    height: 1.5px;
    max-height: none;
    margin-top: 7px;
    position: static;
  }

  .div-block-277._2.bottom {
    background-color: #fff;
  }

  .link-block-11 {
    margin-left: 0;
  }

  .div-block-150 {
    justify-content: center;
  }

  .div-block-278 {
    width: 25px;
    height: auto;
    position: relative;
  }

  .text-span-11 {
    margin-left: 0;
  }

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

  .hero-content-container {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .hero-content-container.services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-content-container.services.projects {
    padding-bottom: 100px;
  }

  .hero-content-container.about {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero-content-container.testimonials {
    padding-top: 40px;
    padding-bottom: 160px;
  }

  .hero-content-container.contact {
    padding-top: 160px;
  }

  .h1-heading.mt-20px {
    text-align: center;
    margin-top: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .h1-heading.home-webflow-2 {
    text-align: center;
    margin-bottom: 40px;
  }

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

  .hero-title-container {
    justify-content: center;
    align-items: center;
    margin-top: -100px;
  }

  .hero-title-container.services {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-title-container.services._50 {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-title-container.testimonials {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-282 {
    width: 90%;
  }

  .bottom-hero-banner {
    width: 110%;
    padding-bottom: 0;
  }

  .div-block-303 {
    margin-top: 36px;
    position: static;
    inset: auto 0% 0%;
  }

  .link-block-14 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-88 {
    text-align: center;
    font-size: 13px;
  }

  .html-embed-22 {
    height: 20px;
  }

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

  .text-block-90 {
    bottom: 0;
  }

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

  .section.project {
    padding: 40px 0;
  }

  .section.top-line._140px-bm, .section.projects, .section.process, .section.last-section {
    padding-bottom: 60px;
  }

  .div-block-305._100 {
    padding-top: 0;
  }

  .div-block-305._30 {
    padding-top: 30px;
  }

  .h2-heading.smaller {
    font-size: 20px;
    line-height: 30px;
  }

  .h2-heading.centred {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .content-div {
    margin-top: 0;
  }

  .regular-paragraph.white.testimonials {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .content-50 {
    margin-top: 0;
  }

  .content-50.centred.mt-40px {
    margin-top: 30px;
  }

  .content-50.mt-10px-mobile {
    margin-top: 10px;
  }

  .div-block-26 {
    padding: 30px 0 20px;
  }

  .div-block-247 {
    flex-direction: column;
  }

  .image-25 {
    width: 120px;
  }

  .div-block-248 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .link-block-28 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-29 {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .grid {
    grid-template-rows: auto auto;
    margin-bottom: 0;
  }

  .div-block-372 {
    margin-left: 0;
  }

  .div-block-31 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-249 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .link-block-26 {
    margin-bottom: 20px;
  }

  .text-block-142.black {
    text-align: center;
    line-height: 15px;
  }

  .footer {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-374 {
    padding-right: 0;
  }

  .slickdemo-projects {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-image-tile {
    height: 300px;
  }

  .project-image-tile.pilates {
    height: 350px;
  }

  .project-info-tile {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-489 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    display: flex;
  }

  .text-block-158 {
    color: var(--black);
    margin-bottom: 0;
  }

  .div-block-491 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-div-2.align-right._70 {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .service-item {
    height: 450px;
  }

  .heading-7 {
    line-height: 30px;
  }

  .image-32 {
    height: 350px;
  }

  .div-block-494 {
    flex-flow: column;
    height: auto;
  }

  .div-block-495 {
    grid-template-columns: 1fr;
  }

  .div-block-496 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-33 {
    width: 80px;
    margin-bottom: 0;
    bottom: 38.9062px;
  }

  .divider-line {
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .service-item-container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-19.services {
    padding-top: 60px;
  }

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

  .tabs-menu-2 {
    margin-top: 20px;
    padding-left: 5px;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-8.white {
    font-size: 26px;
    font-weight: 200;
    line-height: 34px;
  }

  .div-block-336 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .tabs-content-2 {
    padding-top: 20px;
  }

  .tab-button, .tab-button.w--current {
    justify-content: center;
    align-items: center;
  }

  .tab-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .content-block {
    margin-bottom: 20px;
    padding: 0 0 10px;
  }

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

  .div-block-502._100 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-webflow {
    top: auto;
    bottom: -46px;
  }

  .text-block {
    font-size: 100px;
  }

  .lightbox-link-2 {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    display: none;
  }

  .div-block-512 {
    flex-flow: column;
    height: auto;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-513 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-514 {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .div-block-515 {
    margin-bottom: 207px;
    inset: auto -28% auto -36%;
    transform: rotate(-4deg);
  }

  .image-34 {
    width: 40px;
    margin-right: 30px;
  }

  .nav-box-services {
    width: 100%;
    margin-top: 40px;
  }

  .nav-box-services.homepage-slider, .div-block-408 {
    margin-top: 0;
  }

  .div-block-408.nav-box.homepage-slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-435 {
    margin-top: 20px;
  }

  .div-block-435.services.nav-box {
    display: none;
  }

  .side-nav-item.homepage {
    padding-left: 25px;
    padding-right: 10px;
  }

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

  .image-35 {
    width: 100%;
    height: 400px;
  }

  .image-36 {
    object-fit: cover;
    width: 100%;
    height: 250px;
    margin-top: 40px;
  }

  .div-block-521 {
    margin-top: 30px;
  }

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

  .project-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-11 {
    text-align: center;
    font-size: 30px;
    line-height: 39px;
  }

  .heading-11.no-margin-top.left {
    text-align: left;
  }

  .link-block-37 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .award {
    flex-direction: row;
    align-items: flex-end;
    margin-top: 10px;
    padding-left: 0;
  }

  .div-block-301 {
    justify-content: center;
  }

  .div-block-301.service-page {
    flex-direction: column;
  }

  .div-block-301.service-page.projects {
    align-items: flex-start;
    padding-top: 40px;
  }

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

  .text-block-168.service-page {
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-302.service-page {
    align-items: center;
    margin-top: 0;
  }

  .div-block-302.service-page.projects {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .div-block-302.service-page.projects.project-page {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .text-block-125 {
    margin-left: 10px;
  }

  .text-block-124.award {
    text-align: left;
    margin-left: 20px;
  }

  .div-block-393 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    position: static;
  }

  .text-block-123 {
    margin-top: 5px;
    line-height: 14px;
  }

  .div-block-394._1-column._2, .div-block-394.project-info {
    grid-template-columns: 1fr;
  }

  .div-block-524 {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-524.service-page {
    margin-top: 40px;
  }

  .div-block-524.service-page.projects {
    margin-top: 0;
  }

  .div-block-403 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-308 {
    width: 15px;
    height: 15px;
    inset: 0% auto auto 0%;
  }

  .paragraph-32 {
    height: 170px;
    padding-right: 20px;
    overflow: auto;
  }

  .text-block-170 {
    text-align: center;
    font-size: 13px;
    line-height: 13px;
  }

  .text-block-170.blod.left {
    text-align: left;
  }

  .project-image-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .process-item {
    margin-top: 40px;
  }

  .process-item.first {
    position: relative;
  }

  .div-block-527 {
    inset: 60px auto auto 20px;
  }

  .process-text {
    margin-right: 0;
  }

  .process-text.right {
    margin-left: 0;
  }

  .div-block-528 {
    inset: -15px auto auto -15px;
  }

  .process-card {
    max-width: 100%;
    margin-left: auto;
  }

  .div-block-376 {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .div-block-376.smaller-padding-left {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .div-block-364, .div-block-368 {
    width: 100%;
  }

  ._2-questions-wrap {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }

  .text-field-inform {
    text-transform: none;
  }

  .div-block-367 {
    width: 100%;
    padding: 30px 20px 10px;
  }

  .heading-79 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

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

  .div-block-375 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .div-block-375.contact-bar {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .form-block-03.contact-home {
    margin-top: 0;
  }

  .div-block-366 {
    flex-direction: column-reverse;
  }

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

  .link-152 {
    display: none;
  }

  .paragraph-34 {
    font-size: 15px;
  }

  .exit-button {
    background-color: #000;
    left: auto;
    right: 0;
  }

  .div-block-298 {
    z-index: 2;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    place-items: center end;
    margin-top: 40px;
    position: relative;
  }

  .menu {
    z-index: 1000;
    background-color: var(--black);
    width: 100%;
    height: 100vh;
    padding: 20px 20px 100px;
    display: flex;
    transform: translate(101%);
  }

  .div-block-473 {
    flex-flow: row;
  }

  .link-141, .link-141.w--current {
    letter-spacing: normal;
    text-transform: none;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
  }

  .link-141.margin-top {
    margin-bottom: 7px;
    font-weight: 600;
  }

  .link-block-22.menu-button {
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    border-left-width: 1px;
    border-left-color: #ffffffb0;
    width: auto;
    height: 50px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-22.menu-button.margin-right {
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    border-left-width: 1px;
    border-left-color: #ffffffb0;
    height: 50px;
    margin-top: 20px;
  }

  .image-73 {
    bottom: 122px;
  }

  .image-67 {
    width: 100px;
  }

  .div-block-472 {
    background-color: #111;
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-299 {
    justify-content: flex-start;
    align-items: center;
  }

  .link-142 {
    margin-top: 7px;
  }

  .div-block-534 {
    width: 40px;
    height: auto;
    position: relative;
  }

  .div-block-535 {
    background-color: #000;
    width: 25px;
    height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .div-block-535._60 {
    background-color: #fff;
    width: 60%;
    height: 2px;
    max-height: none;
    margin-left: auto;
  }

  .div-block-535._2 {
    color: #000;
    background-color: #fff;
    width: 40px;
    height: 2px;
    max-height: none;
    margin-top: 7px;
    position: static;
  }

  .div-block-535._2.bottom {
    background-color: #fff;
  }

  .div-block-536 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-541 {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .slider {
    height: 350px;
    margin-bottom: 20px;
  }

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

  .service-slider-item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-video-2 {
    display: none;
  }

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

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

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .footer-contact-details-card {
    justify-content: center;
    align-items: center;
  }

  .code-embed-7 {
    height: 18px;
  }

  .div-block-553 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-right: 40px;
  }

  .footer-header-text.black {
    font-weight: 700;
  }

  .div-block-552 {
    padding-bottom: 40px;
  }

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

  .div-block-555 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-555.right-align {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-555.right-align.footer-socials {
    justify-content: center;
    align-items: flex-start;
  }

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

  .link-block-42.no-m {
    margin-left: 0;
  }

  .div-block-559 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .social-icons {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .image-76 {
    object-fit: cover;
    width: auto;
    margin-right: 0;
  }

  .stat-card-container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-176 {
    text-align: center;
    line-height: 120px;
  }

  .text-block-177 {
    text-align: left;
    max-width: 220px;
    margin-top: -25px;
    font-size: 17px;
  }

  .text-span-24 {
    margin-left: 0;
  }

  .div-block-599 {
    height: auto;
  }

  .usp-full-div {
    margin-top: 0;
  }

  .usp-wrapper {
    height: 100px;
  }

  .infinite-loop-card-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-7 {
    font-size: 17px;
  }

  .image-77, .horizontal-image {
    width: 100%;
  }

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

  .animation1 {
    font-size: 38px;
  }

  .section-23 {
    padding: 60px 10px;
  }

  .section-23.values {
    padding: 20px 20px 0;
  }

  .faq-q-text {
    line-height: 20px;
  }

  .image-45._40 {
    width: 100%;
    margin-bottom: 60px;
  }

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

  .heading-87 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
  }

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

  .c-faq-a-text, .c-faq-a-text.bottom {
    padding-right: 0;
  }

  .div-block-571.no-mt {
    width: 100%;
    padding-left: 0;
  }

  .section-4.white.service-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .background-video-3 {
    height: 480px;
    margin-top: 40px;
  }

  .heading-88 {
    text-align: left;
    margin-bottom: 10px;
  }

  .div-block-605 {
    grid-template-columns: 1fr;
  }

  .paragraph-2 {
    font-weight: 400;
  }

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

  .heading-90 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
  }

  .heading-90.services {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 42px;
  }

  .div-block-608 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-608._80 {
    width: 100%;
  }

  .div-block-570 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-570._25 {
    width: 100%;
  }

  .div-block-609 {
    flex-flow: column;
    font-weight: 300;
  }

  .image-82 {
    width: 60px;
    height: auto;
    max-height: 100%;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .background-video-5 {
    width: 100%;
  }

  .background-video-6 {
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .div-block-613 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-614 {
    width: 100%;
    padding-top: 40px;
  }

  .sub-text-paragraph {
    font-size: 18px;
    line-height: 25px;
  }
}

#w-node-_596cd305-725a-f7bb-15e9-79891e0a95b4-2031faaa, #w-node-_026c337c-336a-6a40-857b-bd62817fef6f-2031faaa, #w-node-b943110c-09be-1b13-b75c-4d6df54be9c8-2031faaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6cb97d-0b5f-55b8-572e-c94fdae6fdaf-dae6fda6 {
  place-self: center start;
}

#w-node-ff6cb97d-0b5f-55b8-572e-c94fdae6fdb1-dae6fda6 {
  place-self: center end;
}

#w-node-ff6cb97d-0b5f-55b8-572e-c94fdae6fdb3-dae6fda6 {
  place-self: center start;
}

#w-node-ff6cb97d-0b5f-55b8-572e-c94fdae6fdb5-dae6fda6 {
  place-self: center end;
}

#w-node-ff6cb97d-0b5f-55b8-572e-c94fdae6fdb7-dae6fda6 {
  place-self: center start;
}

#w-node-ff6cb97d-0b5f-55b8-572e-c94fdae6fdb9-dae6fda6 {
  place-self: center end;
}

#w-node-ff6cb97d-0b5f-55b8-572e-c94fdae6fdbb-dae6fda6 {
  place-self: center start;
}

#w-node-ff6cb97d-0b5f-55b8-572e-c94fdae6fdbd-dae6fda6 {
  place-self: center end;
}

#w-node-ff6cb97d-0b5f-55b8-572e-c94fdae6fdbf-dae6fda6 {
  place-self: center start;
}

#w-node-ff6cb97d-0b5f-55b8-572e-c94fdae6fdc1-dae6fda6 {
  place-self: center end;
}

#w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-2031fb05, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d53-2031fb05, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-2031fb05, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-5ed2488e, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-5ed2488e, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-3b235844, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-3b235844, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-085c65af, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-085c65af, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-403be922, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-403be922, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-db3d7c35, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-db3d7c35, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-8a927cc1, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-8a927cc1, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-cb55beee, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-cb55beee, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-0f3ee840, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-0f3ee840, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-411db0da, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-411db0da, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-f7f17ad8, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-f7f17ad8, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-30022f6d, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-30022f6d, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-b0957563, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d53-b0957563, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-1386f86a, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-1386f86a, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-8e3a8b63, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-8e3a8b63, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-1109c639, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-1109c639, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-e1f1e039, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-e1f1e039, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-4a752bda, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-4a752bda, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d4d-785b6f26, #w-node-_16eb5590-9d6e-20eb-311a-a2aecfa73d58-785b6f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5f7b6f50-fd86-dd4f-2b92-e0dabf4f3a94-53e3c5c4 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-extrabolditalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-thinitalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/barlow-extralightitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helveticaneuethin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helveticaneueultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helveticaneuemedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helveticaneuelight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helveticaneueroman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helveticaneueblack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helveticaneuebold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helveticaneueheavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}