:root {
  --black: #000;
  --yellow: #ecece4;
  --white: white;
  --brown: #a67c52;
  --dim-grey\<deleted\|variable-341a7e94\>: #4c4a4b;
  --mid-grey\<deleted\|variable-f61a06a9\>: #7e7e7e;
}

.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 {
  color: var(--black);
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

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

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

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

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

.announcement-barn-link.test {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 500;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--yellow);
  padding-top: 8px;
  padding-bottom: 8px;
  position: -webkit-sticky;
  position: sticky;
}

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

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

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
}

.qoute-btn {
  border: 1px solid var(--white);
  background-color: var(--brown);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
}

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

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

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

.header-contact {
  border-left: 1px solid rgba(95, 95, 81, .19);
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

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

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

.ripple.call {
  width: 565px;
  background-color: var(--yellow);
}

.ripple.gallery-btn-ripple {
  background-color: var(--yellow);
}

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

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-2 {
  width: auto;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

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

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

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

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

.dl-link-holder.lst {
  border-bottom-style: none;
  border-bottom-color: rgba(247, 247, 242, 0);
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.drop-down-icon {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  margin: auto 0 auto 10px;
  position: relative;
}

.nav-link-text {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

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

.dropdown-toggle {
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open:hover {
  color: var(--brown);
}

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

.fonticon.blue {
  width: 32px;
  height: 32px;
  background-color: var(--brown);
  color: var(--yellow);
  border-radius: 100px;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

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

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

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

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

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

.menu-link:hover {
  color: var(--brown);
  border-bottom: 1px #f7f7f2;
}

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

.menu-link.w--current {
  color: var(--brown);
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.h-link {
  color: var(--black);
  text-decoration: none;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 75vh;
}

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

.slide-2.second {
  background-image: url('../images/sifa-setting.webp');
}

.slide-2.first {
  background-image: url('../images/banner.webp');
}

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

.menu-button-image-link {
  width: 100%;
  height: 280px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  display: flex;
}

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

.menu-button-image-link._5 {
  background-image: url('../images/coiple-against-each-other.webp');
  background-position: 50%;
  background-size: cover;
}

.menu-button-image-link._4 {
  background-image: url('../images/sec.webp');
  background-position: 50%;
  background-size: cover;
}

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

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

.black-int-link {
  z-index: 1;
  width: 100%;
  height: 60px;
  background-color: var(--brown);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

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

.menu-label-div {
  width: 100%;
  height: 60px;
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 40px;
}

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

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

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

.content-section.even.p-white {
  background-color: #fff;
  background-color: var(--white);
}

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

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

.coloured-underline {
  width: 80px;
  height: 4px;
  background-color: var(--brown);
  border-radius: 0;
  margin-bottom: 30px;
}

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

.btn-text {
  z-index: 1;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.primary-btn {
  z-index: 1;
  width: 200px;
  background-color: var(--brown);
  color: #f7f7f2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.call {
  background-color: var(--brown);
  border-radius: 100px;
}

.primary-btn.gallery-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c0c1af;
}

.primary-btn.gallery-btn.m-center {
  color: var(--white);
  border-radius: 100px;
  margin-top: 60px;
  margin-right: auto;
}

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

.img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

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

.p.white {
  color: #f7f7f2;
}

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

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

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

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

.img-div {
  z-index: 1;
  width: 48%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  position: relative;
}

.img-div.home-1 {
  background-image: url('../images/sitting-on-sofa.webp');
}

.pinned-content-div {
  z-index: 5;
  width: 60%;
  justify-content: space-between;
  align-items: center;
  padding-right: 0%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.large-p-block {
  background-color: var(--white);
  padding: 50px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .12);
}

.h2 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.h2.h2-white {
  color: #f7f7f2;
  margin-left: 10px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.h2.h2-white.lg-text {
  color: #f7f7f2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

.h2.h2-white.lg-text.edit-padding {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

.large-image-section {
  background-color: var(--yellow);
  background-image: linear-gradient(rgba(255, 255, 255, .71), rgba(255, 255, 255, .71)), url('../images/image-4eglosoo.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.large-image-section.low-p-bottom {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.large-image-section.low-p-bottom.p-white {
  background-color: #f7f7f2;
}

.large-single-image-div {
  width: 60%;
  height: 100%;
  min-height: 800px;
  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: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-single-image-div.home-2 {
  background-image: url('../images/professional-couple.webp');
  background-position: 80%;
}

.left-arrow {
  width: 80px;
  height: 80px;
  color: var(--white);
  background-color: rgba(192, 193, 175, .07);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  transition: all .3s ease-in-out;
  display: flex;
  top: auto;
  bottom: -15%;
  left: auto;
  right: 100px;
  overflow: hidden;
}

.left-arrow:hover {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  transform: scale(.95);
}

.text-block-2 {
  flex: none;
  margin-top: 0;
  font-family: "Fa Regular 400", sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testemonials {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials.projects {
  background-color: var(--brown);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials-slider {
  border-left: 1px rgba(192, 193, 175, .14);
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.customer-titkle {
  color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  font-size: 18px;
  font-weight: 700;
}

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

.h2-title {
  color: #000;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 300;
}

.h2-title.white {
  color: #fff;
}

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

.testemonials-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.qoate-symbol {
  color: var(--yellow);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 90px;
  line-height: 1;
  display: flex;
  position: relative;
}

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

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

.right-arrow {
  width: 80px;
  height: 80px;
  color: var(--white);
  background-color: rgba(192, 193, 175, .07);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  top: auto;
  bottom: -15%;
  left: auto;
  right: 0;
}

.right-arrow:hover {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  transform: scale(.95);
}

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

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

.underline.testemonials-underline.orange {
  width: 30%;
  background-color: #c0c1b0;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  width: 100%;
  background-color: #5f5f52;
}

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

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

.light-text-line.dark-line {
  background-color: var(--black);
}

.light-text-line.w {
  background-color: var(--yellow);
  color: var(--yellow);
}

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

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

.testimonials-grid.work-gallery {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: flex;
}

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

.h2-div.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

.h2-div.flex.center {
  justify-content: center;
}

.slide {
  height: auto;
  padding: 15px;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

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

.container-2.test-container.fluid {
  width: 90%;
  max-width: 1600px;
}

.container-2.test-container.fluid._1300px {
  max-width: 1300px;
}

.customer-img {
  min-height: 80px;
  min-width: 80px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.grey-content-section {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-gradiant {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  background-image: linear-gradient(to bottom, var(--white) 60%, var(--yellow) 60%);
}

.grey-content-section.bg-white {
  background-color: rgba(0, 0, 0, 0);
}

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

.grey-content-section.solid-bg {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

.grid-image-large-div {
  height: 600px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-large-div.home-3 {
  background-image: url('../images/marriage.webp');
}

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

.grey-dividing-line {
  height: 1px;
  background-color: rgba(95, 95, 81, .39);
  margin-top: 60px;
  margin-bottom: 60px;
}

.grey-dividing-line.line-odd {
  background-color: var(--black);
}

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

.grid-image-div.home-4 {
  background-image: url('../images/couple-near-window.webp');
}

.grid-image-div.home-5 {
  background-image: url('../images/sifa-setting.webp');
}

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

.works-image-grid {
  padding-top: 60px;
}

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

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

.works-texxt-lable {
  background-color: var(--yellow);
  color: var(--black);
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0;
  right: auto;
}

.works-1 {
  min-height: 580px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px rgba(21, 22, 35, 0);
}

.works-1:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px rgba(21, 22, 35, .5);
}

.works-1._1 {
  background-image: url('../images/girl-crying.webp');
}

.works-1._2 {
  background-image: url('../images/young-couple.webp');
  background-position: 70%;
}

.works-1._3 {
  background-image: url('../images/yellow-chairs.webp');
}

.cta-text-contact {
  color: var(--brown);
  text-transform: uppercase;
  flex: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.contact-form {
  font-weight: 500;
}

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

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid rgba(21, 22, 35, .08);
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid rgba(21, 22, 35, .06);
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

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

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

.contact-section {
  background-color: #f7f7f2;
  background-image: linear-gradient(rgba(236, 236, 228, .67), rgba(236, 236, 228, .67)), url('../images/colorkit-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.left-contact.right {
  width: 50%;
  background-color: #f7f7f2;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(33, 33, 33, .09);
}

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

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

.icon-2 {
  width: 60px;
  height: 60px;
  background-color: var(--brown);
  color: #f7f7f2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

.heading-3-text {
  color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

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

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

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

.heading-3-wrapper {
  min-height: 400px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-3-left-image {
  width: 50%;
  min-height: 250px;
  background-image: url('../images/clipboard.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram {
  margin-bottom: 0;
}

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

.footer-brand {
  display: flex;
}

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

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

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

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

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

.footer-title {
  color: var(--brown);
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

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

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

.footer-nav-item {
  color: #fff;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 5px;
  transition: all .2s;
}

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

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

.footer-nav-item.footer-contact.auto-cusro {
  color: var(--black);
  cursor: auto;
  font-weight: 500;
}

.text-span-4 {
  width: 50px;
  height: 50px;
  background-color: var(--brown);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  display: flex;
}

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

.contact-link:hover, .contact-link.w--current {
  color: var(--brown);
}

.footerlinks {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

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

.footer-info-div-2._1 {
  border-width: 1px;
  border-color: var(--black) rgba(192, 193, 175, .14);
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div-2._1.border-edit {
  border-right-style: solid;
  border-right-color: var(--black);
  border-left-style: solid;
  border-left-color: var(--black);
}

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

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

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

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

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

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

.bullet-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

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

.list-item {
  margin-bottom: 10px;
  display: flex;
}

.google-maps {
  background-color: #f7f7f2;
}

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

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

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid rgba(95, 95, 81, .12);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
}

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

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

.contact-content {
  width: 100%;
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  text-align: left;
  border-radius: 8px;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, .27);
}

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

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

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

.heading-1-small {
  color: rgba(51, 51, 51, .63);
  font-weight: 300;
}

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

.telephone {
  color: #fff;
}

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

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

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

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

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

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

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

.ripple-2 {
  z-index: 0;
  width: 700px;
  height: 500px;
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  border-radius: 100%;
  position: absolute;
  top: -200%;
  bottom: auto;
  left: auto;
  right: -27%;
}

.ripple-2.gallery-btn-ripple {
  background-color: #c0c1af;
}

.ripple-2.gallery-btn-ripple.enquiry {
  width: 540px;
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

.h1-light {
  color: var(--brown);
  font-size: 33px;
  font-weight: 300;
}

.primary-btn-2 {
  z-index: 1;
  width: 200px;
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.primary-btn-2.gallery-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c0c1af;
}

.primary-btn-2.gallery-btn.m-center {
  margin-top: 60px;
  margin-right: auto;
}

.primary-btn-2.gallery-btn.m-center.enquiry {
  width: 240px;
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
}

.list-default {
  padding-left: 10px;
}

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

.list-item-2 {
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  transition: padding .3s;
  display: flex;
}

.list-item-2:hover {
  padding-left: 20px;
}

.service-block._w-img {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.service-block._w-img.m-bottom-40 {
  margin-bottom: 40px;
}

.service-block._w-img.m-bottom-40._100 {
  width: 100%;
  display: block;
}

.service-block._w-img.flex-direction._100 {
  display: block;
}

.h3-service-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

.h3-service-text.m-none {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 22px;
}

.h3-service-text.h3-light {
  color: #f7f7f2;
}

.h3-service-text.h3-light.m-none.h224 {
  font-size: 24px;
}

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

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

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

.lb-img {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h2-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.fa-social-2:hover {
  transform: scale(1.1);
}

.fa-social-2.fixed {
  width: 50px;
  height: 50px;
  color: #61983c;
  background-color: #fff;
  border: 2px solid #e5605c;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.fa-social-2.fixed:hover {
  color: #fff;
}

.fa-social-2.fixed.phone {
  border-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  font-family: "Fa Solid 900", sans-serif;
}

.fa-social-2.fixed.phone:hover {
  color: #61983c;
}

.fa-social-2.fixed.reduce {
  margin-top: 0;
}

.fa-social-2.fixed.reduce:hover {
  color: #61983c;
}

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

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 30%;
  bottom: 50%;
  left: auto;
  right: 0%;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--brown);
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

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

.hyperlink.w:hover {
  box-shadow: inset 0 -50px 0 0 var(--yellow);
  color: var(--black);
}

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

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

.ripple-3 {
  z-index: 0;
  width: 700px;
  height: 500px;
  background-color: var(--yellow);
  color: #fff;
  border-radius: 100%;
  position: absolute;
  top: -200%;
  bottom: auto;
  left: auto;
  right: -60%;
}

.chair-icon {
  width: 40px;
  height: 40px;
  background-image: url('../images/Asset-3icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  padding-right: 0;
}

.lottie {
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  display: flex;
}

.chair-lottie {
  height: 150px;
  display: inline-block;
}

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

  .testemonials-slider {
    position: static;
  }

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

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

  .mask, .slider {
    width: 100%;
  }

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

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

  .whatsapp-chat {
    display: none;
  }
}

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

  .announcement-bar {
    display: none;
  }

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

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

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

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

  .dl-link-holder {
    width: 100%;
    background-color: #212121;
  }

  .navbar-2 {
    width: 100%;
    justify-content: center;
    display: flex;
  }

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

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

  .nav-menu {
    z-index: 1;
    width: 100%;
    background-color: #f7f7f2;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
  }

  .dropdown {
    width: 100%;
  }

  .drop-down-icon {
    margin-right: 10px;
  }

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

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

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

  .icon {
    color: var(--brown);
  }

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

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

  .dl-link-2 {
    border-bottom: 1px rgba(170, 170, 170, .11);
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link {
    width: 100%;
    background-color: var(--white);
    color: var(--dim-grey\<deleted\|variable-341a7e94\>);
    text-align: left;
    border-bottom-color: rgba(0, 0, 0, .09);
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link:hover {
    background-color: var(--brown);
    color: #f7f7f2;
  }

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

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

  .menu-button-2 {
    background-color: rgba(95, 95, 81, .09);
    border-radius: 9px;
  }

  .menu-button-2.w--open {
    color: #5e5e5e;
    text-align: right;
    background-color: #fff;
  }

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

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

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

  .h1 {
    font-size: 32px;
  }

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

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

  .img {
    height: 450px;
  }

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

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

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

  .large-p-block {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: right;
    margin-left: 0;
    font-size: 28px;
  }

  .large-image-section {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .large-single-image-div {
    width: 90%;
    height: auto;
    min-height: 450px;
    position: static;
  }

  .left-arrow {
    top: auto;
    bottom: -15%;
    left: 2.5%;
    right: auto;
  }

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .customer-titkle {
    font-size: 1.2rem;
  }

  .qoate-symbol {
    font-size: 60px;
  }

  .who-made-comment {
    margin-top: 20px;
  }

  .right-arrow {
    bottom: -15%;
    left: 2.5%;
    right: 0;
  }

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

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

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

  .h2-div.flex.center {
    justify-content: center;
  }

  .slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .works-image-grid.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-left: 0%;
    position: relative;
  }

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

  .works-1 {
    width: 100%;
    min-height: 300px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

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

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

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

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

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

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

  .footer-info-div-2._1 {
    border-left: 1px solid var(--black);
    border-right-style: solid;
    border-right-color: var(--black);
    padding: 40px 20px;
  }

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

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

  .google-maps {
    width: 100%;
  }

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

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

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

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

  .service-block._w-img.m-bottom-40.flex-reverse-bespok {
    flex-direction: column-reverse;
    display: flex;
  }

  .service-block._w-img.m-bottom-40.flex-best, .service-block._w-img.flex-direction {
    flex-direction: column;
    display: flex;
  }

  .service-block._w-img.flex-direction.reverse {
    flex-direction: column-reverse;
  }

  .inner-services-content {
    width: 100%;
  }

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

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

  .h2-wrap {
    margin-bottom: 10px;
    line-height: 1.3;
  }
}

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

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

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

  .main-block {
    width: 100%;
  }

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

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

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

  .menu-link {
    width: 100%;
  }

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

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

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

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

  .img {
    height: 350px;
  }

  .img-div {
    height: 250px;
  }

  .h2.h2-white.lg-text.edit-padding {
    flex: 0 auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .large-single-image-div {
    height: auto;
    min-height: 350px;
  }

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

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

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

  .qoate-symbol {
    margin-left: 0;
    padding-right: 60px;
    position: static;
  }

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

  .underline {
    width: 50%;
  }

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

  .h2-div {
    flex-wrap: wrap;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    width: auto;
    justify-content: center;
    align-items: center;
    position: static;
  }

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

  .grid-image-large-div, .grid-image-div {
    height: 250px;
  }

  .grid {
    grid-template-rows: auto auto auto;
  }

  .works-1 {
    min-width: 250px;
  }

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

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

  .heading-3-right-text {
    width: 100%;
    margin-top: 5px;
  }

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

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

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

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

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

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

  .h1-light {
    font-size: 32px;
  }

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

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

  .fa-container {
    top: 50%;
  }
}

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

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

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

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

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

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

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

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

  .drop-down-icon {
    margin-right: 0;
  }

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

  .icon {
    text-align: center;
  }

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

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

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

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

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

  .menu-button-2 {
    width: 100%;
    color: #f7f7f2;
    background-color: #212121;
    border-radius: 0;
    display: flex;
  }

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

  .menu-button-2.w--open {
    background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
    color: var(--white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 50vh;
  }

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

  .h1 {
    font-size: 26px;
    line-height: 1.4;
  }

  .img {
    height: 250px;
  }

  .p, .p.white {
    font-size: 14px;
  }

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

  .large-p-block {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    font-size: 18px;
  }

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

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

  .left-arrow {
    width: 70px;
    height: 70px;
    bottom: -10%;
  }

  .testemonials {
    overflow: hidden;
  }

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

  .customer-titkle {
    font-size: 1rem;
  }

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

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

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

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

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

  .qoate-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 32px;
  }

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

  .underline {
    width: 30%;
  }

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

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

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

  .h2-div {
    margin-bottom: 10px;
  }

  .h2-div.m-bottom-30 {
    flex-direction: column;
  }

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

  .slide {
    padding: 0;
  }

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

  .customer-img {
    min-height: 60px;
    min-width: 60px;
  }

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

  .grey-content-section.bg-gradiant, .grey-content-section.solid-bg {
    margin-top: 0;
  }

  .works-texxt-lable {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .works-1 {
    min-height: 350px;
  }

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

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

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

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

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

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

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

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

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

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

  .list {
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h1-light {
    font-size: 25px;
  }

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

  .list-item-2:hover {
    padding-left: 0;
  }

  .h3-service-text.m-none {
    text-align: center;
    padding-left: 0;
    font-size: 22px;
  }

  .h3-service-text.h3-light.m-none {
    margin-top: 5px;
  }

  .h3-service-text.h3-light.m-none.h224 {
    margin-top: 0;
  }

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

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

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

  .livechat-button {
    width: 90%;
  }

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

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

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

  .fa-container {
    top: 60%;
  }
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-b19da451 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b513-b19da451 {
  align-self: auto;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-b19da451, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b520-b19da451, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-b19da451 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_30545da2-8b39-f641-0b07-5f180c590a9c-b19da455, #w-node-_30545da2-8b39-f641-0b07-5f180c590aaa-b19da455, #w-node-_30545da2-8b39-f641-0b07-5f180c590ab4-b19da455 {
  align-self: auto;
  justify-self: stretch;
}

#w-node-_8877303d-5f89-11bb-fcb3-82e02fa066a2-b19da456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_30545da2-8b39-f641-0b07-5f180c590a9c-b19da455, #w-node-_30545da2-8b39-f641-0b07-5f180c590aaa-b19da455 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-b19da451, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-b19da451, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-b19da451 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-b19da451 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 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 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 Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}