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

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

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

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

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

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

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

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

:root {
  --white: #fff;
  --black: black;
  --primary: #f1070b;
  --secondary: #474747;
  --light-grey: #ccc;
  --pale-grey: #ddd;
  --cookies-bg: #0009;
}

.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);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.call-now {
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.call-now:hover {
  color: #212529;
}

.opening {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  font-weight: 300;
  display: flex;
}

.top-section {
  z-index: 99;
  background-color: var(--black);
  color: var(--secondary);
  position: sticky;
  inset: 0% 0% auto;
}

.top-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

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

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

.container.centred {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.top-link-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-link-div.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-container, .sm-div {
  display: flex;
}

.navbar {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navbar.margin-auto {
  justify-content: space-between;
  width: 100%;
}

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

.dropdown-menu-link:hover {
  border-left: 5px solid var(--primary);
  color: #353535;
}

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

.co-logo-link {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.co-logo-link.footer {
  margin-bottom: 20px;
}

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

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

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

.nav-link:hover {
  color: var(--primary);
  background-color: #0000;
  border-radius: 6px;
}

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

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

.social-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.social-icon._0r {
  margin-right: 0;
}

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

.dropdown:hover {
  color: var(--primary);
  background-color: #0000;
}

.nav {
  margin-left: auto;
  margin-right: auto;
}

.navbar-div {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-section {
  z-index: 1000;
  background-color: var(--black);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.slider-arrow {
  background-color: var(--secondary);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.slider-arrow:hover {
  background-color: var(--primary);
}

.slide {
  background-image: linear-gradient(#00000059, #00000059), url('../images/man-van.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  text-align: center;
  width: 60%;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
  margin-right: 20px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  transform: scale(.95);
}

.button.black {
  background-color: var(--black);
  color: var(--white);
}

.slider-div {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-section {
  height: 100%;
  position: relative;
}

.hero-slider {
  min-height: 80vh;
  position: static;
}

.slide-2 {
  background-image: linear-gradient(#fff0, #212529a8), url('../images/mission-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-heading {
  color: var(--light-grey);
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.arrow-icon {
  font-size: 30px;
  line-height: 30px;
}

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

.section-h1-wrapper.display-flex.down {
  flex-flow: column;
}

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

.default-btn {
  background-color: var(--black);
  color: var(--light-grey);
  margin-top: 10px;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

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

.h1-section, .h1-section._60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.h1-section._0b {
  padding-top: 60px;
  padding-bottom: 0;
}

.h1-section.grey {
  background-color: var(--pale-grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

.top-text {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

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

.left-section.area {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.right-section {
  width: 48.5%;
  box-shadow: 11px -11px 0 0 var(--primary);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.right-section.padd {
  background-image: none;
}

.right-section.padd.area {
  box-shadow: none;
}

.right-section.h1 {
  background-image: url('../images/who-we-are.webp');
}

.right-section.pp1 {
  background-image: url('../images/packing.webp');
}

.right-section.os1 {
  background-image: url('../images/house-move.webp');
}

.right-section.hs1 {
  background-image: url('../images/4.webp');
}

.right-section.fm {
  background-image: url('../images/storage.webp');
}

.right-section.svs {
  background-image: url('../images/4.webp');
}

.right-section.pp3 {
  background-image: url('../images/who-we-are.webp');
}

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

.image-div.map {
  background-image: none;
  justify-content: center;
  align-items: center;
}

.card-bullet {
  color: var(--black);
  padding-left: 0;
}

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

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

.card-bullet._100._2col {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.card-bullet._2col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.card-bullet._2col.mid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  text-align: center;
  place-items: center;
}

.bullet-tick {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

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

.top-title-content {
  text-align: center;
}

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

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

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

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

.bullet-block-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 34px;
}

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

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

.card-bullet-item {
  color: var(--black);
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.card-bullet-item.mid {
  justify-content: flex-start;
  align-items: center;
}

.bullet-block-btn {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

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

.bullet-block {
  background-color: var(--white);
  text-align: left;
  border-radius: 4px;
  padding: 30px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

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

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

.container-fluid.display-flex {
  background-color: var(--primary);
  display: flex;
}

.full-img {
  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: 500px;
}

.full-img.svs {
  background-image: url('../images/AdobeStock_2064778943.jpeg');
}

.full-img.h2 {
  background-image: url('../images/6.webp');
}

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

.full-img._0s2 {
  background-image: url('../images/asd.webp');
}

.full-img.hr2 {
  background-image: url('../images/6.webp');
}

.full-img.fm {
  background-image: url('../images/heavy-goods.webp');
}

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2-text-content {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-2-text-content._100 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.contact-section.contactform {
  background-color: var(--secondary);
}

.contact-section._0t {
  padding-top: 0;
}

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

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

.h3 {
  color: var(--black);
  padding-right: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.h3.blk {
  color: var(--black);
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.h3-button {
  background-color: var(--white);
  color: var(--primary);
  margin-right: 20px;
  padding: 15px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-button._2 {
  border: 1px solid var(--light-grey);
  background-color: var(--black);
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-button._2:hover {
  color: var(--primary);
  background-color: #fdfdfd;
}

.h3-button.blk {
  background-color: var(--white);
  border: 1px solid #000;
}

.h3-button.blk:hover {
  color: var(--black);
}

.brand-div {
  background-color: var(--pale-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.footer-col {
  width: 30%;
}

.footer-col._00 {
  width: 100%;
}

.contact-block {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

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

.contact-block._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-block._100.nobord {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.contact-block._0b {
  margin-bottom: 0;
}

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

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

.footer-social-media.margin-right-none {
  margin-right: 0;
}

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

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

.footer-menu-text {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.contact-type-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.contact-type-title.red {
  color: var(--primary);
}

.contact-type-title.whit {
  color: var(--white);
}

.contact-type-title.blk {
  color: var(--black);
}

.footer-contact-info {
  border: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.footer-contact-info.vert {
  flex-flow: column;
}

.footer-contact-info.vert.contact {
  border-style: none;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.contact-icon {
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.contact-icon.ct-us {
  background-color: var(--primary);
}

.contact-info-link {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link.black {
  color: var(--black);
}

.contact-info-link.address {
  max-width: 250px;
}

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

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

.footer-copy-link {
  color: var(--white);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

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

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

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

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

.services-box.hr {
  background-image: url('../images/AdobeStock_1912816519.jpeg');
  background-position: 0%;
}

.services-box.or {
  background-image: url('../images/AdobeStock_1888659989.jpeg');
}

.services-box.svs {
  background-image: url('../images/AdobeStock_2064778943.jpeg');
}

.services-box.pp {
  background-image: url('../images/AdobeStock_2049817603.webp');
}

.services-box.fm {
  background-image: url('../images/AdobeStock_289227558.webp');
}

.service-box-title {
  background-color: var(--light-grey);
  color: var(--secondary);
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.mask {
  height: auto;
  min-height: 250px;
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.quote-symbol {
  color: var(--primary);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: var(--primary);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: var(--light-grey);
  width: 100%;
}

.contact-div {
  width: 48.5%;
}

.left-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  background-color: var(--primary);
  transform: scale(.95);
}

.customer-title {
  color: var(--secondary);
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.right-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow:hover {
  background-color: var(--primary);
  color: #fff;
  transform: scale(.95);
}

.slide-nav {
  display: block;
  position: absolute;
}

.slide-3 {
  background-color: var(--white);
  height: auto;
  padding: 15px;
}

.testemonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.test-slider {
  position: static;
}

.sub-heading {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

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

.block-quote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.heading-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

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

.heading-2.mid {
  text-align: center;
}

.slider-2 {
  background-color: var(--white);
  height: auto;
  position: static;
}

.customer-img {
  background-image: url('../images/vicky-hladynets-C8Ta0gwPbQg-unsplash_1vicky-hladynets-C8Ta0gwPbQg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.page-top {
  background-image: linear-gradient(#00000059, #00000059), url('../images/_190387968_1_190387968.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
}

.co-logo {
  width: 151px;
}

.hero-title {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.hero-title.blk {
  color: var(--black);
}

.p {
  width: 100%;
}

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

.p.white._20b {
  margin-bottom: 20px;
}

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

.p._0b {
  margin-bottom: 0;
}

.main-heading {
  width: 100%;
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.main-heading.centre {
  text-align: center;
}

.p-dark {
  color: var(--black);
  line-height: 22px;
}

.sub-head {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.sub-head.left {
  text-align: left;
}

.sub-head.left.w {
  color: var(--white);
}

.h2-title {
  justify-content: center;
  width: 90%;
  display: flex;
}

.h2-title.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.h2-title._100 {
  width: 100%;
  margin-top: 0;
  line-height: 48px;
}

.button-div {
  margin-top: 20px;
}

.button-div.mid {
  text-align: center;
}

.container-block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-block._100 {
  width: 100%;
}

.h2-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 42px;
}

.footer-list {
  color: var(--white);
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}

.service-box-heading-container {
  display: flex;
}

.backtotop {
  height: 0;
}

.dropdown-toggle {
  color: var(--white);
  margin-top: 0;
  padding: 10px 35px 10px 15px;
  font-weight: 500;
  transition: all .3s;
}

.dropdown-toggle:hover {
  color: var(--primary);
}

.co-desc {
  color: var(--white);
}

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

.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: var(--secondary);
  margin-right: 24px;
}

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

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

.fs-cc-prefs_text {
  color: var(--black);
  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 {
  width: 16px;
  height: 16px;
  color: var(--primary);
}

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

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

.fs-cc-prefs_title {
  color: var(--primary);
  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 {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  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-prefs_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  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 {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  min-width: 140px;
  color: var(--white);
  text-align: center;
  border-radius: 500px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

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

.bottom-link {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.bottom-link.w--current {
  color: var(--primary);
}

.bottom-link.black {
  color: var(--black);
  text-align: left;
  text-decoration: none;
}

.bottom-link.black.w--current {
  color: var(--black);
  text-align: left;
}

.list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list.area {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

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

.bullet-icon-2 {
  color: #000;
  background-color: #fff;
  border: 2px solid #afafaf;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
}

.bullet-icon-2.round {
  background-color: var(--primary);
  color: #fff0;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-style: none;
  border-color: #5f5f5f;
  border-radius: 20px;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.fa-2 {
  color: #fff;
  flex: none;
  font-size: 18px;
}

.bullet-heading-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.map {
  width: 100%;
}

.lb {
  border: 1px solid var(--primary);
}

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

.contactform {
  width: 100%;
  color: var(--white);
}

.lottie {
  width: 150px;
  display: inline-flex;
}

.contact-right {
  position: static;
}

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

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

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

.live-chat-bottom-text {
  color: var(--light-grey);
  font-size: 10px;
}

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

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

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

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

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

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

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

.whatsapp-container {
  z-index: 30;
  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: #494949;
  transform: scale(1.05);
}

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

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

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

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

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

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

.hyperlink:hover {
  box-shadow: inset 0 -30px 0 0 var(--primary);
  color: #fff;
}

.top-div {
  flex-direction: column;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.hero-text {
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
}

.service-box-link {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.contact-form {
  width: 48.5%;
}

.bottom-container {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bottom-container.border-none {
  border-right-style: none;
  align-items: center;
}

.bottom-container._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.bottom-container._100.nobord {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.bottom-container._0b {
  margin-bottom: 0;
}

._2-col-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.faq-div {
  border: 1px solid #d3d3d3;
  border-bottom-width: 0;
}

.tab-dropdown {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
}

.tab-toggle {
  width: 100%;
}

.tab-dropdown-container.w--open {
  background-color: #d3d3d3;
  padding: 20px;
  position: relative;
}

.p-2 {
  font-size: 16px;
  line-height: 26px;
}

.p-2._0b {
  margin-bottom: 0;
}

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

.grid-div {
  background-color: var(--white);
  border-radius: 20px;
  padding: 15px;
  box-shadow: 1px 2px 5px #0006;
}

.body-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.body-div.mid {
  text-align: center;
}

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

.accordion-item {
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #e8edee;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 2px 5px #0003;
}

.accordion {
  width: 100%;
}

.accordion-title {
  color: #010101;
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.accordion-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plus {
  background-color: #010101;
  width: 2px;
  height: 13px;
  position: absolute;
}

.accordion-content {
  color: var(--black);
  padding-top: 10px;
  line-height: 171%;
}

.faq-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.accordion-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-body {
  padding-top: 0;
  overflow: hidden;
}

.hyperlink-2 {
  color: #fff;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  box-shadow: inset 0 -2px #fff;
}

.hyperlink-2:hover {
  color: #e96930;
  box-shadow: inset 0 -50px #fff;
}

.hyperlink-2.blk {
  color: #252324;
  text-decoration: none;
}

.hyperlink-2.blk:hover {
  color: #e96930;
}

.minus {
  background-color: #010101;
  width: 14px;
  height: 2px;
}

.bullet-list.black {
  color: #252324;
}

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

.h1 {
  font-size: 35px;
}

.h1.mid {
  text-align: center;
}

.image {
  width: 32px;
  height: 32px;
}

.dd-icon {
  margin-right: 15px;
}

@media screen and (min-width: 1440px) {
  .accordion {
    width: 100%;
    max-width: none;
  }

  .faq-wrap {
    grid-template-columns: 1fr 660px;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .mask {
    width: 100%;
  }

  .who-made-comment {
    position: relative;
  }

  .test-slider {
    position: static;
  }

  .block-quote {
    font-size: 1.15rem;
  }

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

  .slider-2 {
    width: 100%;
  }

  .contact-right {
    position: static;
  }

  .whatsapp-chat {
    display: none;
  }

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

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

  .accordion {
    width: 100%;
    max-width: none;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
    display: block;
  }

  .accordion-body {
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .opening {
    display: none;
  }

  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .top-link-div.margin-right-20 {
    flex: none;
  }

  .top-link-div.margin-right-20.mobile-display-none {
    display: none;
  }

  .top-container {
    flex-direction: row;
  }

  .sm-div {
    background-color: var(--black);
    justify-content: space-around;
  }

  .navbar {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0;
  }

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

  .dropdown-menu-link {
    color: var(--black);
    background-color: #0000;
  }

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

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

  .nav-link {
    background-color: var(--primary);
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 0;
  }

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

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

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

  .social-icon._0r {
    background-color: var(--black);
    color: var(--white);
    text-align: left;
    font-size: 22px;
  }

  .social-icon._0r:hover {
    background-color: var(--primary);
    color: var(--white);
  }

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

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

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

  .dropdown.no-border {
    background-color: var(--primary);
    color: var(--white);
    border-bottom-style: none;
  }

  .dropdown.no-border:hover {
    background-color: var(--secondary);
  }

  .burger-menu {
    color: var(--primary);
    font-size: 1.2em;
  }

  .nav-toggle {
    border-radius: 6px;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    display: flex;
  }

  .nav-toggle.w--open {
    background-color: var(--white);
  }

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

  .navbar-div {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navbar-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide {
    background-image: linear-gradient(to bottom, null, null), url('../images/house-move.webp');
  }

  .hero-content {
    width: 70%;
  }

  .slide-2 {
    background-image: linear-gradient(#fff0, #212529a8), url('../images/recycling-of-unwanted-goods.webp');
  }

  .hero-heading {
    font-size: 24px;
    line-height: 34px;
  }

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

  .default-btn {
    margin-right: auto;
  }

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

  .left-section {
    width: 100%;
  }

  .left-section.area {
    margin-bottom: 50px;
  }

  .btn-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .right-section {
    width: 100%;
    height: 500px;
    margin-top: 40px;
  }

  .right-section.padd {
    margin-top: 40px;
  }

  .right-section.padd.area {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .image-div {
    min-height: 500px;
  }

  .image-div.map {
    min-height: auto;
    margin-top: 40px;
  }

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

  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .bullet-block-btn {
    margin-top: 10px;
  }

  .bullet-block {
    padding: 20px;
  }

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

  .full-img {
    width: 100%;
  }

  .section-2-text-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

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

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

  .h3 {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

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

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

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

  .contact-type-title {
    margin-bottom: 5px;
  }

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

  .footer-div {
    margin-top: 60px;
  }

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

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

  .services-box {
    min-height: 300px;
  }

  .contact-div {
    width: 100%;
    margin-bottom: 30px;
  }

  .left-arrow {
    background-color: var(--primary);
    color: #fff;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

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

  .right-arrow {
    background-color: var(--primary);
    inset: auto 0% -25% auto;
  }

  .testemonials {
    padding-top: 60px;
  }

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

  .block-quote {
    font-size: 16px;
  }

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

  .slider-2 {
    position: relative;
  }

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

  .dropdown-toggle {
    background-color: var(--primary);
    width: 100%;
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle:hover {
    color: var(--white);
  }

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

  .list-item {
    align-items: center;
  }

  .bullet-icon-2.round {
    width: 32px;
    height: 32px;
  }

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

  .whatsapp-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
  }

  .whatsapp-container {
    border-radius: 6px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .whatsapp-chat {
    display: none;
  }

  .contact-form {
    width: 100%;
  }

  .bottom-container {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bottom-container.border-none {
    border-bottom-style: none;
  }

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

  ._2-col-div.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-col-div.nav-fluid {
    width: 100%;
    padding: 0;
  }

  ._5x2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .accordion-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .accordion-body {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .call-now {
    justify-content: center;
    align-items: center;
  }

  .top-section {
    position: static;
  }

  .container.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

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

  .top-link-div.margin-right-20 {
    margin-right: 0;
  }

  .top-link-div.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .top-container {
    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;
  }

  .nav-toggle {
    justify-content: center;
    align-items: center;
  }

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

  .navbar-div {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .navbar-section {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    display: flex;
  }

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
    display: flex;
  }

  .slider-div {
    height: auto;
  }

  .hero-slider {
    min-height: 50vh;
  }

  .default-btn {
    flex-direction: row;
    display: flex;
  }

  .h1-section, .h1-section._60, .h1-section._0b, .h1-section.grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-section.area {
    margin-bottom: 40px;
  }

  .right-section {
    height: 350px;
  }

  .image-div {
    min-height: 250px;
  }

  .card-bullet._100._2col, .card-bullet._2col.mid {
    grid-template-columns: 1fr;
  }

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

  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

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

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

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

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

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

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

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

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

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

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

  .services-section {
    padding-top: 40px;
  }

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

  .quote-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .underline {
    width: 50%;
  }

  .left-arrow {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
    right: 20%;
  }

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

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

  .right-arrow {
    width: 80px;
    height: 80px;
    bottom: -5%;
  }

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .test-slider {
    width: 95%;
    position: static;
  }

  .sub-heading.white {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .co-logo {
    width: 120px;
  }

  .hero-title {
    font-size: 23px;
    line-height: 33px;
  }

  .main-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .button-div {
    width: 100%;
    display: flex;
  }

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

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

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

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

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

  .contact-right {
    width: 95%;
    position: static;
  }

  .hero-text {
    margin-bottom: 20px;
  }

  ._2-col-div.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  ._2-col-div.nav-fluid {
    padding-top: 0;
  }

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

@media screen and (max-width: 479px) {
  .call-now {
    width: 100%;
    margin-top: 10px;
  }

  .top-link {
    font-size: 15px;
  }

  .container.announcement-container {
    padding-top: 1px;
  }

  .top-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .top-link-div.margin-right-20 {
    text-align: center;
    font-size: 14px;
  }

  .top-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    line-height: 17px;
  }

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

  .burger-menu {
    text-align: center;
  }

  .nav-toggle {
    width: 100%;
    margin-left: 0;
  }

  .navbar-div {
    flex-flow: column;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 85%;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-slider {
    min-height: 500px;
  }

  .hero-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .default-btn {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

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

  .h1-section._60, .h1-section._0b, .h1-section.grey {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .top-text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .left-section.area {
    margin-bottom: 30px;
  }

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

  .right-section {
    height: 250px;
    margin-top: 30px;
  }

  .image-div {
    min-height: 250px;
  }

  .card-bullet._100._2col, .card-bullet._2col.mid {
    grid-template-columns: 1fr;
  }

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

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bullet-block-btn {
    margin-top: 5px;
  }

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

  .section-2-text-content {
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

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

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

  .h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .h3-button._2 {
    flex: none;
  }

  .footer-col, .contact-block {
    margin-top: 10px;
  }

  .footer-mid-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .contact-type-title {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-contact-info {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 20px;
  }

  .contact-icon {
    display: none;
  }

  .contact-info-link {
    margin-bottom: 0;
  }

  .footer-div {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .footer-social-media-block {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .services-section {
    padding-top: 30px;
  }

  .services-box {
    min-height: 280px;
  }

  .service-box-title {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
  }

  .quote-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .underline {
    width: 30%;
  }

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

  .left-arrow {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    bottom: -10%;
  }

  .testemonial-content-everything {
    padding-right: 0;
  }

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

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

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .slide-3 {
    padding: 0;
  }

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

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

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

  .sub-heading.white {
    line-height: 26px;
  }

  .block-quote {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .slider-2 {
    width: 100%;
  }

  .hero-title {
    font-size: 18px;
    line-height: 26px;
  }

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

  .h2-title._100 {
    font-size: 31px;
  }

  .slide-nav-2 {
    display: none;
  }

  .button-div {
    flex-direction: column;
    margin-top: 10px;
  }

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

  .service-box-heading-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

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

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

  .fs-cc-prefs_content, .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;
  }

  .bottom-link {
    margin-bottom: 5px;
  }

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

  .bullet-heading-2 {
    text-align: left;
  }

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

  .whatsapp-block {
    margin-bottom: 10px;
  }

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

  .livechat-button {
    width: 90%;
  }

  .top-div {
    width: 100%;
  }

  .hero-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .service-box-link {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
  }

  ._2-col-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  ._2-col-div.announcement-container {
    padding-top: 1px;
  }

  .accordion-item {
    margin-bottom: 20px;
    padding: 20px;
  }

  .accordion {
    width: 95%;
  }

  .accordion-title {
    font-size: 20px;
    font-weight: 500;
  }
}

#w-node-d4cfa3ce-90fc-4f46-dfba-4b32c68b8bbf-edebcf45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-edebcf45 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5a1d9f18-e588-56e6-d6ed-7ae3c4649e06-edebcf45, #w-node-_2ee52069-c011-2593-2af0-b82ee0617beb-edebcf45, #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-edebcf45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-edebcf45, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-edebcf45, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-edebcf45 {
  place-self: auto;
}

#w-node-_58a0c5ed-f194-158f-2f5e-eb6e05b4ee75-edebcf46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-def5be40-6d08-d54f-74fc-7b2626a64131-d935eab3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-edebcf45 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-edebcf45 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-edebcf45 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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