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

.image-section {
  position: relative;
  z-index: 0;
  background-image: url('../images/2.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-section {
  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;
  background-color: #c0a079;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #c0a079;
}

.body {
  font-family: Lora, sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 26px;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
  border-left: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: #c0a079;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #4c5485;
}

.nav-link.w--current {
  border-left-color: #4c5485;
  background-color: #4c5485;
  color: #fff;
}

.top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-dropdown {
  padding-right: 35px;
  padding-left: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.nav-link-dropdown:hover {
  background-color: #4c5485;
}

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

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

.top-contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-tel-link {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #4c5485;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  text-decoration: none;
}

.need-help {
  margin-bottom: 0px;
  color: #c0a079;
  font-size: 18px;
  font-weight: 400;
}

.co-logo {
  width: 100%;
}

.icon {
  margin-right: 15px;
}

.overlay-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 17, 17, 0.3);
}

.slider-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  max-width: 780px;
  padding: 36px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #fff;
  background-color: rgba(76, 84, 133, 0.85);
}

.slider-overlay-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 3px 3px 4px rgba(17, 17, 17, 0.5);
}

.slider-small-text {
  width: 80%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
}

.small-text-div-and-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._4-boxes-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(192, 160, 121, 0.3);
}

.box-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #111;
}

._4-box-text {
  width: 80%;
  margin-bottom: 0px;
  color: #fff;
  line-height: 24px;
}

.box-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  padding: 30px 30px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #c0a079;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 160, 121, 0.75)), to(rgba(192, 160, 121, 0.75)));
  background-image: linear-gradient(180deg, rgba(192, 160, 121, 0.75), rgba(192, 160, 121, 0.75));
}

.box-div:hover {
  text-shadow: 3px 3px 4px rgba(17, 17, 17, 0.5);
}

