@font-face {
  font-family: Palatino;
  src: url('../fonts/palatino.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype"), url('../fonts/fa-duotone-900.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"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Regular 400";
  src: url('../fonts/fa-regular-400.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: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  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 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  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: Canela Trial;
  src: url('../fonts/Canela-BlackItalic-Trial.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Canela Trial;
  src: url('../fonts/Canela-LightItalic-Trial.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Canela Trial;
  src: url('../fonts/Canela-ThinItalic-Trial.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Canela Trial;
  src: url('../fonts/Canela-BoldItalic-Trial.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Canela Trial;
  src: url('../fonts/Canela-RegularItalic-Trial.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Canela Trial;
  src: url('../fonts/Canela-MediumItalic-Trial.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --white: #fff;
  --black: #1c1b1f;
  --secondary: #f2e68f;
  --primary: #8c6427;
  --third: #3a3a3a;
  --dim-grey\<deleted\|variable-341a7e94\>: #4c4a4b;
  --mid-grey: #7e7e7e;
  --silver: #cdcdcd;
  --transparent: #fff0;
}

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

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

.body {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  background-image: linear-gradient(#ffffffcf, #ffffffcf), url('../images/Texture-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  font-family: Canela Trial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.header-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  display: flex;
}

.header-div-2.announcement-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.announcement-barn-link {
  color: #f7f7f2;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.announcement-barn-link.trust {
  align-items: center;
  padding-top: 5px;
  padding-left: 10px;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--secondary), var(--primary));
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.trust-pilot {
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.fa-social {
  background-color: var(--third);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
  transform: scale(1.05);
}

.quote-btn {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 17px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.05);
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.contact-ann-block.auto-m {
  margin-left: auto;
  margin-right: auto;
}

.header-contact {
  border-left: 1px solid #5f5f5130;
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

.ripple {
  z-index: 0;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple.dl-btn {
  background-color: var(--primary);
  right: -20%;
}

.headt-call-btn {
  display: none;
}

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--secondary);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-2 {
  background-color: #0000;
  padding-bottom: 0;
}

.co-logo-link-2.w--current {
  flex: none;
  margin-right: 5px;
}

.dl-link-holder {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dl-link-holder.w--current {
  background-color: var(--primary);
}

.dl-link-holder.lst {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
}

.navbar-2 {
  background-color: #0000;
}

.dl-link-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

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

.dl-menu.w--open {
  background-color: var(--black);
  border-radius: 4px;
  margin-top: 36px;
  margin-left: 0;
  overflow: hidden;
}

.dropdown-toggle {
  opacity: .55;
  color: var(--white);
  text-transform: capitalize;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-weight: 300;
  transition: all .45s ease-in-out;
  display: flex;
}

.dropdown-toggle:hover {
  opacity: 1;
}

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  color: var(--secondary);
  width: auto;
  margin-right: 5px;
  font-family: "Fa Sharp 300", sans-serif;
  font-weight: 400;
}

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.section-2 {
  z-index: 10;
  border-bottom: 1px #5e5e5e;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.section-2.header-section.nav-verticle {
  background-color: var(--black);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.dl-link-2 {
  z-index: 1;
  color: var(--white);
  text-transform: capitalize;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  opacity: .55;
  color: var(--white);
  text-transform: capitalize;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-weight: 300;
  transition: all .45s ease-in-out;
}

.menu-link:hover {
  opacity: 1;
  border-bottom: 1px #f7f7f2;
}

.menu-link.w--current {
  color: var(--white);
  background-color: #0000;
  font-size: 16px;
}

.mobile-block {
  color: #ffea00;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.logo-div-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h-link {
  color: var(--secondary);
  text-transform: capitalize;
  font-size: 14px;
  text-decoration: none;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 78vh;
  min-height: auto;
}

.slide-2 {
  background-image: linear-gradient(32deg, #000000a6, #fff0), url('../images/Ban1.webp');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
}

.left-arrow-2, .right-arrow-2, .slide-nav-3 {
  display: none;
}

.menu-button-image-link {
  background-image: url('../images/Waste-New.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  text-decoration: none;
  display: flex;
}

.menu-button-image-link._1 {
  background-image: url('../images/Rubbish-Bins.webp');
}

.menu-button-image-link._3 {
  background-image: url('../images/Site-New.webp');
}

.menu-button-image-link._4 {
  background-image: url('../images/Disposal-New.webp');
}

.menu-button-image-link._5 {
  background-image: url('../images/273379254.webp');
}

.black-int-link {
  z-index: 1;
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-button-section {
  z-index: 9;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.menu-button-div {
  height: 290px;
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.menu-label-div {
  background-color: var(--black);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--secondary), var(--primary));
  color: var(--primary);
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
}

.h1.h1-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.content-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.double-content-div.flex-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.coloured-underline {
  background-color: var(--secondary);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--secondary), var(--primary));
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline.underline-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.primary-btn {
  z-index: 1;
  color: #f7f7f2;
  background-color: #343819;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-btn.m-auto {
  border: 1px solid var(--white);
  background-color: var(--mid-grey);
}

.primary-btn.black {
  background-color: #000;
  transition: all .2s;
}

.primary-btn.black:hover {
  transform: scale(1.1);
}

.p {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

.basic-p-block {
  flex-flow: column;
  align-items: flex-start;
  width: 48%;
  transition: all .2s;
  display: flex;
}

.basic-p-block._w-100 {
  width: 100%;
}

.basic-p-block._w-100.center-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-title {
  color: var(--black);
  text-transform: capitalize;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 42px;
}

.h2-title.white {
  color: var(--white);
  text-transform: capitalize;
  line-height: 40px;
}

.h2-title.white.smaller {
  font-size: 16px;
  line-height: 30px;
}

.light-text-line {
  background-color: var(--primary);
  width: 40px;
  height: 2px;
}

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.grey-content-section {
  background-color: var(--mid-grey);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-white {
  background-color: #0000;
}

.grey-content-section.bg-white.p-white {
  background-color: #f7f7f2;
}

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

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

.cta-text-contact {
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.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: 20px;
  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;
}

.cta-link {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: none;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  text-decoration: none;
}

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

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

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

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

.left-contact.right {
  background-color: var(--white);
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

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

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

.icon-2 {
  background-color: var(--third);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

.heading-3-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.heading-3-text.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-3-text.sm-h3.white-h3 {
  color: var(--white);
  line-height: 28px;
}

.heading-3-right-text {
  background-color: var(--third);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  background-color: #5f5f51;
  padding: 0;
}

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

.container-3.container-fluid {
  width: 100%;
  max-width: none;
}

.heading-3-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;
  align-items: stretch;
  min-height: 400px;
  display: flex;
}

.heading-3-left-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.instagram {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.foooter-logo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  width: 100%;
  display: flex;
}

.footer-brand.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.list {
  text-align: center;
  flex: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.fb-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 40px;
  display: flex;
}

.footer-section-2 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footer-title {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--secondary), var(--primary));
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.footer-contact-link {
  color: var(--secondary);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-contact-link:hover {
  color: var(--primary);
}

.footer-nav-item {
  color: var(--third);
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #ffce07;
}

.footer-nav-item.footer-contact {
  color: #fff;
  text-align: left;
  cursor: auto;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  color: var(--secondary);
  cursor: auto;
}

.text-span-4 {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--secondary), var(--primary));
  color: var(--secondary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.contact-link {
  color: var(--secondary);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footerlinks {
  color: var(--secondary);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-info-div-2 {
  border: 1px solid #c0c1af24;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div-2._1 {
  border-width: 1px;
  border-color: #c0c1af24;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div-2._1.border-edit {
  border-left-style: solid;
  border-right-style: solid;
  justify-content: flex-start;
}

.footer-social-link {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-social-link:hover {
  color: #c0c1af;
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.footer-contact-links {
  justify-content: space-around;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-copy-right {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

.fa-icon {
  background-color: var(--secondary);
  color: var(--black);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.areas-list {
  padding-left: 0;
}

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

.areas-list-item.areas-list-flex {
  letter-spacing: 0;
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.top-block {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contact-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-content {
  background-color: var(--mid-grey);
  text-align: left;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000045;
}

.contact-content:hover {
  transform: translate(-5px, -5px);
}

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

.section-1-white.p-white {
  background-color: #fff;
}

.heading-1-small {
  color: #333333a1;
  font-weight: 300;
}

.container-5 {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: var(--white);
  padding-bottom: 10px;
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  color: #fff;
  margin-bottom: 10px;
}

.contact-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

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

.contact-page-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.content-section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.double-content-div-2 {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.lb-img {
  width: 100%;
}

.sitemap-list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.sitemap-list-item {
  text-align: left;
  padding-top: 0;
  padding-bottom: 10px;
}

.sitemap-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.trust-reviews {
  margin-bottom: 0;
  padding-top: 20px;
}

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

.chat-block {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

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

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

.livechat-button {
  background-color: #000;
  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(--dim-grey\<deleted\|variable-341a7e94\>);
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  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(--secondary);
  transform: scale(1.05);
}

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

.whatsapp-block {
  z-index: 2500;
  flex-direction: column;
  align-items: flex-start;
  width: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0;
}

.live-chat-top-text {
  color: var(--secondary);
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

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

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

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

.live-chat-bottom-text {
  color: var(--white);
  font-size: 11px;
  font-weight: 300;
}

.live-chat-bottom-text.bold {
  color: var(--black);
  letter-spacing: -.5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 19px;
}

.live-chat-bottom-text.block {
  color: var(--black);
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}

.whatsapp-chat {
  background-color: var(--white);
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.chat-section {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.fa-social-2 {
  border: 1px solid var(--white);
  background-color: var(--secondary);
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social-2:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.1);
}

.fa-social-2.social-media {
  font-family: "Fa Brands 400", sans-serif;
}

.fa-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 45%;
  left: auto;
  right: 0%;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--primary);
  color: var(--primary);
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.hyperlink.light-gold {
  box-shadow: inset 0 -1px 0 0 var(--secondary);
  color: var(--secondary);
  font-size: 38px;
}

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

.icon-3 {
  margin-right: 10px;
}

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

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.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-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-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

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

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

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

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

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

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

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

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

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  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-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.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, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  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-banner_close-icon {
  width: 24px;
  height: 24px;
}

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

.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_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

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

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.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_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.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_space-medium {
  margin-bottom: 40px;
}

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

.lottie {
  justify-content: center;
  align-items: center;
  width: 65px;
  margin-bottom: 10px;
  margin-right: auto;
  display: flex;
}

.lottie-div {
  padding-top: 10px;
}

.outline-grow-social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.outline-grow-social-list.head {
  margin-top: 0;
}

.outline-grow-social-btn {
  box-shadow: inset 0 0 0 1px var(--secondary);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 10px 14px;
  font-size: .6rem;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.outline-grow-social-btn:hover {
  box-shadow: inset 0 0 0 2px var(--primary);
}

.outline-grow-social-btn.ig {
  padding-left: 15px;
  padding-right: 15px;
}

.social-icon-img {
  object-fit: contain;
  width: 100%;
}

.button-with-arrow {
  opacity: .8;
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding-left: 19px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-arrow:active {
  opacity: 1;
}

.text-cta {
  z-index: 1;
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.blob {
  background-color: var(--secondary);
  border-radius: 99999px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto auto 6px;
}

.block-arrow {
  background-color: #0000;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  height: 50px;
  margin-left: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.null-arrow {
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-stem {
  background-color: #000;
  width: 100px;
  height: 2px;
}

.arrow-tip {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 10px;
  height: 10px;
  margin-left: -10.5px;
  transform: rotate(-45deg);
}

.fa-icon-2 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.tel-link {
  text-align: center;
  font-weight: 500;
}

.tel-link.int-link-header {
  color: #fff;
  text-transform: lowercase;
  background-color: #ffffff17;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.tel-link.int-link-header:hover {
  background-color: var(--black);
}

.announcement-bar-2 {
  z-index: 1;
  background-image: linear-gradient(271deg, var(--primary), #b7ad62);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.arrow-button-secondary {
  z-index: 10;
  border: 1px solid var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 40px;
  margin-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border-color .25s;
  display: flex;
}

.arrow-button-secondary:hover {
  border-color: #b3b3b380;
}

.scroll-arrow-txt {
  float: left;
  clear: none;
  color: #f8f8f8;
  letter-spacing: .7px;
  text-transform: capitalize;
  flex: none;
  margin-right: 5px;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1em;
}

.scroll-arrow-img {
  float: left;
  clear: right;
  width: 17px;
}

.lg-text-sec {
  padding-left: 15px;
  padding-right: 15px;
}

.text-block {
  color: #c7a675;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block.lg-text {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.text {
  color: var(--black);
  letter-spacing: -.04px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

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

.text.text-white.mb-28 {
  margin-bottom: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.text.mb-35 {
  color: var(--black);
  margin-bottom: 35px;
  font-weight: 400;
}

.parallax-section {
  background-color: #000;
  background-image: url('../images/night-scene.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px;
}

.parallax-section.abt {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Home1-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.parallax-section.s1 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Gallery-12.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.parallax-section.s2 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Gallery-22.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.parallax-section.s3 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Gallery-30.webp');
  background-position: 0 0, 50% 15%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.parallax-section.s4 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Gallery-20.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.into-content {
  z-index: 5000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.into-content._60 {
  margin-left: 0;
}

.container-6 {
  z-index: 1;
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn-text-2 {
  padding-bottom: 4px;
}

.btn-text-2.btn-black {
  color: #444;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 400;
}

.btn-text-2.btn-black.faq {
  color: #1b1b1b;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 400;
}

.btn-text-2.gold {
  color: var(--secondary);
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 725px;
  position: static;
}

.image-2.waste {
  max-height: 650px;
}

.image-2.disposal {
  max-height: 600px;
}

.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._20l {
  margin-left: 20px;
}

.btn-group.btn-black {
  color: #444;
}

.btn-hover-color {
  background-color: #c7a675;
  width: 0;
  position: absolute;
  inset: 0%;
}

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

.btn-underline.btn-underline-black {
  background-color: #444;
}

.about-section {
  padding: 80px 15px;
}

.about-section.bg-grey {
  background-color: #f7f7f7;
}

.intro-img {
  padding-left: 10px;
  padding-right: 10px;
}

.heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 300;
  line-height: 1.2;
}

.heading._0b {
  margin-bottom: 0;
  font-size: 36px;
}

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

.div-block {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.container-7 {
  z-index: 1;
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.cta-info-wrap {
  z-index: 3;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.cta-info-wrap.center {
  position: absolute;
  left: auto;
  right: auto;
}

.subtitle-6 {
  color: #7f6d36;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle-6.light {
  color: var(--secondary);
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.cta-section-slide {
  background-color: var(--black);
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-overlay {
  z-index: 2;
  background-color: #00000026;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cta-header {
  color: var(--secondary);
  text-transform: none;
  max-width: 50%;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}

.cta-bg-image {
  z-index: 1;
  filter: contrast(99%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 60px;
  display: flex;
}

.ban-welcome {
  color: var(--secondary);
  margin-top: -40px;
  font-size: 55px;
  line-height: 60px;
}

.text-wrap {
  cursor: pointer;
  margin-top: 20px;
  display: flex;
}

.text-wrap._10-l {
  margin-left: 10px;
}

.letter-wrap-n {
  position: relative;
}

.be-1 {
  color: var(--white);
  text-transform: none;
  font-size: 80px;
  font-weight: 500;
  line-height: 60px;
}

.be-2, .be-3, .be-4, .be-5, .be-6, .be-7 {
  color: var(--white);
  font-size: 80px;
  font-weight: 500;
  line-height: 60px;
}

.text-hover-div {
  display: flex;
}

.loader__trigger {
  display: none;
}

.column-17 {
  padding-left: 3px;
  padding-right: 0;
}

.page {
  background-color: var(--secondary);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--secondary), var(--primary));
  padding-top: 100px;
  overflow: hidden;
}

.btn-line {
  background-color: var(--white);
  width: 56px;
  height: 4px;
  margin-right: 24px;
}

.img-2 {
  filter: saturate(90%);
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: relative;
}

.project-container {
  perspective: 3500px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 15vh;
  margin-bottom: 15vh;
  display: flex;
  transform: perspective(3500px);
}

.project-container._0 {
  margin-top: 24vh;
  margin-bottom: 24vh;
}

.heading-21 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 5.5vw;
}

.heading-h1 {
  z-index: 10;
  perspective: 2000px;
  color: #fff;
  letter-spacing: .2vw;
  text-transform: uppercase;
  flex: none;
  width: 100%;
  margin-top: 30vh;
  margin-bottom: 0;
  margin-left: 16vw;
  font-size: 7.5vw;
  line-height: 10vw;
  position: relative;
  transform: perspective(2000px);
}

.heading-h1.solid {
  z-index: 1;
  margin-left: 14vw;
  font-size: 7vw;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-h1.outline {
  z-index: 3;
  color: #ffffffa6;
  text-transform: uppercase;
  margin-left: 14vw;
  font-size: 7vw;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.project {
  z-index: 2;
  perspective: 3500px;
  perspective-origin: 50%;
  justify-content: center;
  align-items: center;
  width: 66%;
  height: 75vh;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(3500px);
}

.btn-2 {
  z-index: 4;
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 24% 12% auto;
}

.column-16 {
  padding-top: 0;
}

.columns-8 {
  height: auto;
}

.text-block-15 {
  letter-spacing: 0;
  text-transform: capitalize;
}

.footer-top {
  display: flex;
}

.footer-col-title {
  color: var(--secondary);
  letter-spacing: 1.5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
}

.footer-lists {
  padding-left: 0;
  list-style-type: none;
}

.footer-logo {
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: var(--black);
  border-top: 1px solid #0000001a;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-list-item {
  color: var(--silver);
  margin-bottom: 10px;
  padding-top: 1.6px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

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

.btn-underline-2.footer-link-underline {
  background-color: var(--white);
}

.btn-underline-2.grey {
  background-color: var(--black);
}

.footer-nav-link {
  color: #cdcdcd;
  padding-top: 1.6px;
  padding-bottom: 1.6px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-bottom-lists {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 20px;
  display: grid;
}

.image-3 {
  width: auto;
  height: 100px;
}

.container-8 {
  z-index: 1;
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.footer-copyright {
  background-color: var(--primary);
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-9 {
  z-index: 1;
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.footer-copy-links {
  color: var(--silver);
  text-align: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.footer-copy-link {
  color: #cdcdcd;
  letter-spacing: 1.5px;
  font-weight: 300;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.footer-copy-link:hover {
  color: var(--secondary);
}

.bullet-text {
  letter-spacing: 0;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
}

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

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.fa-deer {
  background-color: var(--black);
  color: var(--secondary);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.fa-deer.gold {
  background-color: var(--secondary);
  color: var(--black);
}

.into-content-2 {
  flex-direction: column;
  justify-content: center;
  margin-left: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.into-content-2.inverse-margin {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 100px;
}

.list-items {
  margin-bottom: 10px;
}

.default-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  list-style-type: none;
  display: grid;
}

.default-list._3-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.default-list._1-row {
  grid-template-columns: 1fr;
}

.default-list._20b {
  margin-bottom: 20px;
}

.intro-img-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.container-10 {
  z-index: 1;
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-map {
  filter: grayscale(70%);
  margin-bottom: -10px;
}

.wave-text-up-btn {
  z-index: 999;
  background-color: var(--secondary);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  overflow: hidden;
}

.footer-btn-text {
  color: var(--black);
  text-transform: uppercase;
  font-size: .8rem;
}

.service-banner {
  background-image: url('../images/Rubbish-Bins.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 322px;
  display: flex;
}

.service-banner._1 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Rubbish-Bins.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner._2 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Waste-New.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner._3 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Site-New.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner._4 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Disposal-New.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.area {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Areas.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.gallery {
  background-image: linear-gradient(#00000073, #00000073), url('../images/273379254.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.testimonials {
  background-image: linear-gradient(#00000073, #00000073), url('../images/512209879.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.contact {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Contact-Us.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.site {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Site-Map.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-ban-text {
  border-bottom: 3.5px solid var(--secondary);
  color: var(--secondary);
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
}

.section-gold {
  background-color: var(--secondary);
  padding-top: 60px;
  padding-bottom: 60px;
}

.h3-gold {
  color: var(--secondary);
  font-size: 28px;
  font-weight: 700;
}

.h3-gold.dark-gold {
  color: var(--primary);
  margin-top: 10px;
}

.home_faq_component {
  border-bottom: 1px solid #000;
}

.home_faq_answer {
  overflow: hidden;
}

.margin-bottom-2, .margin-bottom-2.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.home_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.home_faq_question {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.home_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.paragraph {
  font-size: 17px;
  font-weight: 300;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

.team-line-side {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

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

.team-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.lightbox-link {
  width: 100%;
  height: 340px;
  position: relative;
}

.team-block {
  z-index: 3;
  background-color: #f86400;
  background-image: linear-gradient(180deg, var(--secondary), var(--primary));
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-name {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

.team-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.p-5 {
  color: #111;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.p-5.price-text {
  color: #fff;
  font-weight: 400;
  line-height: 2;
}

.site-link {
  color: var(--black);
  padding-top: 1.6px;
  padding-bottom: 1.6px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.solid-fa {
  font-family: "Fa Sharp 300", sans-serif;
}

.sitemap-list-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sitemap-link-2 {
  color: #282828;
  margin-bottom: 20px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-text {
  font-size: 18px;
  font-weight: 400;
}

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

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

.btn-underline-3.nav-underline.sitempa {
  background-color: #282828;
}

.fs-cc-manager_component-2 {
  z-index: 8000;
  display: none;
  position: fixed;
  bottom: 20px;
  left: 110px;
  right: auto;
}

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

.fs-cc-prefs_component-2 {
  z-index: 8000;
  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-banner_component-2 {
  z-index: 8000;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.whatsapp-container-2 {
  z-index: 30;
  background-color: var(--white);
  cursor: pointer;
  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;
  box-shadow: 0 2px 5px #00000057;
}

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

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

.live-chat-text-2 {
  color: #fff;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.livechat-button-2 {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button-2:hover {
  background-color: var(--primary);
}

.chat-section-2 {
  background-color: #5f5f51;
  background-image: url('../images/wa-wireframe.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.wa-fa {
  text-align: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.fa-social-3 {
  color: #252525;
  background-color: #c0c1b0;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social-3:hover {
  color: #252525;
  background-color: #fff;
  transform: scale(1.1);
}

.fa-social-3.social-media {
  font-family: "Fa Brands 400", sans-serif;
}

.text-block-6 {
  color: var(--black);
  font-size: 19px;
}

.social-link {
  color: #fff;
  background-color: #ff3639;
  border: 1px solid #ff3639;
  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: #ff3639;
  background-color: #fff;
  border: 1px solid #ff3639;
}

.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._5 {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
  font-family: "Fa Brands 400", sans-serif;
}

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

.social-link.side._2 {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
  font-family: "Fa Brands 400", sans-serif;
}

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

.social-link.side._4 {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
  font-family: "Fa Brands 400", sans-serif;
}

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

.social-link.side.text-block-3 {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
  font-family: "Fa Brands 400", sans-serif;
}

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

.social-link.side._1 {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
  font-family: "Fa Sharp Solid 900", sans-serif;
}

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

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

.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 {
  z-index: 9000;
  justify-content: center;
  height: 1%;
  top: 50%;
}

.before-image {
  background-image: url('../images/Gallery-Updated.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.before-image.service-1 {
  background-image: url('../images/Gallery-7-1.webp');
}

.before-image.service-2 {
  background-image: url('../images/Gallery-26.webp');
}

.before-image.service-3 {
  background-image: url('../images/Gallery-34.webp');
}

.before-image.service-4 {
  background-image: url('../images/Gallery-15.webp');
}

.before-image.home-1 {
  background-image: url('../images/Gallery-11.webp');
}

.devider-line {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 4px;
  margin-left: -2px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.after-image {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container--full {
  width: 100%;
  height: 600px;
  position: relative;
}

.after-wrapper {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.runner {
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

.slider--comparison {
  height: 600px;
  position: absolute;
  inset: 0%;
}

.after-image-inner {
  background-image: url('../images/Gallery-4-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.after-image-inner.service-1 {
  background-image: url('../images/Gallery-8-1.webp');
}

.after-image-inner.service-2 {
  background-image: url('../images/Gallery-27.webp');
}

.after-image-inner.service-3 {
  background-image: url('../images/Gallery-35.webp');
}

.after-image-inner.service-4 {
  background-image: url('../images/Gallery-16.webp');
}

.after-image-inner.home-1 {
  background-image: url('../images/Gallery-12.webp');
}

.before-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .container--full {
    height: 70vh;
  }
}

@media screen and (min-width: 1920px) {
  .double-content-div {
    display: flex;
  }

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

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

  .whatsapp-chat {
    display: none;
  }

  .wave-text-up-btn {
    height: 50px;
    font-size: 1rem;
  }

  .footer-btn-text {
    font-size: 1rem;
  }

  .whatsapp-chat-2 {
    display: none;
  }

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

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

  .container--full {
    height: 70vh;
  }
}

@media screen and (max-width: 991px) {
  .header-div-2 {
    width: 100%;
  }

  .announcement-bar {
    display: none;
  }

  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-ann-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .headt-call-btn {
    background-color: var(--primary);
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .dl-link-holder {
    background-color: var(--black);
    width: 100%;
  }

  .navbar-2 {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 10px;
  }

  .drop-down-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu {
    z-index: 1;
    background-color: #f7f7f2;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .dropdown-toggle {
    background-color: var(--black);
    opacity: 1;
    color: var(--white);
    justify-content: space-between;
    width: 100%;
    padding: 20px;
  }

  .dropdown-toggle:hover {
    background-color: var(--secondary);
    color: var(--black);
  }

  .header-div-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .section-2.header-section.nav-verticle {
    padding-bottom: 0;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link {
    background-color: var(--black);
    opacity: 1;
    color: var(--white);
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    position: static;
  }

  .menu-link:hover {
    background-color: var(--secondary);
    color: var(--black);
  }

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

  .menu-link.w--current:hover {
    background-color: var(--secondary);
    color: var(--black);
  }

  .logo-div-2 {
    justify-content: flex-start;
    width: 58%;
  }

  .menu-div-2 {
    width: 40%;
  }

  .menu-button-2 {
    background-color: var(--secondary);
    border-radius: 9px;
  }

  .menu-button-2.w--open {
    background-color: var(--black);
    color: var(--secondary);
    text-align: right;
  }

  .hero-mask {
    height: 550px;
    min-height: auto;
  }

  .menu-button-image-link {
    height: 160px;
  }

  .menu-button-div {
    height: auto;
  }

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .h1 {
    font-size: 32px;
  }

  .content-section {
    padding-bottom: 60px;
  }

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

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2-div.flex {
    flex-direction: row;
    align-items: center;
  }

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

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

  .heading-3-text {
    margin-bottom: 15px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 20px;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .heading-3-left-image {
    width: 100%;
    margin-top: 0;
  }

  .footer-brand.w--current {
    min-height: 180px;
  }

  .fb-div {
    justify-content: center;
  }

  .footer-info-div-2 {
    width: 100%;
    padding: 40px 20px;
  }

  .footer-info-div-2._1 {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    padding: 40px 20px;
  }

  .footer-info-div-2._1.border-edit {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .footer-contact-links {
    flex-direction: column;
  }

  .footer-copy-right {
    justify-content: center;
  }

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

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

  .contact-content {
    flex-direction: column;
    display: flex;
  }

  .section-1-white.p-white {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-page-info {
    grid-template-columns: 1fr;
  }

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

  .double-content-div-2 {
    flex-direction: column;
    align-items: center;
  }

  .tel-link.int-link-header {
    margin-bottom: 10px;
  }

  .announcement-bar-2 {
    display: none;
  }

  .arrow-button-secondary {
    top: 15%;
  }

  .scroll-arrow-txt {
    font-size: .7rem;
  }

  .text-block.lg-text {
    font-size: 60px;
    line-height: 1;
  }

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

  .into-content {
    margin-left: 0;
  }

  .intro-img {
    margin-bottom: 20px;
  }

  .heading {
    font-size: 38px;
  }

  .project-container {
    margin-top: 20vh;
    margin-bottom: 20vh;
  }

  .heading-21 {
    margin-bottom: -72px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-h1 {
    margin-left: 5vw;
  }

  .project {
    width: 80%;
    height: 72vh;
  }

  .footer-bottom-lists {
    grid-template-columns: 1fr 1fr;
  }

  .into-content-2 {
    margin-left: 0;
  }

  .into-content-2.inverse-margin {
    margin-right: 0;
  }

  .intro-img-2 {
    margin-bottom: 20px;
  }

  .wave-text-up-btn {
    z-index: 999;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .container--full, .slider--comparison {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-barn-link {
    font-size: 14px;
  }

  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .header-contact {
    border-left-style: none;
    margin-left: 0;
    padding-left: 5px;
  }

  .main-block {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 20px;
  }

  .drop-down-wrapper {
    background-color: #fff;
    margin-top: 0;
  }

  .section-2 {
    z-index: 100;
    position: sticky;
  }

  .section-2.header-section.nav-verticle {
    position: static;
  }

  .menu-link {
    width: 100%;
  }

  .logo-div-2 {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero-mask {
    height: 450px;
  }

  .menu-button-section, .menu-button-group-div {
    display: none;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .h2-title {
    font-size: 34px;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .cta-link {
    font-size: 16px;
  }

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

  .heading-3-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-3-text.sm-h3.white-h3 {
    line-height: 30px;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

  .heading-3-left-image {
    width: 100%;
  }

  .footer-section-2 {
    padding-top: 40px;
  }

  .footer-info-div-2 {
    justify-content: flex-start;
  }

  .footer-info-div-2._1 {
    justify-content: center;
  }

  .contact-block {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .section-1-white.p-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

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

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

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

  .tel-link.int-link-header {
    padding-left: 5px;
  }

  .into-content, .intro-img {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-info-wrap.center {
    padding-left: 10vw;
  }

  .cta-section-slide {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-header {
    max-width: 90%;
    font-size: 40px;
  }

  .cta-bg-image {
    max-width: none;
  }

  .hero-content {
    padding-left: 40px;
  }

  .ban-welcome {
    font-size: 35px;
    line-height: 35px;
  }

  .text-wrap {
    margin-top: 10px;
  }

  .be-1, .be-2, .be-3, .be-4, .be-5, .be-6, .be-7 {
    font-size: 50px;
  }

  .project-container, .project-container._0 {
    margin-top: 15vh;
    margin-bottom: 15vh;
  }

  .heading-21 {
    font-size: 7vw;
    line-height: 10vw;
  }

  .heading-h1.solid, .heading-h1.outline {
    margin-left: 10vw;
  }

  .project {
    height: 70vh;
  }

  .columns-8 {
    padding-left: 40px;
  }

  .columns-8._20 {
    padding-left: 20px;
  }

  .footer-col-title {
    font-size: 16px;
  }

  .footer-col {
    border-bottom: 1px solid #0000001f;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .footer-col.no-border {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-logo.w--current {
    margin-left: 0;
  }

  .footer-bottom-lists {
    grid-template-columns: 1fr;
  }

  .into-content-2.inverse-margin, .intro-img-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-btn-text {
    letter-spacing: 3px;
  }

  .service-ban-text {
    font-size: 34px;
    line-height: 34px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home_faq_icon-wrapper {
    width: 1.75rem;
  }

  .home_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lightbox-link {
    height: 275px;
  }

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

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

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

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

  .container--full {
    width: 100%;
    height: 500px;
    margin-top: 20px;
  }

  .slider--comparison {
    height: 500px;
  }
}

@media screen and (max-width: 479px) {
  .header-div-2 {
    flex-direction: column;
  }

  .headt-call-btn {
    font-size: 14px;
  }

  .main-block {
    justify-content: center;
    margin-bottom: 5px;
  }

  .logo-2 {
    margin-bottom: 10px;
  }

  .co-logo-link-2 {
    text-align: center;
    width: 90%;
  }

  .co-logo-link-2.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
    position: static;
  }

  .dl-link-img {
    width: 43px;
    height: 43px;
  }

  .drop-down-wrapper {
    margin-top: 0;
  }

  .nav-menu {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .icon {
    text-align: center;
  }

  .header-div-3 {
    flex-direction: column;
    padding: 0;
  }

  .section-2.header-section.nav-verticle {
    position: relative;
  }

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

  .mobile-block.lig-text {
    margin-right: 0;
  }

  .logo-div-2 {
    align-items: center;
    width: 95%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .menu-div-2 {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  .menu-button-2 {
    background-color: var(--secondary);
    color: var(--black);
    border-radius: 0;
    width: 100%;
    display: flex;
  }

  .menu-button-2:hover {
    border-radius: 0;
  }

  .menu-button-2.w--open {
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 300px;
  }

  .menu-button-section {
    display: none;
  }

  .h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .coloured-underline {
    margin-bottom: 20px;
  }

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

  .primary-btn.m-auto {
    margin-top: 10px;
  }

  .p {
    font-size: 14px;
  }

  .p.p-center {
    text-align: left;
  }

  .h2-title {
    margin-left: 0;
    font-size: 26px;
    font-weight: 500;
  }

  .h2-title.white {
    font-size: 24px;
  }

  .h2-title.white.smaller {
    font-size: 22px;
  }

  .light-text-line {
    margin-right: 5px;
    display: none;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .grey-content-section {
    margin-top: 60px;
  }

  .cta-text-contact {
    margin-bottom: 0;
  }

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

  .contact-info-block.m-bottom-20, .contact-info-block.m-bottom-20.m-top-60 {
    margin-top: 20px;
  }

  .cta-link {
    font-size: 14px;
  }

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

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

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

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-3-right-text {
    padding: 30px 20px;
  }

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

  .list {
    text-align: center;
  }

  .fb-div {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

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

  .footer-nav-item.footer-contact {
    justify-content: center;
    margin-bottom: 10px;
  }

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    font-size: 20px;
  }

  .footer-info-div-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-info-div-2._1 {
    border-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .footer-contact-links {
    flex-direction: column;
    align-items: center;
  }

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

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

  .areas-list-item.areas-list-flex {
    font-size: 14px;
  }

  .section-1-white.p-white {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

  .livechat-button {
    width: 90%;
  }

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

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

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

  .fa-container {
    top: 55%;
  }

  .hyperlink.light-gold {
    font-size: 24px;
  }

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

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

  .fs-cc-manager_button {
    padding: 5px;
  }

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

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

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

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

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

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

  .outline-grow-social-list {
    grid-column-gap: .75rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .tel-link.int-link-header {
    font-size: 14px;
  }

  .arrow-button-secondary {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .scroll-arrow-txt {
    letter-spacing: 1px;
    font-size: .6rem;
  }

  .scroll-arrow-img {
    width: 20px;
  }

  .lg-text-sec {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .text-block.lg-text {
    text-align: left;
    font-size: 38px;
  }

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

  .into-content, .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    object-fit: cover;
    height: 100%;
    min-height: 250px;
  }

  .btn._20l {
    margin-top: 10px;
    margin-left: 0;
  }

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

  .intro-img {
    flex-direction: row;
    min-height: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 29px;
  }

  .div-block {
    flex-flow: column;
    align-items: flex-start;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-section-slide {
    padding: 1rem;
  }

  .cta-header {
    font-size: 30px;
  }

  .hero-content {
    padding-bottom: 0;
    padding-left: 40px;
  }

  .ban-welcome {
    margin-bottom: 10px;
    margin-left: -10px;
  }

  .text-wrap {
    margin-bottom: 10px;
    margin-left: 40px;
    transform: scale(2);
  }

  .text-wrap._10-l {
    margin-left: 40px;
  }

  .be-1, .be-2, .be-3, .be-4, .be-5, .be-6, .be-7 {
    font-size: 24px;
    line-height: 26px;
  }

  .text-hover-div {
    flex-flow: column;
  }

  .column-17 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .column-17._0 {
    padding-left: 0;
  }

  .page {
    padding-top: 81px;
  }

  .img-2 {
    object-fit: cover;
    min-height: 100%;
  }

  .project-container, .project-container._0 {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .heading-21 {
    margin-top: 28px;
    margin-bottom: -37px;
    font-size: 10vw;
    line-height: 13vw;
  }

  .heading-h1 {
    margin-top: 20vh;
    margin-left: 24px;
    font-size: 12vw;
    line-height: 14vw;
  }

  .heading-h1.solid {
    margin-left: 5vw;
    font-size: 8vw;
  }

  .heading-h1.outline {
    margin-left: 5vw;
    font-size: 8vw;
    display: block;
  }

  .project {
    width: 80%;
    height: 50vh;
  }

  .btn-2 {
    font-size: 20px;
  }

  .column-16 {
    display: none;
  }

  .columns-8._20 {
    padding-left: 20px;
  }

  .text-block-15 {
    letter-spacing: 3px;
    font-size: 17px;
  }

  .image-3 {
    height: auto;
  }

  .container-8, .container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copy-links {
    text-align: left;
  }

  .image-4 {
    object-fit: cover;
    height: 100%;
    min-height: 250px;
  }

  .fa-deer {
    flex: none;
  }

  .into-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .intro-img-2 {
    flex-direction: row;
    min-height: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .wave-text-up-btn {
    display: none;
  }

  .footer-btn-text {
    font-size: .75rem;
  }

  .service-banner._1, .service-banner._2, .service-banner._3, .service-banner._4, .service-banner.area {
    background-image: linear-gradient(#00000073, #00000073), url('../images/Rubbish-Bins.webp');
    background-position: 0 0, 20%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 280px;
  }

  .service-banner.gallery {
    height: 280px;
  }

  .service-banner.testimonials, .service-banner.contact, .service-banner.site {
    background-image: linear-gradient(#00000073, #00000073), url('../images/Rubbish-Bins.webp');
    background-position: 0 0, 20%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 280px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .lightbox-link {
    height: 300px;
  }

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

  .fs-cc-manager_component-2 {
    display: none;
    bottom: 70px;
    left: auto;
    right: 40px;
  }

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

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

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

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

  .livechat-button-2 {
    width: 90%;
  }

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

  .container--full, .slider--comparison {
    height: 400px;
  }
}

#w-node-_17ef6961-5229-11ca-1ccf-308d9a770bbd-4f1617c0, #w-node-_92e1269d-fa83-b541-ef42-77a419426f3a-4f1617c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930 {
  align-self: center;
}

#w-node-fb17de22-2492-cce5-e6f1-d82c9a55c354-4f1617c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb17de22-2492-cce5-e6f1-d82c9a55c367-4f1617c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8a89de3-8c5e-6a23-ed08-555f3f358a29-4f1617c2, #w-node-b57cd39f-a560-928a-22c8-0ea22afb1b40-4f1617c2, #w-node-_0aa2ac15-fdda-0246-3513-1a6ad72d1e53-4f1617c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0aa2ac15-fdda-0246-3513-1a6ad72d1e7c-4f1617c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85382674-728e-0512-a539-bbeaeaf72160-4f1617c3, #w-node-_6933812a-db75-7b99-7a2e-2ccc06a99293-4f1617c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e5f8726-7323-8bcc-2522-fc49bca7991f-4f1617c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3d4536b-a972-9f6c-5e94-87faabec5f9c-4f1617c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3150fa1-52fc-5b52-c8cf-6c89b73da0c1-4f1617c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b954927-26f3-b916-b082-039db838ed24-4f1617c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bb7eae1-db2f-cb17-c185-430ec0593508-4f1617c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff4c34d1-d99c-348b-762d-bc76a9c0ce07-4f1617c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9589a24c-d68a-5bb4-e04b-111e3ef31c87-4f1617ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dd4edea-a614-b7e4-1262-2747ae2d9e44-4f1617ca, #w-node-_0aa2ac15-fdda-0246-3513-1a6ad72d1e53-a0379f3a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0aa2ac15-fdda-0246-3513-1a6ad72d1e7c-a0379f3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85382674-728e-0512-a539-bbeaeaf72160-a0379f3a, #w-node-_6933812a-db75-7b99-7a2e-2ccc06a99293-a0379f3a, #w-node-_0aa2ac15-fdda-0246-3513-1a6ad72d1e53-348df7ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0aa2ac15-fdda-0246-3513-1a6ad72d1e7c-348df7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85382674-728e-0512-a539-bbeaeaf72160-348df7ee, #w-node-_6933812a-db75-7b99-7a2e-2ccc06a99293-348df7ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_38f05c41-e6aa-594b-e6d6-bfa3cb88c6b6-4f1617c0, #w-node-b8a89de3-8c5e-6a23-ed08-555f3f358a29-4f1617c2, #w-node-b57cd39f-a560-928a-22c8-0ea22afb1b40-4f1617c2, #w-node-_85382674-728e-0512-a539-bbeaeaf72160-4f1617c3, #w-node-_6933812a-db75-7b99-7a2e-2ccc06a99293-4f1617c3, #w-node-e363b708-6e5a-4e35-0ecd-b1628d4fd8eb-4f1617c7, #w-node-f3d4536b-a972-9f6c-5e94-87faabec5f9c-4f1617c7, #w-node-_959530bb-3df4-4cbf-e1e0-9ebe16afc774-4f1617c8, #w-node-_0b954927-26f3-b916-b082-039db838ed24-4f1617c8, #w-node-_33171473-521d-af5a-2a6f-182e3243d810-4f1617c9, #w-node-ff4c34d1-d99c-348b-762d-bc76a9c0ce07-4f1617c9, #w-node-_3dd4edea-a614-b7e4-1262-2747ae2d9e44-4f1617ca, #w-node-_112a329b-94e7-45fc-0ded-f0c9bb1f61fc-4f1617ca, #w-node-_85382674-728e-0512-a539-bbeaeaf72160-a0379f3a, #w-node-_6933812a-db75-7b99-7a2e-2ccc06a99293-a0379f3a, #w-node-_85382674-728e-0512-a539-bbeaeaf72160-348df7ee, #w-node-_6933812a-db75-7b99-7a2e-2ccc06a99293-348df7ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_92e1269d-fa83-b541-ef42-77a419426f27-4f1617c0, #w-node-fb17de22-2492-cce5-e6f1-d82c9a55c354-4f1617c2, #w-node-_0aa2ac15-fdda-0246-3513-1a6ad72d1e53-4f1617c3, #w-node-_3e5f8726-7323-8bcc-2522-fc49bca7990c-4f1617c7, #w-node-b3150fa1-52fc-5b52-c8cf-6c89b73da0ae-4f1617c8, #w-node-_0bb7eae1-db2f-cb17-c185-430ec05934f5-4f1617c9, #w-node-_9589a24c-d68a-5bb4-e04b-111e3ef31c74-4f1617ca, #w-node-_0aa2ac15-fdda-0246-3513-1a6ad72d1e53-a0379f3a, #w-node-_0aa2ac15-fdda-0246-3513-1a6ad72d1e53-348df7ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Palatino';
  src: url('../fonts/palatino.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype'), url('../fonts/fa-duotone-900.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'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.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: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  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: 'Canela Trial';
  src: url('../fonts/Canela-BlackItalic-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-LightItalic-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-Medium-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-ThinItalic-Trial.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-Light-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-BoldItalic-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-RegularItalic-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-MediumItalic-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-Thin-Trial.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-Black-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}