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

body {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.home-slider {
  position: relative;
  top: -105px;
  z-index: 1;
  overflow: hidden;
  height: 75vh;
}

.slider {
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/sidekix-media-I_QC1JICzA0-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/sidekix-media-I_QC1JICzA0-unsplash.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/zac-gudakov-DC296lo_ZI4-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/zac-gudakov-DC296lo_ZI4-unsplash.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -105px;
  padding-left: 60px;
  -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;
  background-color: rgba(164, 179, 185, 0.2);
}

.grid-div {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.58);
  text-decoration: none;
}

.head {
  font-family: Lato, sans-serif;
  color: #576266;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px hsla(0, 1.6%, 42%, 0.53);
  cursor: default;
}

.head._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
  text-align: center;
  letter-spacing: 3px;
}

.head._3 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 1px 1px 6px #131212;
}

.head._5 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 1px 1px 6px #131212;
}

.head._6 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 1px 1px 6px #6d6969;
}

.head._1 {
  font-size: 30px;
  text-align: center;
}

.head._2 {
  font-size: 30px;
  text-align: center;
}

.head._2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
  text-align: center;
  letter-spacing: 3px;
}

.head.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
  font-size: 35px;
  text-align: center;
  letter-spacing: 3px;
}

.footer {
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 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;
  background-color: #718c97;
}

.col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
}

.col-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
}

.service-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  -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;
}

.service-name {
  padding-left: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: default;
}

.col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/water-2825771_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/water-2825771_1920.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.col-wrapper._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/pexels-matthias-cooper-580900.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-matthias-cooper-580900.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.col-wrapper._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/pexels-sarah-chai-7282378.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-sarah-chai-7282378.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.col-wrapper._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/clint-patterson-exfrR9KkzlE-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/clint-patterson-exfrR9KkzlE-unsplash.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, 400px;
  background-repeat: repeat, no-repeat;
}