.box-div.house {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 160, 121, 0.75)), to(rgba(192, 160, 121, 0.75))), url('../images/refurb_111530851.jpeg');
  background-image: linear-gradient(180deg, rgba(192, 160, 121, 0.75), rgba(192, 160, 121, 0.75)), url('../images/refurb_111530851.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.box-div.house:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 84, 133, 0.5)), to(rgba(76, 84, 133, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(192, 160, 121, 0.75)), to(rgba(192, 160, 121, 0.75))), url('../images/refurb_111530851.jpeg');
  background-image: linear-gradient(180deg, rgba(76, 84, 133, 0.5), rgba(76, 84, 133, 0.5)), linear-gradient(180deg, rgba(192, 160, 121, 0.75), rgba(192, 160, 121, 0.75)), url('../images/refurb_111530851.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.box-div.roofing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 160, 121, 0.75)), to(rgba(192, 160, 121, 0.75))), url('../images/roof_111804783.jpeg');
  background-image: linear-gradient(180deg, rgba(192, 160, 121, 0.75), rgba(192, 160, 121, 0.75)), url('../images/roof_111804783.jpeg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.box-div.roofing:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 84, 133, 0.5)), to(rgba(76, 84, 133, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(192, 160, 121, 0.75)), to(rgba(192, 160, 121, 0.75))), url('../images/roof_111804783.jpeg');
  background-image: linear-gradient(180deg, rgba(76, 84, 133, 0.5), rgba(76, 84, 133, 0.5)), linear-gradient(180deg, rgba(192, 160, 121, 0.75), rgba(192, 160, 121, 0.75)), url('../images/roof_111804783.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 30%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.box-div.property {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 160, 121, 0.75)), to(rgba(192, 160, 121, 0.75))), url('../images/extension_87522906.jpeg');
  background-image: linear-gradient(180deg, rgba(192, 160, 121, 0.75), rgba(192, 160, 121, 0.75)), url('../images/extension_87522906.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.box-div.property:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 84, 133, 0.5)), to(rgba(76, 84, 133, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(192, 160, 121, 0.75)), to(rgba(192, 160, 121, 0.75))), url('../images/extension_87522906.jpeg');
  background-image: linear-gradient(180deg, rgba(76, 84, 133, 0.5), rgba(76, 84, 133, 0.5)), linear-gradient(180deg, rgba(192, 160, 121, 0.75), rgba(192, 160, 121, 0.75)), url('../images/extension_87522906.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.box-div.loft {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 160, 121, 0.75)), to(rgba(192, 160, 121, 0.75))), url('../images/loft_52941600.jpeg');
  background-image: linear-gradient(180deg, rgba(192, 160, 121, 0.75), rgba(192, 160, 121, 0.75)), url('../images/loft_52941600.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.box-div.loft:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 84, 133, 0.5)), to(rgba(76, 84, 133, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(192, 160, 121, 0.75)), to(rgba(192, 160, 121, 0.75))), url('../images/loft_52941600.jpeg');
  background-image: linear-gradient(180deg, rgba(76, 84, 133, 0.5), rgba(76, 84, 133, 0.5)), linear-gradient(180deg, rgba(192, 160, 121, 0.75), rgba(192, 160, 121, 0.75)), url('../images/loft_52941600.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.box-div.building {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 160, 121, 0.75)), to(rgba(192, 160, 121, 0.75))), url('../images/building_88564350.jpeg');
  background-image: linear-gradient(180deg, rgba(192, 160, 121, 0.75), rgba(192, 160, 121, 0.75)), url('../images/building_88564350.jpeg');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.box-div.building:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 84, 133, 0.5)), to(rgba(76, 84, 133, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(192, 160, 121, 0.75)), to(rgba(192, 160, 121, 0.75))), url('../images/building_88564350.jpeg');
  background-image: linear-gradient(180deg, rgba(76, 84, 133, 0.5), rgba(76, 84, 133, 0.5)), linear-gradient(180deg, rgba(192, 160, 121, 0.75), rgba(192, 160, 121, 0.75)), url('../images/building_88564350.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 25%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.box-div.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 160, 121, 0.75)), to(rgba(192, 160, 121, 0.75))), url('../images/contact_285110178.jpeg');
  background-image: linear-gradient(180deg, rgba(192, 160, 121, 0.75), rgba(192, 160, 121, 0.75)), url('../images/contact_285110178.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.box-div.contact:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 84, 133, 0.5)), to(rgba(76, 84, 133, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(192, 160, 121, 0.75)), to(rgba(192, 160, 121, 0.75))), url('../images/contact_285110178.jpeg');
  background-image: linear-gradient(180deg, rgba(76, 84, 133, 0.5), rgba(76, 84, 133, 0.5)), linear-gradient(180deg, rgba(192, 160, 121, 0.75), rgba(192, 160, 121, 0.75)), url('../images/contact_285110178.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

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

.arrow-head-blue {
  width: 70px;
  margin-bottom: 3px;
  border: 2px solid #fff;
  background-color: #c0a079;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow-head-blue:hover {
  background-color: #4c5485;
}

.body-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.body-section.bot50 {
  padding-bottom: 50px;
}

.body-div {
  width: 95%;
  max-width: 1200px;
}

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

.h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #c0a079;
  line-height: 48px;
  font-weight: 700;
}

.p {
  margin-bottom: 0px;
}

.read-more-button {
  width: auto;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c0a079;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 700;
  letter-spacing: 1px;
}

.read-more-button:hover {
  background-color: #4c5485;
}

.full-width-image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/kitchen_169971100.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/kitchen_169971100.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.full-width-image-div {
  width: 95%;
  max-width: 1200px;
}

.full-width-image-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  max-width: 780px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #fff;
  background-color: rgba(76, 84, 133, 0.75);
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #c0a079;
}

.bottom-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #c0a079;
}

.footer-link-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c5485;
}

.bottom-text {
  margin-bottom: 0px;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
}

.h2-white {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.bottom-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  -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;
}

.contact-left-div {
  width: 40%;
}

.contact-right-div {
  width: 60%;
}

.footer-links {
  margin-bottom: 0px;
  color: #c0a079;
  text-align: center;
}

._4-box-grid {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.button-link {
  margin-left: 5px;
}

.arrows {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.h1-light {
  color: #4c5485;
  font-weight: 400;
}

.email {
  margin-bottom: 0px;
  color: #c0a079;
  font-weight: 400;
  text-decoration: none;
}

.bot-bold {
  color: #4c5485;
}

.mid-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #c0a079;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 3px 3px 4px #111;
}

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

.no-line {
  color: #111;
  text-decoration: none;
}

.no-line.white {
  color: #fff;
}

.blue-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #4c5485;
}

.p-white {
  margin-bottom: 0px;
  color: #fff;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #c0a079;
  text-align: center;
  text-decoration: none;
}

.h3.top60 {
  margin-top: 60px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}

.list {
  margin-bottom: 0px;
  padding-left: 20px;
}

.list._60 {
  margin-left: 60px;
}

.list.white {
  color: #fff;
}

._2-col-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-col-div._20-padding {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._2-col-div.top20 {
  margin-top: 20px;
}

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

.dropdown-link {
  padding: 15px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #4c5485;
}

.dropdown-link.w--current {
  border-bottom-color: #4c5485;
  background-color: #4c5485;
  color: #fff;
}

.main-slider {
  height: 500px;
}

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

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

.slide-nav {
  display: none;
}

.right-arrow {
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow:hover {
  opacity: 1;
}

.left-arrow {
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow:hover {
  opacity: 1;
}

._3-img-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

._3-img-div.bot50 {
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3-img {
  width: 31%;
}

.site-map-link {
  margin-bottom: 0px;
  color: #111;
  text-decoration: none;
}

.services-dropdown {
  padding-right: 35px;
  padding-left: 15px;
  background-color: #4c5485;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.services-dropdown:hover {
  background-color: #4c5485;
}

._2x2-grid {
  margin-top: 50px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

._2x2-div {
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 17, 17, 0.1);
  box-shadow: 0 20px 20px -10px rgba(17, 17, 17, 0.4);
}

.areas-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

.areas-map {
  width: 80%;
}

.areas-container {
  width: 20%;
}

.areas {
  margin-bottom: 0px;
  line-height: 34px;
}

._3x1-div {
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 20px 20px -10px rgba(17, 17, 17, 0.4);
}

._3x1-grid {
  margin-top: 50px;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

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

.lb-img {
  width: 100%;
}

.testimonial {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left-color: #4c5485;
  background-color: #c0a079;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.testimonial.last {
  margin-bottom: 0px;
}

.form {
  margin-top: 30px;
  margin-left: -10px;
}

.body-link {
  color: #111;
  text-decoration: underline;
}

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

.fmb {
  max-width: 100px;
  margin-top: 30px;
}

.full-width-img {
  width: 100%;
}

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

  .nav-link {
    text-align: center;
  }

  .nav-link-dropdown {
    width: 100%;
    padding-right: 15px;
    text-align: center;
  }

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

  .icon {
    display: block;
  }

  .slider-text-div {
    width: 100%;
    max-width: 100%;
    margin-right: 60px;
    margin-left: 60px;
  }

  .slider-overlay-div {
    width: 100%;
  }

  .small-text-div-and-arrow {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .menu-button {
    width: 100%;
    color: #fff;
    text-align: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    background-color: #c0a079;
  }

  .box-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .box-div {
    padding-bottom: 30px;
  }

  ._4-block-div {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .arrow-head-blue {
    width: 55px;
  }

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

  .body-div {
    width: 90%;
  }

  .full-width-image-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .full-width-image-div {
    width: 90%;
  }

  .full-width-image-text-div {
    width: 100%;
  }

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

  .h2-white {
    font-size: 36px;
    line-height: 46px;
  }

  .bottom-content-div {
    width: 90%;
  }

  .contact-left-div {
    max-width: 250px;
  }

  .mid-heading {
    font-size: 54px;
    line-height: 55px;
  }

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

  .h3.top60 {
    margin-top: 40px;
    font-size: 26px;
    line-height: 36px;
  }

  .list._60._250 {
    margin-left: 0px;
  }

  .list._250 {
    min-width: 250px;
  }

  ._2-col-div._20-padding {
    -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;
  }

  .dropdown-link {
    text-align: center;
  }

  .right-arrow {
    width: 50px;
  }

  .left-arrow {
    width: 50px;
  }

  .services-dropdown {
    width: 100%;
    padding-right: 15px;
    text-align: center;
  }

  .areas-map {
    width: 75%;
  }

  .areas-container {
    width: 25%;
  }

  .work-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .slider-text-div {
    padding-top: 30px;
  }

  .slider-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .small-text-div-and-arrow {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  ._4-boxes-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .box-div {
    padding: 20px;
  }

  .box-div.roofing {
    padding: 20px;
  }

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

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

  .full-width-image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2 {
    font-size: 28px;
  }

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

  .h2-white {
    margin-bottom: 30px;
  }

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

  .contact-left-div {
    width: 100%;
    max-width: 100%;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 30px;
  }

  ._4-box-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .h1-light {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
  }

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

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

  .list._60 {
    margin-left: 0px;
  }

  .list._250 {
    min-width: auto;
  }

  ._2-col-50 {
    -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;
  }

  .main-slider {
    height: 360px;
  }

  ._3-img-div {
    margin-top: 40px;
  }

  ._3-img-div.bot50 {
    margin-bottom: 40px;
  }

  ._2x2-grid {
    margin-top: 40px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  ._2x2-div {
    padding: 30px;
    box-shadow: 0 10px 10px -10px rgba(17, 17, 17, 0.4);
  }

  .areas-div {
    margin-top: 40px;
  }

  .areas-map {
    width: 65%;
  }

  .areas-container {
    width: 33%;
  }

  ._3x1-div {
    padding: 30px;
  }

  ._3x1-grid {
    margin-top: 40px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .testimonial {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .icon-3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .image-section {
    min-height: 350px;
  }

  .top-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .co-logo-link {
    width: 100%;
    max-width: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .top-tel-link {
    font-size: 29px;
    line-height: 30px;
  }

  .need-help {
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
  }

  .slider-text-div {
    width: 95%;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 30px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .slider-small-text {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }

  .small-text-div-and-arrow {
    -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;
  }

  ._4-boxes-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .box-heading {
    font-size: 19px;
  }

  .box-div {
    width: 100%;
    margin-top: 20px;
    margin-bottom: -30px;
  }

  .box-div.house {
    margin-top: 0px;
  }

  .arrow-head-blue {
    width: 50px;
    margin-top: 10px;
  }

  .body-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-div {
    max-width: 100%;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .read-more-button {
    margin-top: 20px;
  }

  .full-width-image-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .full-width-image-div {
    width: 90%;
    max-width: 100%;
  }

  .full-width-image-text-div {
    width: 100%;
    padding: 20px;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .bottom-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2-white {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

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

  .contact-left-div {
    width: 100%;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 30px;
  }

  ._4-box-grid {
    width: 100%;
  }

  .button-link {
    margin-left: 0px;
  }

  .h1-light {
    font-size: 24px;
    line-height: 34px;
  }

  .mid-heading {
    font-size: 30px;
    line-height: 31px;
  }

  .blue-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3.top60 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 28px;
  }

  .main-slider {
    height: 400px;
  }

  .slide-nav {
    display: block;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  ._3-img-div {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._3-img-div.bot50 {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._3-img {
    width: 100%;
  }

  ._3-img.mid {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._2x2-grid {
    margin-top: 30px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._2x2-div {
    padding: 20px;
  }

  .areas-div {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .areas-map {
    width: 100%;
    margin-top: 20px;
  }

  .areas-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ._3x1-div {
    padding: 20px;
    box-shadow: 0 10px 10px -10px rgba(17, 17, 17, 0.4);
  }

  ._3x1-grid {
    margin-top: 30px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .testimonial {
    margin-bottom: 20px;
  }

  .fmb {
    margin-top: 20px;
  }
}

