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

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  background-color: #fff;
  font-weight: 400;
}

.body {
  background-color: #fff;
  font-family: Jost, sans-serif;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 101px;
  padding-top: 40px;
  padding-right: 0%;
  padding-left: 0%;
}

.section.service-page {
  margin-top: 0px;
}

.heading {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1b1b1b;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}

.text-block {
  width: auto;
  margin-top: 20px;
  color: #1b1b1b;
  font-size: 18px;
  line-height: 25px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #005593;
  color: #fff;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #232b78;
  background-color: #232b78;
  font-size: 20px;
  font-weight: 500;
}

.button:hover {
  background-color: #141947;
}

.button._2 {
  margin-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.28);
  background-color: transparent;
  color: #1b1b1b;
}

.button._2:hover {
  background-color: transparent;
}

.button._2.white {
  border-color: #fff;
  -webkit-transition: all 375ms ease;
  transition: all 375ms ease;
  color: #fff;
}

.button._2.white:hover {
  border-style: none none solid solid;
  border-width: 1px;
  background-color: #fff;
  color: #1b1b1b;
}

.button.black-2 {
  margin-right: 0px;
  border-color: #1b1b1b;
  background-color: transparent;
  color: #1b1b1b;
}

.button.top-quote {
  width: 200px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-color: #232b78;
  background-color: #232b78;
  font-size: 17px;
}

.button.top-quote.nav-bar {
  width: 12vw;
  height: 100%;
  margin-left: 0px;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: #f6f6f6;
  color: #91908b;
  font-weight: 400;
  text-align: center;
}

.button.top-quote.nav-bar:hover {
  color: #1b1b1b;
}

.button.no-20-margin {
  margin-right: 0px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding: 0px 0% 0px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px none rgba(0, 0, 0, 0.24);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}

.text-block-2 {
  color: #bebebe;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
}

.text-block-3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}

.image {
  height: 80px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 90vh;
  max-height: 600px;
  padding: 0px 40px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/sidekix-media-_IAZoJ6X-1A-unsplash.jpg');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4.services-page {
  width: 100%;
  height: 20vh;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72))), url('../images/sidekix-media-_IAZoJ6X-1A-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/sidekix-media-_IAZoJ6X-1A-unsplash.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 140px 10% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2.service-page {
  padding-top: 40px;
  padding-bottom: 60px;
}

.heading-2 {
  margin-top: 0px;
  color: #1b1b1b;
  font-size: 38px;
  line-height: 38px;
  font-weight: 500;
  text-align: left;
}

.heading-2.why-choose-us {
  width: 600px;
  margin-bottom: 40px;
  font-family: Jost, sans-serif;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  padding-left: 0px;
}

.div-block-5._2 {
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-6._2 {
  width: auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 10px;
  border-style: solid solid none none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.28);
}

.div-block-6._2._500px {
  width: 550px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  height: auto;
  padding: 0px 0px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  border-left: 1px solid rgba(0, 0, 0, 0.28);
}

.div-block-7._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-7._2.top-border {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  border-bottom-style: none;
  border-left-style: none;
}

.div-block-7.text-nowidth {
  width: auto;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph {
  margin-top: 20px;
  color: #888787;
  font-size: 16px;
  line-height: 22px;
}

.div-block-8 {
  height: 4px;
  background-color: #1b1b1b;
}

.text-block-4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #232b78;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-2 {
  width: 70%;
}

.services-item {
  width: 25%;
  height: 100%;
  margin-right: 10px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(27, 27, 27, 0.56)), to(transparent)), url('../images/frameless-shower-screens-brisbane.jpg');
  background-image: linear-gradient(0deg, rgba(27, 27, 27, 0.56), transparent), url('../images/frameless-shower-screens-brisbane.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.heading-3 {
  font-weight: 500;
}

.section-3 {
  height: auto;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
}