.col-wrapper._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/brock-wegner-d-faGdPSjU4-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/brock-wegner-d-faGdPSjU4-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.col-wrapper._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/kseniia-ilinykh-dcXx_1Rdhac-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/kseniia-ilinykh-dcXx_1Rdhac-unsplash.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.col-wrapper._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/pexels-max-vakhtbovych-7061405.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-max-vakhtbovych-7061405.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.col-wrapper._10 {
  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/garage-door-2578743_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/garage-door-2578743_1920.jpg');
  background-position: 0px 0px, 55% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.col-wrapper._11 {
  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/marissa-daeger-jCctpZe3sZo-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/marissa-daeger-jCctpZe3sZo-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 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;
}

.slide-head {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  cursor: default;
}

.slide-tag {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  cursor: default;
}

.slide-nav {
  display: none;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/planetcare-5cpBWEl6y6c-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/planetcare-5cpBWEl6y6c-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.transparent-navbar {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: 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;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.navlink {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.navlink.w--current {
  color: #fff;
}

.line {
  width: 80%;
  height: 3px;
  margin-top: 10px;
  background-color: #e96827;
}

.line._2 {
  width: 60%;
}

.line._2-long {
  width: 80%;
}

.button {
  padding: 9px 20px;
  border-radius: 20px;
  background-color: #4ea3c7;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.41);
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button._2 {
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

.button._1 {
  margin-top: 10px;
}

.nav-wrapper {
  display: block;
  width: 85%;
}

.nav-wrapper._2 {
  width: 95%;
}

.nav-line {
  width: 90%;
  height: 1px;
  margin: 0px auto 20px;
  background-color: #fff;
}

.pre-nav-bar-1 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  background-color: #fff;
}

.prenav-text-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.prenav-pic {
  width: 50px;
  height: 90%;
  margin-left: 5px;
  background-image: url('../images/whatsapp-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.prenav-pic._2 {
  background-image: url('../images/whatsapp-logo-white.png');
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 658px;
  height: 100%;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-wrap._2 {
  width: 400px;
}

.p {
  margin-bottom: 5px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  color: #576166;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  cursor: default;
}

.p._2 {
  width: 90%;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.p._4 {
  width: 95%;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.p._5 {
  font-size: 16px;
}

.p.book {
  margin-bottom: 10px;
}

.small-line {
  width: 85px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #e96827;
}

.small-line._2 {
  width: 120px;
  margin: 20px auto 30px;
}

.small-line._3 {
  width: 200px;
  margin: 20px auto;
}

.small-line._5 {
  margin-top: 10px;
}

.small-line._2-copy {
  width: 120px;
  margin: 20px auto 10px;
}

.colored-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: 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;
  border-radius: 0px 0px 10px 10px;
  background-color: rgba(248, 248, 248, 0.94);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.prenav-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 100%;
  margin: auto;
  -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;
}

.navlink-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #5b5c5e;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.navlink-2.w--current {
  color: #5b5c5e;
}

.prenav-text {
  font-family: Lato, sans-serif;
  color: #718c97;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.pre-nav-bar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background-color: #718c97;
}

.prenav-wrapper-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 100%;
  margin: auto;
  -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;
}

.links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-link {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.49);
}

.social-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin: 40px auto 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  background-image: url('../images/whatsapp-logo-white.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-social-link._2 {
  background-image: url('../images/facebook-logo-white.png');
}

.footer-social-link._3 {
  background-image: url('../images/twitter-logo-white.png');
}

.text-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-txt-link {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.footer-txt-link._2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.footer-txt-link._3 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.copyright-link {
  padding-right: 5px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.82);
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  cursor: default;
}

.copyright-link.design {
  cursor: pointer;
}

.footer-line {
  width: 90%;
  height: 1px;
  margin: 20px auto;
  background-color: hsla(0, 0%, 100%, 0.65);
}

.home-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1013px;
  margin: 40px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, 0.26);
}

._2-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(223, 223, 223, 0.13);
  text-align: center;
}

._1-div {
  width: 50%;
  background-image: url('../images/pexels-andres-ayrton-6578800.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.p2 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #576166;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  cursor: default;
}

.small-text {
  color: #919191;
  font-size: 13px;
  text-align: center;
}

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

.form-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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Lato, sans-serif;
  text-align: left;
}

.heading {
  margin-top: 0px;
  color: rgba(51, 51, 51, 0.77);
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: default;
}

.form {
  margin-top: 10px;
  text-align: center;
}

.icon-link-box {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/phone-logo-round.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-link-box._2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/email-logo-round.png');
}

.contact-link {
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #718c97;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.italic-text {
  color: hsla(0, 0%, 54%, 0.81);
  font-weight: 400;
  cursor: default;
}

.paragraph {
  text-align: center;
  cursor: default;
}

.text-field {
  border-radius: 5px;
}

.text-field-2 {
  border-radius: 5px;
}

.text-field-3 {
  border-radius: 5px;
}

.text-field-4 {
  border-radius: 5px;
}

.textarea {
  border-radius: 5px;
}

.home-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #237abd;
}

.home-about-wrapper-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
}

.p-large {
  max-width: 977px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  cursor: default;
}

