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

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

@font-face {
  font-family: "Fa duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa sharp solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Park Lane Nf;
  src: url('../fonts/Park-Lane-NF.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --light-blue: #6a9fb5;
  --black: black;
  --white-smoke: #f5f8fa;
  --dark-blue: #2e4a62;
  --dark-khaki-2: #9c9470;
  --dark-grey: #9b9b9b;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  font-family: Lato, sans-serif;
}

.announcement-contact {
  color: #fff;
  background-color: #ef233c;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  color: #212529;
}

.announcement-time {
  color: #fff;
  font-size: 1em;
  font-weight: 100;
}

.announcement-bar {
  background-color: #353535;
}

.announcement-link {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link:hover {
  color: #ef233c;
}

.container {
  flex-direction: column;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.announcement-container {
  width: 90%;
  max-width: none;
}

.container.nav-fluid {
  width: 95%;
  max-width: none;
}

.announcement-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-social-media {
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu.margin-auto {
  justify-content: center;
  width: 100%;
}

.dropdown-menu-link {
  background-color: #fff;
  border-left: 5px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  color: #353535;
  border-left: 5px solid #ef233c;
}

.drop-down-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.drop-down-link:hover {
  color: #ef233c;
}

.brand {
  color: #fff;
  align-items: center;
  margin-right: auto;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.brand.footer {
  margin-bottom: 20px;
}

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.nav-link {
  color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: #ef233c;
  background-color: #0000;
  border-radius: 6px;
}

.header-social-icon {
  color: #ef233c;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  color: #fdfdfd;
  background-color: #ef233c;
}

.header-social-icon.margin-right-none {
  margin-right: 0;
}

.dropdown-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown-link:hover {
  color: #ef233c;
  background-color: #0000;
}

.nav {
  margin-right: auto;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: #0000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.default-btn {
  color: #fdfdfd;
  background-color: #ffd166;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  transform: scale(.95);
}

.default-btn.margin-top-20 {
  border: 1px solid var(--light-blue);
  background-color: var(--light-blue);
  color: var(--black);
  text-align: center;
  margin-top: 0;
}

.default-btn.margin-top-20.default-btn-outline {
  color: #ffd166;
  background-color: #0000;
  border: 1px solid #ffd166;
}

.default-btn.margin-top-20.default-btn-outline.marginleft-20 {
  border-color: var(--black);
  color: var(--black);
  min-width: auto;
  margin-left: 20px;
}

.default-btn.margin-top-20.light-btn {
  color: var(--black);
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

.section-design-1-h1 {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-design-1-h1.w {
  background-color: var(--white);
}

.text-block {
  color: var(--light-blue);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.95;
}

.text-block.bullet-list-title {
  color: #757575;
  font-size: 1.25em;
}

.heading-1 {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.heading-1.margin-bottom-30 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 700;
}

.left-section {
  flex: 0 auto;
  width: 48%;
}

.left-section._w-100 {
  width: 100%;
}

.btn-wrapper {
  padding-top: 20px;
}

.right-section {
  box-shadow: 11px -11px 0 0 var(--light-blue);
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.para {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.para.para-sm {
  color: var(--black);
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.para.bullet-para {
  z-index: 2;
  background-color: var(--dark-blue);
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 37% -6px 50% auto;
}

.para.bullet-para.ico {
  z-index: 0;
  opacity: .22;
  background-color: #0000;
  margin: 0;
  padding: 0;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 200px;
  line-height: 1;
  inset: -40px auto auto 0;
}

.para.para-white {
  color: #fdfdfd;
}

.para.text-white {
  color: #9b9b9b;
  text-align: center;
}

.inner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.new-home-1 {
  background-image: url('../images/img1.webp');
}

.inner-img.ha1 {
  background-image: url('../images/pm1.webp');
}

.inner-img.hp1 {
  background-image: url('../images/box5.webp');
}

.inner-img.tp1 {
  background-image: url('../images/Contact-Us.webp');
}

.inner-img.p2 {
  background-image: url('../images/drone.webp');
}

.inner-img.fsp1 {
  background-image: url('../images/box3.webp');
}

.card-bullet {
  padding-left: 0;
}

.card-bullet.grid-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-bullet.grid-2._3 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.card-bullet._605 {
  grid-column-gap: 32px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card-bullet._60-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card-icon {
  color: var(--black);
  background-color: #0000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.card-icon.gold {
  background-color: var(--black);
  color: var(--light-blue);
  flex: none;
}

.top-title-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.9;
}

.heading-2-title.heading-white {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/house-extension-icon.webp');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.plastering {
  background-image: url('../images/icon.webp');
}

.bullet-icon.kitchen {
  background-image: url('../images/refurb.webp');
}

.bullet-icon.sm {
  width: 120px;
  height: 120px;
}

.counterup {
  z-index: 1;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 150px;
  position: relative;
}

.bullet-list-services {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bullet-list-services.black {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

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

.bullet-list-grid._20tb {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bullet-list-grid._20tb._2 {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.card-bullet-item {
  color: #838383;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  font-weight: 500;
  display: flex;
}

.bullet-block-btn {
  background-color: var(--light-blue);
  color: var(--white);
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-block {
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block._2 {
  background-color: var(--white);
  text-align: left;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bullet-block._2.left {
  text-align: left;
}

.bullet-block._2.left.grey {
  background-color: #fafafa;
  box-shadow: 1px 1px 3px #0000002b;
}

.bullet-heading {
  color: var(--black);
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.bullet-heading.w {
  color: var(--white);
  font-size: 16px;
  line-height: 1.7em;
}

.inner-text-content {
  margin-left: 60px;
  margin-right: 60px;
}

.container-fluid.display-flex {
  display: flex;
}

.section-2-img-full {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-height: auto;
  display: flex;
}

.section-2-img-full:hover {
  background-position: 100%;
}

.section-2-img-full.new-home {
  background-image: url('../images/beforeafter.webp');
  background-position: 0%;
  background-size: 100vw;
  min-height: 500px;
  transition-property: all;
  transition-duration: .2s;
}

.section-2-img-full.new-home:hover {
  background-position: 100%;
  background-size: 100vw;
}

.section-2-img-full.ha2 {
  background-image: url('../images/lan3.webp');
}

.section-2-img-full.ha2:hover {
  background-position: 50%;
}

.section-2-img-full.hp2 {
  background-image: url('../images/ten2.webp');
}

.section-2-img-full.p1 {
  background-image: url('../images/lan2.webp');
  background-position: 50%;
  background-size: cover;
  min-height: auto;
  transition-property: none;
}

.section-2-img-full.fsp2 {
  background-image: url('../images/lan1.webp');
  background-position: 83%;
}

.section-2-h2-w-img-vid {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2-text-content {
  background-color: var(--light-blue);
  width: 50%;
  padding: 50px 0;
}

.section-2-text-content.mid {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-3-cta-section {
  background-color: var(--light-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.h3-wrapper {
  align-items: center;
  display: flex;
}

.content-h3-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.heading-3-text {
  color: #fdfdfd;
  width: auto;
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.25;
}

.heading-3-text._10b {
  background-color: var(--dark-blue);
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 27px;
}

.h3-cta-btns {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.h3-cta-call-btn {
  color: var(--black);
  background-color: #fdfdfd;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-cta-call-btn.btn-outline {
  color: #fdfdfd;
  background-color: #0000;
  border: 1px solid #fdfdfd;
}

.h3-cta-call-btn.btn-outline:hover {
  color: var(--black);
  background-color: #fdfdfd;
}

.brand-bands {
  background-color: #f5f8fa;
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-band-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-desc {
  color: #fff;
  font-size: 1em;
}

.footer-col {
  width: 30%;
}

.footer-col.a {
  text-align: center;
}

.footer-link {
  color: #fdfdfd;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 1.05em;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-link:hover {
  color: var(--light-blue);
}

.contact-block-1 {
  border-right: 1px solid #8a8a8a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-block-1.border-none {
  border-right-style: none;
  align-items: center;
}

.footer-social-media {
  color: #fff;
  background-color: #ffffff38;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.footer-social-media.margin-right-none {
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.footer-social-media.margin-right-none:hover {
  background-color: var(--light-blue);
}

.footer-social-media.margin-right-none.left {
  margin-left: 10px;
}

.footer-mid-content {
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.contact-info-text {
  flex-flow: column;
  display: flex;
}

.footer-section {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.footer-menu-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.footer-contact-info {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  border: 1px solid #46484b94;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: grid;
}

.contact-icon {
  background-color: var(--light-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.contact-info-link {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link._10t {
  margin-top: 10px;
}

.footer-copy {
  border-top: 1px solid #ffffff17;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-social-media-block {
  padding-top: 20px;
  display: flex;
}

.scroll-up {
  z-index: 1000;
  background-color: var(--light-blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 10px 10px;
}

.scroll-arrow-up {
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.services-section {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.services-link-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.services-link-box._1 {
  background-image: url('../images/box1.webp');
}

.services-link-box._2 {
  background-image: url('../images/box4.webp');
}

.services-link-box._3 {
  background-image: url('../images/box2.webp');
  background-position: 60%;
}

.services-link-box._4 {
  background-image: url('../images/box3.webp');
}

.services-link-box._5 {
  background-image: url('../images/box5.webp');
}

.services-link-box._6 {
  background-image: url('../images/box6.webp');
}

.text-block-2 {
  color: #333131;
  background-color: #fff;
  border-radius: 1px;
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container, .container-2._0 {
  padding-top: 0;
}

.testimonials-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testemonials {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-3 {
  color: #292d33;
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.sub-heading {
  color: var(--light-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.heading-2 {
  color: #292d33;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.navbar-3 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 40px;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-link-text {
  text-align: left;
}

.btn-underline {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline.nav-underline {
  width: 0;
}

.btn-underline.services-underline {
  background-color: #1b1b1b;
  width: auto;
  display: block;
}

.box-shadow-div {
  opacity: 0;
  object-fit: fill;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.brand-2 {
  cursor: pointer;
  min-width: 80px;
  min-height: 80px;
  max-height: 80px;
  margin-top: 0;
  margin-right: auto;
}

.dl-link {
  color: #282828;
  width: 100%;
  padding: 7.2px 40px 7.2px 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.dl-link.w--current {
  color: var(--dark-blue);
  font-weight: 700;
}

.fa-icon-arrow {
  font-family: "Fa 300", sans-serif;
  display: none;
}

.nav-menu-2 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.dl-item {
  z-index: 2;
  width: 300px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.dl-menu {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-social-link {
  color: #fff;
  padding: 7.2px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.header-social-link:hover {
  color: #ffffff80;
}

.header-social-link.m-left-10 {
  margin-left: 10px;
}

.header-social-link.m-left-10.email {
  font-family: "Fa 300", sans-serif;
}

.header {
  z-index: 50;
  align-items: center;
  width: 100%;
  min-height: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
}

.btn-hover-color {
  background-color: var(--light-blue);
  width: 0;
  position: absolute;
  inset: 0%;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.header-social {
  margin-left: 24px;
}

.image-2 {
  object-fit: contain;
  width: 220px;
  margin-top: 10px;
}

.container-3 {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1420px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-3.a {
  margin-top: 0;
  margin-bottom: 140px;
}

.hero-section-2 {
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero-section-2.service {
  background-image: linear-gradient(#0009, #0009), url('../images/box6.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.hero-section-2.service-2, .hero-section-2.service-3 {
  height: 70vh;
}

.hero-section-2.svs4 {
  background-image: linear-gradient(#0009, #0009), url('../images/hom3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.hero-section-2.svs5 {
  background-image: linear-gradient(#0009, #0009), url('../images/ten1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 70vh;
}

.hero-section-2.area {
  background-image: linear-gradient(#0009, #0009), url('../images/pm3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.hero-section-2.area._2 {
  background-image: linear-gradient(#0009, #0009), url('../images/pm2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section-2.portfolio {
  background-image: linear-gradient(#0009, #0009), url('../images/drone.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.hero-section-2.testimonials {
  background-image: linear-gradient(#0009, #0009), url('../images/hom2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.hero-section-2.contact {
  background-image: linear-gradient(#0009, #0009), url('../images/img1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 70vh;
}

.hero-section-2.site {
  background-image: linear-gradient(#0009, #0009), url('../images/box3.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 70vh;
}

.hero-section-2.a {
  justify-content: flex-start;
  align-items: center;
}

.hero-section-2.haban {
  background-image: linear-gradient(#0009, #0009), url('../images/box5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.hero-section-2.home {
  background-image: linear-gradient(#0009, #0009), url('../images/banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 800px;
}

.hero-section-2.svs6 {
  background-image: linear-gradient(#0009, #0009), url('../images/hom1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 70vh;
}

.scroll-btn {
  z-index: 12;
  cursor: pointer;
  background-image: url('../images/down-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 97px;
  height: 97px;
  position: relative;
  inset: auto 70px 70px auto;
}

.btn-text {
  padding-bottom: 4px;
  font-weight: 600;
}

.btn {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn.banner {
  border: 1px solid var(--white);
  padding: 20px 40px;
}

.hero-sub-heading {
  color: #fff;
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

.hero-text {
  color: #fff;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.hero-text.gold {
  background-color: var(--white);
  color: var(--dark-blue);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-bottom: 60px;
  margin-right: auto;
  padding: 25px 40px;
  font-size: 30px;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--black);
  color: var(--black);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--black);
  color: var(--white);
}

.hyperlink.w {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--white);
  font-weight: 700;
}

.hyperlink.w:hover {
  box-shadow: inset 0 -100px 0 0 var(--white);
  color: var(--light-blue);
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.contact-form-wrapper {
  width: 100%;
}

.contact-info-text-2 {
  flex-direction: column;
  display: flex;
}

.heading {
  color: #949494;
  font-size: 1.2em;
  font-weight: 400;
}

.heading.h3 {
  color: #151623;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.contact-section-wrapper.top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-under-line {
  background-color: var(--light-blue);
  border-radius: 2px;
  width: 80px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cta-text-contact {
  color: #151623;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
}

.contact-section {
  background-color: #ebebeb;
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 0 0 5px 4px #0000001a;
}

.contactform {
  width: 100%;
}

.icon-3 {
  background-color: var(--light-blue);
  color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.cta-link {
  color: #00000091;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

.left-contact.right {
  background-color: #f9f9f9;
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #080f3421;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.para-2 {
  color: #797878;
  font-size: 1em;
  line-height: 1.75;
}

.para-2.white {
  color: #e4e4e4;
  font-size: 16px;
}

.section-heading-1-with-image {
  background-color: #151623;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-heading-1-with-image.m-bottom-none {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-content {
  width: 50%;
}

.section-content.inner-padding-right {
  width: 45%;
  padding-left: 0;
  padding-right: 40px;
}

.section-content.inner-padding-right._w-100 {
  width: 100%;
  padding-right: 0;
}

.default-bullet-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.default-bullet-list.margin-b-t-20 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.default-bullet-list.margin-b-t-20.list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-heading-1.margin-bottom-10 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1.1;
}

.section-heading-1.margin-bottom-10.white {
  color: #f9f9f9;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
}

.section-wrapper.display-flex {
  justify-content: space-between;
  display: flex;
}

.nvq {
  width: 150px;
  margin-left: 30px;
}

.fmb {
  width: 200px;
  margin-left: 0;
}

.fmb-link {
  width: 130px;
}

.chase {
  width: 120px;
  margin-left: 30px;
}

.chas {
  width: 135px;
  margin-left: 30px;
}

.nicec {
  width: 220px;
  margin-left: 30px;
}

.background-image {
  background-image: url('../images/bigimg2.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
}

.background-image.ha3 {
  background-image: url('../images/bigimg5.webp');
}

.background-image.bm3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.background-image.tp3 {
  background-image: url('../images/bigimg4.webp');
}

.background-image.p1 {
  background-image: url('../images/bigimg3.webp');
}

.background-image.fsp3 {
  background-image: url('../images/bigimg1.webp');
}

.background-image.home {
  background-image: url('../images/bigimg6.webp');
  background-position: 50% 100%;
}

.background-image.south {
  background-image: url('../images/bigimg7.webp');
}

.card-bullet-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.card-bullet-2.areas {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.card-bullet-2.site {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  display: grid;
}

.bullet-heading-3 {
  color: #353535;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.bullet-heading-3.a {
  margin-bottom: 10px;
  font-size: 20px;
}

.card-icon-2 {
  background-color: var(--dark-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  display: flex;
}

.area-map {
  filter: grayscale(75%);
  margin-top: 25px;
  margin-bottom: 10px;
}

.area-map._10 {
  margin-top: 0;
  margin-bottom: 0;
}

.map-section {
  margin-bottom: -10px;
}

.site-link {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.site-link:hover {
  color: var(--dark-blue);
}

.foot-link {
  color: #9b9b9b;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.foot-link:hover {
  color: var(--white);
}

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

.observatorylb {
  height: 400px;
  text-decoration: none;
  position: relative;
}

.hover-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000000ad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.previous-hover-div {
  z-index: 5;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: all .45s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.previous-hover-div:hover {
  opacity: 1;
  background-color: #2c3e5000;
}

.previous-projects-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-socials.top {
  justify-content: center;
  height: 1%;
  inset: auto 0% 55vh auto;
}

.social-link {
  color: #fff;
  background-color: #ff5050;
  border: 1px solid #ff5050;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: #ff5050;
  background-color: #fff;
  border: 1px solid #ff5050;
}

.social-link.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link.side._1 {
  background-color: var(--light-blue);
  color: var(--black);
  border-style: none;
  font-family: "Fa sharp solid 900", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._1:hover {
  background-color: #fff;
}

.social-link.side.text-block-3 {
  border-color: var(--black);
  background-color: var(--light-blue);
  color: var(--black);
  font-family: "Fa brands 400", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side.text-block-3:hover {
  background-color: #fff;
}

.social-link.side._2 {
  border-style: none;
  border-color: var(--black);
  background-color: var(--light-blue);
  color: var(--black);
  font-family: "Fa solid 900", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._2:hover {
  background-color: #fff;
}

.social-link.side._4 {
  border-color: var(--black);
  background-color: var(--light-blue);
  color: var(--black);
  font-family: "Fa brands 400", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._4:hover {
  background-color: #fff;
}

.arrow {
  font-family: "Fa sharp solid 900", sans-serif;
}

.fs-cc-manager_icon {
  width: 23px;
  height: 23px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--light-blue);
  background-color: var(--light-blue);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--light-blue);
  color: var(--light-blue);
  background-color: #f5f5f5;
}

.fs-cc-manager_component {
  z-index: 2147483647;
  display: none;
  position: fixed;
  inset: auto auto 10px 60px;
}

.fs-cc-prefs_title {
  color: var(--dark-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--light-blue);
  background-color: var(--light-blue);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--light-blue);
  color: var(--light-blue);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: var(--black);
  width: 16px;
  height: 16px;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--light-blue);
  color: var(--light-blue);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  background-color: var(--light-blue);
  color: #333;
  cursor: pointer;
  border-radius: 6px;
  flex-direction: column;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 2147483647;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-7 {
  background-color: #ffffffb5;
  border-radius: 6px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: auto;
  padding: 5px 8px;
  font-size: 16px;
  font-weight: 700;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block {
  z-index: 999;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.chat-section {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.whatsapp-icon {
  color: #fff;
  display: block;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--light-blue);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--dark-blue);
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--light-blue);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--dark-blue);
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.div-block {
  width: 0;
  height: 0;
}

.ico {
  background-color: var(--dark-blue);
  color: var(--white-smoke);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  margin-right: 20px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 30px;
  display: flex;
}

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

.primary-btn {
  color: #fff;
  background-color: #f8b400;
  border-radius: 4px;
  padding: 20px 40px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.primary-btn:hover {
  color: #080f34;
  background-color: #f9f9f9;
}

.primary-btn.hovr-black:hover {
  color: #f9f9f9;
  background-color: #080f34;
}

.primary-btn.hovr-black.margin-top-20 {
  margin-top: 20px;
}

.primary-btn.hovr-black.margin-top-20.mobil-btn {
  background-color: var(--light-blue);
  color: #000;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  display: block;
}

.pop-light {
  font-weight: 400;
}

.pop-head {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.close-icon {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 22px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: #0000;
}

.close-icon.circle {
  background-color: #111;
  font-family: "Fa solid 900", sans-serif;
  font-size: 19px;
}

.widget-block {
  z-index: 1000;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
  padding: 24px;
  display: block;
  position: fixed;
  inset: auto auto 10px 110px;
  box-shadow: 1px 1px 3px #0000002e;
}

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

@media screen and (min-width: 1920px) {
  .heading-2 {
    font-size: 2.5rem;
  }

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .header-social-media {
    justify-content: space-around;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-menu-link {
    background-color: #0000;
  }

  .drop-down-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-down-link:hover {
    color: #fff;
  }

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    color: #fdfdfd;
    background-color: #ef233c;
    border-radius: 0;
  }

  .header-social-icon {
    color: #353535;
    background-color: #fdfdfd;
    border-right: 1px solid #3535353d;
    width: 33.3%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .header-social-icon.margin-right-none {
    text-align: left;
    font-size: 22px;
  }

  .dropdown-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    color: #fff;
    background-color: #ef233c;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    color: #fff;
    background-color: #ef233c;
  }

  .dropdown-link.no-border {
    color: #fff;
    border-bottom-style: none;
  }

  .burger-menu {
    color: #353535;
    font-size: 1.2em;
  }

  .nav-toggle {
    border-radius: 6px;
    margin-right: 10px;
  }

  .nav-toggle.w--open {
    background-color: #fff;
  }

  .nav {
    background-color: #353535;
    height: 100%;
    margin-bottom: auto;
  }

  .navbar-2 {
    justify-content: space-between;
  }

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

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
  }

  .default-btn.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-design-1-h1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-section {
    width: 100%;
  }

  .btn-wrapper {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .right-section {
    width: 100%;
    margin-bottom: 40px;
  }

  .inner-img {
    min-height: 500px;
  }

  .card-bullet.grid-2._3 {
    grid-template-columns: 1fr 1fr;
  }

  .bullet-list-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .bullet-list-grid._20tb {
    grid-row-gap: 19px;
  }

  .inner-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-fluid.display-flex {
    flex-direction: column;
  }

  .section-2-img-full {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    min-height: 300px;
  }

  .section-2-img-full.hp2 {
    background-position: 50%;
    background-size: cover;
  }

  .section-2-text-content {
    width: 100%;
  }

  .heading-3-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3-wrapper {
    flex-direction: column;
  }

  .content-h3-box {
    width: 100%;
  }

  .heading-3-text {
    text-align: center;
  }

  .h3-cta-btns {
    justify-content: center;
    width: 60%;
    padding-top: 20px;
    display: flex;
  }

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
  }

  .footer-contact-info {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .scroll-up {
    z-index: 1;
  }

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

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

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

  .heading-2 {
    padding-right: 0;
  }

  .icon-2 {
    font-size: 29px;
  }

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

  .dropdown {
    width: 100%;
  }

  .nav-link-text {
    text-align: left;
  }

  .btn-underline.nav-underline.display-none-underline, .btn-underline.services-underline.display-none-s {
    display: none;
  }

  .fa-icon-arrow {
    margin-left: 10px;
    font-family: "Fa 300", sans-serif;
    display: inline-block;
  }

  .nav-menu-2 {
    z-index: 10;
    background-color: #282828;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-right: auto;
    padding-top: 100px;
  }

  .dl-item {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .header-social {
    border-top: 1px solid #f7f7f733;
    justify-content: flex-start;
    margin-top: 90%;
    padding-top: 20px;
    display: flex;
  }

  .menu-button {
    color: #fff;
  }

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

  .container-3.a {
    padding-left: 20px;
  }

  .hero-text.gold {
    padding: 20px 30px;
    font-size: 26px;
  }

  .contact-section-wrapper.top {
    flex-direction: column;
  }

  .container-4 {
    width: 90%;
  }

  .left-contact {
    width: 100%;
  }

  .left-contact.right {
    width: 100%;
    margin-top: 40px;
  }

  .section-content.inner-padding-right {
    width: 100%;
  }

  .section-content.inner-padding-right._w-100 {
    padding-right: 0;
  }

  .default-bullet-list.margin-b-t-20.list-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .section-wrapper.display-flex {
    flex-direction: column;
  }

  .observatorylb {
    height: 325px;
  }

  .hover-text {
    font-size: 20px;
  }

  .previous-projects-grid {
    grid-template-columns: 1fr 1fr;
    width: 95%;
  }

  .text-block-7 {
    display: none;
  }

  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .container.announcement-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.nav-fluid {
    padding-top: 0;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

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

  .para.para-sm {
    width: 100%;
  }

  .para.bullet-para {
    padding-top: 10px;
    padding-bottom: 10px;
    inset: auto 0% 0% auto;
  }

  .para.bullet-para.ico {
    width: 80px;
    height: 80px;
    font-size: 60px;
    inset: auto 10px 60px auto;
  }

  .inner-img {
    min-height: 300px;
  }

  .card-bullet.grid-2._3 {
    grid-template-columns: 1fr;
  }

  .card-bullet._605 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .counterup {
    line-height: 100%;
  }

  .bullet-list-services {
    padding-bottom: 100px;
  }

  .bullet-list-services.black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bullet-list-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .bullet-list-grid._20tb._2 {
    grid-template-columns: 1fr;
  }

  .bullet-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-2-img-full {
    min-height: 350px;
  }

  .section-2-img-full.new-home {
    background-position: 100%;
    background-size: 200%;
  }

  .section-2-img-full.new-home:hover {
    background-size: 200%;
  }

  .h3-cta-btns {
    width: 100%;
  }

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

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

  .footer-mid-content {
    flex-direction: column;
    padding-top: 0;
  }

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

  .container-2 {
    padding-top: 20px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    font-size: 2rem;
  }

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

  .nav-menu-2 {
    width: 100%;
  }

  .image-2 {
    width: 180px;
  }

  .container-3.a {
    padding-left: 20px;
  }

  .hero-sub-heading {
    font-size: 19px;
  }

  .hero-text {
    font-size: 37px;
  }

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

  .section-heading-1-with-image {
    padding-bottom: 60px;
  }

  .card-bullet-2.areas, .card-bullet-2.site {
    display: block;
  }

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

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

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }

  .side-socials.top {
    display: none;
  }

  .social-link.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .ico {
    flex: none;
  }

  .pop-head {
    font-size: 24px;
    line-height: 32px;
  }

  .widget-block {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .announcement-contact {
    width: 100%;
  }

  .announcement-link {
    font-size: 18px;
  }

  .announcement-icon {
    font-size: 1.2em;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
  }

  .announcement-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .nav-menu.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

  .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-bottom: 0;
  }

  .heading-1.margin-bottom-30 {
    font-size: 24px;
    line-height: 1.2;
  }

  .right-section {
    box-shadow: 10px -10px 0 0 var(--light-blue);
    margin-bottom: 20px;
  }

  .para {
    font-size: 15px;
  }

  .para.bullet-para {
    margin-top: 0;
    position: static;
  }

  .para.bullet-para.ico {
    font-size: 120px;
    position: absolute;
    top: 0;
    bottom: auto;
    right: auto;
  }

  .inner-img {
    min-height: 250px;
  }

  .inner-img.new-home-1, .inner-img.ha1, .inner-img.bm1, .inner-img.hp1 {
    background-size: cover;
  }

  .inner-img.tp1 {
    background-size: auto 320px;
  }

  .card-bullet.grid-2 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .card-bullet._605, .card-bullet._60-2 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .card-icon.gold {
    flex: none;
  }

  .counterup {
    font-size: 100px;
    font-weight: 900;
  }

  .bullet-list-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bullet-list-services.black {
    padding-bottom: 60px;
  }

  .bullet-list-grid._20tb._2 {
    grid-template-columns: 1fr;
  }

  .card-bullet-item {
    justify-content: flex-start;
  }

  .bullet-block {
    justify-content: flex-start;
    align-items: center;
  }

  .bullet-heading {
    font-size: 15px;
  }

  .bullet-heading.w {
    text-align: left;
    justify-content: center;
  }

  .section-2-img-full {
    background-size: cover;
  }

  .section-2-img-full.new-home {
    min-height: 280px;
  }

  .heading-3-cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .heading-3-text._10b {
    font-size: 19px;
  }

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h3-cta-call-btn {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-cta-call-btn.btn-outline {
    flex: none;
  }

  .contact-block-1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-block-1.border-none {
    align-items: flex-start;
  }

  .contact-info-text {
    text-align: center;
    margin-top: 20px;
  }

  .footer-section {
    padding-bottom: 40px;
  }

  .contact-type-title {
    text-align: left;
  }

  .footer-contact-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-icon {
    margin-right: 0;
  }

  .contact-info-link._10t {
    text-align: left;
  }

  .footer-copy {
    margin-top: 40px;
  }

  .services-link-box {
    min-height: 250px;
  }

  .text-block-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testemonials-text {
    line-height: 1;
  }

  .container-2.test-container {
    width: 90%;
  }

  .testimonials-grid {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
  }

  .testemonials {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .icon-2 {
    text-align: center;
  }

  .navbar-3 {
    flex-direction: column;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-2 {
    justify-content: center;
    align-items: center;
    min-height: auto;
    max-height: 100%;
    margin-right: 0;
    display: flex;
  }

  .brand-2.w--current {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .nav-menu-2 {
    width: 100%;
    height: auto;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .header-social {
    margin-top: 0%;
    padding-bottom: 20px;
  }

  .menu-button {
    width: 100%;
    margin-top: 10px;
  }

  .menu-button.w--open {
    z-index: 200;
  }

  .image-2 {
    width: 80%;
    margin-top: 0;
  }

  .container-3 {
    margin-top: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3.a {
    margin-bottom: 60px;
    padding-left: 0;
  }

  .hero-section-2.area._2 {
    height: 550px;
  }

  .hero-section-2.home {
    height: 750px;
  }

  .scroll-btn {
    width: 85px;
    height: 85px;
    display: none;
    right: 20px;
  }

  .hero-sub-heading {
    font-size: 18px;
    line-height: 1.4;
  }

  .hero-text {
    font-size: 26px;
    line-height: 1.3;
  }

  .hero-text.gold {
    text-align: center;
    border-radius: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .contact-info-block {
    padding: 25px;
  }

  .icon-block {
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .contact-info-text-2 {
    text-align: center;
  }

  .heading.h3 {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .heading-under-line {
    margin-top: 0;
  }

  .cta-text-contact {
    text-align: left;
  }

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

  .icon-3 {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .cta-link {
    text-align: left;
  }

  .left-contact.right {
    padding: 15px;
  }

  .grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: center;
  }

  .section-heading-1-with-image.m-bottom-none {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-content.inner-padding-right {
    padding-right: 0;
  }

  .default-bullet-list.margin-b-t-20.list-grid {
    grid-template-columns: 1fr;
  }

  .section-heading-1.margin-bottom-10 {
    font-size: 2.2em;
  }

  .nvq {
    margin-left: 0;
  }

  .fmb {
    width: 180px;
  }

  .fmb-link {
    width: 20%;
  }

  .chase {
    width: 100px;
    margin-left: 0;
  }

  .chas {
    width: 120px;
    margin-left: 0;
  }

  .nicec {
    width: 200px;
    margin-left: 0;
  }

  .background-image {
    min-height: 400px;
  }

  .card-bullet-2.areas, .card-bullet-2.site {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bullet-heading-3.a {
    font-size: 18px;
  }

  .observatorylb {
    height: 290px;
  }

  .hover-text {
    font-size: 17px;
    line-height: 25px;
  }

  .previous-projects-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .circle-div-side {
    display: none;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }

  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }

  .pop-head {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .widget-block {
    width: auto;
    height: auto;
    padding: 20px;
    right: 10px;
  }
}

#w-node-_30198d32-180e-c6a8-cc1d-c038b6a9619d-481abc8f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2eabf941-8c53-e9e3-483b-cc6e6a2e59d7-481abc8f, #w-node-_2eabf941-8c53-e9e3-483b-cc6e6a2e59f4-481abc8f, #w-node-_2eabf941-8c53-e9e3-483b-cc6e6a2e5a11-481abc8f {
  place-self: auto;
}

#w-node-_339d4152-b3aa-455f-42ce-a88b4232739c-42327391, #w-node-_339d4152-b3aa-455f-42ce-a88b423273a5-42327391, #w-node-_339d4152-b3aa-455f-42ce-a88b423273ae-42327391 {
  align-self: center;
}

#w-node-_208cc57f-847f-b5d0-e85e-13fef1991ee7-481abc94, #w-node-_7c80d5fc-0c80-ad9f-c083-36600df241a6-481abc94, #w-node-_1e898c9b-cdb2-01a6-14b9-c50778058b99-481abc94, #w-node-f246f105-4020-ee76-f593-7f8fdd352984-481abc94 {
  place-self: auto;
}

#w-node-_584070a8-fd22-86c1-1952-52d5a389850a-481abc94 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-caded084-061c-3d3e-18c3-f0eb1a5aba63-481abc95, #w-node-caded084-061c-3d3e-18c3-f0eb1a5aba6c-481abc95, #w-node-b6f4acfb-5ff3-3c01-740a-a56c5eae64b4-481abc95, #w-node-e0122a43-8e44-cda6-9ad6-4121d14644c4-481abc95 {
  place-self: auto;
}

#w-node-_1e437840-e3e4-8702-ee9d-874bedd72154-481abc95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_0eb097d4-9ef4-a130-13fe-7082019383c5-481abc97, #w-node-_0eb097d4-9ef4-a130-13fe-7082019383dc-481abc97 {
  place-self: auto;
}

#w-node-_0eb097d4-9ef4-a130-13fe-708201938416-481abc97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-ded3eb3c-9919-8179-cc6a-6686ef58ee13-481abc97, #w-node-be161890-4e41-eddd-1d67-dfcff354663a-481abc97, #w-node-_819b9c7b-98a7-92af-ca57-1af692ec2ced-481abc97, #w-node-_059100c6-190d-38de-1488-123213a055cf-481abc97, #w-node-_8405eb68-0dbb-a0a5-825a-3b7b364e94e9-481abc97, #w-node-b1f7ee62-9503-503e-c73e-86555cc7d243-481abc97, #w-node-e91d4c09-f21b-5892-3df6-84dc9c924ee6-481abc97, #w-node-d90729f3-94e3-c746-2355-bb33dd9524fc-481abc97, #w-node-_7112d290-fe22-266a-8d3f-cecf695c7f51-481abc97, #w-node-_2619129d-3c21-01d5-6fff-51b043729271-481abc97, #w-node-cc6ba7eb-3709-1f9d-dfec-53186839f46e-481abc98, #w-node-cc6ba7eb-3709-1f9d-dfec-53186839f477-481abc98, #w-node-cc6ba7eb-3709-1f9d-dfec-53186839f480-481abc98, #w-node-cc6ba7eb-3709-1f9d-dfec-53186839f489-481abc98 {
  place-self: auto;
}

#w-node-cc6ba7eb-3709-1f9d-dfec-53186839f492-481abc98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb4f7-481abc99, #w-node-_60dff5d7-0720-8812-268c-557b77a0a5c5-481abc99, #w-node-f1cdeb1d-5208-fedc-a939-7098247f85cc-481abc99, #w-node-fc4c1e28-c027-1e13-a451-7bf17e051872-481abc99, #w-node-_2439e80e-96a6-0463-84f3-f9cb8ae89ff5-481abc99, #w-node-_647ded51-2aba-ab00-cbcb-b808b2ba8e5f-481abc99, #w-node-b56b19e1-5a53-c94e-0c34-52f5634d41f1-481abc99, #w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb4fc-481abc99, #w-node-ac42f977-10da-9a87-f9af-05d647bb02f8-481abc99, #w-node-_63c4b948-f315-a27d-5ac4-590d32434494-481abc99, #w-node-a57dbd8a-f73d-6e78-c306-f42f0ffdebde-481abc99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e1bd146-1fe8-dd06-f1b6-953d91d5693a-481abc9a, #w-node-_07a1f2df-2eb0-1527-785e-ba85af8d80eb-481abc9a, #w-node-_9f9456ed-7642-fa24-02c7-5da9c045bb5c-481abc9a {
  place-self: auto;
}

#w-node-b0352423-9b12-b304-8bdf-a62536e2d25d-481abc9e, #w-node-af7664d7-3637-55a0-3f37-34f737ab9aa2-481abc9e, #w-node-_7d4959b7-5dde-66c5-d155-8615d26d6cdc-481abc9e, #w-node-_548d5775-cd8c-f238-83e0-74cc8754324e-481abc9e, #w-node-a7080066-5389-1053-3336-5021e894b8b0-481abc9e, #w-node-_8ec55652-1017-bf8d-6ede-bca53a5eb8fb-481abc9e, #w-node-_135bd946-75d1-39e3-3c60-5f212082e9f6-481abc9e, #w-node-c133cce2-c831-dd39-82f8-e32e2f39cd66-481abc9e, #w-node-ddbee351-0a18-0e12-7faf-129f77b15965-481abc9e, #w-node-_576a7aa3-e391-056b-0f98-db9601624d7a-481abc9e, #w-node-_4d0fb10b-4599-a74d-ee51-1975906f5b29-481abc9e, #w-node-_417c5f28-0657-19f0-b37f-c684401630e9-481abc9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee15a72d-68bf-9136-7407-dfcfed1085ca-a5c0bf4d, #w-node-f9a877ed-bce9-35df-b097-b98e54230f30-a5c0bf4d, #w-node-fbd8ae60-125c-2b4a-0952-17c0d5912ff6-a5c0bf4d, #w-node-e90e125f-dc8b-80e6-3a9d-921173288d7e-a5c0bf4d, #w-node-_2730e84a-57dc-e430-79aa-797bb2e99de2-a5c0bf4d, #w-node-_1f04182d-be99-d090-f8e4-fbbdb1397ac4-a5c0bf4d, #w-node-e9757e1d-ffff-5bbc-ee8c-4bda587b606a-a5c0bf4d, #w-node-_1b0fc6c2-c5f6-3a25-6eaa-fdf146161072-a5c0bf4d, #w-node-_4c4ad0de-8b13-cfb7-1e25-f8be9a7eddcf-a5c0bf4d, #w-node-a370b8a5-a905-cb1c-7c48-e2a110f0c0a4-a5c0bf4d, #w-node-_5138f52b-b759-5fea-c2ce-5267e4cf3c9a-a5c0bf4d, #w-node-b6d9ea66-e71c-a300-998a-2987636da7f3-a5c0bf4d, #w-node-b0fbc122-8394-ae05-f242-947a28b2589a-a5c0bf4d, #w-node-_622e37f6-009f-0df1-1ec2-52e5b5781d58-a5c0bf4d, #w-node-de7e9ff3-cf57-3900-cf03-7285cb690ce4-a5c0bf4d, #w-node-_5625cf46-e700-6a43-512f-d39f31b20b4a-a5c0bf4d {
  place-self: auto;
}

#w-node-_586d2da7-eca4-469a-dadd-f4f76743767b-a5c0bf4d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_30198d32-180e-c6a8-cc1d-c038b6a9619d-481abc8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2eabf941-8c53-e9e3-483b-cc6e6a2e5a11-481abc8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-_586d2da7-eca4-469a-dadd-f4f76743767b-a5c0bf4d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2eabf941-8c53-e9e3-483b-cc6e6a2e5a11-481abc8f, #w-node-_584070a8-fd22-86c1-1952-52d5a389850a-481abc94, #w-node-_1e437840-e3e4-8702-ee9d-874bedd72154-481abc95, #w-node-cc6ba7eb-3709-1f9d-dfec-53186839f492-481abc98, #w-node-_586d2da7-eca4-469a-dadd-f4f76743767b-a5c0bf4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_339d4152-b3aa-455f-42ce-a88b42327399-42327391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_339d4152-b3aa-455f-42ce-a88b4232739c-42327391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_339d4152-b3aa-455f-42ce-a88b423273a2-42327391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_339d4152-b3aa-455f-42ce-a88b423273a5-42327391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_339d4152-b3aa-455f-42ce-a88b423273ab-42327391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0eb097d4-9ef4-a130-13fe-708201938416-481abc97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Park Lane Nf';
  src: url('../fonts/Park-Lane-NF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}