.home-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  background-image: url('../images/Quality-Kitchens-Landing-Page-Image-with-Logo-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcome-section {
  background-color: #064a23;
}

.navbar {
  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: #064a23;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #e57716;
  font-weight: 600;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #e57716;
}

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

.image {
  display: block;
  height: 35px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 1px 1px 3px 0 #000;
}

.image:hover {
  box-shadow: none;
}

.link-block {
  height: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.welcome-container {
  padding-top: 75px;
  padding-bottom: 75px;
}

.heading-white-1 {
  font-family: 'Reem Kufi', sans-serif;
  color: #fff;
  font-weight: 400;
}

.paragraph-white-left-1 {
  margin-top: 25px;
  font-family: 'Didact Gothic', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.paragraph-white-left-1._3d {
  margin-left: 10px;
}

.div-block {
  position: relative;
  left: 29px;
  top: -9px;
  width: 80px;
  height: 2px;
  background-color: #fff;
  color: transparent;
}

.div-block-copy {
  position: relative;
  left: 15px;
  top: -15px;
  bottom: -2px;
  width: 110px;
  height: 2px;
  background-color: #fff;
  color: transparent;
}

.quote-section-1 {
  background-color: #064a23;
  background-image: url('../images/Quality-Kitchens-Kitchens-with-Elegance-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-container-1 {
  padding: 58px 0px;
  background-color: hsla(0, 0%, 100%, 0.56);
  font-weight: 700;
}

.quote-text {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.div-block-3 {
  position: relative;
  left: 394px;
  top: -9px;
  bottom: -2px;
  width: 150px;
  height: 4px;
  background-color: #fff;
  color: transparent;
}

.div-block-4 {
  position: relative;
  left: 347px;
  top: 0px;
  bottom: -2px;
  width: 250px;
  height: 4px;
  background-color: #fff;
  color: transparent;
}

.div-block-5 {
  position: relative;
  left: 394px;
  top: 9px;
  bottom: -2px;
  width: 150px;
  height: 4px;
  background-color: #fff;
  color: transparent;
}

.our-services-section {
  padding-top: 75px;
  padding-bottom: 35px;
}

.heading-orange-center {
  font-family: 'Reem Kufi', sans-serif;
  color: #e57716;
  font-weight: 400;
  text-align: center;
}

.paragraph-orange-left-1 {
  margin-top: 25px;
  font-family: 'Didact Gothic', sans-serif;
  color: #e57716;
  font-size: 16px;
  text-align: center;
}

.div-block-6 {
  position: relative;
  left: 0px;
  top: -15px;
  bottom: -2px;
  display: block;
  width: 110px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e57716;
  color: transparent;
}

.div-block-7 {
  position: relative;
  left: 0px;
  top: -9px;
  display: block;
  width: 80px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e57716;
  color: transparent;
}

.our-services-row {
  margin-top: 45px;
}

.image-2 {
  display: block;
  width: 350px;
  margin-top: -85px;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  display: block;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Quality-Kitchens-Kitchens-23.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.services-heading {
  position: relative;
  top: -110px;
  font-family: 'Reem Kufi', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.see-more-service-button {
  position: relative;
  top: -116px;
  border: 1px solid #fff;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 16px;
}

.see-more-service-button:hover {
  border-color: #e57716;
  box-shadow: none;
  color: #e57716;
}

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

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

._3d-section {
  background-color: #064a23;
}

._3d-container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.column-3 {
  height: 680px;
  background-image: url('../images/Quality-Kitchens-3D-Designs.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-white-center {
  font-family: 'Reem Kufi', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.div-block-8 {
  position: relative;
  left: 0px;
  top: -15px;
  bottom: -2px;
  display: block;
  width: 110px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: transparent;
}

.div-block-9 {
  position: relative;
  left: 0px;
  top: -9px;
  display: block;
  width: 80px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: transparent;
}

.column-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.quote-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: url('../images/Quality-Kitchens-Granite-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-text-2 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #e57716;
  font-size: 55px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  text-shadow: -3px 2px 0 #fff, 1px 1px 6px #fff;
}

.testimonials-container {
  padding-top: 75px;
  padding-bottom: 75px;
}

.heading-green-center {
  font-family: 'Reem Kufi', sans-serif;
  color: #064a23;
  font-weight: 400;
  text-align: center;
}

.div-block-10 {
  position: relative;
  left: 0px;
  top: -15px;
  bottom: -2px;
  display: block;
  width: 110px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #064a23;
  color: transparent;
}

.div-block-11 {
  position: relative;
  left: 0px;
  top: -9px;
  display: block;
  width: 80px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #064a23;
  color: transparent;
}

.paragraph-green-center {
  margin-top: 25px;
  font-family: 'Didact Gothic', sans-serif;
  color: #064a23;
  font-size: 16px;
  text-align: center;
}

.testimonials-div-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 300px;
  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: #064a23;
}

.testimonials-div-1-copy {
  display: block;
  width: 235px;
  height: 285px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #fff;
  background-color: #064a23;
}

.testimonials-text {
  padding: 25px 10px 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.contact-us-section {
  background-image: url('../images/Quality-Kitchens-Contact-us-Image.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.map {
  height: 250px;
}

.contact-us-container {
  padding-top: 115px;
  padding-bottom: 75px;
}

.heading-green-left {
  font-family: 'Reem Kufi', sans-serif;
  color: #064a23;
  font-weight: 400;
  text-align: center;
}

.paragraph-green-left-2 {
  margin-top: 25px;
  font-family: 'Didact Gothic', sans-serif;
  color: #064a23;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.paragraph-green-left-2._3d {
  margin-left: 10px;
}

.div-block-12 {
  position: relative;
  left: 0px;
  top: -13px;
  bottom: -2px;
  display: block;
  width: 110px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #064a23;
  color: transparent;
}

.div-block-13 {
  position: relative;
  left: 0px;
  top: -6px;
  display: block;
  width: 80px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #064a23;
  color: transparent;
}

.image-4 {
  display: block;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.contact-us-div {
  background-color: #064a23;
}

.white-text {
  padding: 15px;
  font-family: 'Didact Gothic', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.contact-us-row-2 {
  margin-top: 35px;
  background-color: #064a23;
}

.image-5 {
  width: 50px;
}

.facebook-icon-2 {
  display: block;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
}

.column-5 {
  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;
  background-color: #064a23;
}

.textarea {
  min-height: 150px;
  border-style: none;
  background-color: #064a23;
  color: #fff;
}

.textarea::-webkit-input-placeholder {
  color: #fff;
}

.textarea:-ms-input-placeholder {
  color: #fff;
}

.textarea::-ms-input-placeholder {
  color: #fff;
}

.textarea::placeholder {
  color: #fff;
}

.contact-forum {
  margin-top: 55px;
}

.text-field {
  border: 1px none #000;
  background-color: #064a23;
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field-2 {
  border-style: none;
  background-color: #064a23;
  color: #fff;
}

.text-field-2::-webkit-input-placeholder {
  color: #fff;
}

.text-field-2:-ms-input-placeholder {
  color: #fff;
}

.text-field-2::-ms-input-placeholder {
  color: #fff;
}

.text-field-2::placeholder {
  color: #fff;
}

.text-field-3 {
  border-style: none;
  background-color: #064a23;
  color: #fff;
}

.text-field-3::-webkit-input-placeholder {
  color: #fff;
}

.text-field-3:-ms-input-placeholder {
  color: #fff;
}

.text-field-3::-ms-input-placeholder {
  color: #fff;
}

.text-field-3::placeholder {
  color: #fff;
}

.submit-button {
  display: block;
  background-color: #064a23;
}

.submit-button:hover {
  background-color: #e57716;
}

.form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-6 {
  padding-top: 91px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 49px 95px;
  -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: #064a23;
}

.text-block {
  display: inline-block;
  margin-right: 50px;
  margin-left: 50px;
  color: #f4f4f4;
}

.text-links {
  color: #fff;
}

.text-links:hover {
  color: #b4b4b4;
  text-decoration: none;
}

.text-links:visited {
  color: #f4f4f4;
}

.bold-text {
  color: #e57716;
}

.bold-text-2 {
  color: #e57716;
}

.bold-text-3 {
  color: #e57716;
}

.bold-text-4 {
  color: #e57716;
}

.about-us-section {
  background-image: url('../images/Quality-Kitchens-Top-banner-strip.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-us-container {
  margin-bottom: 67px;
  padding-top: 39px;
  padding-bottom: 0px;
}

.div-block-14 {
  position: relative;
  left: 0px;
  top: -15px;
  bottom: -2px;
  display: block;
  width: 110px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: transparent;
}

.div-block-15 {
  position: relative;
  left: 0px;
  top: -9px;
  display: block;
  width: 80px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: transparent;
}

.paragraph-green-center-2 {
  display: block;
  width: 650px;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Didact Gothic', sans-serif;
  color: #064a23;
  font-size: 16px;
  text-align: center;
}

.about-us-image-section {
  margin-bottom: 80px;
  background-color: #064a23;
}

.column-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-8 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-9 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-nav {
  display: none;
}

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

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

.mask {
  border: 4px solid #e57716;
  border-radius: 0px;
}

.mask-2 {
  border: 4px solid #e57716;
}

.mask-3 {
  border: 4px solid #e57716;
}

.slide {
  background-image: url('../images/Quality-Kitchens-Showroom-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/Quality-Kitchens-Showroom-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/Quality-Kitchens-Workshop-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/Quality-Kitchens-Workshop-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/Quality-Kitchens-Showroom-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/Quality-Kitchens-Showroom-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-services-section-2 {
  background-image: url('../images/Quality-Kitchens-Top-banner-strip.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-green-center-2 {
  margin-top: 145px;
  font-family: 'Reem Kufi', sans-serif;
  color: #064a23;
  font-weight: 400;
  text-align: center;
}

.paragraph-green-left {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Didact Gothic', sans-serif;
  color: #064a23;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.paragraph-green-left._3d {
  margin-left: 10px;
}

.bold-text-5 {
  color: #e57716;
}

.bold-text-6 {
  color: #e57716;
}

.bold-text-7 {
  color: #e57716;
}

.quote-section-3 {
  background-color: #064a23;
  background-image: url('../images/Quality-Kitchens-Quote-Image-for-Services.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-16 {
  position: relative;
  left: 394px;
  top: -9px;
  bottom: -2px;
  width: 150px;
  height: 4px;
  background-color: #fff;
  color: transparent;
}

.div-block-17 {
  position: relative;
  left: 347px;
  top: 0px;
  bottom: -2px;
  width: 250px;
  height: 4px;
  background-color: #fff;
  color: transparent;
}

.div-block-18 {
  position: relative;
  left: 347px;
  top: -73px;
  bottom: -2px;
  width: 250px;
  height: 4px;
  background-color: #fff;
  color: transparent;
}

.div-block-19 {
  position: relative;
  left: 394px;
  top: -54px;
  bottom: -2px;
  width: 150px;
  height: 4px;
  background-color: #fff;
  color: transparent;
}

.kitchens-container {
  padding-top: 75px;
  padding-bottom: 75px;
}

.kitchens-slider {
  height: 600px;
  margin-top: 25px;
  border: 10px solid #064a23;
}

.mask-4 {
  color: transparent;
}

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

.image-6 {
  height: 45px;
}

.div-block-20 {
  height: 5px;
  background-color: #064a23;
}

.navbar-2 {
  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: #fff;
}

.nav-link-2 {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #064a23;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link-2:hover {
  color: #e57716;
  font-weight: 600;
}

.nav-link-2.w--current {
  color: #064a23;
}

.nav-link-2.w--current:hover {
  color: #e57716;
}

.div-block-21 {
  height: 5px;
  background-color: #e57716;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

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

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

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

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

.kitchen-div-block {
  width: 350px;
  height: 350px;
  background-image: url('../images/Quality-Kitchens-Kitchens-20.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.built-in-cupboards-div-block {
  width: 350px;
  height: 350px;
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.worktops-div-block {
  width: 350px;
  height: 350px;
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.vanities-div-block {
  width: 350px;
  height: 350px;
  background-image: url('../images/Quality-Kitchens--Vanities-3.jpg');
  background-position: 50% 130%;
  background-size: cover;
  background-repeat: no-repeat;
}

.studies-div-block {
  width: 350px;
  height: 350px;
  background-image: url('../images/Quality-Kitchens-Studies-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bars-div-block {
  width: 350px;
  height: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  background-image: url('../images/Quality-Kitchens-Bars-2.jpg');
  background-position: 50% -56px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Quality-Kitchens-Kitchens-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Quality-Kitchens-Kitchens-19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Quality-Kitchens-Kitchens-20.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/Quality-Kitchens-Kitchens-21.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/Quality-Kitchens-Kitchens-22.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/Quality-Kitchens-Kitchens-25.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/Quality-Kitchens-Kitchens-23.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/Quality-Kitchens-Kitchens-24.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-15 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens-Kitchens-15.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens-Kitchens-17.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-2 {
  background-image: url('../images/Quality-Kitchens-Kitchens-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-3 {
  background-image: url('../images/Quality-Kitchens-Kitchens-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-4 {
  background-image: url('../images/Quality-Kitchens-Kitchens-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.built-in-cupboards-slider {
  height: 600px;
  margin-top: 25px;
  border: 10px solid #064a23;
}

.slide-16 {
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-18 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-12.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-19 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-11.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-20 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-10.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-21 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-9.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-22 {
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.worktops-slider {
  height: 600px;
  margin-top: 25px;
  border: 10px solid #064a23;
}

.slide-23 {
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-24 {
  background-image: url('../images/Quality-Kitchens-Granites-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-25 {
  background-image: url('../images/Quality-Kitchens-Studies-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.vanities-slider {
  height: 600px;
  margin-top: 25px;
  border: 10px solid #064a23;
}

.slide-26 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens--Vanities-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-arrow-4 {
  text-shadow: 0 3px 6px #000;
}

.icon {
  text-shadow: 0 3px 6px #000;
}

.slide-27 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens--Vanities-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-2 {
  text-shadow: 0 3px 6px #000;
}

.icon-3 {
  text-shadow: 0 3px 6px #000;
}

.icon-4 {
  text-shadow: 0 3px 6px #000;
}

.icon-5 {
  text-shadow: 0 3px 6px #000;
}

.icon-6 {
  text-shadow: 0 3px 6px #000;
}

.icon-7 {
  text-shadow: 0 3px 6px #000;
}

.studies-slider {
  height: 600px;
  margin-top: 25px;
  border: 10px solid #064a23;
}

.slide-28 {
  background-image: url('../images/Quality-Kitchens-Studies-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bars-slider {
  height: 600px;
  margin-top: 25px;
  border: 10px solid #064a23;
}

.coming-soon {
  margin-top: 120px;
  font-family: 'Reem Kufi', sans-serif;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.slide-29 {
  background-color: #fff;
}

.icon-8 {
  color: #fff;
}

.dropdown-list {
  background-color: #064a23;
}

.nav-text-link {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 17px;
  padding-left: 17px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-text-link:hover {
  color: #e57716;
  font-weight: 600;
}

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

.text-link:hover {
  color: #e57716;
}

.text-link-2 {
  color: #064a23;
  text-decoration: none;
}

.text-link-2:hover {
  color: #e57716;
}

.dropdown-toggle {
  display: block;
}

.dropdown {
  margin-right: -20.3594px;
  margin-left: -20.3594px;
}

.icon-9 {
  color: #064a23;
}

.navbar-scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99999;
  display: block;
}

.image-9 {
  display: none;
}

.nav-menu {
  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;
}

.nav-link-3 {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 17px;
  padding-left: 17px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link-3:hover {
  color: #e57716;
  font-weight: 600;
}

.nav-link-3.w--current {
  color: #fff;
}

.nav-link-3.w--current:hover {
  color: #e57716;
}

.navbar-mobile {
  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;
  background-color: #064a23;
}

.quote-text-3 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.navbar-mobile-copy {
  display: none;
  -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: #064a23;
}

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

.quote-container-2 {
  padding: 150px 0px;
  background-color: transparent;
  font-weight: 700;
}

.slide-30 {
  background-image: url('../images/Quality-Kitchens-Vanities-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-31 {
  background-image: url('../images/Quality-Kitchens-Bars-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-32 {
  background-image: url('../images/Quality-Kitchens-Bars-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.online-visualizer-section {
  background-color: #e57716;
}

.online-visualizer-container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.column-3-copy {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 290px;
  padding-top: 30px;
  padding-bottom: 30px;
  -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: url('../images/Quality-Kitchens-Online-Visualizer-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.online-visualizer-button {
  position: static;
  top: -20px;
  border: 1px solid #fff;
  background-color: #e57716;
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 16px;
}

.online-visualizer-button:hover {
  border-color: #064a23;
  background-color: #e57716;
  box-shadow: none;
  color: #064a23;
}

.home-page-slider-section {
  background-color: transparent;
}

.slider {
  height: 90vh;
}

.slide-33 {
  background-image: url('../images/Quality-Kitchens-Facebook-Banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-34 {
  background-image: url('../images/Quality-Kitchens-Kitchens-19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-35 {
  background-image: url('../images/Quality-Kitchens-Granites-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22 {
  margin-bottom: 55px;
  background-color: #064a23;
}

.heading-white-center-2 {
  font-family: 'Reem Kufi', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.text-span {
  color: #e57716;
}

.text-span-2 {
  color: #e57716;
}

.slide-1-5 {
  background-image: url('../images/Quality-Kitchens-Kitchens-29.jpeg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-6 {
  background-image: url('../images/Quality-Kitchens-Kitchens-32.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-7 {
  background-image: url('../images/Quality-Kitchens-Kitchens-31.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-8 {
  background-image: url('../images/Quality-Kitchens-Kitchens-30.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-9 {
  background-image: url('../images/Quality-Kitchens-Kitchens-33.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-10 {
  background-image: url('../images/Quality-Kitchens-Kitchens-34.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-36 {
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-20.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-37 {
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-19.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-11 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-18.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-12 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-21.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-13 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-17.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-14 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-15.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-15 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-16.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-38 {
  background-image: url('../images/Quality-Kitchens--Vanities-5.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-39 {
  background-color: #fff;
  background-image: url('../images/Quality-Kitchens-Studies-3.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.our-services-container-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-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;
}

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

.other-services-div-block {
  width: 350px;
  height: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-2-copy {
  display: block;
  width: 350px;
  margin-top: -85px;
  margin-right: auto;
  margin-left: auto;
}

.other-services-slider {
  height: 600px;
  margin-top: 25px;
  border: 10px solid #064a23;
}

.slide-40 {
  background-image: url('../images/Quality-Kitchens-Built-in-Cupboards-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-41 {
  background-image: url('../images/Quality-Kitchens-Vanities-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cut-edge-container {
  margin-bottom: 67px;
  padding-top: 39px;
  padding-bottom: 0px;
}

.whatsapp-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 2%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 hsla(0, 0%, 52.8%, 0.62);
  color: #000;
  text-decoration: none;
}

.whatsapp-button:hover {
  box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.35);
}

.text-block-2 {
  margin-right: 5px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-weight: 500;
}

.image-13 {
  width: 50px;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .home-section {
    height: 80vh;
  }

  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
    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: #fff;
    box-shadow: 0 1px 3px 0 #000;
  }

  .nav-link {
    display: block;
  }

  .nav-container {
    margin-right: 0px;
    margin-left: 20px;
  }

  .link-block {
    margin-right: 20px;
  }

  .paragraph-white-left-1._3d {
    font-size: 14px;
  }

  .quote-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px;
    -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;
  }

  .quote-text {
    font-size: 45px;
  }

  .div-block-3 {
    left: 0px;
  }

  .div-block-4 {
    left: 0px;
    bottom: 0px;
  }

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

  .our-services-row {
    display: block;
  }

  .column-3 {
    height: 760px;
  }

  .quote-text-2 {
    font-size: 45px;
    line-height: 65px;
  }

  .testimonials-div-1 {
    width: 230px;
  }

  .testimonials-div-1-copy {
    width: 215px;
  }

  .testimonials-text {
    padding-top: 10px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-us-section {
    margin-top: 0px;
    background-position: 0px 78px;
  }

  .about-us-container {
    padding-top: 88px;
  }

  .paragraph-green-center-2 {
    margin-top: 100px;
  }

  .about-us-slider-1 {
    height: 250px;
  }

  .about-us-slider-2 {
    height: 250px;
  }

  .about-us-slider-3 {
    height: 250px;
  }

  .our-services-section-2 {
    margin-top: 0px;
    background-position: 0px 84px;
  }

  .heading-green-center-2 {
    margin-top: 71px;
  }

  .div-block-16 {
    left: 0px;
  }

  .div-block-17 {
    left: 0px;
  }

  .div-block-18 {
    left: 0px;
  }

  .div-block-19 {
    left: 0px;
  }

  .kitchens-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .dropdown-2 {
    padding-left: 0px;
  }

  .image-7 {
    width: 150px;
  }

  .image-8 {
    width: 150px;
  }

  .icon-10 {
    color: #064a23;
    font-size: 45px;
  }

  .icon-10:hover {
    color: #fff;
  }

  .icon-10:active {
    color: #fff;
  }

  .icon-10:focus {
    color: #fff;
  }

  .menu-button {
    display: block;
  }

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

  .menu-button:active {
    background-color: #fff;
    color: #fff;
  }

  .menu-button:focus {
    background-color: #064a23;
    color: #fff;
  }

  .image-9 {
    display: block;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu {
    background-color: #064a23;
  }

  .nav-link-3 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .navbar-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
    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: #fff;
    box-shadow: 0 1px 3px 0 #000;
  }

  .quote-text-3 {
    font-size: 45px;
  }

  .navbar-mobile-copy {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
    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: #fff;
    box-shadow: 0 1px 3px 0 #000;
  }

  .navbar-div-block-2 {
    display: none;
  }

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

  .quote-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px;
    -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;
  }

  .column-3-copy {
    height: 250px;
  }

  .heading-white-center-2 {
    font-size: 25px;
  }

  .cut-edge-container {
    padding-top: 88px;
  }

  .cut-edge-section {
    margin-top: 0px;
    background-position: 0px 78px;
  }

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

@media screen and (max-width: 767px) {
  .home-section {
    height: 60vh;
    margin-top: 35px;
  }

  .welcome-container {
    padding-right: 55px;
    padding-left: 55px;
  }

  .quote-text {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 35px;
  }

  .image-2 {
    margin-top: -84px;
  }

  .column-3 {
    height: 500px;
  }

  .heading-white-center {
    margin-top: 10px;
    font-size: 36px;
  }

  .quote-text-2 {
    font-size: 50px;
  }

  .testimonials-div-1 {
    width: auto;
    height: auto;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .testimonials-div-1-copy {
    width: auto;
    height: auto;
    margin: 7px;
    padding: 0px;
  }

  .map {
    height: 200px;
  }

  .contact-us-container {
    padding-top: 0px;
    padding-bottom: 25px;
  }

  .image-4 {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-forum {
    margin-top: 12px;
  }

  .column-6 {
    padding-top: 25px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 10px;
  }

  .about-us-section {
    background-position: 0px 88px;
  }

  .about-us-container {
    margin-top: -75px;
  }

  .paragraph-green-center-2 {
    width: auto;
    padding-right: 42px;
    padding-left: 42px;
  }

  .column-7 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .column-8 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .column-9 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .our-services-section-2 {
    margin-top: 75px;
  }

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

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

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

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

  .kitchens-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .kitchens-slider {
    height: 350px;
    margin: 25px 15px;
  }

  .built-in-cupboards-slider {
    height: 350px;
    margin: 25px 15px;
  }

  .worktops-slider {
    height: 350px;
    margin: 25px 15px;
  }

  .vanities-slider {
    height: 350px;
    margin: 25px 15px;
  }

  .studies-slider {
    height: 350px;
    margin: 26px 15px;
  }

  .bars-slider {
    height: 350px;
    margin: 26px 15px;
  }

  .column-10 {
    margin-top: -29px;
  }

  .column-11 {
    padding: 0px 135px;
  }

  .column-12 {
    padding-right: 135px;
    padding-left: 135px;
  }

  .column-13 {
    padding-right: 133px;
    padding-left: 133px;
  }

  .quote-text-3 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 35px;
  }

  .column-3-copy {
    height: 250px;
  }

  .slider {
    height: 50vh;
  }

  .div-block-22 {
    margin-bottom: 25px;
  }

  .heading-white-center-2 {
    margin-top: 10px;
    font-size: 15px;
  }

  .our-services-container-2 {
    margin-top: -35px;
  }

  .image-2-copy {
    margin-top: -84px;
  }

  .other-services-slider {
    height: 350px;
    margin: 26px 15px;
  }

  .cut-edge-container {
    margin-top: -75px;
  }

  .cut-edge-section {
    background-position: 0px 88px;
  }

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

@media screen and (max-width: 479px) {
  .home-section {
    height: 50vh;
    margin-top: 70px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .link-block {
    height: 25px;
    margin-top: -10px;
  }

  .welcome-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 29px 8px;
    -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;
  }

  .heading-white-1 {
    font-size: 30px;
    text-align: center;
  }

  .paragraph-white-left-1 {
    text-align: center;
  }

  .paragraph-white-left-1._3d {
    display: block;
    margin-right: 7px;
    margin-left: 7px;
  }

  .div-block {
    left: 0px;
  }

  .div-block-copy {
    left: 0px;
  }

  .quote-container-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quote-text {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  .div-block-3 {
    width: 100px;
    height: 3px;
  }

  .div-block-4 {
    width: 200px;
    height: 3px;
  }

  .div-block-5 {
    width: 100px;
    height: 3px;
  }

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

  .our-services-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-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-orange-center {
    font-size: 30px;
  }

  .image-2 {
    max-width: 100%;
  }

  .services-heading {
    font-size: 25px;
  }

  .column-3 {
    height: 300px;
  }

  .heading-white-center {
    margin-top: -15px;
    font-size: 25px;
  }

  .quote-text-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .testimonials-container {
    padding-top: 18px;
    padding-bottom: 30px;
  }

  .heading-green-center {
    font-size: 30px;
  }

  .div-block-10 {
    width: 90px;
  }

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

  .paragraph-green-left-2 {
    text-align: center;
  }

  .footer {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 80px;
    -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-block {
    margin-right: 6px;
    margin-left: 6px;
    font-size: 11px;
    line-height: 20px;
  }

  .about-us-section {
    margin-top: 68px;
    background-position: 0px 74px;
  }

  .about-us-container {
    padding-top: 90px;
  }

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

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

  .paragraph-green-center-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .column-7 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-8 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .our-services-section-2 {
    margin-top: 76px;
    background-position: 0px 69px;
  }

  .heading-green-center-2 {
    margin-top: 30px;
    font-size: 22px;
  }

  .div-block-16 {
    width: 100px;
  }

  .div-block-17 {
    width: 200px;
  }

  .div-block-18 {
    width: 200px;
  }

  .div-block-19 {
    width: 100px;
  }

  .kitchens-slider {
    height: 250px;
  }

  .kitchen-div-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .built-in-cupboards-slider {
    height: 250px;
  }

  .worktops-slider {
    height: 250px;
  }

  .vanities-slider {
    height: 250px;
  }

  .icon {
    display: none;
  }

  .icon-2 {
    display: none;
  }

  .icon-3 {
    display: none;
  }

  .icon-4 {
    display: none;
  }

  .icon-5 {
    display: none;
  }

  .icon-6 {
    display: none;
  }

  .icon-7 {
    display: none;
  }

  .studies-slider {
    height: 250px;
  }

  .bars-slider {
    height: 250px;
  }

  .icon-10 {
    font-size: 35px;
  }

  .menu-button {
    margin-left: -15px;
  }

  .image-9 {
    width: 120px;
    margin-right: 28px;
    margin-left: 28px;
  }

  .nav-menu {
    box-shadow: 0 1px 3px 0 #000;
  }

  .nav-link-3 {
    padding-left: 20px;
  }

  .column-11 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-12 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-13 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-11 {
    display: none;
  }

  .icon-12 {
    display: none;
  }

  .icon-13 {
    display: none;
  }

  .quote-text-3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 40px;
  }

  .quote-container-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-3-copy {
    height: 300px;
  }

  .slider {
    height: 25vh;
  }

  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -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;
  }

  .heading-white-center-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px;
  }

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

  .icon-14 {
    margin-left: 15px;
    font-size: 15px;
  }

  .icon-15 {
    margin-right: 15px;
    font-size: 15px;
  }

  .our-services-container-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-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;
  }

  .our-services-section-4 {
    padding-top: 15px;
    padding-bottom: 0px;
  }

  .other-services-div-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-2-copy {
    max-width: 100%;
  }

  .other-services-slider {
    height: 250px;
  }

  .cut-edge-container {
    padding-top: 90px;
  }

  .cut-edge-section {
    margin-top: 68px;
    background-position: 0px 74px;
  }

  .image-13 {
    width: 45px;
  }
}