.div-block-10 {
  width: 33.33%;
  height: 100%;
  margin-right: 10px;
  background-image: url('../images/bathroom-renovations-3.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-10._2 {
  background-image: none;
}

.div-block-10._3 {
  margin-right: 0px;
  background-image: url('../images/bathroom-renovations-4.jpg');
  background-position: 50% 50%;
}

.div-block-11 {
  display: none;
  overflow: hidden;
  height: 500px;
  padding-right: 0%;
  padding-left: 0%;
}

.div-block-12 {
  height: 50%;
  margin-bottom: 0px;
  background-image: url('../images/bathroom-renovations-5.jpg');
  background-position: 40% 20%;
  background-size: auto;
}

.div-block-12._2 {
  margin-top: 10px;
  background-image: url('../images/bathroom-renovations-8.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 60px;
  padding: 140px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}

.section-4.service-page.grey {
  margin-top: 0px;
  padding-top: 0px;
  background-color: rgba(255, 255, 255, 0.05);
}

.section-4.about-page {
  background-color: transparent;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

.div-block-14 {
  width: 50%;
  height: 100%;
}

.why-choose-us-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.why-choose-us-item.home-renovated {
  height: 240px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.why-choose-us-item.new-build-process {
  height: auto;
}

.why-choose-us-item.new-build-process.right {
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: auto;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  width: 60px;
}

.heading-4 {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 500;
}

.heading-4.new-build-process {
  font-size: 28px;
}

.text-block-5 {
  color: #1b1b1b;
  font-size: 16px;
}

.div-block-16 {
  width: 80%;
  padding-right: 40px;
}

.div-block-16.new-build-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-16.new-build-process.right {
  padding-right: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 100px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5._2 {
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 500px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
}

.heading-5 {
  margin-top: 0px;
  color: #1b1b1b;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

.paragraph-2 {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 100px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 300px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

.heading-6 {
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.paragraph-3 {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
}

.section-7 {
  height: 500px;
  padding-right: 10%;
  padding-left: 10%;
}

.testimonials-wrapper-t6 {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.testimonials-wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.slide-nav-t6 {
  display: none;
  margin-bottom: 28px;
}

.left-arrow-t6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-name-t6 {
  margin-top: 11px;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}

.user-name-t6 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.user-picture-wrapper-t6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow-t6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-picture-subwrapper-t6 {
  border-radius: 100px;
  box-shadow: 1px 1px 10px 0 #cfcfcf;
}

.arrow-wrapper-t6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 0 #dfdfdf;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.arrow-wrapper-t6:hover {
  box-shadow: 1px 1px 2px 0 #ddd;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.user-picture-t6 {
  padding: 3px;
  border-radius: 100px;
}

.quote-t6 {
  max-width: 700px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.slider-t6 {
  background-color: transparent;
}

.testimonials-t6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 10% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-24.services-page {
  margin-bottom: 40px;
  background-color: transparent;
}

.div-block-24.about-page {
  background-color: #f6f6f6;
}

.section-8 {
  height: 600px;
  padding-right: 0%;
  padding-left: 0%;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.5)), to(rgba(27, 27, 27, 0.28))), url('../images/bottom-contact-image.jpg');
  background-image: linear-gradient(180deg, rgba(27, 27, 27, 0.5), rgba(27, 27, 27, 0.28)), url('../images/bottom-contact-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-7 {
  width: 450px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
}

.footer {
  display: block;
  height: auto;
  padding-top: 60px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-26 {
  height: auto;
  padding: 60px 5% 40px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.company-blurb-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-5 {
  width: 250px;
}

.paragraph-4 {
  width: auto;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.sitempa-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.sitemap {
  width: 60%;
  height: 100%;
  padding-top: 40px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.link {
  color: #1b1b1b;
  font-size: 18px;
  text-decoration: none;
}

.link-2 {
  color: #1b1b1b;
  font-size: 18px;
  text-decoration: none;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.section-9 {
  padding: 140px 10%;
}

.project-item {
  width: 33%;
  height: 200px;
}

.html-embed-2 {
  width: 35px;
  color: transparent;
}

.image-6 {
  min-height: auto;
  min-width: auto;
}

.div-block-31 {
  height: auto;
  margin-top: 20px;
  padding: 40px 5%;
  border-top: 1px solid rgba(0, 0, 0, 0.23);
}

.link-3 {
  color: #1b1b1b;
}

.text-block-7 {
  color: #1b1b1b;
}

.html-embed-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #232b78;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.link-block-2 {
  margin-right: 5px;
}

.section-10 {
  height: auto;
  padding-right: 5%;
  padding-bottom: 100px;
  padding-left: 5%;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 350px;
  min-height: auto;
  min-width: 200px;
  margin-right: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(27, 27, 27, 0)), to(rgba(27, 27, 27, 0.64))), url('../images/wall-tiling.jpg');
  background-image: linear-gradient(180deg, rgba(27, 27, 27, 0) 26%, rgba(27, 27, 27, 0.64)), url('../images/wall-tiling.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none;
}

.link-block-3._4 {
  display: none;
  margin-right: 0px;
}

.link-block-3._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, rgba(27, 27, 27, 0)), to(rgba(27, 27, 27, 0.64))), url('../images/bathroom.jpg');
  background-image: linear-gradient(180deg, rgba(27, 27, 27, 0) 31%, rgba(27, 27, 27, 0.64)), url('../images/bathroom.jpg');
  background-position: 0px 0px, 50% 50%;
}

.link-block-3._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(27, 27, 27, 0)), to(rgba(27, 27, 27, 0.64))), url('../images/bathroom-renovations-6.jpg');
  background-image: linear-gradient(180deg, rgba(27, 27, 27, 0) 26%, rgba(27, 27, 27, 0.64)), url('../images/bathroom-renovations-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-3._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(27, 27, 27, 0)), to(rgba(27, 27, 27, 0.64))), url('../images/precise-3.jpg');
  background-image: linear-gradient(180deg, rgba(27, 27, 27, 0) 25%, rgba(27, 27, 27, 0.64)), url('../images/precise-3.jpg');
  background-position: 0px 0px, 50% 50%;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-34 {
  width: 2px;
  height: 30px;
  margin-bottom: 5px;
  background-color: hsla(0, 0%, 100%, 0.76);
  color: #fff;
}

.link-4 {
  color: #ef5b5b;
  font-weight: 500;
  text-decoration: none;
}

.nav-link {
  color: #91908b;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}

.nav-link:hover {
  color: #1b1b1b;
}

.nav-link.w--current {
  color: #232b78;
  font-weight: 600;
}

.div-block-35 {
  width: 70px;
  height: 3px;
  background-color: #c6ad94;
}

.div-block-36 {
  margin-top: 100px;
}

.border-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin-top: 100px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.border-container.top {
  height: auto;
  margin-top: 0px;
}

.border-container.top.middle-section {
  height: auto;
}

.border-container.bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.border-div-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 1px none #000;
  border-left: 1px none #000;
}

.border-div-1._100-height {
  height: 100%;
}

.border-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.border-div-2.nospacing {
  display: block;
  padding-left: 0px;
}

.link-block-4 {
  width: 25%;
  height: 450px;
  max-width: 350px;
  margin-right: 40px;
  padding: 29px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/charlesdeluvio-c2thq3SXJiA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/charlesdeluvio-c2thq3SXJiA-unsplash.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-block-4:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.link-block-4.extensions {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/brisbane-renovations-extensions.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/brisbane-renovations-extensions.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
}

.link-block-4.new-build {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/carpenter.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/carpenter.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-37 {
  height: 50%;
  margin-left: 50px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-right: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  border-left: 1px solid hsla(0, 0%, 100%, 0.5);
  color: #fff;
  text-decoration: none;
}

.heading-10 {
  margin-left: 50px;
  font-size: 25px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-40 {
  display: block;
  width: 100%;
  max-width: none;
  min-width: auto;
  padding: 60px 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0.84);
}

.text-span {
  font-family: 'Beshiny demo', sans-serif;
  color: #ef5b5b;
  font-size: 50px;
  font-weight: 400;
}

.text-span-2 {
  font-family: 'Beshiny demo', sans-serif;
  color: #232b78;
  font-size: 50px;
  font-weight: 400;
}

.text-block-8 {
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.div-block-41 {
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.47);
}

.text-span-3 {
  font-family: 'Beshiny demo', sans-serif;
  color: #232b78;
  font-size: 50px;
  font-weight: 400;
}

.text-span-4 {
  font-family: 'Beshiny demo', sans-serif;
  color: #232b78;
  font-size: 50px;
  font-weight: 400;
}

.div-block-42 {
  width: 60%;
  height: 1px;
  margin-bottom: 10px;
  background-color: rgba(27, 27, 27, 0.37);
}

.slide {
  width: 100%;
}

.text-block-9 {
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  width: 150px;
  margin-top: 20px;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 91px;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.line-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: #fdc23e;
}

.line-full.dark {
  background-color: #101b22;
}

.image-bg-map {
  min-height: 670px;
  background-image: url('../images/contact_map.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-contact {
  width: 100%;
  color: #1b1b1b;
  text-decoration: none;
}

.subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-accent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.icon-arrow-a {
  width: 10px;
  height: 10px;
  max-width: none;
}

.text-contact {
  margin-left: auto;
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  text-align: right;
}

.grid-contacts {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line-subtitle {
  width: 27px;
  height: 1px;
  background-color: #101b22;
}

.line-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-contact {
  width: 18px;
  height: 18px;
  max-width: none;
  margin-right: 8px;
}

.paragraph-5 {
  max-width: 500px;
  margin-bottom: 36px;
}

.paragraph-5.dark {
  color: #101b22;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 40px 10% 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(35, 43, 120, 0.14);
}

.icon-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-arrow-b {
  position: absolute;
  width: 10px;
  height: 10px;
  max-width: none;
  -webkit-transform: translate(-120%, 120%);
  -ms-transform: translate(-120%, 120%);
  transform: translate(-120%, 120%);
}

.text-subtitle {
  margin-left: 0px;
  color: #101b22;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.grid-2-columns-full {
  width: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-11 {
  max-width: 700px;
  color: #1b1b1b;
  font-weight: 600;
}

.line-1px {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.line-1px.opacity {
  background-color: #101b22;
  opacity: 0.2;
}

.info-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-hero {
  max-width: 730px;
  color: #fff;
}

.heading-hero.dark {
  color: #1b1b1b;
  font-weight: 500;
}

.form-block {
  margin-top: 5px;
  margin-bottom: 5px;
}

.success-message {
  padding: 24px;
  background-color: #95daaa;
}

.textarea {
  max-height: 350px;
  max-width: 100%;
  min-height: 150px;
  min-width: 100%;
  margin-bottom: 14px;
  padding: 12px 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 62.4%, 0.58);
  background-color: #f0f0f0;
  -webkit-transition: border-color 350ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 350ms cubic-bezier(.215, .61, .355, 1);
  color: #101b22;
  font-size: 18px;
  line-height: 130%;
}

.textarea:focus {
  border-bottom-color: #fdc23e;
}

.textarea::-webkit-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.textarea:-ms-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.textarea::-ms-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.textarea::placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.text-message {
  color: #101b22;
  font-size: 16px;
  line-height: 130%;
}

.form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit-button {
  padding: 23px 35px;
  background-color: #101b22;
  -webkit-transition: color 350ms cubic-bezier(.215, .61, .355, 1), background-color 350ms cubic-bezier(.215, .61, .355, 1);
  transition: color 350ms cubic-bezier(.215, .61, .355, 1), background-color 350ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #232b78;
  color: #fff;
}

.block-heading-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.error-message {
  margin-top: 16px;
  padding: 22px;
  background-color: #ffaeae;
  text-align: center;
}

.text-field {
  height: 52px;
  margin-bottom: 0px;
  padding: 12px 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 62.3%, 0.58);
  background-color: #f0f0f0;
  -webkit-transition: border-color 350ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 350ms cubic-bezier(.215, .61, .355, 1);
  color: #101b22;
  font-size: 18px;
  line-height: 130%;
}

.text-field:focus {
  border-bottom-color: #fdc23e;
}

.text-field::-webkit-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.text-field:-ms-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.text-field::-ms-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.text-field::placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.content {
  width: 100%;
  max-width: 1200px;
}

.content.slim {
  max-width: 640px;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 60px;
  background-color: transparent;
}

.div-block-45 {
  padding-top: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
  background-color: transparent;
}

.div-block-46 {
  padding-top: 40px;
  padding-right: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  border-right: 1px solid rgba(0, 0, 0, 0.28);
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin-top: 0px;
}

.div-block-47.no-margin {
  margin-top: 15px;
}

.div-block-48 {
  width: 24%;
  height: 250px;
  max-width: 350px;
  margin-right: 15px;
  padding: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/brisbane-bathroom-renovations.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/brisbane-bathroom-renovations.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.div-block-48._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/brisbane-kitchen-renovations.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/brisbane-kitchen-renovations.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.div-block-48._2.ground-floor {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ground-floor-extension-brisbane.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ground-floor-extension-brisbane.jpg');
  background-position: 0px 0px, 50% 50%;
}

.div-block-48._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/brisbane-laundry-renovations.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/brisbane-laundry-renovations.jpg');
  background-position: 0px 0px, 100% 35%;
  background-size: auto, auto;
}

.div-block-48._3.outdoor-area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/outdoor-area-extension-brisbane.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/outdoor-area-extension-brisbane.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-48._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/brisbane-patio-renovations-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/brisbane-patio-renovations-2.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, auto;
}

.div-block-48._4.lift-and-build {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/lift-and-build-under.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lift-and-build-under.jpg');
  background-position: 0px 0px, 50% 50%;
}

.div-block-48._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/brisbane-full-house-renovations.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/brisbane-full-house-renovations.jpg');
  background-position: 0px 0px, 40% 50%;
  background-size: auto, auto;
}

.div-block-48._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/brisbane-drafting-and-design.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/brisbane-drafting-and-design.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.div-block-48._7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/brisbane-windows-and-doors-renovations.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/brisbane-windows-and-doors-renovations.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, auto;
}

.div-block-48._8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/granny-flats.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/granny-flats.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-48.second-storey {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/second-storey-extensions-brisbane.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/second-storey-extensions-brisbane.jpg');
  background-size: auto, cover;
}

.div-block-49 {
  height: 50%;
  margin-left: 50px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-right: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  border-left: 1px solid hsla(0, 0%, 100%, 0.5);
}

.heading-13 {
  margin-top: -22px;
  margin-bottom: 0px;
  margin-left: 50px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}

.heading-13.granny-flats {
  margin-top: -50px;
}

.heading-14 {
  color: #1b1b1b;
  font-weight: 500;
  text-align: center;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  width: 600px;
  color: #888787;
  font-size: 16px;
  text-align: center;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-52 {
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin-top: 40px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.after-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-bottom: 100px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-15 {
  font-family: 'Beshiny demo', sans-serif;
  color: #ef5b5b;
  text-align: center;
}

.heading-16 {
  font-family: Jost, sans-serif;
  color: #1b1b1b;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-54 {
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  border-left: 1px solid rgba(0, 0, 0, 0.28);
}

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

.grid.before-and-after {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.link-5 {
  color: #1b1b1b;
  text-decoration: none;
}

.div-block-56 {
  width: 55%;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-58 {
  width: 20vw;
  height: 275px;
  background-image: url('../images/brisbane-home-renovators-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-59 {
  width: 18vw;
  height: 450px;
  margin-top: -100px;
  margin-left: 70px;
  background-image: url('../images/brisbane-home-renovators-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.html-embed-4 {
  margin-right: 20px;
  color: #91908b;
}

.right-arrow-t2 {
  display: none;
}

.quote-t2 {
  width: 40%;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.slide-nav-t2 {
  left: 141px;
  top: auto;
  right: 0%;
  bottom: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.text-wrapper-t2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow-t2 {
  display: none;
}

.testimonials-t2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-name-t2 {
  color: #8d8d8d;
  text-align: center;
}

.testimonials-wrapper-t2 {
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.user-name-t2 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.slider-t2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide-wrapper-t2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-name-t6-2 {
  margin-top: 10px;
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 10% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.testimonials-wrapper-t6-2 {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.heading-17 {
  margin-top: 0px;
  color: #3f3f3f;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
}

.heading-17.why-choose-us {
  width: 600px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}

.image-9 {
  width: 100px;
  margin-top: 20px;
}

.testimonials-t6-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonials-wrapper-2 {
  width: 90%;
  max-width: 1400px;
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.quote-t6-2 {
  max-width: 700px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.div-block-61 {
  width: 70px;
  height: 5px;
  margin-top: 10px;
  background-color: #232b78;
}

.footer-logo-link {
  width: 20%;
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.html-embed-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c2b59b;
}

.footer-image {
  width: auto;
  height: 100px;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.link-6 {
  color: #3f3f3f;
}

.dummy-nav-bar-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1280px;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-question-wrap {
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #1a1e27;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.faq-content {
  overflow: hidden;
}

.faq-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.div-block-65 {
  width: 100%;
  height: 1px;
}

.question-title {
  margin-right: 10px;
  letter-spacing: -0.03em;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #485166;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-66 {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  padding-right: 0%;
  padding-left: 0%;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 500px;
}

.text-block-12 {
  font-size: 20px;
  font-weight: 800;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed-6 {
  width: 400px;
  height: auto;
}

.div-block-69 {
  height: 250px;
}

.html-embed-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  max-width: 1280px;
}

.div-block-71 {
  overflow: hidden;
  width: 240px;
  height: 240px;
  margin-right: 100px;
  border-radius: 999px;
  background-image: url('../images/roulstone-renovations.jpg');
  background-position: 50% 100%;
  background-size: auto;
}

.div-block-72 {
  width: 70%;
}

.text-block-13 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.heading-18 {
  font-size: 28px;
  font-weight: 600;
}

.paragraph-6 {
  font-size: 16px;
  line-height: 22px;
}

.image-10 {
  margin-top: 10px;
}

.link-7 {
  color: #232b78;
}

.link-8 {
  color: #232b78;
}

.link-9 {
  color: #232b78;
}

.link-10 {
  color: #232b78;
}

.div-block-73 {
  height: 300px;
  background-image: url('../images/brisbane-extension-4.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-73._2 {
  background-image: url('../images/brisbane-extension-5.jpeg');
}

.div-block-73._3 {
  background-image: url('../images/brisbane-extensions.jpg');
}

.div-block-73._4 {
  background-image: url('../images/IMG_9047.jpeg');
}

.div-block-73._5 {
  background-image: url('../images/brisbane-home-extensions-5.jpg');
}

.div-block-73._6 {
  background-image: url('../images/brisbane-home-extensions-3.jpg');
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 45px;
    line-height: 50px;
  }

  .text-block {
    width: auto;
    line-height: 22px;
  }

  .div-block-2 {
    height: 80px;
  }

  .div-block-3 {
    display: none;
  }

  .image {
    height: 60px;
  }

  .div-block-4 {
    height: auto;
    padding-bottom: 40px;
    padding-left: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.29))), url('../images/bathroom-renovations-5.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.29)), url('../images/bathroom-renovations-5.jpg');
    background-position: 0px 0px, 50% 35%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .section-2 {
    padding-top: 100px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-2.service-page {
    padding-top: 100px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .heading-2 {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 28px;
  }

  .heading-2.why-choose-us {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-6._2 {
    padding-top: 20px;
    padding-right: 20px;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-7._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-7.text-nowidth {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .section-3 {
    height: auto;
  }

  .div-block-11 {
    height: 400px;
  }

  .section-4 {
    margin-top: 0px;
    padding: 100px 5%;
  }

  .div-block-13 {
    margin-top: 20px;
  }

  .why-choose-us-item {
    height: 200px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .why-choose-us-item.home-renovated {
    height: 350px;
  }

  .heading-4 {
    margin-top: 0px;
    font-size: 18px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .div-block-16 {
    width: 90%;
  }

  .div-block-16.home-renovated {
    width: 90%;
  }

  .section-5 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-5._2 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-5.service-page {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .section-6 {
    padding: 60px 5%;
  }

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

  .heading-6 {
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .testimonials-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .left-arrow-t6 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .right-arrow-t6 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .div-block-24 {
    padding-top: 100px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-26 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .company-blurb-footer {
    width: 40%;
  }

  .paragraph-4 {
    width: auto;
  }

  .sitempa-footer {
    width: 60%;
  }

  .sitemap {
    padding-top: 20px;
  }

  .heading-8 {
    font-size: 20px;
  }

  .link {
    font-size: 14px;
  }

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

  .image-6 {
    min-height: auto;
    min-width: auto;
  }

  .section-10 {
    height: auto;
    padding-bottom: 60px;
  }

  .link-block-3 {
    height: 250px;
    min-width: auto;
  }

  .link-block-3._1 {
    height: 250px;
  }

  .link-block-3._2 {
    height: 250px;
  }

  .link-block-3._3 {
    height: 250px;
  }

  .border-container.bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-4 {
    width: 30%;
    height: 350px;
  }

  .link-block-4.new-build {
    margin-right: 0px;
  }

  .div-block-40 {
    width: auto;
    min-width: auto;
  }

  .text-block-9 {
    font-size: 12px;
    line-height: 12px;
  }

  .block-accent {
    padding: 120px 14%;
  }

  .grid-2-columns-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-48 {
    padding: 20px;
  }

  .div-block-48._3 {
    padding: 20px;
  }

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

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

  .div-block-51 {
    margin-top: 100px;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 16px;
  }

  .section-11 {
    padding-bottom: 0px;
  }

  .div-block-60 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .heading-17 {
    margin-bottom: 0px;
  }

  .heading-17.why-choose-us {
    font-size: 26px;
    line-height: 32px;
  }

  .testimonials-wrapper-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .dummy-nav-bar-animation {
    display: none;
  }

  .faq-question-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-70 {
    height: auto;
  }

  .div-block-71 {
    margin-right: 0px;
  }

  .div-block-72 {
    width: 70%;
    padding-left: 40px;
  }

  .paragraph-6 {
    position: static;
    overflow: visible;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading {
    font-size: 45px;
    line-height: 45px;
  }

  .text-block {
    font-size: 16px;
    line-height: 20px;
  }

  .button {
    width: 200px;
    font-size: 18px;
  }

  .div-block-2 {
    padding-left: 0%;
  }

  .section-2 {
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .heading-2.why-choose-us {
    width: auto;
    margin-bottom: 0px;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-5._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-6 {
    width: 100%;
  }

  .div-block-6._2 {
    margin-left: 20px;
    padding-left: 0px;
  }

  .div-block-7 {
    width: 100%;
    padding-right: 0px;
  }

  .div-block-7._2 {
    width: 100%;
    padding-left: 0px;
  }

  .section-3 {
    display: none;
  }

  .div-block-11 {
    height: 350px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-14 {
    width: 100%;
  }

  .why-choose-us-item {
    height: auto;
  }

  .why-choose-us-item.home-renovated {
    height: auto;
  }

  .why-choose-us-item.new-build-process {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-15 {
    width: 60px;
  }

  .div-block-16.new-build-process {
    width: 70%;
  }

  .section-5 {
    padding: 60px;
  }

  .div-block-19 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-20 {
    width: 100%;
    padding-left: 0px;
  }

  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-22 {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .slider-t6 {
    height: auto;
  }

  .testimonials-t6 {
    padding: 0px 10px 40px;
  }

  .div-block-24 {
    padding-top: 60px;
  }

  .div-block-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-blurb-footer {
    width: 100%;
  }

  .sitempa-footer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sitemap._2 {
    margin-top: 20px;
  }

  .heading-8 {
    margin-bottom: 10px;
  }

  .image-6 {
    min-height: auto;
    min-width: auto;
  }

  .section-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block-3 {
    width: 100%;
  }

  .link-block-3._1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .link-block-3._2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .link-block-3._3 {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-40 {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-bg-map {
    min-height: 500px;
  }

  .block-accent {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-contacts {
    grid-row-gap: 30px;
  }

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

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

  .text-block-10 {
    width: auto;
  }

  .section-11 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-53 {
    padding-right: 0px;
  }

  .after-container {
    padding-left: 0px;
  }

  .div-block-55 {
    display: none;
  }

  .div-block-56 {
    width: 100%;
  }

  .user-picture-t2 {
    margin-right: auto;
    margin-left: auto;
  }

  .quote-t2 {
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .slide-nav-t2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    font-size: 20px;
  }

  .text-wrapper-t2 {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-1-t2 {
    margin-bottom: 55px;
  }

  .testimonials-t2 {
    padding: 40px 10px;
  }

  .company-name-t2 {
    text-align: center;
  }

  .user-name-t2 {
    text-align: center;
  }

  .slider-t2 {
    height: auto;
  }

  .slide-wrapper-t2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-60 {
    padding-top: 60px;
  }

  .heading-17.why-choose-us {
    width: auto;
  }

  .testimonials-t6-2 {
    padding: 40px 10px;
  }

  .testimonials-wrapper-2 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .dummy-nav-bar-animation {
    display: none;
  }

  .div-block-70 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-13 {
    text-align: center;
  }

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

  .paragraph-6 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    position: fixed;
    width: 100%;
    padding: 0px 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }

  .section {
    margin-top: 0px;
    padding-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .heading {
    width: auto;
    font-size: 35px;
    line-height: 35px;
    font-weight: 500;
    text-align: left;
  }

  .text-block {
    width: auto;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
  }

  .button {
    width: 150px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1px;
    font-size: 16px;
  }

  .button._2 {
    margin-top: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.28);
  }

  .button.black-2 {
    margin-top: 10px;
  }

  .button.no-margin {
    margin-right: 0px;
  }

  .button.stacked {
    margin-right: 0px;
  }

  .div-block-2 {
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-style: none;
  }

  .div-block-3 {
    display: none;
  }

  .image {
    width: 110px;
    height: auto;
    margin-right: 27px;
  }

  .div-block-4 {
    width: 100%;
    height: 300px;
    padding: 60px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/sidekix-media-_IAZoJ6X-1A-unsplash.jpg');
    background-position: 50% 25%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-4.services-page {
    height: auto;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-2 {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .section-2.service-page {
    padding-top: 60px;
  }

  .heading-2 {
    font-size: 28px;
    text-align: center;
  }

  .heading-2.why-choose-us {
    margin-bottom: 40px;
  }

  .div-block-5 {
    padding-left: 0px;
  }

  .div-block-6 {
    padding-right: 0px;
  }

  .div-block-6._2 {
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    border-style: none;
  }

  .div-block-6._2._500px {
    padding-bottom: 0px;
  }

  .div-block-7 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div-block-7._2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-7.text-nowidth {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
  }

  .paragraph {
    margin-bottom: 0px;
    color: #6d6d6d;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  .text-block-4 {
    text-align: center;
  }

  .section-3 {
    height: auto;
  }

  .div-block-11 {
    display: none;
    height: 250px;
  }

  .section-4 {
    margin-top: 0px;
    padding-top: 60px;
  }

  .why-choose-us-item {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .why-choose-us-item.home-renovated {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .why-choose-us-item.new-build-process {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .text-block-5 {
    font-size: 15px;
    text-align: center;
  }

  .text-block-5.new-build {
    margin-bottom: 20px;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-16.new-build-process {
    width: auto;
  }

  .div-block-16.new-build-process.right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-17 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-4 {
    width: 100%;
  }

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

  .paragraph-2 {
    line-height: 22px;
  }

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

  .paragraph-3 {
    font-size: 15px;
  }

  .testimonials-wrapper {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
  }

  .slider-t6 {
    padding-bottom: 60px;
  }

  .testimonials-t6 {
    width: 100%;
    padding-top: 20px;
  }

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

  .heading-7 {
    width: auto;
    font-size: 38px;
  }

  .company-blurb-footer {
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-4 {
    text-align: left;
  }

  .sitempa-footer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sitemap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sitemap._2 {
    display: none;
  }

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

  .div-block-28 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed {
    height: 15px;
  }

  .div-block-29 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    position: relative;
    margin-left: 148px;
  }

  .image-6 {
    width: 100%;
    min-height: auto;
    min-width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-7 {
    width: 100%;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand {
    position: relative;
  }

  .section-10 {
    height: auto;
    padding-bottom: 60px;
  }

  .div-block-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block-3 {
    width: auto;
    height: 350px;
    margin-right: 0px;
  }

  .link-block-3._1 {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
  }

  .link-block-3._2 {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .link-block-3._3 {
    height: 350px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .nav-link {
    color: #000;
  }

  .div-block-36 {
    margin-top: 20px;
  }

  .border-container {
    height: auto;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .border-container.top {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .border-div-1 {
    width: 100%;
  }

  .border-div-2 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }

  .border-div-2.nospacing {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }

  .link-block-4 {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .div-block-39 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-40 {
    width: auto;
    padding: 20px 30px 30px;
  }

  .text-block-8 {
    text-align: center;
  }

  .div-block-41 {
    display: none;
  }

  .text-block-9 {
    text-align: center;
  }

  .image-bg-map {
    min-height: 400px;
  }

  .block-accent {
    padding: 0px 0% 65px;
  }

  .text-contact {
    font-size: 16px;
  }

  .block {
    padding-left: 10%;
  }

  .grid-2-columns-full {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .content.slim {
    padding-left: 10%;
  }

  .div-block-45 {
    padding-top: 0px;
  }

  .heading-12 {
    font-size: 38px;
  }

  .div-block-47 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-47.no-margin {
    margin-top: 0px;
  }

  .div-block-48 {
    width: 100%;
    height: 200px;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .heading-13 {
    margin-top: -7px;
  }

  .heading-14 {
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-51 {
    margin-top: 60px;
  }

  .text-block-10 {
    width: auto;
  }

  .section-11 {
    padding: 40px 20px 0px;
  }

  .div-block-52 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-53 {
    padding-right: 0px;
  }

  .after-container {
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .heading-16 {
    font-size: 16px;
  }

  .grid {
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-56 {
    width: 100%;
  }

  .image-container {
    display: none;
  }

  .html-embed-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    color: #555;
  }

  .user-picture-t2 {
    width: 200px;
  }

  .testimonials-t2 {
    width: 100%;
  }

  .heading-17 {
    font-size: 28px;
  }

  .heading-17.why-choose-us {
    margin-bottom: 20px;
  }

  .testimonials-t6-2 {
    width: 100%;
    padding-top: 0px;
  }

  .testimonials-wrapper-2 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
  }

  .div-block-62 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .text-block-11 {
    width: 50%;
    color: rgba(63, 63, 63, 0.62);
    text-align: center;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-63 {
    display: none;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-6 {
    color: rgba(63, 63, 63, 0.55);
  }

  .dummy-nav-bar-animation {
    display: none;
  }

  .div-block-64 {
    padding: 60px 20px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 600;
  }

  .faq-paragraph {
    font-size: 14px;
  }

  .section-12 {
    padding-bottom: 0px;
  }

  .div-block-67 {
    margin-bottom: 10px;
  }

  .div-block-68 {
    display: none;
  }

  .div-block-69 {
    display: none;
  }

  .div-block-72 {
    width: auto;
  }
}

#w-node-_9814e37a-d84e-264a-6227-9e1d0484be6a-e2bf0035 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#First-Name-2.w-node-_92df7d4a-7b97-20eb-5afe-2706a3876a7d-e2bf0035 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Message-2.w-node-_92df7d4a-7b97-20eb-5afe-2706a3876a80-e2bf0035 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_92df7d4a-7b97-20eb-5afe-2706a3876a81-e2bf0035 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c214a39d-ab98-922b-5168-ea33eca83602-80300bdf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0d1b5a7b-3346-875b-462d-d74dd8173663-80300bdf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_651398bf-34b7-3668-d022-3d74e8622976-80300bdf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4b6f432e-f4f0-ec0a-a41e-742d2db387eb-80300bdf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8ef93fbf-40ad-0644-129b-2fe1a53be4b6-80300bdf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_74074009-1ac9-1f7c-9af4-fc99301a60b6-80300bdf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7365564c-102b-dbbb-00ca-f707730c313b-54e66e4b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7365564c-102b-dbbb-00ca-f707730c3140-54e66e4b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7365564c-102b-dbbb-00ca-f707730c3145-54e66e4b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7365564c-102b-dbbb-00ca-f707730c314a-54e66e4b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7365564c-102b-dbbb-00ca-f707730c314f-54e66e4b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7365564c-102b-dbbb-00ca-f707730c3154-54e66e4b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #Message-2.w-node-_92df7d4a-7b97-20eb-5afe-2706a3876a80-e2bf0035 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92df7d4a-7b97-20eb-5afe-2706a3876a81-e2bf0035 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #Message-2.w-node-_92df7d4a-7b97-20eb-5afe-2706a3876a80-e2bf0035 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_92df7d4a-7b97-20eb-5afe-2706a3876a81-e2bf0035 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c214a39d-ab98-922b-5168-ea33eca83602-80300bdf {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0d1b5a7b-3346-875b-462d-d74dd8173663-80300bdf {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_651398bf-34b7-3668-d022-3d74e8622976-80300bdf {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_7365564c-102b-dbbb-00ca-f707730c313b-54e66e4b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7365564c-102b-dbbb-00ca-f707730c3140-54e66e4b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7365564c-102b-dbbb-00ca-f707730c3145-54e66e4b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@font-face {
  font-family: 'Beshiny demo';
  src: url('../fonts/beshiny-demo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}