.reviews {
  display: none;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote-pic {
  z-index: 900;
  width: 75px;
  height: 75px;
  background-image: url('../images/quotes.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-pic._2 {
  background-size: cover;
}

.image-2 {
  position: absolute;
  border-radius: 50%;
}

.review {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.collection-item-2 {
  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;
}

.slide-container {
  padding-bottom: 60px;
}

.grid-3 {
  overflow: hidden;
  width: 600px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 200px 200px 200px;
  grid-template-columns: 200px 200px 200px;
  -ms-grid-rows: 75px 100px 150px;
  grid-template-rows: 75px 100px 150px;
  background-color: #6b757a;
}

.customer {
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  background-color: #576166;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #576166;
  color: #576166;
}

.html-embed {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-2 {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.reviews-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #576166;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.46);
}

.html-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 40px auto 60px;
  -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;
}

.html-embed-4 {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.div-block-6 {
  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;
}

.brand {
  width: 60px;
  height: 60px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand.w--current {
  width: 60px;
  height: 60px;
  background-position: 50% 50%;
  background-size: contain;
}

.top-banner {
  position: relative;
  height: 45vh;
  margin-top: -105px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/sidekix-media-OwDrI8qIYLM-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/sidekix-media-OwDrI8qIYLM-unsplash.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.top-banner._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/pexels-max-vakhtbovych-7031607.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/pexels-max-vakhtbovych-7031607.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.top-banner._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/zac-gudakov-ZuREP4hSY1c-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/zac-gudakov-ZuREP4hSY1c-unsplash.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.top-banner.booking {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/louis-hansel-Rf9eElW3Qxo-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/louis-hansel-Rf9eElW3Qxo-unsplash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.about-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.abt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image3 {
  width: 500px;
  height: 500px;
  margin-left: 20px;
  border-radius: 50%;
  background-image: url('../images/pexels-ksenia-chernaya-5691544.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-wrapper {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-wrapper._2 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.abt-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  margin: 40px auto;
  padding-top: 40px;
  padding-right: 70px;
  padding-bottom: 40px;
  -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;
  background-image: url('../images/pexels-anete-lusina-4792521.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.abt-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto;
  -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;
}

.half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/pexels-cleyder-duque-3637739.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half._2 {
  background-image: url('../images/pexels-max-vakhtbovych-7061672.jpg');
}

.inner-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 60%;
  padding: 20px;
  -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-color: hsla(0, 0%, 100%, 0.95);
}

.inner-div-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border: 2px solid #718c97;
}

.body {
  margin-left: -30px;
}

.icon-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-5 {
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 300px 300px 300px;
  grid-template-columns: 300px 300px 300px;
  -ms-grid-rows: 300px;
  grid-template-rows: 300px;
}

.icon-contact {
  width: 75px;
  height: 75px;
  background-image: url('../images/phone-logo-round.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-contact._2 {
  background-image: url('../images/email-logo-round.png');
}

.icon-contact._3 {
  background-image: url('../images/map-logo.png');
}

.tag {
  font-family: Lato, sans-serif;
  color: #5b5c5e;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px hsla(0, 1.6%, 42%, 0.53);
  cursor: default;
}

.tag-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #7d7f83;
  font-size: 17px;
  line-height: 20px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
  cursor: default;
}

.form-section {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(164, 179, 185, 0.2);
}

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Lato, sans-serif;
  color: #576166;
  font-size: 16px;
}

.text-field-5 {
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.text-field-6 {
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.text-field-7 {
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.text-field-8 {
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.textarea-2 {
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.field-label {
  font-size: 16px;
}

.wrapper1 {
  position: relative;
  z-index: 1;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mapdisplay1 {
  width: 100%;
  height: 400px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html {
  width: 100%;
}

.projects-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(164, 179, 185, 0.2);
}

.columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-2 {
  width: 550px;
  height: 350px;
  margin-right: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.83)), to(rgba(0, 0, 0, 0.83)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83));
}

.p-slide {
  width: 100%;
  height: 100%;
  background-image: url('../images/mcm-gas-cooktop-installation-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.p-slide._2 {
  background-image: url('../images/mcm-gas-cooktop-installation-8.jpg');
}

.p-slide._3 {
  background-image: url('../images/mcm-gas-cooktop-installation-7.jpg');
}

.p-slide._7 {
  background-image: url('../images/Samsung-Electric-Dryer-Repair-1.jpg');
  background-position: 50% 10%;
}

.p-slide._8 {
  background-image: url('../images/Samsung-Electric-Dryer-Repair-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.p-slide._9 {
  background-image: url('../images/Samsung-Electric-Dryer-Repair-4.jpg');
  background-position: 50% 100%;
}

.p-slide._10 {
  background-image: url('../images/Samsung-Electric-Dryer-Repair-3.jpg');
  background-position: 50% 50%;
}

.text-slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-4 {
  opacity: 0.55;
}

.icon-5 {
  opacity: 0.55;
}

.icon-6 {
  opacity: 0.55;
}

.icon-7 {
  opacity: 0.55;
}

.past-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.masonary-grid-wrapper {
  width: 80%;
}

.grid-6 {
  width: 100%;
  height: 120vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 20% 20% 20% 20% 20%;
  grid-template-columns: 20% 20% 20% 20% 20%;
  -ms-grid-rows: 200px 200px 200px 200px 200px;
  grid-template-rows: 200px 200px 200px 200px 200px;
}

.griddiv {
  background-image: url('../images/webaliser-_TPTXZd9mOo-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.griddiv._2 {
  background-image: url('../images/francesca-tosolini-ykHFS4Ul64U-unsplash.jpg');
  background-position: 50% 50%;
}

.griddiv._3 {
  background-image: url('../images/doug-vos-HEHjFvFHpr8-unsplash.jpg');
}

.griddiv._4 {
  background-image: url('../images/annie-spratt-aJN7zURQ1Wg-unsplash.jpg');
  background-position: 50% 50%;
}

.griddiv._5 {
  background-image: url('../images/garage-door-2578739_1920.jpg');
}

.griddiv._6 {
  background-image: url('../images/josh-hemsley-7QOKbETFg94-unsplash.jpg');
  background-position: 0% 50%;
}

.griddiv._7 {
  background-image: url('../images/chastity-cortijo-6TY_WrJTwSI-unsplash.jpg');
}

.griddiv._8 {
  background-image: url('../images/raychan-vkpVPcIBU5U-unsplash.jpg');
  background-position: 50% 100%;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.griddiv._9 {
  background-image: url('../images/zac-gudakov-w-W1Nznmw3w-unsplash.jpg');
}

.banner-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #576166;
}

.i-p {
  width: 80%;
  font-family: Lato, sans-serif;
  color: rgba(137, 161, 172, 0.81);
  font-size: 40px;
  line-height: 35px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

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

.contact-form-grid-3 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.book-form-section {
  background-color: rgba(164, 179, 185, 0.2);
  font-family: Lato, sans-serif;
}

.select-field {
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.container-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
}

.field-label-2 {
  color: #576166;
}

.field-label-3 {
  color: #576166;
}

.field-label-4 {
  color: #576166;
}

.field-label-5 {
  color: #576166;
  text-align: left;
}

.field-label-6 {
  color: #576166;
}

.field-label-7 {
  color: #576166;
}

.field-label-8 {
  color: #576166;
}

.field-label-9 {
  color: #576166;
}

.field-label-10 {
  color: #576166;
}

.payments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-9 {
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.text-field-10 {
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.text-field-11 {
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.text-field-12 {
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.text-field-13 {
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.text-field-14 {
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.textarea-3 {
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.div-block-7 {
  width: 500px;
  height: 150px;
  background-image: url('../images/download.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  text-decoration: none;
}

.right-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.left-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.reviews-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-slider {
  width: 700px;
  height: 490px;
  background-color: transparent;
}

.fs-collection-wrapper {
  width: 100%;
  height: 100%;
}

.fs-collection-wrapper.fs-dynamic-feed {
  display: none;
}

.fs-collection-list {
  width: 100%;
  height: 100%;
}

.fs-collection-item {
  width: 100%;
  height: 100%;
}

.fs-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.fs-image {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.fs-quote {
  width: 75px;
  height: 75px;
  background-image: url('../images/quotes.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.fs-review {
  width: 90%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.slider-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 324px;
  margin-top: -25px;
  padding-top: 20px;
  padding-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;
  background-color: #6b757a;
}

.customer-copy {
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.icon-8 {
  opacity: 0;
}

.icon-9 {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .services-section {
    width: 100%;
    padding-left: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .head._6 {
    font-size: 40px;
    line-height: 40px;
  }

  .head._1 {
    line-height: 30px;
  }

  .head._2 {
    line-height: 30px;
  }

  .service-name {
    font-size: 16px;
  }

  .nav-wrapper._2 {
    width: 80%;
  }

  .services-wrapper {
    margin-left: 0px;
  }

  .text-wrap {
    width: 38%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p._2 {
    line-height: 20px;
  }

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

  .small-line._2 {
    margin-bottom: 10px;
  }

  .small-line._2-copy {
    margin-bottom: 10px;
  }

  .colored-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .links-wrapper {
    width: 80%;
  }

  .social-links-wrapper {
    width: 60%;
  }

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

  .home-contact {
    width: 100%;
  }

  .home-about-wrapper-1 {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .reviews {
    width: 95%;
  }

  .reviews-wrapper {
    width: 100%;
  }

  .icon-3 {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: rgba(164, 179, 185, 0.2);
  }

  .image3 {
    background-position: 30% 0%;
  }

  .text-wrapper._2 {
    width: 55%;
  }

  .abt-wrapper-2 {
    padding-right: 20px;
  }

  .inner-div {
    padding: 10px;
  }

  .body {
    margin-left: 0px;
  }

  .icon-section {
    width: 100%;
  }

  .grid-5 {
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 10px;
    -ms-grid-columns: 225px 225px 225px;
    grid-template-columns: 225px 225px 225px;
    -ms-grid-rows: 225px;
    grid-template-rows: 225px;
  }

  .tag-2 {
    font-size: 14px;
    letter-spacing: 0px;
  }

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

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

  .slider-2 {
    width: 400px;
    margin-right: 20px;
  }

  .past-project {
    width: 95%;
  }

  .banner-small {
    width: 95%;
  }

  .menu-button-2 {
    background-color: rgba(164, 179, 185, 0.2);
  }

  .reviews-copy {
    width: 100%;
  }

  .fs-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-contain {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .services-section {
    padding-left: 0px;
  }

  .grid-div {
    margin-top: 10px;
  }

  .head {
    text-align: center;
  }

  .head._2 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .head._6 {
    font-size: 30px;
    line-height: 30px;
  }

  .head._1 {
    font-size: 20px;
    line-height: 20px;
  }

  .head._2 {
    font-size: 20px;
    line-height: 20px;
  }

  .head._2-copy {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .head.centered {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .col-3 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col-4 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-name {
    width: 90%;
    font-size: 15px;
  }

  .slide-head {
    font-size: 60px;
    line-height: 50px;
  }

  .slide-tag {
    width: 90%;
    font-size: 25px;
    line-height: 25px;
  }

  .line._2 {
    margin-top: 10px;
  }

  .services-wrapper {
    width: 100%;
  }

  .text-wrap {
    display: none;
  }

  .text-wrap._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p {
    text-align: center;
  }

  .p._2 {
    font-size: 18px;
    line-height: 16px;
    font-weight: 400;
  }

  .p._4 {
    font-size: 14px;
    line-height: 13px;
  }

  .small-line.form {
    margin-top: 0px;
  }

  .links-wrapper {
    width: 95%;
  }

  .copyright-wrapper {
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  ._1-div {
    display: none;
  }

  .home-about {
    height: auto;
    margin-bottom: 0px;
  }

  .reviews {
    display: none;
  }

  .html-embed {
    width: 30%;
  }

  .html-embed-2 {
    width: 30%;
  }

  .html-section {
    width: 100%;
  }

  .html-embed-4 {
    width: 30%;
  }

  .abt-wrapper {
    width: 97%;
  }

  .image3 {
    background-position: 40% 0%;
  }

  .text-wrapper._2 {
    width: 70%;
  }

  .abt-wrapper-2 {
    padding-right: 10px;
  }

  .half {
    padding-right: 5px;
    padding-left: 5px;
  }

  .inner-div {
    width: 97%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .inner-div-line {
    padding-right: 5px;
    padding-left: 5px;
  }

  .icon-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .grid-5 {
    display: block;
  }

  .icon-contact {
    margin-top: 10px;
  }

  .tag-2 {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .form-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .form-contain {
    padding-right: 20px;
    padding-left: 20px;
  }

  .projects-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slider-2 {
    margin-top: 10px;
    margin-right: 10px;
  }

  .text-slide-wrap {
    -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;
  }

  .past-project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .banner-small {
    display: none;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .form-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .reviews-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fs-slider {
    width: 500px;
  }

  .slider-contain {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .home-slider {
    height: 65vh;
  }

  .services-section {
    margin-right: auto;
  }

  .head {
    margin-top: 0px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .head._5 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .head._6 {
    font-size: 20px;
    line-height: 20px;
  }

  .head.centered {
    font-size: 20px;
    line-height: 20px;
  }

  .footer {
    padding-top: 30px;
  }

  .col-4 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .service-name {
    width: 95%;
    padding-left: 5px;
    font-size: 13px;
  }

  .slider-text {
    position: static;
    width: 90%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-text.projects {
    width: 80%;
  }

  .slider-text.home {
    position: absolute;
    padding-top: 60px;
  }

  .slide-head {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .slide-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 20px;
  }

  .prenav-text-2 {
    font-size: 12px;
    line-height: 12px;
  }

  .services-wrapper {
    margin-left: 0px;
  }

  .text-wrap._3 {
    margin-top: 20px;
  }

  .p {
    width: 80%;
    font-size: 16px;
  }

  .p._2 {
    line-height: 18px;
    text-align: center;
  }

  .p._5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

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

  .small-line.booking {
    margin-right: auto;
    margin-left: auto;
  }

  .pre-nav-bar-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .links-wrapper {
    display: none;
  }

  .footer-txt-link._2 {
    margin-right: 5px;
  }

  ._2-div {
    width: 90%;
  }

  .html-embed {
    width: 90%;
    margin-right: 0px;
  }

  .html-embed-2 {
    width: 100%;
  }

  .html-section {
    width: 85%;
    margin-top: 20px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .html-embed-4 {
    display: block;
    width: 100%;
  }

  .menu-button {
    position: relative;
    z-index: 9999;
  }

  .top-banner {
    height: 30vh;
  }

  .top-banner._2 {
    height: 30vh;
  }

  .about-body {
    margin-bottom: 0px;
  }

  .image3 {
    display: none;
  }

  .text-wrapper {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-wrapper._2 {
    width: 100%;
  }

  .abt-wrapper-2 {
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .abt-wrapper-3 {
    display: none;
  }

  .body {
    margin-left: 0px;
  }

  .tag {
    text-align: center;
  }

  .tag-2 {
    text-align: center;
  }

  .wrapper1 {
    width: 100%;
  }

  .mapdisplay1 {
    overflow: hidden;
  }

  .html {
    overflow: hidden;
  }

  .projects-section {
    overflow: hidden;
    padding-top: 0px;
  }

  .slider-2 {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .text-slide-wrap {
    margin-top: 0px;
  }

  .past-project {
    padding-bottom: 140px;
  }

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

  .header-wrapper.booking {
    text-align: center;
  }

  .payments {
    padding-bottom: 20px;
  }

  .div-block-7 {
    width: 300px;
  }

  .right-arrow {
    overflow: hidden;
    width: 0px;
  }

  .left-arrow {
    width: 0px;
  }

  .fs-slider {
    width: 300px;
  }

  .fs-review {
    font-size: 20px;
    line-height: 20px;
  }
}

#w-node-_3969b61c-6e0e-59ca-a9ec-e6089e436968-964c68e9 {
  -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-_4215cfe4-7090-e3a1-2315-90b8fb372327-0f4f3af2 {
  -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-_91d612ea-d8eb-dff0-8c3c-2094cbec76af-35ad9382 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_20293e9c-fbef-385a-eac7-0b3a7a429aaa-35ad9382 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_414327ac-ceed-882f-a1d3-65a359b3440f-35ad9382 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_04729412-1608-dd52-120d-81919b5cbfca-35ad9382 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_91bbfe42-cbd6-1476-a281-35bef88ba02e-35ad9382 {
  -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-ff82e043-7327-7cd3-e9fd-19a2bae36c90-35ad9382 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_31955114-d029-2d0e-d18e-3e63a3bf9ae2-35ad9382 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e4b7e2c6-b7f9-494a-e4b4-517a608f73a1-35ad9382 {
  -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-_34cade42-f903-5923-e0c2-a667e077c1b7-35ad9382 {
  -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-_2d362d9a-2162-fd28-afbc-eb459fc944ab-c645d0a4 {
  -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;
}

@media screen and (max-width: 479px) {
  #w-node-_3969b61c-6e0e-59ca-a9ec-e6089e436958-964c68e9 {
    -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;
  }

  #w-node-_3969b61c-6e0e-59ca-a9ec-e6089e43695c-964c68e9 {
    -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;
  }

  #w-node-_3969b61c-6e0e-59ca-a9ec-e6089e436960-964c68e9 {
    -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;
  }

  #w-node-_3969b61c-6e0e-59ca-a9ec-e6089e436964-964c68e9 {
    -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;
  }

  #w-node-_4215cfe4-7090-e3a1-2315-90b8fb372317-0f4f3af2 {
    -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;
  }

  #w-node-_4215cfe4-7090-e3a1-2315-90b8fb37231b-0f4f3af2 {
    -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;
  }

  #w-node-_4215cfe4-7090-e3a1-2315-90b8fb37231f-0f4f3af2 {
    -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;
  }

  #w-node-_4215cfe4-7090-e3a1-2315-90b8fb372323-0f4f3af2 {
    -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;
  }

  #w-node-_2d362d9a-2162-fd28-afbc-eb459fc9449b-c645d0a4 {
    -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;
  }

  #w-node-_2d362d9a-2162-fd28-afbc-eb459fc9449f-c645d0a4 {
    -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;
  }

  #w-node-_2d362d9a-2162-fd28-afbc-eb459fc944a3-c645d0a4 {
    -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;
  }

  #w-node-_34d72e56-7e11-23a7-0a34-cdb23a326151-c645d0a4 {
    -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;
  }

  #w-node-d7cd1d63-4ced-72da-ec22-a6f56ba5efd1-c645d0a4 {
    -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;
  }

  #w-node-e732e17c-e08e-1cf4-0ef5-3286ee527367-c645d0a4 {
    -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;
  }

  #w-node-_88badd91-034b-ef45-eec2-e024aebaba89-c645d0a4 {
    -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;
  }
}