:root {
  --white: white;
  --yellow: #fffb00;
  --midnight-blue: #070148;
  --black: black;
  --silver: silver;
}

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

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

.navbar {
  background-color: #0000;
}

.menu-link-drop-down {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}

.menu-link-drop-down:hover {
  color: var(--yellow);
}

.menu-link-drop-down.w--current {
  background-color: var(--yellow);
  color: var(--midnight-blue);
  font-size: 14px;
}

.contact-info-div {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 20px;
  font-size: 14px;
  line-height: 26px;
  transition: color .2s;
  display: flex;
}

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

.menu-link {
  color: var(--white);
  border: 1px solid #0000;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.menu-link:hover {
  border-bottom: 1px solid var(--yellow);
  color: var(--yellow);
}

.menu-link:focus {
  border-bottom: 1px solid #555;
}

.menu-link.w--current, .menu-link.home {
  color: var(--yellow);
}

.menu-link-services {
  color: var(--white);
  border: 1px solid #0000;
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.menu-link-services:hover {
  color: var(--yellow);
  border-bottom: 1px solid #989741;
}

.menu-link-services:focus {
  border-bottom: 1px solid #555;
}

.menu-link-services.active {
  color: var(--yellow);
}

.header {
  z-index: 10;
  background-color: var(--midnight-blue);
  border-bottom: 1px solid #0000;
  padding-left: 10px;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  background-color: #070148cc;
}

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

.banner-image-section {
  padding-top: 70px;
}

.banner-image-div {
  background-image: url('../images/interior-2685522_1280.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
}

.menu-button-div {
  width: 24%;
}

.menu-button-group-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.menu-label-div {
  background-color: #fffc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: -65px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.menu-label-div:hover {
  color: var(--white);
  background-color: #fffb00cc;
}

.black-int-link {
  color: #000;
  text-align: center;
  width: 95%;
  font-size: 20px;
  text-decoration: none;
}

.menu-button-image-link {
  background-image: url('../images/img_0069.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  display: flex;
}

.menu-button-image-link._1 {
  background-image: url('../images/img_0078.jpg');
  background-position: 50%;
  background-size: cover;
}

.menu-button-image-link._2 {
  background-image: url('../images/img_0092.jpg');
  background-position: 50%;
  background-size: cover;
}

.menu-button-image-link._3 {
  background-image: url('../images/img_0077.jpg');
  background-position: 50%;
  background-size: cover;
}

.menu-button-section {
  background-color: #ebebeb;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.black-link {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.single-content-div {
  width: 90%;
  max-width: 1300px;
  padding-top: 40px;
}

.small {
  color: var(--black);
  font-size: 24px;
  line-height: 17px;
}

.basic-p-block {
  width: 48%;
}

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

.contact-us-button {
  border: 2px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #0000;
  border-radius: 2px;
  margin-top: 30px;
  font-weight: 600;
  transition: background-color .2s;
}

.contact-us-button:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.single-image-div {
  background-image: url('../images/AdobeStock_210023621.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 48%;
}

.single-image-div._1 {
  background-image: url('../images/img_0065.jpg');
  background-position: 50%;
  background-size: cover;
}

.single-image-div._2 {
  background-image: url('../images/img_0085.jpg');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.rurfb-1 {
  background-image: url('../images/img_0091470x353.jpg');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.maintenance-1 {
  background-image: url('../images/img_0695.jpg');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.carpentry-1 {
  background-image: url('../images/img_3080.jpg');
  background-position: 50%;
  background-size: cover;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-weight: 300;
  line-height: 40px;
}

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

.int-link {
  color: #000;
  font-weight: 600;
}

.coloured-underline {
  background-color: var(--midnight-blue);
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

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

.p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.p._1 {
  padding-top: 20px;
}

.p._2 {
  padding-bottom: 20px;
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 55%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  right: 0;
}

.large-p-block {
  background-color: #ffffffe6;
  border-radius: 4px;
  padding: 15px;
}

.h2 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
}

.h2.white {
  color: #fff;
}

.large-single-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 800px;
  display: flex;
}

.large-single-image-div._1 {
  background-image: url('../images/loft-conversions1.jpg');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div._2 {
  background-image: url('../images/img_0087.jpg');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div.refurb-2 {
  background-image: url('../images/img_0097.jpg');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div.maintenance-2 {
  background-image: url('../images/img_0211-crop-u5887.webp');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div.carpentry-2 {
  background-image: url('../images/img_0076-crop-u6351.webp');
  background-position: 50%;
  background-size: cover;
}

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

.form-div {
  width: 90%;
  max-width: 960px;
}

.html-embed {
  width: 100%;
}

.list {
  margin-bottom: 0;
}

.list.hzl {
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.h3 {
  color: var(--midnight-blue);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.image-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.list-item {
  padding-bottom: 10px;
}

.grid-image {
  height: 350px;
}

.grid-image._2 {
  background-image: url('../images/img_0089.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-image._3 {
  background-image: url('../images/img_0081.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-image._1 {
  background-image: url('../images/img_0825.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-image.painting-1 {
  background-image: url('../images/img_0088.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-image.painting-2 {
  background-image: url('../images/img_0089.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-image.painting-3 {
  background-image: url('../images/img_0076.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-image.refurb-3 {
  background-image: url('../images/img_0078-crop-u5677.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image.refurb-4 {
  background-image: url('../images/img_0077-crop-u5509.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image.refurb-5 {
  background-image: url('../images/img_0081.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-image.maintenance-3 {
  background-image: url('../images/img_0066-crop-u6009.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image.maintenance-4 {
  background-image: url('../images/img_1165-crop-u5982.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image.maintenance-5 {
  background-image: url('../images/img_0825.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-image.carpentry-3 {
  background-image: url('../images/img_0097.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-image.carpentry-4 {
  background-image: url('../images/img_0077-crop-u5509.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image.carpentry-5 {
  background-image: url('../images/img_0088.jpg');
  background-position: 50%;
  background-size: cover;
}

.h3-div {
  padding-top: 60px;
  font-size: 16px;
  line-height: 26px;
}

.h3-div.no-padding {
  padding-top: 0;
}

.list-div {
  display: flex;
}

.list-div.a {
  flex-direction: column;
}

.white-content-section {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.white-content-section.grey {
  background-color: var(--silver);
}

.testimonials-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.testimonials {
  background-color: var(--midnight-blue);
  width: 100%;
  height: 400px;
}

.tetsimonials-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonials-p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.testimonials-p._1 {
  color: var(--white);
  width: 80%;
  padding-bottom: 0;
}

.left-arrow-2 {
  color: #000;
  transition: background-color .2s;
}

.left-arrow-2:hover {
  background-color: #fff;
}

.right-arrow-2 {
  color: #000;
  transition: background-color .2s;
}

.right-arrow-2:hover {
  background-color: #fff;
}

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

.footer-info-div._1 {
  border-width: 1px 0;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-info-div._2 {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-div {
  justify-content: space-around;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.footer-p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.fb-link {
  color: #fff;
  width: 70px;
  height: 70px;
  transition: color .2s;
}

.fb-link:hover {
  color: var(--yellow);
}

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

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

.footerlinks {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.sm-link {
  padding-top: 0;
}

.footerlink-div {
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
}

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

.body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.bold {
  font-size: 18px;
  font-weight: 700;
}

.blue-link {
  color: var(--midnight-blue);
  text-decoration: none;
}

.icon, .icon-2 {
  color: var(--yellow);
}

.italic-text, .bold-text {
  color: var(--white);
}

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

.insta-link {
  color: #fff;
  width: 70px;
  height: 70px;
  transition: color .2s;
}

.insta-link:hover {
  color: var(--yellow);
}

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

.static-header {
  z-index: 10;
  background-color: var(--midnight-blue);
  border-bottom: 1px solid #0000;
  padding-left: 10px;
  padding-right: 0;
  position: static;
  inset: 0% 0% auto;
}

.map {
  border-radius: 4px;
  width: 48%;
}

.map._1 {
  background-image: url('../images/img_0065.jpg');
  background-position: 50%;
  background-size: cover;
}

.map._2 {
  background-image: url('../images/img_0085.jpg');
  background-position: 50%;
  background-size: cover;
}

.map.rurfb-1 {
  background-image: url('../images/img_0091470x353.jpg');
  background-position: 50%;
  background-size: cover;
}

.map.maintenance-1 {
  background-image: url('../images/img_0695.jpg');
  background-position: 50%;
  background-size: cover;
}

.map.carpentry-1 {
  background-image: url('../images/img_3080.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  color: var(--white);
}

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

.h3list {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

._20t {
  margin-top: 20px;
}

.hzl {
  margin-right: 40px;
}

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

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

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

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

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

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

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

.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_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

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

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

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

.fs-cc-prefs_button {
  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-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.whatsapp-container:hover {
  background-color: #494949;
  transform: scale(1.05);
}

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

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

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

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

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

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

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

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

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .logo-link.w--current {
    padding-bottom: 10px;
  }

  .menu-link-drop-down {
    text-align: right;
  }

  .menu-link-drop-down:hover {
    background-color: var(--yellow);
    color: var(--midnight-blue);
  }

  .contact-info-div {
    text-align: center;
    align-items: center;
  }

  .header-div {
    flex-direction: column;
    width: 100%;
    padding-bottom: 0;
  }

  .menu-div {
    width: 100%;
  }

  .menu-link {
    text-align: right;
    background-color: #0000;
    border-bottom-width: 0;
    position: static;
  }

  .menu-link:hover {
    background-color: var(--yellow);
    color: var(--midnight-blue);
    border-bottom-width: 0;
  }

  .menu-link:focus {
    color: #fff;
    background-color: #555;
  }

  .nav-menu {
    background-color: #070148f2;
  }

  .menu-link-services {
    text-align: right;
    background-color: #0000;
    border-bottom-width: 0;
    position: static;
  }

  .menu-link-services:hover {
    background-color: var(--yellow);
    color: var(--midnight-blue);
    border-bottom-width: 0;
  }

  .menu-link-services:focus {
    color: #fff;
    background-color: #7c51ca;
  }

  .menu-link-services.active {
    background-color: var(--yellow);
    color: var(--midnight-blue);
  }

  .menu-button:hover {
    background-color: #0000;
  }

  .menu-button.w--open {
    color: #929292;
    text-align: right;
    background-color: #0000;
  }

  .logo-div {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  .banner-image-div {
    height: 60vh;
  }

  .menu-button-group-div {
    width: 95%;
  }

  .menu-label-div {
    min-height: 86px;
    margin-top: -86px;
  }

  .black-int-link {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
  }

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

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

  .single-image-div {
    width: 100%;
    height: 400px;
  }

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

  .large-image-section {
    padding-bottom: 0;
  }

  .pinned-content-div {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
  }

  .large-p-block {
    width: 90%;
  }

  .large-single-image-div {
    width: 100%;
    height: 540px;
  }

  .large-single-image-div._1 {
    height: 800px;
  }

  .large-single-image-div.maintenance-2, .large-single-image-div.carpentry-2 {
    height: 700px;
  }

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

  .footer-info-div {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info-div._1 {
    border-width: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-div {
    flex-direction: column;
  }

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

  .static-header {
    padding-left: 0;
  }

  .map {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .contact-info-div {
    padding-top: 5px;
  }

  .menu-div {
    width: 70%;
  }

  .header {
    position: static;
  }

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

  .banner-image-section {
    padding-top: 0;
  }

  .banner-image-div {
    height: 30vh;
  }

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

  .menu-button-section {
    flex-direction: column;
    display: none;
  }

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

  .large-single-image-div {
    height: 650px;
  }

  .large-single-image-div._1 {
    height: 900px;
  }

  .list.hzl {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

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

  .sm-link {
    flex-direction: column;
    display: flex;
  }

  .static-header {
    position: static;
  }

  .map {
    height: 250px;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  .navbar {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .menu-link-drop-down {
    text-align: center;
  }

  .contact-info-div {
    align-items: center;
  }

  .header-div {
    flex-direction: column;
  }

  .menu-div {
    text-align: center;
    width: 95%;
  }

  .menu-link, .menu-link-services {
    text-align: center;
  }

  .menu-link-services:focus {
    background-color: var(--yellow);
  }

  .menu-button {
    display: flex;
  }

  .logo-div {
    align-items: center;
  }

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

  .basic-p-block._100 {
    padding-bottom: 0;
  }

  .single-image-div.maintenance-1 {
    height: 350px;
  }

  .p._1 {
    padding-bottom: 60px;
  }

  .large-image-section {
    flex-direction: column;
  }

  .pinned-content-div {
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    padding: 0;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
  }

  .large-single-image-div._1 {
    height: 250px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .large-single-image-div._2 {
    margin-top: 40px;
  }

  .large-single-image-div.maintenance-2 {
    height: 200px;
  }

  .large-single-image-div.carpentry-2 {
    height: 350px;
  }

  .list {
    padding-left: 20px;
  }

  .list-div {
    flex-direction: column;
  }

  .white-content-section {
    margin-top: 0;
  }

  .tetsimonials-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-p._1 {
    width: 100%;
  }

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

  .footer-info-div {
    width: 100%;
  }

  .footer-info-div._1 {
    border-width: 0 1px;
  }

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

  .sm-link {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

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

  .static-header {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-b1564e03-c674-6561-9296-f9103a31ff1a-3a31ff17, #w-node-b1564e03-c674-6561-9296-f9103a31ff1b-3a31ff17, #w-node-b1564e03-c674-6561-9296-f9103a31ff1c-3a31ff17, #w-node-b1564e03-c674-6561-9296-f9103a31ff1d-3a31ff17, #w-node-b1564e03-c674-6561-9296-f9103a31ff1e-3a31ff17 {
  place-self: center;
}


