.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 {
  padding-top: 100px;
  background-color: #282828;
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.services-headline {
  width: 620px;
  margin-bottom: 50px;
}

.btn-small {
  display: inline-block;
  width: 150px;
  height: 52px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 13px 0px;
  float: none;
  border-radius: 4px;
  background-color: #27ae60;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-small:hover {
  border-color: #27ae60;
  background-color: #27ae60;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn-small:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn-small.dark {
  margin-right: 0px;
  background-color: #333;
}

.btn-small.about {
  margin-top: 25px;
}

.offer {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.offer.w80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero4-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 640px;
  padding-top: 120px;
  padding-bottom: 120px;
  -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/lonvex-builders-london.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h1-jumbo {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  letter-spacing: 0px;
}

.hero4-buttons-wrap {
  margin-top: -20px;
}

.nav1 {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.link-light {
  opacity: 0.6;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  color: #111212;
  line-height: 24px;
  cursor: pointer;
}

.link-light:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #111212;
}

.link-light:active {
  opacity: 0.9;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.link-light.navigation1-link-light {
  margin-right: 30px;
  opacity: 0.8;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-light.navigation1-link-light.w--current {
  font-size: 14px;
}

.link-light.navigation1-link-light.last {
  margin-right: 0px;
}

.nav1-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.section-top-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
}

.nav1-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-img {
  height: 300px;
  margin-bottom: 30px;
  border-radius: 0px;
  background-image: url('../images/house-extensions-feltham.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-img._2 {
  background-image: url('../images/loft-conversions-feltham.jpg');
}

.services-img._3 {
  background-image: url('../images/refurbishment-feltham.jpg');
}

.services-img._4 {
  background-image: url('../images/building-services-feltham.jpg');
}

.services-img._11 {
  background-image: url('../images/bathrooms.jpg');
}

.services-img._10 {
  background-image: url('../images/kitchens.jpg');
}

.services-img._12 {
  background-image: url('../images/roofing.jpg');
}

.services-img._13 {
  background-image: url('../images/landscaping.jpg');
}

._4-col {
  display: inline-block;
  width: 440px;
}

._4-col._1 {
  width: 460px;
  margin-right: 40px;
}

.decoline {
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d2d2d2;
}

.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services._2row {
  margin-top: 50px;
}

.main-text {
  color: #333;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  letter-spacing: 0.5px;
}

.main-text.white {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.7;
  color: #fff;
}

.main-text.white.quote {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 33, 38, 0.6)), to(rgba(29, 33, 38, 0.6))), url('../images/quote.svg');
  background-image: linear-gradient(180deg, rgba(29, 33, 38, 0.6), rgba(29, 33, 38, 0.6)), url('../images/quote.svg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  font-size: 17px;
  line-height: 50px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

.main-text.bullettext {
  margin-bottom: 0px;
  padding-top: 0px;
  opacity: 0.7;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.feature5-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.w80-50 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrap.w80-50.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.wrap.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap._w-custom.hero1 {
  padding-top: 50px;
  text-align: center;
}

.wrap.w80-50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 125px;
  padding-bottom: 125px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w50-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #828282;
}

.wrap.w50-80-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.w80-50-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-cta-footer {
  display: block;
  -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;
}

.section-services {
  background-color: #fff;
}

.logo-wrapper {
  width: 160px;
  height: 100%;
  margin-left: 30px;
  background-image: url('../images/lonvex-logo.png');
  background-position: 50% 50%;
  background-size: 160px;
  background-repeat: no-repeat;
}

.logo-wrapper.w--current {
  margin-left: 30px;
  background-size: 160px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo-wrapper.w--current:hover {
  opacity: 0.7;
}

.body {
  padding-top: 100px;
  background-color: #282828;
  font-family: proxima-nova, sans-serif;
}

.page-wrapper {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.heading2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 800;
  letter-spacing: 1px;
}

.heading2.white {
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
}

.heading2.footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading3 {
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-main-1 {
  background-color: #1d2126;
}

.hr1 {
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: hsla(0, 0%, 100%, 0.5);
  opacity: 0.5;
}

.hr1.footer {
  margin-top: 75px;
  margin-bottom: 0px;
}

.div-block-3 {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/checkbox.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.text-span {
  color: #27ae60;
}

.footer-head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-right: auto;
  margin-bottom: 50px;
  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;
}

.section-about {
  display: block;
  -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: #f5f5f5;
  background-image: url('../images/kitchen.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-dark {
  background-color: #333;
  color: #fff;
}

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

.footer-content-block.padding {
  -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;
  text-align: center;
}

.footer-title {
  margin-bottom: 35px;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-links {
  opacity: 0.5;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links:hover {
  opacity: 1;
  color: #27ae60;
}

.section-footer {
  height: auto;
  padding-top: 50px;
  background-color: #1d2126;
}

.footer-signature {
  opacity: 0.3;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap-footer {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
}

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

.social-icon {
  width: 63px;
  height: 51px;
  margin-right: 10px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon:hover {
  opacity: 0.8;
}

.social-icon.facebook {
  background-image: url('../images/Facebook.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/Facebook.svg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 14px, auto;
  background-repeat: no-repeat, repeat;
}

.social-icon.instagram {
  background-image: url('../images/instagram.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/instagram.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 32px, auto;
  background-repeat: no-repeat, repeat;
}

.social-icon.linkedin {
  background-image: url('../images/linked-in.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/linked-in.svg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 46px, auto;
  background-repeat: no-repeat, repeat;
}

.social-icon.google {
  background-image: url('../images/gogole-plus.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/gogole-plus.svg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 50px, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-9 {
  width: auto;
  height: auto;
}

.creditlogo {
  width: 250px;
  height: 80px;
  border-radius: 4px;
  background-image: url('../images/checkatrade.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/checkatrade.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 235px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.creditlogo:hover {
  opacity: 0.8;
}

.section {
  background-color: #303030;
}

.hero1-headline-wrapper {
  display: block;
  width: 600px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading {
  margin-bottom: 40px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.bold-text {
  font-size: 38px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 1px;
}

.feature1-image1 {
  height: 420px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-image: url('../images/loft-conversions-feltham.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature1-content {
  padding-right: 80px;
}

.decoline-2 {
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d2d2d2;
}

.feature1-image2 {
  height: 120px;
  border-radius: 8px;
  background-image: url('../images/extension-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._6-col {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
}

._6-col._6-col-last {
  margin-right: 0px;
}

.feature1-image3 {
  height: 420px;
  border-radius: 8px;
  background-image: url('../images/extansion.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

._3-col-2 {
  display: inline-block;
  width: 220px;
  margin-right: 20px;
}

._3-col-2._3-col-last {
  margin-right: 0px;
}

.section-2 {
  background-color: #fff;
}

.opis {
  line-height: 42px;
  font-weight: 400;
  text-decoration: none;
}

.heading-2 {
  font-size: 30px;
}

.hero-small-text {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

.content5-headline-wrapper {
  padding-right: 80px;
}

.content5-description {
  margin-top: 18px;
}

.h1-jumbo-2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 54px;
  line-height: 70px;
  font-weight: 300;
}

.text {
  opacity: 0.75;
  font-size: 18px;
  line-height: 40px;
}

.unordered-list {
  color: #27ae60;
  list-style-type: disc;
}

.bullet-text {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.goals-text {
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.div-block-10 {
  display: block;
  width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.get-in-touch-green {
  color: #27ae60;
}

._6-col-last {
  width: 460px;
}

.content3-headline {
  margin-top: 5px;
  padding-right: 50px;
}

.heading-3 {
  margin-top: 0px;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
}

.bold-text-2 {
  display: block;
  opacity: 0.74;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.answer {
  display: block;
  color: #9096a4;
}

.answer-text {
  margin-top: 8px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0.7;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  text-transform: none;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-8.md-4 {
  width: 100%;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 24px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(39, 174, 96, 0.33);
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.question-text {
  margin-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 23px;
  font-weight: 400;
  text-transform: none;
}

.full-width {
  width: 100%;
}

.question-arrow-icon {
  width: 20px;
  margin-top: 23px;
  margin-right: 8px;
  margin-left: 24px;
  opacity: 0.5;
}

.question-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  width: 90%;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.dropdown-toggle {
  display: inline-block;
  width: 105px;
  padding: 0px;
}

.dropdown-list {
  background-color: #1d2126;
}

.dropdown-list.w--open {
  background-color: #27ae60;
  color: #fff;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  opacity: 0.75;
}

.dropdown-link.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 0.6;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link.middle {
  padding-top: 15px;
  padding-bottom: 15px;
}

.link-img-service {
  width: 100%;
  height: 300px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-img-service:hover {
  opacity: 0.75;
}

.house-extension-img {
  height: 380px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: url('../images/house-extensions.jpg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: repeat;
}

.uor-process-img {
  height: 380px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: url('../images/building-process.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-12 {
  max-width: 760px;
}

.wrap1 {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap1.process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 25px;
  -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;
}

.process-heading {
  display: block;
  font-size: 30px;
}

.bold-text-3 {
  font-size: 28px;
}

.wrapper-step {
  margin-bottom: 50px;
}

.green-span {
  color: #27ae60;
}

.cta-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 87.8%, 0.31)), to(hsla(0, 0%, 87.8%, 0.31))), url('../images/building-services-img.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 87.8%, 0.31), hsla(0, 0%, 87.8%, 0.31)), url('../images/building-services-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.process-cta-footer {
  display: block;
  -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;
}

.process-bg {
  background-image: url('../images/building-services-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.process-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-right: auto;
  margin-bottom: 50px;
  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;
}

.process-headliner {
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
}

.top-contact-wrapper {
  display: block;
  width: 100%;
  min-height: 200px;
  -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: #fff;
}

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

.contact-heading {
  max-width: 640px;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
}

.about-us-img {
  height: 380px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: url('../images/2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

._6-col-2 {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
}

._6-col-2._6-col-last {
  margin-right: 0px;
}

.content5-description-2 {
  margin-top: 18px;
}

.h1-jumbo-3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 54px;
  line-height: 70px;
  font-weight: 300;
}

.body-2 {
  background-color: #333;
}

.green-span-2 {
  color: #27ae60;
}

.about-bg {
  background-image: url('../images/building-services-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-3 {
  background-color: #333;
}

.div-block-16 {
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.all-services-intro {
  display: block;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.5px;
}

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

.btn-touch-services {
  display: inline-block;
  width: 150px;
  height: 52px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 13px 0px;
  float: none;
  border-radius: 4px;
  background-color: #27ae60;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-touch-services:hover {
  border-color: #27ae60;
  background-color: #27ae60;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn-touch-services:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.contact-header {
  color: #333;
  font-size: 38px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 1px;
}

.contact-opis {
  opacity: 0.75;
  color: #333;
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 940px;
  min-height: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  -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;
}

.left {
  width: 45%;
  height: auto;
  margin-right: 25px;
  margin-left: 25px;
}

.right {
  width: 45%;
  height: 600px;
  margin-right: 25px;
  margin-left: 25px;
}

.heading-contact {
  padding-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.contact-details {
  opacity: 0.75;
  font-size: 18px;
  line-height: 30px;
}

.building-services-img {
  height: 380px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: url('../images/building-services.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-20 {
  background-color: #f5f5f5;
}

.loft-conversion-img {
  height: 380px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: url('../images/loft-conversion.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: repeat;
}

.left-side {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
}

.div-block-22 {
  width: 440px;
  height: 440px;
  border-radius: 15px;
  background-image: url('../images/loft-conversion-feltham.jpg');
  background-position: 50% 50%;
  background-size: 440px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  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;
}

._1-kolumna {
  width: 50%;
  height: auto;
  padding-right: 40px;
}

.desc {
  width: 440px;
  opacity: 0.75;
  font-size: 18px;
  line-height: 40px;
}

._2-kolumna {
  width: 50%;
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-25 {
  width: 33.3%;
  height: 250px;
  border-radius: 15px;
  background-image: url('../images/loft1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-25._2 {
  margin-right: 15px;
  margin-left: 15px;
  background-image: url('../images/loft2.jpg');
}

.div-block-25._3 {
  background-image: url('../images/loft3.jpg');
}

.loft-wrapper {
  display: block;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.text-span-3 {
  font-size: 26px;
  line-height: 36px;
}

.renovation-img {
  height: 380px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: url('../images/renovation.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: repeat;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -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;
}

.text-block-3 {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
}

.imgg1 {
  width: 440px;
  height: 440px;
  border-radius: 15px;
  background-image: url('../images/renovation-img1.jpg');
  background-position: 50% 50%;
  background-size: 440px;
}

.imgg22 {
  width: 440px;
  height: 440px;
  border-radius: 15px;
  background-image: url('../images/renovation-img2.jpg');
  background-position: 50% 50%;
  background-size: 440px;
}

.div-block-28 {
  background-color: #fff;
}

.aaa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.aaaa {
  display: block;
  width: 440px;
  margin-top: 75px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.reno {
  font-size: 32px;
  font-weight: 600;
}

.div-block-30 {
  padding-top: 50px;
  background-color: #f5f5f5;
}

.ren-cts {
  width: 90%;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.project-heading {
  max-width: 640px;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
}

.project1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-name {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.project2-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-1-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 85px;
  -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;
}

.projectimg1 {
  min-height: 400px;
  background-color: #fff;
  background-image: url('../images/project1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.projectimg1:hover {
  opacity: 0.8;
}

.projectimg3 {
  min-height: 400px;
  background-color: #fff;
  background-image: url('../images/project217.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.projectimg3:hover {
  opacity: 0.8;
}

.project-wrapper {
  padding-bottom: 50px;
}

.project-2-ro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  -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;
}

.projectimg4 {
  min-height: 400px;
  background-color: #fff;
  background-image: url('../images/project406.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.projectimg4:hover {
  opacity: 0.8;
}

.projectimg5 {
  min-height: 400px;
  background-color: #fff;
  background-image: url('../images/project-img2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.projectimg5:hover {
  opacity: 0.8;
}

.body-8 {
  padding-top: 0px;
  background-color: #fff;
}

.project-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  -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;
}

.image-2 {
  height: 100%;
  padding-bottom: 20px;
}

.image-3 {
  padding-bottom: 20px;
}

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

.image-5 {
  padding-bottom: 20px;
}

.image-6 {
  padding-bottom: 20px;
}

.image-7 {
  padding-bottom: 20px;
}

.image-8 {
  padding-bottom: 20px;
}

.image-9 {
  padding-bottom: 20px;
}

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

.image-11 {
  margin-bottom: 20px;
}

.image-12 {
  padding-bottom: 20px;
}

.image-13 {
  padding-bottom: 20px;
}

.image-15 {
  padding-bottom: 20px;
}

.gallery-intro-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -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;
}

.image-17 {
  padding-bottom: 20px;
}

.image-18 {
  padding-bottom: 20px;
}

.section-gallery-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

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

.ba-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.div-block-34 {
  width: 50%;
}

.div-block-35 {
  width: 50%;
}

.project-desc {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.5px;
}

.work-desc {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.5px;
}

.gdesc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 700px;
  padding-top: 25px;
  -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;
}

.what-lonvex-did {
  padding-bottom: 15px;
  padding-left: 25px;
}

.list {
  margin-bottom: 50px;
}

.results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  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;
}

.gallery-button {
  display: inline-block;
  width: 150px;
  height: 52px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 13px 0px;
  float: none;
  border-radius: 4px;
  background-color: #1d2126;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.gallery-button:hover {
  border-color: #27ae60;
  background-color: #27ae60;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.gallery-button:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.back-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.close-wrapper {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.close-wrapper:hover {
  opacity: 0.5;
}

.image-20 {
  padding-bottom: 20px;
}

.image-21 {
  padding-bottom: 20px;
}

.image-22 {
  padding-bottom: 20px;
}

.image-23 {
  padding-bottom: 20px;
}

.image-24 {
  padding-bottom: 20px;
}

.image-25 {
  padding-bottom: 20px;
}

.image-26 {
  padding-bottom: 20px;
}

.projectimg6 {
  min-height: 400px;
  background-color: #fff;
  background-image: url('../images/1_7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.projectimg6:hover {
  opacity: 0.8;
}

.projectimg7 {
  min-height: 400px;
  background-color: #fff;
  background-image: url('../images/1_5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.projectimg7:hover {
  opacity: 0.8;
}

.image-52 {
  padding-bottom: 20px;
}

.image-53 {
  padding-bottom: 20px;
}

.image-54 {
  padding-bottom: 20px;
}

.image-55 {
  padding-bottom: 20px;
}

.image-56 {
  padding-bottom: 20px;
}

.image-57 {
  padding-bottom: 20px;
}

.image-58 {
  padding-bottom: 50px;
}

.image-59 {
  padding-bottom: 20px;
}

.image-60 {
  padding-bottom: 20px;
}

.image-61 {
  margin-bottom: 20px;
}

.image-62 {
  margin-bottom: 20px;
}

.image-63 {
  margin-bottom: 20px;
}

.image-64 {
  margin-bottom: 20px;
}

.image-65 {
  margin-bottom: 20px;
}

.image-66 {
  margin-bottom: 20px;
}

.image-67 {
  margin-bottom: 50px;
}

.image-68 {
  margin-bottom: 20px;
}

.image-70 {
  margin-bottom: 50px;
}

.image-71 {
  margin-bottom: 20px;
}

.image-72 {
  margin-bottom: 20px;
}

.image-73 {
  margin-bottom: 20px;
}

.image-7800 {
  margin-bottom: 20px;
}

.image-7801 {
  padding-bottom: 20px;
}

.image-7802 {
  margin-bottom: 20px;
}

.projectimg8 {
  min-height: 400px;
  background-color: #fff;
  background-image: url('../images/1_6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.projectimg8:hover {
  opacity: 0.8;
}

.projectimg9 {
  min-height: 400px;
  background-color: #fff;
  background-image: url('../images/47685511_1719202548184742_7278313410150793216_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.projectimg9:hover {
  opacity: 0.8;
}

.image-7803 {
  margin-bottom: 20px;
}

.image-7804 {
  margin-bottom: 20px;
}

.image-7805 {
  width: 100%;
  margin-bottom: 20px;
}

.image-7806 {
  width: 100%;
  margin-bottom: 20px;
}

.image-7807 {
  margin-bottom: 20px;
}

.image-7808 {
  margin-bottom: 20px;
}

.image-7809 {
  margin-bottom: 20px;
}

.image-7810 {
  margin-bottom: 50px;
}

.image-7811 {
  padding-bottom: 20px;
}

.image-7812 {
  margin-bottom: 20px;
}

.image-7814 {
  margin-bottom: 20px;
}

.image-7815 {
  margin-bottom: 20px;
}

.image-7816 {
  margin-bottom: 20px;
}

.image-7817 {
  margin-bottom: 50px;
}

.image-7818 {
  margin-bottom: 20px;
}

.form-wrapper {
  min-height: 100px;
  margin-bottom: 20px;
}

.form-input-desc {
  display: block;
  width: 100%;
  padding: 5px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-form-warpper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 3px;
}

.form-checkbox:hover {
  border-color: #3898ec;
}

.catpcha-wrapper {
  min-height: 0px;
  border-style: dotted;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.23);
  border-radius: 4px;
}

.dropdown-link-2:hover {
  background-color: #e0e0e0;
}

.notification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin: 0px 0px 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  border-radius: 4px;
  background-color: #3898ec;
  color: #fff;
  text-align: center;
}

.notification.bad {
  border-radius: 4px;
  background-color: #f3737e;
}

.form-select {
  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;
  border-radius: 4px;
}

.checkbox-on {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #3898ec;
}

.button-send-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 52px;
  min-width: 100px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #27ae60;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: uppercase;
}

.button-send-form:hover {
  background-color: #1d2126;
  opacity: 0.75;
}

.form-elements {
  min-height: 100px;
  margin: 40px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.16);
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 52px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 4px;
}

.text-block {
  margin-top: 10px;
}

.form-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}

.form-input:hover {
  border-color: rgba(0, 0, 0, 0.59);
}

.form-input.text {
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 16px;
}

.form-item-name {
  font-size: 15px;
}

.form-item-wrapper {
  margin-bottom: 10px;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  border-color: #d6d6d6;
  background-color: #f1f1f1;
}

.column {
  padding-top: 50px;
  padding-left: 50px;
}

.tutaj-html-dla-formy {
  min-height: 100px;
  margin: 0px;
  padding: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.16);
}

.white-body {
  background-color: #fff;
}

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

.image-90 {
  margin-bottom: 20px;
}

.image-91 {
  margin-bottom: 50px;
}

.image-7819 {
  width: 100%;
  margin-bottom: 20px;
}

.image-7820 {
  margin-bottom: 20px;
}

.image-7821 {
  margin-bottom: 20px;
}

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

.image-7822 {
  width: 100%;
}

.image-7823 {
  width: 100%;
}

.image-7824 {
  width: 100%;
}

._100-img {
  width: 100%;
}

.projectimg11 {
  min-height: 400px;
  background-color: #fff;
  background-image: url('../images/16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.projectimg11:hover {
  opacity: 0.8;
}

.projectimg12 {
  min-height: 400px;
  background-color: #fff;
  background-image: url('../images/1_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.projectimg12:hover {
  opacity: 0.8;
}

.projectimg13 {
  min-height: 400px;
  background-color: #fff;
  background-image: url('../images/1_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.projectimg13:hover {
  opacity: 0.8;
}

.projectimg14 {
  min-height: 400px;
  background-color: #fff;
  background-image: url('../images/1_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.projectimg14:hover {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .services-headline {
    width: auto;
    text-align: center;
  }

  .btn-small {
    display: block;
    margin-top: 20px;
  }

  .btn-small.footer {
    margin-right: 0px;
  }

  .offer {
    width: 645px;
  }

  .hero4-wrap {
    min-height: 500px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .h1-jumbo {
    width: 645px;
  }

  .hero4-buttons-wrap {
    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;
    text-align: center;
  }

  .nav1-menu-btn {
    margin-right: 30px;
    padding: 0px;
    background-color: transparent;
  }

  .nav1-menu-btn:active {
    background-color: transparent;
  }

  .nav1-menu-btn.w--open {
    margin-right: 30px;
    background-color: transparent;
  }

  .link-light.navigation1-link-light {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding: 15px 20px;
    text-align: left;
  }

  .nav1-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  }

  .section-top-menu {
    padding-right: 0px;
  }

  .nav1-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding: 20px 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-color: #f2efef;
    box-shadow: 0 1px 3px 0 rgba(17, 18, 18, 0.06);
  }

  ._4-col {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  ._4-col._1 {
    width: 100%;
  }

  .decoline {
    display: block;
  }

  .services {
    display: block;
    max-width: 645px;
    margin-right: auto;
    margin-bottom: -30px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content1-item-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .main-text {
    text-align: left;
  }

  .headline-6-col {
    display: block;
    width: auto;
    margin-right: auto;
    text-align: center;
  }

  .feature5-item-wrap {
    padding-right: 0px;
    text-align: center;
  }

  .feature5-row-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80-50 {
    display: block;
    width: 645px;
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrap.footer {
    width: 100%;
  }

  .wrap.w80-50-center {
    padding-top: 75px;
    padding-bottom: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .wrap.w50-start {
    -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;
  }

  .wrap.w50-80-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap.w80-50-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-cta-footer {
    background-image: none;
  }

  .heading2 {
    text-align: left;
  }

  .heading2.white {
    font-size: 30px;
  }

  .heading2.footer {
    width: 75%;
    font-size: 36px;
    line-height: 48px;
  }

  .heading3 {
    font-size: 30px;
  }

  .bullet {
    padding-right: 0px;
    text-align: center;
  }

  .footer-head-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    text-align: center;
  }

  .section-about {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.54)), to(hsla(0, 0%, 96.1%, 0.54))), url('../images/kitchen.svg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.54), hsla(0, 0%, 96.1%, 0.54)), url('../images/kitchen.svg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .section-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-content-block {
    margin-bottom: 0px;
    text-align: left;
  }

  .footer-content-block.padding {
    margin-bottom: 25px;
  }

  .footer-link-wrapper {
    text-align: left;
  }

  .section-footer {
    padding-top: 0px;
  }

  .wrap-footer {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero1-headline-wrapper {
    width: 100%;
  }

  .feature1-image1 {
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .feature1-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .decoline-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .feature1-image2 {
    display: none;
  }

  ._6-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    -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;
  }

  ._6-col._6-col-last {
    width: 80%;
  }

  ._3-col-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .opis {
    display: inline-block;
    width: 60%;
    font-size: 28px;
  }

  .hero-small-text {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .content5-headline-wrapper {
    padding-right: 0px;
    text-align: center;
  }

  .content5-description {
    width: 500px;
    margin-top: -10px;
    margin-bottom: 0px;
    text-align: center;
  }

  .unordered-list {
    max-width: 500px;
  }

  .bullet-text {
    text-align: left;
  }

  ._6-col-last {
    width: auto;
  }

  .content3-headline {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-8.md-4 {
    display: block;
    width: 640px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-2 {
    width: 60%;
  }

  .house-extension-img {
    background-size: cover;
  }

  .uor-process-img {
    background-size: cover;
  }

  .wrap1 {
    width: 645px;
  }

  .wrap1.process {
    padding-top: 75px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .bold-text-3 {
    display: block;
    text-align: left;
  }

  .process-cta-footer {
    background-image: none;
  }

  .process-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    text-align: center;
  }

  .process-headliner {
    width: 70%;
    font-size: 44px;
    line-height: 56px;
    text-align: center;
  }

  .contact-heading {
    padding-left: 30px;
  }

  .about-us-img {
    background-size: cover;
  }

  ._6-col-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  ._6-col-2._6-col-last {
    width: 100%;
  }

  .content5-description-2 {
    margin-top: -10px;
    margin-bottom: 0px;
    text-align: center;
  }

  .h1-jumbo-3 {
    font-size: 40px;
    line-height: 60px;
    text-align: left;
  }

  .all-services-intro {
    padding-top: 75px;
    padding-bottom: 25px;
  }

  .btn-touch-services {
    display: block;
    margin-top: 20px;
  }

  .contact-opis {
    display: inline-block;
    width: 70%;
    font-size: 28px;
    line-height: 38px;
  }

  .left {
    margin-right: 30px;
  }

  .right {
    margin-left: 30px;
  }

  .building-services-img {
    background-size: cover;
  }

  .loft-conversion-img {
    background-size: cover;
  }

  .left-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-22 {
    width: 100%;
    background-size: cover;
  }

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

  ._1-kolumna {
    width: 100%;
    padding-right: 0px;
  }

  .desc {
    width: auto;
    padding-top: 0px;
  }

  ._2-kolumna {
    width: 100%;
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-24 {
    max-width: 640px;
  }

  .loft-wrapper {
    width: auto;
  }

  .renovation-img {
    background-size: cover;
  }

  .text-block-3 {
    max-width: 75%;
  }

  .imgg1 {
    width: 100%;
    margin-right: 20px;
    background-size: cover;
  }

  .imgg22 {
    width: 100%;
    background-size: cover;
  }

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

  .aaa {
    padding-right: 20px;
    padding-left: 20px;
  }

  .aaaa {
    width: 46%;
  }

  .ren-cts {
    width: 75%;
  }

  .project-heading {
    padding-left: 30px;
  }

  .project-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .project-wrap {
    width: 645px;
  }

  .section-gallery-desc {
    padding-right: 40px;
    padding-left: 40px;
  }

  .project-desc {
    text-align: left;
  }

  .work-desc {
    text-align: left;
  }

  .gallery-button {
    display: block;
    margin-top: 20px;
  }

  .back-btn-wrapper {
    padding-right: 40px;
  }

  .notification {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5000;
    display: block;
    border-radius: 0px;
  }

  .notification.bad {
    border-radius: 0px;
  }
}

@media screen and (max-width: 767px) {
  .btn-small {
    display: block;
  }

  .offer {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .offer.w80 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero4-wrap {
    min-height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/lonvex-builders-london.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/lonvex-builders-london.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .h1-jumbo {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 44px;
    line-height: 56px;
  }

  .hero4-buttons-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav1 {
    z-index: 10;
  }

  .nav1-menu-btn {
    margin-top: -4px;
    padding: 0px;
  }

  .nav1-menu-btn.w--open {
    margin-top: -4px;
  }

  .link-light.navigation1-link-light {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav1-wrap {
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-top-menu {
    padding-right: 0px;
  }

  .nav1-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    background-color: #f4f4f4;
  }

  ._4-col._1 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .services {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-text.white.quote {
    line-height: 40px;
  }

  .main-text.bullettext {
    margin-bottom: 0px;
    padding-top: 0px;
    line-height: 20px;
  }

  .headline-6-col {
    margin-left: 0px;
  }

  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrap.w80-50 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -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;
  }

  .wrap.w80-50.footer {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrap.w80-50-center {
    padding-top: 75px;
  }

  .logo-wrapper.w--current {
    margin-left: 30px;
  }

  .body {
    padding-top: 80px;
  }

  .heading2 {
    font-size: 32px;
    line-height: 42px;
  }

  .heading2.footer {
    width: 100%;
    font-size: 30px;
    line-height: 42px;
  }

  .heading3 {
    font-weight: 800;
  }

  .bullet {
    margin-top: 1px;
    padding-top: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-head-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .footer-content-block {
    margin-bottom: 60px;
  }

  .footer-content-block.padding {
    margin-top: 25px;
    margin-bottom: 0px;
  }

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

  .footer-signature {
    margin-right: 20px;
  }

  .wrap-footer {
    width: 100%;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .creditlogo {
    width: 200px;
    background-image: url('../images/checkatrade.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/checkatrade.png'), linear-gradient(180deg, null, null);
    background-size: contain, auto;
  }

  .heading {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .bold-text {
    line-height: 50px;
  }

  ._6-col {
    margin-right: 0px;
  }

  ._6-col._6-col-last {
    width: 85%;
  }

  .opis {
    width: 80%;
    font-size: 26px;
    line-height: 36px;
  }

  .hero-small-text {
    font-size: 24px;
  }

  .content5-description {
    width: 100%;
  }

  .h1-jumbo-2 {
    font-size: 44px;
    line-height: 56px;
  }

  .goals-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 36px;
  }

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

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

  .answer-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col.lg-8.md-4 {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .question-arrow-icon {
    margin-top: 17px;
  }

  .question-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-2 {
    width: 80%;
  }

  .house-extension-img {
    background-size: cover;
  }

  .uor-process-img {
    background-size: cover;
  }

  .wrap1 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrap1.process {
    padding-top: 75px;
    padding-bottom: 0px;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .process-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .process-headliner {
    font-size: 38px;
    line-height: 48px;
  }

  .contact-heading {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
  }

  .about-us-img {
    background-size: cover;
  }

  ._6-col-2 {
    margin-right: 0px;
  }

  .h1-jumbo-3 {
    font-size: 36px;
    line-height: 46px;
  }

  .body-3 {
    padding-top: 80px;
  }

  .all-services-intro {
    padding-top: 75px;
    padding-bottom: 25px;
  }

  .btn-touch-services {
    display: block;
  }

  .body-4 {
    padding-top: 80px;
  }

  .contact-header {
    line-height: 50px;
  }

  .contact-opis {
    width: 80%;
    font-size: 26px;
    line-height: 36px;
  }

  .div-block-18 {
    width: 90%;
    max-width: 640px;
    padding: 25px 25px 200px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left {
    width: 100%;
    padding-left: 5px;
  }

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

  .body-5 {
    padding-top: 80px;
  }

  .building-services-img {
    background-size: cover;
  }

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

  .all-services {
    padding-right: 30px;
    padding-left: 30px;
  }

  .loft-conversion-img {
    background-size: cover;
  }

  .left-side {
    margin-right: 0px;
  }

  .body-6 {
    padding-top: 80px;
  }

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

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

  .div-block-25 {
    height: 200px;
  }

  .renovation-img {
    background-size: cover;
  }

  .div-block-26 {
    height: 350px;
  }

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

  .imgg22 {
    display: block;
    margin-top: 20px;
  }

  .aaaa {
    width: 90%;
  }

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

  .ren-cts {
    width: 90%;
  }

  .body-7 {
    padding-top: 80px;
  }

  .project-heading {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
  }

  .project1 {
    width: 100%;
    margin-right: 0px;
  }

  .project2-row {
    width: 100%;
    margin-left: 0px;
  }

  .project-1-row {
    width: 100%;
    max-width: 640px;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-wrapper {
    padding-top: 50px;
  }

  .project-2-ro {
    width: 100%;
    max-width: 640px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .gallery-button {
    display: block;
  }

  .back-btn-wrapper {
    padding-right: 20px;
  }

  .form-elements {
    margin-right: 0px;
    margin-left: 0px;
  }

  .column {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .btn-small {
    display: block;
    margin-right: 0px;
    font-size: 12px;
    text-align: center;
  }

  .offer.w80 {
    padding: 40px 20px;
  }

  .hero4-wrap {
    height: auto;
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
    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/lonvex-builders-london.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/lonvex-builders-london.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .h1-jumbo {
    font-size: 30px;
    line-height: 40px;
  }

  .hero4-buttons-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-light.navigation1-link-light {
    padding: 12px 10px;
    text-align: left;
  }

  .nav1-wrap {
    height: 80px;
  }

  .open-menu-icon {
    color: #222121;
  }

  .decoline {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .services {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-text.white {
    font-size: 15px;
  }

  .main-text.white.quote {
    font-size: 15px;
    line-height: 34px;
  }

  .main-text.bullettext {
    font-size: 13px;
  }

  .headline-6-col {
    margin-bottom: 25px;
  }

  .wrap.w80-50 {
    padding: 50px 20px;
  }

  .wrap.w80-50-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrap.w50-start {
    padding-bottom: 25px;
  }

  .section-cta-footer {
    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;
    background-image: none;
  }

  .logo-wrapper {
    margin-left: 20px;
  }

  .logo-wrapper.w--current {
    width: 160px;
    margin-left: 20px;
    background-size: contain;
    text-align: left;
  }

  .body {
    padding-top: 80px;
  }

  .heading2 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading2.white {
    line-height: 40px;
  }

  .heading2.footer {
    font-size: 24px;
    line-height: 32px;
  }

  .heading3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
  }

  .section-main-1 {
    background-image: none;
  }

  .text-span {
    font-size: 14px;
  }

  .footer-head-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }

  .section-about {
    background-image: none;
  }

  .footer-signature {
    margin-right: 15px;
  }

  .wrap-footer {
    padding-top: 20px;
  }

  .creditlogo {
    width: 240px;
  }

  .heading {
    width: 100%;
  }

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

  ._6-col._6-col-last {
    width: 100%;
  }

  .opis {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }

  .hero-small-text {
    font-size: 18px;
    line-height: 28px;
  }

  .content5-description {
    font-size: 12px;
  }

  .h1-jumbo-2 {
    font-size: 30px;
    line-height: 44px;
    text-align: left;
  }

  .unordered-list {
    width: 100%;
    padding-left: 20px;
  }

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

  .goals-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 21px;
    line-height: 34px;
  }

  .content3-headline {
    margin-bottom: 0px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .answer {
    padding-left: 0px;
  }

  .answer-text {
    font-size: 15px;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-8.md-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .question-text {
    margin-bottom: 8px;
    margin-left: 0px;
  }

  .question-arrow-icon {
    margin-top: 17px;
    margin-left: 16px;
  }

  .text-block-2 {
    width: 100%;
    font-size: 16px;
  }

  .house-extension-img {
    height: 300px;
    background-position: 0px 0px;
  }

  .uor-process-img {
    height: 300px;
    background-position: 0px 0px;
  }

  .wrap1.process {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .bold-text-3 {
    line-height: 34px;
  }

  .process-cta-footer {
    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;
    background-image: none;
  }

  .process-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }

  .process-headliner {
    width: 100%;
    font-size: 34px;
    line-height: 44px;
  }

  .top-contact-wrapper {
    min-height: 175px;
  }

  .contact-heading {
    width: 100%;
    margin-right: 40px;
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .about-us-img {
    height: 300px;
    background-position: 0px 0px;
  }

  .h1-jumbo-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .all-services-intro {
    max-width: 90%;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .btn-touch-services {
    display: block;
    font-size: 12px;
    text-align: center;
  }

  .body-4 {
    padding-top: 80px;
  }

  .contact-header {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-opis {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }

  .div-block-18 {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .left {
    width: 100%;
  }

  .right {
    width: 100%;
  }

  .heading-contact {
    font-size: 23px;
  }

  .body-5 {
    padding-top: 80px;
  }

  .building-services-img {
    height: 300px;
    background-position: 0px 0px;
  }

  .all-services {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .loft-conversion-img {
    height: 300px;
    background-position: 0px 0px;
  }

  .body-6 {
    padding-top: 80px;
  }

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

  .div-block-25 {
    width: 100%;
    height: 250px;
  }

  .div-block-25._2 {
    display: block;
    margin: 15px auto;
  }

  .loft-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .renovation-img {
    height: 300px;
    background-position: 0px 0px;
  }

  .div-block-26 {
    height: 450px;
  }

  .text-block-3 {
    max-width: 85%;
  }

  .imgg1 {
    height: 360px;
  }

  .imgg22 {
    height: 360px;
  }

  .aaaa {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .reno {
    font-size: 26px;
    line-height: 36px;
  }

  .ren-cts {
    width: 100%;
    font-size: 16px;
  }

  .project-heading {
    width: 100%;
    margin-right: 40px;
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .project-1-row {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .projectimg1 {
    min-height: 300px;
  }

  .projectimg3 {
    min-height: 300px;
  }

  .project-wrapper {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .project-2-ro {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .projectimg4 {
    min-height: 300px;
  }

  .projectimg5 {
    min-height: 300px;
  }

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

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

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

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

  .gallery-button {
    display: block;
    margin-right: 0px;
    font-size: 12px;
    text-align: center;
  }

  .projectimg6 {
    min-height: 300px;
  }

  .projectimg7 {
    min-height: 300px;
  }

  .projectimg8 {
    min-height: 300px;
  }

  .projectimg9 {
    min-height: 300px;
  }

  .projectimg11 {
    min-height: 300px;
  }

  .projectimg12 {
    min-height: 300px;
  }

  .projectimg13 {
    min-height: 300px;
  }

  .projectimg14 {
    min-height: 300px;
  }
}

