:root {
  --white-2: white;
  --dodger-blue: #0096da;
  --black: black;
  --grey: #525252;
  --medium-spring-green: #17de74;
  --white: white;
  --white-smoke: whitesmoke;
  --red: #eb3a3a;
  --blue: #0c0064;
  --sky-blue: #9ee1ff;
}

.section-header {
  height: 90vh;
  position: relative;
}

.navbar {
  background-color: var(--white-2);
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.container {
  max-width: none;
  margin-left: 7%;
  margin-right: 7%;
  display: block;
}

.nav-link {
  color: #000;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-size: 17px;
  font-weight: 600;
  transition: all .2s;
}

.nav-link:hover {
  background-color: var(--dodger-blue);
  color: var(--white-2);
}

.nav-link.w--current {
  background-color: var(--dodger-blue);
  color: #fff;
  border-radius: 15px;
}

.nav-menu-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.navbar-claim-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.navbar-claim-text {
  color: var(--black);
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
}

.body {
  color: var(--grey);
  font-family: Varela, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.button-claim {
  width: auto;
  height: auto;
  box-shadow: none;
  color: var(--dodger-blue);
  background-color: #0000;
  border: 2px #108ef1;
  border-radius: 20px;
  justify-content: space-around;
  margin-left: 20px;
  padding: 20px 15px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-claim:hover {
  box-shadow: none;
  color: var(--medium-spring-green);
  background-color: #0000;
  border-style: none;
  border-color: #21da4d;
}

.fa.fa-phone, .fa.fa-envelope {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.navbar-phone-number {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.hero {
  text-align: center;
  background-image: linear-gradient(#00000012 60%, #00000069), url('../images/image00018.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.h1 {
  color: #fff;
  margin-top: 240px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.h1.test {
  font-weight: 600;
}

.h1.black {
  color: var(--white);
  margin-top: 82px;
  font-size: 40px;
  line-height: 65px;
}

.button {
  border-radius: 25px;
  padding-left: 35px;
  padding-right: 35px;
  text-decoration: none;
}

.button.button-red-bg {
  float: left;
  color: #fff;
  background-color: #02ed4d;
  border: 1px #02aced;
  width: 160px;
  margin-top: 23px;
  margin-left: 0;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.button.button-red-bg:hover {
  background-color: var(--white-smoke);
  color: #3a88eb;
  font-size: 16px;
  font-weight: 500;
}

.button.button-red-bg.align-right {
  float: right;
}

.button.button-red-border {
  border: 1px solid var(--red);
  width: 170px;
  color: var(--red);
  background-color: #0000;
  font-weight: 500;
  transition: all .2s;
}

.button.button-red-border:hover {
  background-color: var(--red);
  color: var(--white-2);
  font-size: 16px;
}

.button.button-white {
  border: 1px solid var(--white-2);
  background-color: #0000;
  width: 170px;
  font-weight: 500;
  transition: all .2s;
}

.button.button-white:hover {
  background-color: var(--white-2);
  color: var(--red);
  font-size: 16px;
}

.button.button-white-bg {
  border: 1px solid var(--white-2);
  color: #0171bb;
  background-color: #fff;
  width: 170px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button.button-white-bg:hover {
  color: var(--white-2);
  background-color: #2ecd1b;
  border: 1px solid #0171bb;
  font-size: 16px;
}

.button.button-red-bg-right {
  float: left;
  color: #fff;
  background-color: #02ed4d;
  border: 1px solid #02aced;
  width: 160px;
  margin-top: 23px;
  margin-left: 777px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.button.button-red-bg-right:hover {
  background-color: var(--white-smoke);
  color: #3a88eb;
  font-size: 16px;
  font-weight: 500;
}

.button.button-red-bg-right.align-right {
  float: right;
}

.hero-locations-wrapper {
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
}

.locations {
  z-index: 99;
  color: #fff;
  background-image: url('../images/locations_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: block;
  position: relative;
  left: 15px;
}

.locations:hover {
  transform: scale(1.13);
}

.locations-text {
  position: absolute;
  top: 23px;
  left: 22px;
}

.section-best-services {
  box-shadow: none;
  text-align: center;
  background-color: #eee;
  background-image: linear-gradient(#0096dacf, #0096da8f), url('../images/image00006.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.dropdown {
  width: 100%;
  height: 100%;
  padding: 0 20px 0 0;
}

.icon {
  margin-right: 0;
}

.h2 {
  color: var(--grey);
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 43px;
}

.content-container {
  width: 50%;
  margin-bottom: 93px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrapper-services-columns {
  justify-content: center;
  max-width: 1000px;
  min-height: 200px;
  margin: 50px auto 29px;
  display: flex;
}

.services-column {
  flex: none;
  width: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
}

.services-column-inner {
  height: 100%;
  color: var(--grey);
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(#00000021, #00000080), url('../images/IMG_20130125_134555.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 20px 40px 20px 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 7px 21px -4px #0000001a;
}

.services-column-inner:hover {
  transform: scale(1.11);
}

.service-icon-wrapper {
  background-color: var(--dodger-blue);
  text-align: left;
  align-items: center;
  height: 39px;
  padding-left: 20px;
  display: flex;
}

.service-icon-img {
  height: 100%;
}

.h3 {
  z-index: 50;
  text-align: left;
  margin-left: 0;
  font-weight: 500;
  position: relative;
}

.h3.service-headline {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.h3.we-areheadline {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.h3.piclink {
  text-align: center;
  padding-top: 35px;
  position: absolute;
  inset: 0;
}

.h3.acitve, .h3.active {
  text-decoration: underline;
}

.box-row-homepage {
  min-height: 350px;
  display: flex;
}

.box-row-homepage.slide-left {
  opacity: .21;
  transform: translate(-150px);
}

.box-row-homepage.slide-right {
  opacity: .21;
  transform: translate(150px);
}

.home-first-row-left {
  color: #fff;
  text-align: center;
  background-color: #02aced;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 50px 2%;
  display: flex;
}

.home-first-row-right {
  flex: none;
  width: 40%;
}

.box-content {
  max-width: 400px;
}

.spacer {
  height: 25px;
}

.video {
  width: auto;
  height: 100%;
}

.home-second-row-left {
  color: #fff;
  text-align: center;
  background-image: url('../images/review.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 50px;
  display: flex;
}

.home-second-row-right {
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 50px 2%;
  display: flex;
}

.review-text {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 24px;
}

.review-symbol {
  text-align: center;
  height: 80px;
  font-size: 80px;
  font-weight: 600;
  line-height: 60px;
}

.review-symbol-img {
  margin-bottom: 10px;
}

.review-name {
  margin-bottom: 10px;
  font-weight: 600;
}

.read-more-textlink {
  color: var(--red);
  font-weight: 600;
  text-decoration: none;
}

.home-third-row-left {
  color: #fff;
  text-align: center;
  background-color: #0c68b1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 50px 2%;
  display: flex;
}

.home-third-row-right {
  background-image: url('../images/why-chooose.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 40%;
}

.section-accreditations {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}

.heading {
  text-align: center;
}

.wrapper-partners {
  justify-content: center;
  height: 5vw;
  margin-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.partner-column {
  opacity: .39;
  filter: grayscale();
  flex: 1;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .2s;
}

.partner-column:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.image {
  height: 100%;
}

.section-footer {
  background-color: var(--grey);
  color: #fff;
  text-align: center;
}

.emergency-call-inner {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 25px;
  line-height: 25px;
  display: flex;
}

.emergency-text {
  margin-right: 25px;
}

.wrapper-emergency-call {
  background-image: linear-gradient(#0096dad4, #0096dad4), url('../images/service_page_pic1_pw.jpg');
  background-position: 0 0, 50% 11%;
  background-size: auto, cover;
}

.wrapper-footer-content {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 10px;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-divider {
  background-color: #707070;
  width: 350px;
  height: 1px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-socials-wrapper {
  justify-content: center;
  width: 250px;
  height: 50px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-social-icon {
  border: 2px solid #fff;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-social-icon.fa.fa-facebook {
  color: #fff;
  border-color: #0171bb;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-social-icon.fa.fa-facebook:hover {
  transform: scale(1.09);
}

.footer-social-icon.fa.fa-google-plus {
  color: #fff;
  border-color: #0171bb;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-social-icon.fa.fa-google-plus:hover {
  transform: scale(1.09);
}

.footer-social-icon.fa.fa-youtube {
  color: #fff;
  border-color: #0171bb;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  transform: none;
}

.footer-social-icon.fa.fa-youtube:hover {
  transform: scale(1.09);
}

.footer-text-link {
  color: #0171bb;
  font-weight: 600;
  text-decoration: none;
}

.copyright {
  color: #0171bb;
  margin-top: 6px;
  margin-bottom: 20px;
}

.upengine-wrapper {
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  font-size: 17px;
  line-height: 20px;
  display: flex;
}

.upengine-logo {
  color: #0171bb;
  margin-left: 5px;
}

.nav-menu {
  margin-top: 14px;
  margin-right: -20px;
  padding-top: 20px;
}

.mobile-fixed-claim {
  display: none;
}

.mobile-callus, .mobile-writeus {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.section-services-header {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 100px;
  display: flex;
}

.section-services-header.residential {
  background-image: linear-gradient(#0006, #0006), url('../images/2012-02-08_10-56-44_962.jpg');
  background-position: 0 0, 50% 5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 70vh;
  position: relative;
}

.section-services-header.window-cleaning {
  z-index: 200;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/IMG_20130131_150805.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.section-services-header.about-us {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/image00012.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-services-header.high-rise {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/apartment_property_management_software.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-services-header.commercial {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/2015-08-10-08.13.44.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-services-header.gutter-cleaning {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/IMG_20130125_134522.jpg');
  background-position: 0 0, 50% 26%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-services-header.pressure-washing {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/image00012.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-services-header.solar-panel {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/image00017-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-services-header.roof-cleaning {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/header_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-services-header.rc-hero {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/image00006.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-about-services {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.review-wrapper-services {
  min-height: 400px;
  display: flex;
}

.review-image-services {
  color: #fff;
  text-align: center;
  background-image: url('../images/review.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 50px;
  display: flex;
}

.review-image-services.residential {
  background-image: url('../images/review-residential.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  height: auto;
  position: relative;
}

.review-image-services.commercial {
  background-image: url('../images/commercial3.jpg');
}

.review-image-services.high-rise {
  background-image: url('../images/high_rise17.jpeg');
}

.review-text-services {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 50px 2%;
  display: flex;
}

.review-text-services.fullsize {
  background-color: #fff;
  width: 100%;
}

.review-text-services.fullsize.white {
  color: var(--grey);
}

.services-selection-wrapper {
  max-width: 1400px;
  height: 12vw;
  max-height: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: absolute;
  top: -5vw;
  left: 0;
  right: 0;
}

.services-selection-flex {
  width: 100%;
  height: 100%;
  display: flex;
}

.services-selection-column {
  flex: 1;
  position: relative;
}

.service-selection-inner {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.service-selection-inner.residential {
  border-top: 5px solid var(--white-2);
  border-right: 5px solid var(--white-2);
  border-left: 5px solid var(--white-2);
  background-image: linear-gradient(#0006, #0006), url('../images/residential-small.jpg');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
  overflow: hidden;
}

.service-selection-inner.residential.active {
  background-image: linear-gradient(to bottom, null, null), url('../images/residential-small.jpg');
  background-position: 0 0, 0 -25px;
  text-decoration: underline;
}

.service-selection-inner.commercial {
  border-top: 5px solid var(--white-2);
  background-image: linear-gradient(#0006, #0006), url('../images/commercial-small.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .2s;
}

.service-selection-inner.commercial.active {
  text-decoration: underline;
}

.service-selection-inner.highrise {
  border-top: 5px solid var(--white-2);
  border-right: 5px solid var(--white-2);
  border-left: 5px solid var(--white-2);
  background-image: linear-gradient(#0006, #0006), url('../images/high-rise-small.jpg');
  background-position: 0 0, 50% 93%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-selection-inner.highrise.active {
  text-decoration: underline;
}

.services-slider2 {
  background-color: #0000;
  height: 250px;
  margin: 25px auto;
  display: block;
}

.services-slider2.mobile {
  display: none;
}

.left-arrow {
  color: #aaa;
  left: -80px;
}

.right-arrow {
  color: #aaa;
  right: -80px;
}

.slider-nav {
  display: none;
}

.slide-inner {
  flex-wrap: wrap;
  height: 100%;
  display: flex;
}

.slider-service-column {
  flex: 1;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.slider-service-column.middle-column-margin {
  margin-left: 20px;
  margin-right: 20px;
}

.section-about2-services {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.heading-2 {
  margin-bottom: 25px;
}

.service-slider-inner {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.service-slider-upper {
  height: 160px;
}

.service-slider-upper.window-cleaning {
  background-image: url('../images/window-cleaning-service.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-slider-upper.gutter-cleaning {
  background-image: url('../images/2016-06-15-12.03.13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-slider-upper.pressure-washing {
  background-image: url('../images/pressure-washing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-slider-upper.solar-panel {
  background-image: url('../images/solarpanel1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-slider-upper.window-tinting {
  background-image: url('../images/commercial3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-slider-upper.screen-repari {
  background-image: url('../images/railglasscleaning2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-slider-upper.construction {
  background-image: url('../images/review-residential.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-slider-upper.in-out {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-slider-upper.window-caulking {
  background-image: url('../images/commercial1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  height: 100%;
}

.service-slider-lower {
  height: 70px;
  color: var(--red);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
  box-shadow: 0 0 23px -10px #000;
}

.heading-3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.mask {
  overflow: hidden;
}

.section-projects-services {
  padding-top: 20px;
}

.box-row-projects {
  min-height: 350px;
  margin-bottom: 10px;
  display: flex;
}

.box-projects-small {
  color: #fff;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.box-projects-small.right-margin {
  margin-right: 10px;
}

.box-projects-small.right-margin.residential1 {
  background-image: url('../images/2011-07-28_11-14-40_558.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-small.right-margin.high-rise1 {
  background-image: url('../images/high_rise18.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-small.right-margin.commercial1 {
  background-image: url('../images/IMG_20130103_121756.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-small.residential4 {
  background-image: url('../images/image00030.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-small.high-rise4 {
  background-image: url('../images/high_rise_sign3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-small.commercial4 {
  background-image: url('../images/image00030.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-big {
  flex: 1;
}

.box-projects-big.residential2 {
  background-image: url('../images/image00014.jpeg');
  background-position: 50% 27%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-big.right-margin {
  margin-right: 10px;
}

.box-projects-big.right-margin.residential3 {
  background-image: url('../images/avidonly2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-big.right-margin.high-rise3 {
  background-image: url('../images/high_rise4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-big.right-margin.commercial3 {
  background-image: url('../images/2016-05-05-11.26.17.jpg');
  background-position: 56% 97%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-big.high-rise2 {
  background-image: url('../images/high_rise15.jpeg');
  background-position: 50% 27%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-big.commercial2 {
  background-image: url('../images/2010-12-24_14-24-27_663.jpg');
  background-position: 50% 62%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-projects-services {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 13px;
  padding-top: 0;
}

.service-icon-carousel {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.slider {
  background-color: #0000;
  width: 526px;
  height: 150px;
  position: absolute;
  top: 179px;
  left: -182px;
  overflow: visible;
  transform: rotate(-90deg);
}

.lightbox-holder {
  cursor: pointer;
  width: 800px;
  height: 555px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.slide-nav {
  display: none;
}

.left-arrow-2 {
  z-index: 999;
  width: 30px;
  color: var(--grey);
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  font-size: 21px;
  left: -30px;
}

.right-arrow-2 {
  z-index: 999;
  border: 1px solid var(--grey);
  width: 30px;
  color: var(--grey);
  background-color: #f0f0f0;
  font-size: 21px;
  display: none;
}

.lightbox-link {
  width: 200px;
  height: 100px;
  display: block;
}

.lightbox-link._1 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 200px;
  height: 100px;
  margin-top: 53px;
}

.lightbox-link._2 {
  background-image: url('../images/window-cleaning-service.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.slide-3 {
  justify-content: space-around;
  align-items: stretch;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  overflow: hidden;
}

.lightbox-wrapper {
  cursor: pointer;
  flex: none;
  width: 100px;
  height: 150px;
  margin-left: 5px;
  margin-right: 5px;
}

.lightbox-wrapper._3 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-wrapper._4 {
  background-image: url('../images/Window-Cleaner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-2 {
  height: 100%;
}

.lightbox {
  width: 100%;
  height: 100%;
  color: var(--grey);
  text-decoration: none;
  position: relative;
}

.lightbox.lightbox1 {
  background-image: url('../images/Window-Cleaner_1.jpg');
  background-position: 0 0;
  background-size: 800px;
  border: 1px solid #c9c9c9;
  position: absolute;
  inset: 0;
}

.div-block {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lightbox1.lightbox {
  border-style: none;
  display: block;
  inset: 0;
}

.lightbox2.lightbox {
  background-image: url('../images/review-residential.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  inset: 0;
}

.lightbox3.lightbox {
  background-image: url('../images/Window-Cleaner_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0;
}

.lightbox4.lightbox {
  background-image: url('../images/review-residential.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0;
}

.gallery-flex {
  flex-flow: row-reverse;
  justify-content: space-around;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
  overflow: hidden;
}

.div-block-2 {
  border: 1px solid #dfdfdf;
  width: 964px;
  height: 559px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 2px;
  display: block;
  position: relative;
  overflow: hidden;
}

.body-2 {
  color: var(--grey);
}

.section-we-are {
  text-align: center;
  background-image: none;
  padding-top: 45px;
  padding-bottom: 25px;
  transform: rotate(0);
}

.we-are-column-inner {
  height: 100%;
  color: var(--grey);
  text-align: center;
  padding: 20px;
  text-decoration: none;
}

.we-are-column-inner.hover {
  transition: all .2s;
}

.we-are-column-inner.hover:hover {
  transform: scale(1.06);
}

.we-are-column {
  text-align: center;
  flex: none;
  width: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
}

.section-review-services2 {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper-devider1-services {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/image00020.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 400px;
  padding: 50px 2%;
  display: block;
}

.wrapper-devider1-services.window-cleaning {
  background-image: linear-gradient(#00000096, #00000096), url('../images/about1.jpg');
  background-position: 0 0, 50% 68%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 2%;
  padding-right: 2%;
}

.wrapper-devider1-services.window-cleaning1 {
  background-image: linear-gradient(#0006, #0006), url('../images/image00037.jpg');
  background-position: 0 0, 50% 68%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 2%;
  padding-right: 2%;
}

.wrapper-devider1-services.gutter-cleaning {
  background-image: linear-gradient(#00000096, #00000096), url('../images/IMG_20130125_134536.jpg');
  background-position: 0 0, 50% 68%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 2%;
  padding-right: 2%;
}

.wrapper-devider1-services.rc1 {
  background-image: linear-gradient(#0006, #0006), url('../images/image00016.jpg');
  background-position: 0 0, 50% 68%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 2%;
  padding-right: 2%;
}

.divider-text {
  background-color: var(--blue);
  color: #fff;
  text-align: left;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  padding: 50px 2%;
  display: block;
}

.divider-text.fullsize {
  background-color: #fff;
  width: 100%;
}

.divider-text.fullsize.white {
  color: var(--grey);
}

.services-divider1 {
  color: var(--white-2);
  text-align: right;
}

.wrapper-devider2-services {
  min-height: 400px;
  padding: 50px 2%;
  display: block;
}

.wrapper-devider2-services.window-cleaning {
  background-image: linear-gradient(#00000096, #00000096), url('../images/about2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 2%;
  padding-right: 2%;
}

.wrapper-devider2-services.window-cleaning2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/slider2.jpg');
  background-position: 0 0, 50% 74%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 2%;
  padding-right: 2%;
}

.wrapper-devider2-services.gutter-cleaning2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/2016-06-08-10.59.10.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 2%;
  padding-right: 2%;
}

.wrapper-devider2-services.pressure-washing2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/image00017.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 2%;
  padding-right: 2%;
}

.wrapper-devider2-services.rc3 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/rc11.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.services-divider2 {
  color: var(--white-2);
  padding-left: 0%;
}

.service-slider-2 {
  width: 100%;
  height: 100%;
  box-shadow: none;
  color: var(--grey);
  background-color: #ecf9ff;
  padding: 25px;
}

.service-slider-inner-2 {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding: 5px;
  text-decoration: none;
}

.image-3 {
  display: block;
}

.services-slider-2 {
  background-color: #0000;
  height: 250px;
  margin: 25px auto;
  display: block;
}

.services-slider-2.desktop {
  height: 200px;
}

.services-slider-2.mobile {
  height: 200px;
  display: none;
}

.section-projects-services2 {
  padding-top: 50px;
}

.box-projects-33 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.box-projects-33.right-margin {
  width: 33%;
  margin-right: 10px;
}

.box-projects-33.right-margin.residential1 {
  background-image: url('../images/residential1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-33.right-margin.window-cleaning1 {
  background-image: url('../images/2016-01-04-09.51.05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-33.right-margin.window-cleaning2 {
  background-image: url('../images/image00028.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-33.right-margin.gutter-1 {
  background-image: url('../images/044.JPG');
  background-position: 50% 13%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-33.right-margin.gutter2 {
  background-image: url('../images/2015-04-11-18.54.04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-33.right-margin.pressure1 {
  background-image: url('../images/image00021.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-33.right-margin.pressure2 {
  background-image: url('../images/image00005.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-33.right-margin.solar1 {
  background-image: url('../images/image00021.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-33.right-margin.solar2 {
  background-image: url('../images/image00012.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-33.residential4 {
  background-image: url('../images/residential4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-33.window-cleaning3 {
  background-image: url('../images/image00007.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-33.gutter-3 {
  background-image: url('../images/IMG_20130125_134555.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-33.pressure3 {
  background-image: url('../images/image00012.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-projects-33.solar3 {
  background-image: url('../images/image00018.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.select-service-wrapper {
  width: 100%;
  margin-top: 5px;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  left: 0;
  right: 0;
}

.section-about-services2 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.select-service-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.select-service-inner {
  background-color: var(--white-2);
  flex-direction: column;
  width: 150px;
  display: flex;
}

.select-service-inner.right {
  margin-top: -3px;
}

.service-menu-link {
  background-color: var(--white-2);
  width: 100%;
  height: 100px;
  color: var(--grey);
  text-align: center;
  border: 1px solid #bebebe;
  flex: none;
  margin-top: 3px;
  font-weight: 700;
  text-decoration: none;
}

.service-menu-link:hover, .service-menu-link.w--current {
  background-color: var(--blue);
}

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

.service-link-text {
  margin-top: 5px;
}

.hover-container {
  padding: 10px;
}

.hover-container:hover {
  filter: grayscale() invert();
}

.hover-container-active {
  filter: grayscale() invert();
  padding: 10px;
}

.hover-container-active:hover {
  filter: grayscale() invert();
}

.service-menu-link-active {
  background-color: var(--blue);
  width: 20%;
  height: 80px;
  color: var(--grey);
  text-align: center;
  border: 1px solid #bebebe;
  flex: none;
  font-weight: 700;
  text-decoration: none;
}

.service-menu-link-active:hover {
  background-color: var(--blue);
}

.service-menu-link-active.w--current {
  width: 100%;
  height: 100px;
}

.section-about-us {
  background-color: #effff5;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/4services_pw.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 50px 10% 60px;
  position: relative;
}

.history-container {
  text-align: center;
}

.wrapper-believe {
  justify-content: flex-start;
  max-width: 1200px;
  height: 20vw;
  min-height: 350px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.believe-pic {
  background-image: url('../images/image00012.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 30%;
  height: 80%;
}

.believe-text {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding: 30px 50px 50px 70px;
  display: flex;
}

.section-what-we-do {
  text-align: center;
  padding-top: 50px;
}

.wrapper-what-we-do {
  max-width: 1600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.flex-what-we-do {
  display: flex;
}

.service-single-about-page {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 50px -18px var(--grey);
  color: var(--grey);
  text-align: left;
  padding: 25px;
}

.service-about-page-col {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding: 5px;
  text-decoration: none;
}

.service-about-page-wrapper {
  flex: 1;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.service-about-page-wrapper.middle-column-margin {
  margin-left: 20px;
  margin-right: 20px;
}

.section-about-us2 {
  padding: 50px 10%;
  position: relative;
}

.wrapper-vision {
  justify-content: flex-start;
  max-width: 1200px;
  height: 20vw;
  min-height: 350px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vision-text {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 30px 70px 50px 50px;
  display: flex;
}

.vision-pic {
  background-image: url('../images/vision.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 50%;
  height: 100%;
}

.vision-tabs {
  justify-content: flex-start;
  max-width: 1200px;
  height: 20vw;
  min-height: 350px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-vision-tabs {
  justify-content: flex-start;
  max-width: 1200px;
  height: 20vw;
  min-height: 350px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vision-tabs-content {
  background-image: url('../images/tabs-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 50%;
  height: 100%;
  padding: 25px;
}

.vision-tabs-menu {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  padding: 50px;
  display: flex;
}

.vision-tab-pane {
  background-color: #ffffffed;
  align-self: stretch;
  height: 100%;
  padding: 50px 25px;
}

.vision-tab-link {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  box-shadow: 0 0 15px #c3c3c3;
}

.vision-tab-link.w--current {
  background-color: var(--blue);
  color: #fff;
}

.wrapper-numbers {
  justify-content: flex-start;
  max-width: 1200px;
  height: 20vw;
  min-height: 350px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrapper-number {
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 150px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-numbers {
  height: 100%;
  display: flex;
}

.number-column {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 25px;
  display: flex;
}

.numbers-text {
  font-weight: 800;
}

.dropdown-link {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #02aced;
}

.dropdown-link.w--current {
  color: #0c51b8;
  width: 180px;
  padding-left: 11px;
}

.dropdown-list.w--open {
  text-align: center;
  background-color: #fff;
  margin-left: -49px;
  padding-top: 13px;
  top: 51px;
  box-shadow: 0 8px 24px #00000059;
}

.dropdown-link-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.vision-wrapper-normal {
  justify-content: flex-start;
  max-width: 1200px;
  height: 20vw;
  min-height: 350px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-contact-header {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.section-contact-header.residential {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/residential-header.jpg');
  background-position: 0 0, 50% 5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-contact-header.window-cleaning {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/header_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-contact-header.about-us {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/header-about.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-city-header {
  text-align: left;
  background-image: linear-gradient(#0096dadb, #0096dadb), url('../images/IMG_20130108_154935.jpg');
  background-position: 0 0, 50% 42%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 98px;
  padding-left: 10%;
  display: block;
}

.section-city-header.residential {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/residential-header.jpg');
  background-position: 0 0, 50% 5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-city-header.window-cleaning {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/header_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-city-header.about-us {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/header-about.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section {
  padding: 50px 10%;
}

.wrapper-city {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-city {
  display: flex;
}

.city-left {
  border-right: 1px solid var(--grey);
  width: 40%;
  padding-right: 50px;
}

.city-right {
  width: 60%;
  padding-left: 50px;
}

.contact-wrapper {
  color: var(--grey);
  background-color: #f5f5f5;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.contact-wrapper.big {
  align-items: flex-start;
}

.contact-text {
  flex: 1;
}

.contact-symbol {
  width: 40px;
  height: 40px;
}

.contact-symbol.fa.fa-phone {
  color: #0f67ac;
  width: 30px;
  height: 30px;
}

.contact-symbol.fa.fa-envelope-o {
  color: #0f67ac;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 20px;
  display: flex;
}

.contact-symbol.fa.fa-location {
  width: 30px;
  height: 30px;
  color: var(--red);
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-symbol.fa.fa-map-marker {
  color: #0f67ac;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 20px;
  display: flex;
}

.contact-symbol.fa.fa-plus {
  width: 30px;
  height: 30px;
  color: var(--red);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 20px;
  display: flex;
}

.contact-symbol.fa.fa-clock-o {
  color: #0f67ac;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 20px;
  display: flex;
}

.city-map-wrapper {
  border-bottom: 1px solid var(--grey);
  padding-bottom: 25px;
}

.city-service-wrapper {
  display: flex;
}

.wrapper-city-service {
  background-color: var(--medium-spring-green);
  color: var(--white);
  align-items: center;
  margin-bottom: 2px;
  padding: 5px 10px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.image-5, .image-city {
  width: 100%;
}

.section-locations {
  padding: 50px 10%;
}

.location.question {
  font-weight: 600;
}

.location.answer {
  border: 1px solid var(--grey);
  text-align: left;
  border: 1px solid #525252;
  border-top-style: none;
  padding: 20px;
  font-weight: 400;
}

.location.answer.first-answer {
  text-align: left;
}

.location.question {
  margin-bottom: 17px;
  font-weight: 600;
}

.location-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}

.city-link {
  color: var(--grey);
  margin-left: 5px;
  margin-right: 5px;
}

.location-flex {
  display: flex;
}

.location-flex.question {
  border: 1px solid var(--grey);
  justify-content: space-between;
  align-items: center;
  height: 40px;
  font-weight: 600;
}

.location-flex.question.first {
  background-color: var(--blue);
  color: var(--white-2);
}

.location-flex.answer {
  padding: 10px;
  font-weight: 400;
}

.location-flex.question {
  color: #2468ee;
  border: 1px solid #525252;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  font-weight: 600;
}

.location-head-wrapper {
  color: #525252;
  cursor: pointer;
  background-color: #fff;
}

.location-head-wrapper.question {
  padding: 10px;
  font-weight: 600;
}

.location-head-wrapper.answer {
  padding: 10px;
  font-weight: 400;
}

.location-head-wrapper.first {
  background-color: var(--medium-spring-green);
  color: var(--white-2);
}

.location-city {
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.location-plus {
  width: 30px;
  height: 30px;
}

.location-plus.fa.fa-plus.first, .location-plus.fa.fa-plus.location-plus-first {
  display: flex;
}

.location-plus.fa.fa-plus {
  border-left: 1px #525252;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.location-plus.fa.fa-plus.location-plus-first {
  display: flex;
}

.location-minus {
  width: 30px;
  height: 30px;
}

.location-minus.fa.fa-minus.first, .location-minus.fa.fa-minus.location-minus-first {
  display: flex;
}

.location-minus.fa.fa-minus {
  border-left: 1px #525252;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.location-minus.fa.fa-minus.location-minus-first {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.contact-big-subtext {
  font-weight: 400;
}

.text-contact {
  margin-top: 30px;
}

.textarea {
  min-height: 100px;
}

.success-message {
  border-bottom: 1px solid var(--grey);
  background-color: #fff;
}

.select-field {
  background-color: #fff;
}

.section-contact {
  padding: 50px 10%;
}

.faqs-wrapper {
  margin-top: 47px;
}

.faq-tabs {
  width: 100%;
  display: flex;
}

.faq-tab-content {
  background-image: linear-gradient(#ffffff6e, #ffffff6e), url('../images/tabs-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: none;
  width: 50%;
  margin-left: 15px;
  padding: 26px;
}

.faq-tab-menu {
  flex-direction: column;
  flex: none;
  width: 50%;
  display: flex;
}

.faq-tab-link {
  border: 1px solid var(--grey);
  background-color: var(--white-2);
  font-weight: 600;
}

.faq-tab-link.w--current {
  background-color: var(--blue);
  color: var(--white-2);
}

.tab-link {
  background-color: var(--blue);
}

.tab-pane {
  text-align: center;
  background-color: #ffffffe8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 17px;
  display: flex;
}

.faq-headline {
  color: var(--blue);
  margin-bottom: 15px;
  font-weight: 600;
}

.wrapper-faqs {
  justify-content: flex-start;
  max-width: 1600px;
  height: auto;
  min-height: 350px;
  margin: 50px auto 16px;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.faq-tab {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: auto;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-tabs-content {
  background-image: url('../images/header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 40%;
  height: 100%;
  padding: 25px;
}

.faq-tabs-menu {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  padding-left: 0;
  padding-right: 50px;
  display: flex;
}

.section-why-choose-header {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 100px;
  display: flex;
}

.section-why-choose-header.residential {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/residential-header.jpg');
  background-position: 0 0, 50% 5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-why-choose-header.window-cleaning {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/header_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-why-choose-header.about-us {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/header-about.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-why-choose-header.why-choose-us {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/image00009.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-paragraph-choose {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.wrapper-choose-flex {
  display: flex;
}

.choose-textblock {
  flex: 1;
  padding-right: 50px;
}

.choose-img {
  flex: none;
  width: 200px;
}

.wrapper-divider1-choose {
  background-image: linear-gradient(270deg, #0096dac2, #00000045 100%, #0000), url('../images/image00028.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 400px;
  padding: 50px 2%;
  display: block;
}

.wrapper-divider1-choose.window-cleaning, .wrapper-divider1-choose.window-cleaning1 {
  background-image: linear-gradient(#00000096, #00000096), url('../images/about1.jpg');
  background-position: 0 0, 50% 68%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 2%;
  padding-right: 2%;
}

.choose-divider-text-wrapper {
  color: var(--white-2);
}

.choose-divider-text {
  width: 500px;
  color: var(--grey);
  background-color: #ffffffde;
  padding: 25px;
  display: block;
}

.choose-bullet-flex-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  display: flex;
}

.chooses-plus {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.chooses-plus.fa.fa-plus {
  color: #3ac1eb;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.wrapper-divider2-choose {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image00021.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 400px;
  padding: 50px 2%;
  display: block;
}

.wrapper-divider2-choose.window-cleaning, .wrapper-divider2-choose.window-cleaning1 {
  background-image: linear-gradient(#00000096, #00000096), url('../images/about1.jpg');
  background-position: 0 0, 50% 68%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 2%;
  padding-right: 2%;
}

.choose-review-block {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 2%;
  display: flex;
}

.choose-review-block.fullsize {
  background-color: #fff;
  width: 100%;
}

.choose-review-block.fullsize.white {
  color: var(--grey);
}

.choose-review-wrapper {
  min-height: 400px;
  display: flex;
}

.section-gallery {
  padding: 50px 10%;
}

.tabs-menu {
  width: 964px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gallery-tab-menu {
  width: 100%;
  max-width: 1000px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-tab-link {
  border: 1px solid var(--grey);
  background-color: var(--white-2);
  width: 20%;
  color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-tab-link.w--current {
  background-color: var(--blue);
  color: var(--white-smoke);
}

.gallery-tab-link._2 {
  background-image: url('../images/gutter-cleaning_1gutter-cleaning.png');
  background-position: 50% 29%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.gallery-tab-link._3 {
  background-image: url('../images/pressure-washing_1pressure-washing.png');
  background-position: 50% 29%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.gallery-tab-link._4 {
  background-image: url('../images/solar_1solar.png');
  background-position: 50% 29%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.gallery-tab-link._5 {
  background-image: url('../images/roof-cleaning_1roof-cleaning.png');
  background-position: 50% 29%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.gallery-tab-link._1 {
  background-image: url('../images/Icon_1Icon.png');
  background-position: 50% 29%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.gallery-tab-name {
  text-align: center;
  font-weight: 600;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}

.gallery {
  display: none;
}

.gallery-wrapper {
  width: auto;
  max-width: 900px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-reviews {
  background-image: linear-gradient(#ffffffc9, #ffffffc9), url('../images/2011-07-22_12-51-54_82.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 500px;
  padding: 100px 2%;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.div-block-4 {
  background-color: #ffffffe3;
  border-radius: 10px;
  padding: 25px;
}

.read-more-link-wrapper {
  transition: all .2s;
}

.read-more-link-wrapper:hover {
  transform: scale(1.09);
}

.text-block-3 {
  max-width: 1600px;
  margin-bottom: 34px;
}

.wrapper-services-overview {
  z-index: 100;
  display: flex;
  position: fixed;
  top: 293px;
  left: 0;
}

.upengine-link-wrapper {
  cursor: pointer;
  transition: all .2s;
}

.upengine-link-wrapper:hover {
  transform: scale(1.09);
}

.residential {
  background-image: linear-gradient(#1414148f, #1414148f), url('../images/residential-small.jpg');
  background-position: 0 0, 50% 24%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.service-cat-img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -41px;
}

.service-cat {
  background-image: linear-gradient(#1414148f, #1414148f), url('../images/residential-small.jpg');
  background-position: 0 0, 50% 24%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-service-img {
  background-color: #0096daad;
  position: absolute;
  inset: 0;
}

.dropdown-menulink {
  color: #000;
  text-decoration: none;
}

.dropdown-menulink:hover {
  color: var(--white-2);
}

.change-service-button {
  background-color: var(--blue);
  width: 150px;
  height: auto;
  color: var(--white-2);
  cursor: pointer;
  padding: 11px;
  position: absolute;
  top: -44px;
  left: 0;
  right: -185px;
}

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

.div-block-6 {
  flex: none;
  width: 50px;
  height: 50px;
}

.text-block-6 {
  flex: 1;
}

.service-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 17px;
  display: block;
  position: relative;
}

.service-icon-img-red {
  position: absolute;
}

.service-icon-img-white {
  display: none;
  position: absolute;
}

.gallery-row-small {
  height: 20vw;
  display: flex;
}

.gallery-column-1 {
  flex: none;
  width: 33.33%;
}

.gallery-column-3 {
  flex: none;
  width: 66.66%;
}

.gallery-row-big {
  height: 40vw;
  display: flex;
}

.column-divider-vertical {
  width: 100%;
  height: 100%;
  display: flex;
}

.single-vertical {
  flex: 1;
}

.single-vertical._1, .single-vertical.std {
  flex: none;
  width: 50%;
}

.column-divider-horizontal {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.single-horizontal {
  flex: 1;
}

.single-horizontal.flat {
  flex: none;
  height: 10vw;
}

.single-block {
  width: 100%;
  height: 100%;
  padding: 7px;
}

.single-block._1, .single-block._2 {
  height: 20vw;
}

.single-block._3, .single-block._4 {
  height: 10vw;
}

.single-block._5, .single-block._6 {
  height: 20vw;
}

.single-block._7 {
  height: 40vw;
}

.single-block._8, .single-block._9 {
  height: 20vw;
}

.single-block._10, .single-block._11 {
  height: 10vw;
}

.gallery-wrapper-std {
  cursor: default;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-6 {
  width: 100%;
}

.image-7 {
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.gallery-image {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: none;
  min-height: 100%;
  transition: all .2s;
  position: static;
}

.gallery-image:hover {
  transform: scale(1.17);
}

.gallery-image.middle {
  position: relative;
  top: -19%;
}

.pagination {
  text-align: center;
  margin-top: 49px;
}

.container-gallery {
  max-width: none;
  margin-left: 7%;
  margin-right: 7%;
  display: block;
}

.page-load-status {
  text-align: center;
  margin-top: 21px;
  display: none;
}

.text-block-7 {
  margin-bottom: 17px;
}

.text-block-8 {
  color: #0171bb;
}

.text-block-9 {
  color: #0068b4;
}

.div-block-8 {
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
  display: block;
  position: relative;
}

.column-2-copy {
  background-image: url('../images/2015-11-06-12.32.49.jpg');
  background-position: 17%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.column-23 {
  background-image: url('../images/2016-06-15-12.03.13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.standard-paragraph {
  color: #000;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
  display: block;
}

.column-3-copy {
  background-color: #006ce0;
  flex-flow: row;
  place-content: center space-around;
  align-items: stretch;
  height: 100%;
  padding: 25px;
  display: flex;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
}

.scrolling-image-block {
  background-image: url('../images/14940007_678794955613009_6506132200741618680_o.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
  transition: all .5s;
  position: absolute;
  inset: 0;
}

.column-copy {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.row-copy-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.heading-copy {
  text-align: center;
  flex: 0 auto;
  margin-top: 56px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 41px;
  display: flex;
}

.image-20 {
  width: 15%;
  position: relative;
  bottom: 0;
  right: 0;
}

.image-21 {
  width: 10%;
  position: relative;
  top: 0;
  right: 0;
}

.text-block-10 {
  color: var(--white);
}

.text-block-11 {
  color: var(--white);
  padding-top: 20px;
  padding-left: 20px;
}

.text-block-12 {
  color: var(--white);
}

.our-methods__right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.our-methods__left {
  flex-direction: column;
  justify-content: center;
  max-width: 370px;
  margin-left: 75px;
  display: flex;
}

.blue-button {
  background-color: var(--dodger-blue);
  text-align: center;
  border: 2px #0000;
  border-radius: 30px;
  width: 100%;
  max-width: 240px;
  height: 60px;
  padding-top: 19px;
  font-weight: 700;
  transition: all .2s linear;
}

.blue-button:hover {
  color: #1266d7;
  background-color: #fff;
  background-image: none;
  border: 2px solid #1266d7;
  padding-top: 16px;
  font-size: 18px;
}

.container-2 {
  z-index: 10;
  justify-content: center;
  max-width: 1140px;
  margin: 80px auto;
  position: relative;
}

.our-methods-row {
  justify-content: space-between;
  display: flex;
}

.heading-5 {
  z-index: 20;
  color: #3b393a;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.heading-5.heading__exp {
  text-align: left;
  margin-bottom: 27px;
  line-height: 1.4;
}

.heading-5.heading__faqs {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

.heading-5.heading__detailed-art {
  z-index: 5;
  text-align: left;
  margin-top: 0;
  position: relative;
}

.h2-description {
  margin-bottom: 32px;
  line-height: 1.7;
}

.awesome-image {
  border: 4px solid #f8f8ff;
  border-radius: 12px;
  width: 400px;
  max-width: 400px;
  position: relative;
}

.awesome-image.awesome-image__7 {
  border-color: #fff;
  margin-top: -70px;
  right: -60px;
}

.awesome-image.awesome-image__6 {
  border-color: #fff;
  right: 140px;
}

.text-block-13 {
  width: 100%;
  color: var(--white);
  margin-top: 26px;
  margin-bottom: 61px;
  margin-left: 0;
  padding-left: 21px;
  padding-right: 21px;
}

.h2-white {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 43px;
}

.blue-button-2 {
  text-align: center;
  background-color: #ffffff30;
  border: 2px #0000;
  border-radius: 30px;
  width: 100%;
  max-width: 200px;
  height: 50px;
  margin-top: 27px;
  padding-top: 15px;
  font-weight: 700;
  transition: all .2s linear;
}

.blue-button-2:hover {
  border: 2px none var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: #fff;
  background-image: none;
  padding-top: 16px;
  font-size: 18px;
}

.services-wrapper {
  justify-content: space-between;
  width: 700px;
  margin-top: 61px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  text-align: center;
  cursor: pointer;
  background-color: #2468ee;
  border: 2px #2b97dc;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s;
  display: flex;
  position: relative;
}

.button-2:hover {
  color: #2468ee;
  background-color: #fff;
  border-style: solid;
  border-color: #2468ee;
  font-size: 1.4em;
}

.button-2.w--current {
  border-width: 2px;
  font-family: Open Sans, sans-serif;
}

.button-2.w--current:hover {
  color: #fff;
  background-color: #2b97dc73;
}

.button-2.large {
  width: 300px;
  color: var(--dodger-blue);
  background-color: #ffffffad;
  border-style: none;
  border-color: #fff;
  border-radius: 25px;
}

.button-2.large:hover {
  background-color: var(--dodger-blue);
  color: #fff;
  border-color: #2485ee;
}

.services-column-inner-1 {
  height: 100%;
  color: var(--grey);
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(#00000021, #00000080), url('../images/image00007.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 40px 20px 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 7px 21px -4px #0000001a;
}

.services-column-inner-1:hover {
  transform: scale(1.11);
}

.services-column-inner-2 {
  height: 100%;
  color: var(--grey);
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(#00000021, #00000080), url('../images/image00016.jpeg');
  background-position: 0 0, -109px -13px;
  background-size: auto, 500px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 20px 40px 20px 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 7px 21px -4px #0000001a;
}

.services-column-inner-2:hover {
  transform: scale(1.11);
}

.section-2 {
  margin-top: 155px;
  margin-bottom: 159px;
}

.faqs-link {
  color: #3b393a;
  font-weight: 700;
  text-decoration: none;
  transition: color .11s;
}

.faqs-link:hover {
  color: #0979e0;
}

.heading-info {
  text-align: center;
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 1.7;
}

.faqs-item {
  border-bottom: 2px solid #eef4f9;
  width: 100%;
  padding-right: 30px;
}

.faqs-item-tab__icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  position: relative;
}

.container-3 {
  z-index: 10;
  justify-content: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faqs-item-pane {
  margin-bottom: 28px;
  padding-left: 50px;
  line-height: 1.7;
}

.plus-element {
  background-color: #02ce69;
  border-radius: 5px;
  width: 100%;
  max-width: 30px;
  height: 5px;
  position: absolute;
  top: 13px;
}

.plus-element.plus-element__vertical {
  transform: rotate(90deg);
}

.faqs-item-tab {
  cursor: pointer;
  align-items: flex-start;
  margin-top: 23px;
  margin-bottom: 23px;
  display: flex;
}

.faqs-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faqs-item-tab__heading {
  flex: 1;
  margin-top: 2px;
  font-size: 18px;
  font-weight: 700;
  transition: color .11s;
}

.faqs-item-tab__heading:hover {
  color: #1882f5;
}

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

.checkbox-list-item-description-block {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkbox-list-item__icon {
  background-color: #02ce69;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: -6px;
  margin-right: 12px;
  display: flex;
}

.blue-button-3 {
  text-align: center;
  background-color: #9448fc;
  background-image: linear-gradient(73deg, #605fdd 7%, #8119aa 46%, #9a2494 67%, #d4289bde);
  border: 2px #0000;
  border-radius: 30px;
  width: 100%;
  max-width: 240px;
  height: 60px;
  padding-top: 19px;
  font-weight: 700;
  transition: all .2s linear;
}

.blue-button-3:hover {
  color: #7736cf;
  background-color: #fff;
  background-image: none;
  border: 2px solid #7736cf;
  padding-top: 16px;
  font-size: 18px;
}

.checkbox-list-item__description {
  display: block;
}

.our-adv-heading__bg {
  z-index: 1;
  opacity: .05;
  width: 108px;
  margin-top: -31px;
  margin-left: -39px;
  position: absolute;
  top: 0;
  left: 0;
}

.our-adv-list {
  z-index: 5;
  cursor: default;
  margin-bottom: 15px;
  position: relative;
}

.checkbox-list-item {
  margin-bottom: 20px;
  display: flex;
}

.our-adv-heading {
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
}

.our-adv-row__left {
  flex-direction: column;
  justify-content: center;
  max-width: 970px;
  margin-bottom: 60px;
  margin-left: 0;
  display: flex;
}

.checkbox-list-item__checkbox-icon {
  width: 15px;
}

.wrapper-divider1-choose-commercial {
  background-image: url('../images/2011-07-22_12-51-54_82.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  padding: 50px 2%;
  display: block;
}

.wrapper-divider1-choose-commercial.window-cleaning, .wrapper-divider1-choose-commercial.window-cleaning1 {
  background-image: linear-gradient(#00000096, #00000096), url('../images/about1.jpg');
  background-position: 0 0, 50% 68%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 2%;
  padding-right: 2%;
}

.text-block-14 {
  padding-right: 0;
}

.text-block-15 {
  padding-top: 13px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-16 {
  text-align: left;
  padding-left: 505px;
}

.text-block-18 {
  margin-left: 0;
}

.text-block-19 {
  text-align: left;
  margin-left: 0;
  margin-right: 300px;
}

.text-block-20 {
  text-align: right;
  margin-left: 483px;
  margin-right: 0;
}

.unordered-list {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.text-block-22 {
  float: none;
  width: 400px;
}

.text-block-23 {
  text-align: left;
  width: 400px;
}

.text-block-24 {
  text-align: left;
}

.link {
  text-decoration: none;
  display: block;
}

.location-city-2 {
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.list-item {
  margin-bottom: 10px;
}

.tabs-menu-2 {
  text-align: center;
  margin-top: 25px;
}

.location-head-wrapper-2 {
  color: #525252;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px #000;
}

.location-head-wrapper-2.first {
  color: #2468ee;
  background-color: #0000;
}

.pricing-tab-link {
  background-color: #fff;
  border: 2px solid #aeaeae;
  border-radius: 10px;
  transition: all .2s;
}

.pricing-tab-link:hover {
  color: #fff;
  background-color: #2468ee;
}

.pricing-tab-link.w--current {
  color: #fff;
  background-color: #2468ee;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.h3-2 {
  z-index: 50;
  text-align: right;
  margin-left: 0;
  font-weight: 500;
  position: relative;
}

.h3-2.service-headline {
  color: #000;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.h3-2.we-areheadline {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.h3-2.piclink {
  text-align: center;
  padding-top: 35px;
  position: absolute;
  inset: 0;
}

.h3-2.acitve, .h3-2.active {
  text-decoration: underline;
}

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

.c-home2-b1-2 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 13px;
  padding-top: 1px;
  display: flex;
}

.h3-big-2 {
  color: var(--dodger-blue);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
}

.home2__txt-medium {
  color: var(--grey);
  text-align: center;
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: 700;
}

.home2__separator {
  background-color: #e2e2e2;
  width: 80%;
  height: 1px;
}

.section-3 {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.section-3.service-page4 {
  background-image: url('../images/image00016.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 160px;
  padding-bottom: 90px;
}

.section-3.home2 {
  padding-top: 160px;
  padding-bottom: 90px;
  overflow: hidden;
}

.section-3.get-a-quote {
  background-color: #006ab6;
  background-image: url('../images/dots-bg.png');
  background-position: 50% 100%;
  background-size: 1440px;
  background-attachment: scroll;
  padding-top: 130px;
  padding-bottom: 110px;
}

.section-3.home6 {
  padding-top: 160px;
  padding-bottom: 90px;
}

.c-1140 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.c-1140.service-page5 {
  color: #fff;
  text-align: center;
}

.c-1140.home2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.c-1140.home7 {
  text-align: center;
  flex-direction: row;
  display: flex;
}

.c-1140.home6 {
  flex-direction: row;
  display: flex;
}

.icon-quote {
  color: #006ab6;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  top: 24px;
  left: 25px;
}

.icon-quote.detail {
  color: #2dca73;
  position: relative;
  top: -103px;
  left: 0;
  transform: rotate(180deg);
}

.h2-2 {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 44px;
}

.h2-2.margin-bottom {
  color: #459ce7;
  margin-bottom: 60px;
}

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

.h2-2.white {
  color: #fff;
  text-align: left;
}

.h2-2.white.home6 {
  margin-right: 20px;
}

.green-link {
  color: #2dca73;
  justify-content: center;
  margin-top: 37px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.green-link:hover {
  color: #2eda7b;
}

.text-block-27 {
  margin-bottom: 20px;
}

.clients-think-carousel__slide {
  text-align: center;
  cursor: grab;
  background-color: #fff;
  border: 1px solid #c1ccd5;
  border-radius: 8px;
  min-height: 280px;
  margin-top: 16px;
  padding: 60px 30px;
  transition: transform .2s;
  position: relative;
}

.clients-think-carousel__slide:hover {
  transform: scale(.98);
}

.clients-think-carousel__slide.blue {
  background-color: #006ab6;
  border-style: none;
  max-width: 640px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px;
  transition: none;
  display: block;
}

.clients-think-carousel__slide.blue:hover {
  transform: none;
}

.dotted-frame-col__txt {
  line-height: 21px;
}

.dotted-frame-col {
  justify-content: center;
  align-items: center;
  padding-right: 70px;
  display: flex;
}

.dotted-frame-col.last {
  padding-right: 0;
}

.home2-col3 {
  width: 230px;
  max-width: 230px;
  padding-top: 149px;
  padding-bottom: 0;
  position: relative;
}

.home2-h4 {
  color: #006ab6;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 31px;
}

.dotted-frame {
  background-color: #fff;
  border: 1px dotted #aeaeae;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 10px 30px #0000001a;
}

.home2-col1 {
  width: 230px;
  max-width: 230px;
  padding-top: 149px;
  padding-bottom: 0;
  position: relative;
}

.c-home2-b1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-dotted-frame {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.list-item-2 {
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.home2-col2 {
  max-width: 70%;
  position: relative;
}

.dotted-frame-col__img {
  margin-right: 10px;
}

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

.home2-col1__img {
  width: 1467px;
  max-width: 1467px;
  position: absolute;
  top: 0;
  right: 30px;
  transform: rotate(-7deg);
}

.home2-col3__img {
  z-index: -1;
  width: 355px;
  max-width: none;
  position: absolute;
  top: 29px;
  left: -14px;
}

.home2-b1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.list-item-icon {
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-right: 12px;
  display: flex;
}

.list-item__text {
  text-align: left;
  flex: 1;
  font-size: 20px;
}

.h3-big {
  color: #000;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #2dca73;
  border-radius: 34px;
  min-width: 182px;
  height: 48px;
  padding: 10px 20px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s;
}

.button-3:hover {
  transform: scale(1.05);
}

.button-3.mint {
  cursor: pointer;
}

.button-3.outline {
  color: #2dca73;
  background-color: #0000;
  border: 1px solid #2dca73;
}

.text-under-heading {
  justify-content: center;
  max-width: 800px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.service-card__img {
  position: relative;
}

.b1-service-card-wide {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.service-card-wide {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: transform .2s;
  position: relative;
}

.service-card-wide:hover {
  transform: scale(.98);
}

.home6-col1 {
  width: 50%;
  padding-right: 70px;
}

.home6-col2 {
  width: 50%;
  padding-left: 30px;
}

.services-column-inner-4 {
  height: 100%;
  color: var(--grey);
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(#00000021, #00000080), url('../images/2016-06-15-12.03.13.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 40px 20px 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 7px 21px -4px #0000001a;
}

.services-column-inner-4:hover {
  transform: scale(1.11);
}

.text-block-28 {
  text-align: left;
  padding-left: 0;
}

.text-block-29 {
  text-align: left;
}

.box-on-top-1 {
  color: var(--white-2);
  justify-content: flex-end;
  display: flex;
}

.box-on-box-1 {
  background-color: var(--medium-spring-green);
  width: 500px;
  color: var(--white);
  padding: 25px;
  display: block;
}

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

.html-embed {
  margin-top: 100px;
  margin-bottom: 100px;
}

.html-embed-2 {
  margin-top: 40px;
}

.choose-divider-text1 {
  background-color: var(--dodger-blue);
  width: 500px;
  color: var(--white);
  padding: 25px;
  display: block;
}

.div-block-18 {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.h2-copy {
  color: var(--grey);
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 43px;
}

.h2-white-center {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 43px;
}

.text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35 {
  color: var(--white);
}

.services-divider1-commercial {
  color: var(--white-2);
  text-align: left;
}

.h2-3 {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 44px;
}

.h2-3.margin-bottom {
  color: var(--white);
  margin-bottom: 60px;
}

.h2-3.center {
  text-align: center;
}

.h2-3.white {
  color: #fff;
  text-align: left;
}

.h2-3.white.home6 {
  margin-right: 20px;
}

.h1-city {
  color: #fff;
  margin-top: 240px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.h1-city.test {
  font-weight: 600;
}

.h1-city.black {
  color: var(--white);
  margin-top: 82px;
  font-size: 40px;
  line-height: 65px;
}

.text-block-38 {
  text-align: left;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.map, .map-2, .map-3 {
  filter: grayscale();
}

.text-block-39 {
  color: var(--white);
}

.h3-wcu {
  z-index: 50;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Pacifico, sans-serif;
  font-size: 30px;
  font-weight: 500;
  position: relative;
}

.h3-wcu.service-headline {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.h3-wcu.we-areheadline {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.h3-wcu.piclink {
  text-align: center;
  padding-top: 35px;
  position: absolute;
  inset: 0;
}

.h3-wcu.acitve, .h3-wcu.active {
  text-decoration: underline;
}

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

@media screen and (max-width: 991px) {
  .section-header {
    height: 500px;
  }

  .nav-link {
    color: #fff;
    display: block;
  }

  .navbar-claim-wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .navbar-claim-text {
    text-align: right;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .h1 {
    margin-top: 251px;
    font-size: 40px;
  }

  .h1.black {
    margin-top: 40px;
    padding-bottom: 10px;
  }

  .button.button-red-bg, .button.button-red-bg-right {
    text-align: center;
    margin-left: 0;
  }

  .dropdown {
    position: relative;
  }

  .icon {
    color: #fff;
  }

  .content-container {
    width: 95%;
  }

  .services-column {
    width: 25%;
  }

  .services-column-inner {
    padding-right: 10px;
  }

  .h3 {
    text-align: left;
    margin-left: 0;
  }

  .h3.service-headline {
    margin-left: 0;
    font-size: 12px;
  }

  .box-row-homepage.slide-left, .box-row-homepage.slide-right {
    opacity: 1;
    transform: none;
  }

  .read-more-textlink {
    color: #119445;
  }

  .menu-button {
    color: var(--grey);
  }

  .menu-button.w--open {
    color: var(--red);
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--grey);
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-block {
    color: #fff;
  }

  .mobile-fixed-claim {
    display: none;
  }

  .mobile-callus, .mobile-writeus {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .section-services-header.residential, .section-services-header.window-cleaning, .section-services-header.about-us, .section-services-header.high-rise, .section-services-header.commercial, .section-services-header.gutter-cleaning, .section-services-header.pressure-washing, .section-services-header.solar-panel, .section-services-header.roof-cleaning, .section-services-header.rc-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/residential-header.jpg');
    background-position: 0 0, 0 143px;
    height: 500px;
  }

  .services-selection-wrapper {
    position: relative;
  }

  .about-container-services {
    text-align: center;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .wrapper-devider1-services.window-cleaning1, .wrapper-devider1-services.rc1 {
    background-image: linear-gradient(#000000ad, #000000ad), url('../images/IMG_20130131_150805.jpg');
    background-position: 0 0, 50% 68%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .services-divider1 {
    text-align: left;
  }

  .wrapper-devider2-services.window-cleaning2, .wrapper-devider2-services.rc3 {
    background-image: linear-gradient(#00000082, #00000082), url('../images/2015-07-17-12.22.30.jpg');
  }

  .section-about-services2 {
    padding-top: 40px;
  }

  .section-about-us {
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .wrapper-believe {
    flex-wrap: wrap;
    height: auto;
  }

  .believe-pic {
    width: 100%;
    height: 350px;
  }

  .believe-text {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .flex-what-we-do {
    flex-wrap: wrap;
    display: block;
  }

  .section-about-us2 {
    padding-top: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .vision-text {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .vision-pic {
    width: 100%;
    height: 350px;
  }

  .vision-tabs {
    flex-wrap: wrap-reverse;
    height: auto;
  }

  .wrapper-vision-tabs {
    height: auto;
  }

  .vision-tabs-content, .vision-tabs-menu {
    width: 100%;
  }

  .vision-tab-pane {
    text-align: center;
  }

  .vision-wrapper-normal {
    text-align: center;
    flex-wrap: wrap;
    height: auto;
  }

  .section-contact-header.residential, .section-contact-header.window-cleaning, .section-contact-header.about-us {
    background-image: linear-gradient(to bottom, null, null), url('../images/residential-header.jpg');
    background-position: 0 0, 0 143px;
    height: 500px;
  }

  .section-city-header {
    padding-top: 200px;
  }

  .section-city-header.residential, .section-city-header.window-cleaning, .section-city-header.about-us {
    background-image: linear-gradient(to bottom, null, null), url('../images/residential-header.jpg');
    background-position: 0 0, 0 143px;
    height: 500px;
  }

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

  .flex-city {
    flex-wrap: wrap-reverse;
  }

  .city-left {
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

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

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

  .section-locations, .section-contact {
    padding-left: 2%;
    padding-right: 2%;
  }

  .wrapper-faqs {
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  .faq-tab {
    flex-wrap: wrap;
    height: auto;
    display: none;
  }

  .faq-tabs-content, .faq-tabs-menu {
    width: 100%;
  }

  .section-why-choose-header.residential, .section-why-choose-header.window-cleaning, .section-why-choose-header.about-us, .section-why-choose-header.why-choose-us {
    background-image: linear-gradient(to bottom, null, null), url('../images/residential-header.jpg');
    background-position: 0 0, 0 143px;
    height: 500px;
  }

  .wrapper-choose-flex {
    flex-wrap: wrap-reverse;
  }

  .choose-textblock {
    text-align: center;
    flex: none;
    width: 100%;
  }

  .choose-img {
    margin: 22px auto 23px;
    display: block;
  }

  .wrapper-divider1-choose {
    background-image: linear-gradient(270deg, #000000ad, #0000004a 75%), url('../images/image00030.jpeg');
    background-position: 0 0, 79%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .choose-bullet-flex-wrapper {
    padding-left: 0;
  }

  .section-gallery {
    padding-left: 2%;
    padding-right: 2%;
  }

  .dropdown-2 {
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .dropdown-toggle {
    color: #fff;
  }

  .dropdown-list-2 {
    background-color: var(--white-smoke);
  }

  .services-dd-link {
    text-align: center;
    font-weight: 600;
  }

  .services-dd-link:hover, .services-dd-link.w--current {
    color: var(--red);
  }

  .text-block-4 {
    background-color: var(--medium-spring-green);
    color: var(--white-2);
    background-image: url('../images/5a1dd5a4d4c92f0001f0ad20_dropdown-icon.svg');
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: 35px;
    border-radius: 10px;
    margin-bottom: 8px;
    padding: 18px;
    font-weight: 700;
  }

  .div-block-5 {
    cursor: pointer;
  }

  .column-2-copy {
    background-image: url('../images/14940007_678794955613009_6506132200741618680_o.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 auto;
  }

  .heading-4, .heading-copy {
    font-size: 1.6em;
    line-height: 30px;
  }

  .text-block-11 {
    display: none;
  }

  .our-methods__right {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-methods__left {
    max-width: none;
    margin-bottom: 68px;
    margin-left: 0;
  }

  .blue-button {
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    font-size: 14px;
    display: block;
  }

  .blue-button:hover {
    font-size: 16px;
  }

  .our-methods-row {
    flex-direction: column;
    align-items: stretch;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .heading-5.heading__exp {
    text-align: center;
  }

  .heading-5.heading__faqs {
    margin-top: 10px;
  }

  .h2-description {
    text-align: center;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .awesome-image {
    border-style: none;
    border-radius: 8px;
    width: 33.333%;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .awesome-image.awesome-image__7 {
    width: 50%;
    margin-top: 0;
    margin-right: 0;
    right: 0;
  }

  .awesome-image.awesome-image__6 {
    width: 50%;
    margin-left: 0;
    right: 0;
  }

  .text-block-13 {
    width: 600px;
    margin-left: 83px;
  }

  .blue-button-2 {
    height: 54px;
    margin-bottom: 169px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    font-size: 14px;
    display: block;
  }

  .blue-button-2:hover {
    font-size: 16px;
  }

  .services-column-inner-1 {
    padding-right: 10px;
  }

  .services-column-inner-2 {
    background-position: 0 0, 50%;
    padding-right: 10px;
  }

  .section-2 {
    margin-top: 76px;
    margin-bottom: 159px;
  }

  .heading-info {
    font-size: 18px;
  }

  .faqs-block {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .checkbox-list-item__icon {
    flex-flow: column;
  }

  .blue-button-3 {
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    font-size: 14px;
    display: block;
  }

  .blue-button-3:hover {
    font-size: 16px;
  }

  .blue-button-3.blue-button__in-list {
    margin-left: 0;
    margin-right: 0;
  }

  .our-adv-list {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .our-adv-heading {
    flex: 0 auto;
    max-width: 640px;
    padding-right: 40px;
  }

  .our-adv-row__left {
    max-width: none;
    margin-top: 11px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .text-block-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-16 {
    text-align: right;
    padding-left: 400px;
    padding-right: 0;
  }

  .text-block-17 {
    text-align: left;
  }

  .text-block-18 {
    margin-left: 10px;
  }

  .text-block-19 {
    margin-left: 0;
  }

  .text-block-20 {
    text-align: left;
    margin-left: auto;
    margin-right: 0;
  }

  .unordered-list {
    margin-left: 0;
  }

  .h3-2 {
    text-align: left;
  }

  .h3-big-2 {
    font-size: 42px;
  }

  .home2__txt-medium {
    font-size: 20px;
  }

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

  .section-3.service-page4 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section-3.home2 {
    padding: 90px 20px 60px;
  }

  .section-3.get-a-quote {
    background-size: 1000px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .c-1140.home2, .c-1140.home7 {
    flex-direction: column;
  }

  .h2-2 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .h2-2.white.home6 {
    margin-right: 0;
  }

  .dotted-frame-col {
    padding-left: 40px;
    padding-right: 20px;
  }

  .home2-col3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-top: 130px;
    display: flex;
  }

  .home2-col1 {
    display: none;
  }

  .home2-col2 {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home2-col3__img {
    margin-left: -113px;
    left: 50%;
  }

  .list-item__text {
    flex: 0 auto;
  }

  .h3-big {
    margin-bottom: 0;
    font-size: 42px;
  }

  .home6-col1 {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-right: 10px;
  }

  .home6-col2 {
    width: 100%;
  }

  .services-column-inner-4 {
    padding-right: 10px;
  }

  .text-block-28 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .services-divider1-commercial {
    text-align: left;
  }

  .h2-3 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .h2-3.white.home6 {
    margin-right: 0;
  }

  .h1-city {
    margin-top: 251px;
    font-size: 40px;
  }

  .h1-city.black {
    margin-top: 40px;
    padding-bottom: 10px;
  }

  .h3-wcu {
    text-align: left;
    margin-left: 40px;
  }

  .h3-wcu.service-headline {
    margin-left: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .nav-menu-wrapper {
    display: none;
  }

  .navbar-claim-wrapper {
    flex-wrap: wrap-reverse;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
  }

  .navbar-claim-text {
    text-align: center;
  }

  .fa.fa-phone.white, .fa.fa-envelope.white {
    margin-left: 10px;
  }

  .hero {
    padding-left: 2%;
    padding-right: 2%;
  }

  .h1 {
    margin-top: 100px;
    font-size: 30px;
  }

  .h1.black {
    margin-top: 80px;
    font-size: 30px;
  }

  .button.button-red-bg, .button.button-red-bg-right {
    margin-left: 0;
  }

  .locations {
    background-image: url('../images/locations.svg');
  }

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

  .h2 {
    font-size: 25px;
  }

  .content-container {
    margin-bottom: 15px;
  }

  .wrapper-services-columns {
    flex-wrap: wrap;
  }

  .services-column {
    width: 100%;
    margin-bottom: 22px;
  }

  .h3 {
    text-align: left;
  }

  .box-row-homepage {
    flex-wrap: wrap;
  }

  .home-first-row-left {
    width: 100%;
  }

  .home-first-row-right {
    width: 100%;
    height: auto;
  }

  .home-second-row-left {
    width: 100%;
    height: 250px;
  }

  .home-second-row-right, .home-third-row-left {
    width: 100%;
  }

  .section-accreditations {
    padding-bottom: 0;
  }

  .wrapper-partners {
    flex-wrap: wrap;
    height: auto;
  }

  .partner-column {
    flex: none;
    width: 50%;
    height: 60px;
    margin-bottom: 81px;
  }

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

  .emergency-call-inner {
    flex-wrap: wrap;
  }

  .emergency-text {
    width: 100%;
    margin-bottom: 27px;
    margin-right: 0;
  }

  .footer-social-icon.fa.fa-google-plus {
    font-size: 25px;
    line-height: 20px;
  }

  .brand {
    float: none;
    text-align: center;
    display: block;
  }

  .menu-button {
    position: absolute;
    top: 23px;
    right: 37px;
  }

  .mobile-fixed-claim {
    z-index: 999;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mobile-callus {
    color: #fff;
    background-color: #238cee;
    flex-wrap: wrap-reverse;
    flex: none;
    justify-content: center;
    width: 50%;
    height: 60px;
    text-decoration: none;
  }

  .mobile-writeus {
    color: #fff;
    background-color: #0fa73a;
    flex-wrap: nowrap;
    flex: none;
    justify-content: center;
    width: 50%;
    height: 60px;
    text-decoration: none;
  }

  .mobile-writeus.w--current {
    background-color: #0fa73a;
  }

  .section-about-services {
    padding-top: 50px;
  }

  .review-wrapper-services {
    flex-wrap: wrap;
  }

  .review-image-services {
    width: 100%;
    height: 250px;
  }

  .review-image-services.residential {
    width: 100%;
    height: 350px;
  }

  .review-text-services {
    width: 100%;
  }

  .services-selection-wrapper {
    height: auto;
    max-height: none;
    position: relative;
  }

  .services-selection-flex {
    flex-wrap: wrap;
    height: auto;
  }

  .services-selection-column {
    flex: none;
    width: 100%;
    height: 100px;
  }

  .service-selection-inner.residential.active {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .service-selection-inner.highrise {
    border-left-style: none;
    border-right-style: none;
  }

  .about-container-services {
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  .about-container-services.auto, .services-slider2.desktop {
    height: auto;
  }

  .services-slider2.mobile {
    height: 320px;
    display: block;
  }

  .left-arrow.mobile, .right-arrow.mobile {
    display: none;
  }

  .slider-service-column {
    flex: none;
    width: 100%;
    margin-bottom: 14px;
  }

  .slider-service-column.middle-column-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .service-slider-upper.window-cleaning.mobile, .service-slider-upper.pressure-washing.mobile {
    height: 200px;
  }

  .service-slider-upper.solar-panel.mobile, .service-slider-upper.construction.mobile {
    height: 207px;
  }

  .mask {
    clear: both;
    height: 100%;
  }

  .box-row-projects {
    flex-wrap: wrap;
    height: auto;
    display: block;
  }

  .box-projects-small {
    width: 100%;
  }

  .box-projects-small.right-margin.residential1, .box-projects-small.right-margin.commercial1, .box-projects-small.right-margin.high-rise1, .box-projects-small.right-margin.commercial1 {
    height: 350px;
    margin-bottom: 10px;
  }

  .box-projects-small.residential4, .box-projects-small.commercial4, .box-projects-small.high-rise4, .box-projects-small.commercial4 {
    height: 350px;
  }

  .box-projects-big {
    width: 100%;
    height: auto;
  }

  .box-projects-big.residential2 {
    height: 350px;
  }

  .box-projects-big.right-margin.residential3, .box-projects-big.right-margin.commercial3, .box-projects-big.right-margin.high-rise3, .box-projects-big.right-margin.commercial3 {
    flex: none;
    height: 350px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .box-projects-big.commercial2, .box-projects-big.high-rise2, .box-projects-big.commercial2 {
    height: 350px;
  }

  .container-projects-services {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .we-are-column {
    width: 100%;
    margin-bottom: 22px;
  }

  .wrapper-devider1-services {
    flex-wrap: wrap;
  }

  .wrapper-devider1-services.window-cleaning1, .wrapper-devider1-services.gutter-cleaning, .wrapper-devider1-services.rc1 {
    text-align: center;
  }

  .divider-text {
    width: 100%;
  }

  .services-divider1 {
    padding-left: 20px;
  }

  .wrapper-devider2-services {
    flex-wrap: wrap;
  }

  .wrapper-devider2-services.window-cleaning2 {
    text-align: center;
  }

  .wrapper-devider2-services.gutter-cleaning2 {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrapper-devider2-services.pressure-washing2 {
    text-align: center;
  }

  .wrapper-devider2-services.rc3 {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .services-divider2 {
    padding-left: 0%;
  }

  .services-slider-2.desktop {
    clear: none;
    height: auto;
  }

  .services-slider-2.mobile {
    height: 250px;
    display: block;
  }

  .section-projects-services2 {
    height: auto;
  }

  .box-projects-33 {
    width: 100%;
  }

  .box-projects-33.right-margin.residential1 {
    margin-bottom: 10px;
  }

  .box-projects-33.right-margin.window-cleaning1 {
    width: 100%;
    height: 250px;
  }

  .box-projects-33.right-margin.window-cleaning2 {
    width: 100%;
    height: 250px;
    margin-top: 5px;
  }

  .box-projects-33.right-margin.gutter-1 {
    background-image: url('../images/recent_projects_gc5.jpg');
    width: 100%;
    height: 250px;
  }

  .box-projects-33.right-margin.gutter2 {
    background-image: url('../images/recent_projects_gc1.jpg');
    width: 100%;
    height: 250px;
    margin-top: 5px;
  }

  .box-projects-33.right-margin.pressure1 {
    width: 100%;
    height: 250px;
  }

  .box-projects-33.right-margin.pressure2 {
    width: 100%;
    height: 250px;
    margin-top: 5px;
  }

  .box-projects-33.right-margin.solar1 {
    width: 100%;
    height: 250px;
  }

  .box-projects-33.right-margin.solar2 {
    width: 100%;
    height: 250px;
    margin-top: 5px;
  }

  .box-projects-33.window-cleaning3 {
    height: 250px;
    margin-top: 5px;
  }

  .box-projects-33.gutter-3 {
    background-image: url('../images/4services_gc.jpg');
    height: 250px;
    margin-top: 5px;
  }

  .box-projects-33.pressure3, .box-projects-33.solar3 {
    height: 250px;
    margin-top: 5px;
  }

  .section-about-services2 {
    padding-top: 40px;
  }

  .section-about-us {
    padding-top: 50px;
  }

  .history-container {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-about-us2 {
    padding-top: 50px;
  }

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

  .section, .section-contact {
    padding-top: 0;
  }

  .faq-tab {
    flex-wrap: wrap-reverse;
  }

  .faq-tabs-content {
    margin-bottom: 30px;
  }

  .section-paragraph-choose {
    padding-top: 50px;
  }

  .wrapper-divider1-choose {
    background-image: linear-gradient(270deg, #000000ad, #00000063 75%), url('../images/image00030.jpeg');
    background-position: 0 0, 79%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-wrap: wrap;
  }

  .wrapper-divider1-choose.window-cleaning1 {
    text-align: center;
  }

  .choose-divider-text {
    width: 100%;
  }

  .wrapper-divider2-choose {
    flex-wrap: wrap;
  }

  .wrapper-divider2-choose.window-cleaning1 {
    text-align: center;
  }

  .choose-review-block {
    width: 100%;
  }

  .choose-review-wrapper {
    flex-wrap: wrap;
  }

  .slide-4, .slide-5 {
    height: 100%;
  }

  .container-gallery {
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-8 {
    text-align: center;
    width: 100%;
    padding: 0;
    position: relative;
  }

  .column-2-copy {
    height: 50vh;
  }

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

  .column-3-copy {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: relative;
    inset: 0;
  }

  .scrolling-image-block {
    height: 50vh;
    position: relative;
  }

  .row-copy-2 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .our-methods__right {
    flex-flow: wrap;
    align-items: center;
    width: 100%;
  }

  .heading-5 {
    font-size: 34px;
    line-height: 1.4;
  }

  .heading-5.heading__exp {
    font-size: 34px;
  }

  .heading-5.heading__faqs {
    margin-bottom: 30px;
  }

  .heading-5.heading__detailed-art {
    display: inline-block;
  }

  .h2-description {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .awesome-image {
    width: 100%;
    max-width: 320px;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .awesome-image.awesome-image__7, .awesome-image.awesome-image__6 {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-13 {
    width: auto;
    margin-left: 0;
    padding-right: 14px;
  }

  .services-wrapper {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
  }

  .button-2 {
    width: 200px;
    height: 40px;
    font-size: 1.1em;
  }

  .button-2:hover {
    font-size: 1.2em;
  }

  .button-2.large {
    width: 100%;
    margin-bottom: 23px;
  }

  .section-2 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .heading-info.heading-info__faqs {
    margin-bottom: 60px;
  }

  .faqs-item-tab__icon {
    flex: 0 auto;
    width: 21px;
    height: 28px;
    margin-right: 12px;
  }

  .faqs-item-pane {
    padding-left: 33px;
  }

  .plus-element {
    max-width: 21px;
    height: 4px;
  }

  .faqs-item-tab {
    margin-bottom: 15px;
  }

  .faqs-block {
    flex-direction: column;
  }

  .faqs-item-tab__heading {
    margin-top: 2px;
  }

  .checkbox-list-item__icon {
    width: 26px;
    height: 26px;
    margin-top: -3px;
  }

  .blue-button-3.blue-button__in-list {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .checkbox-list-item__description {
    text-align: left;
  }

  .our-adv-heading__bg {
    margin-left: -166px;
    left: 50%;
  }

  .our-adv-list {
    flex-direction: column;
    align-items: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .checkbox-list-item {
    margin-bottom: 16px;
  }

  .our-adv-heading {
    text-align: center;
    justify-content: flex-start;
    padding-right: 0;
    display: block;
  }

  .checkbox-list-item__checkbox-icon {
    width: 13px;
  }

  .wrapper-divider1-choose-commercial {
    flex-wrap: wrap;
  }

  .wrapper-divider1-choose-commercial.window-cleaning1 {
    text-align: center;
  }

  .text-block-16 {
    padding-left: 66px;
  }

  .text-block-18 {
    margin-left: 10px;
  }

  .text-block-19 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-20 {
    text-align: left;
    margin-right: 5px;
  }

  .unordered-list {
    margin-right: 0;
  }

  .text-block-22, .h3-2 {
    text-align: left;
  }

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

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

  .section-3.get-a-quote {
    background-size: 800px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .c-1140.home6 {
    flex-direction: column;
  }

  .icon-quote.detail {
    top: -74px;
  }

  .h2-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .h2-2.margin-bottom {
    margin-bottom: 50px;
  }

  .h2-2.white {
    text-align: center;
    margin-bottom: 30px;
  }

  .text-block-27 {
    margin-bottom: 10px;
  }

  .clients-think-carousel__slide.blue {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .dotted-frame-col__txt {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
  }

  .dotted-frame-col {
    flex-direction: column;
    justify-content: flex-start;
    width: 33.333%;
    margin-bottom: 18px;
    padding-left: 20px;
  }

  .dotted-frame-col.last {
    padding-right: 20px;
  }

  .home2-h4 {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .dotted-frame {
    border-radius: 8px;
    height: auto;
    padding-top: 20px;
  }

  .c-dotted-frame {
    justify-content: center;
    align-items: flex-start;
  }

  .home2-col2 {
    padding-left: 0;
    padding-right: 0;
  }

  .dotted-frame-col__img {
    width: 34px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .list-item__text {
    font-size: 16px;
  }

  .h3-big {
    margin-top: 0;
    font-size: 32px;
  }

  .button-3 {
    min-width: 172px;
    height: auto;
    padding: 8px 25px;
    font-size: 14px;
  }

  .c-service-card-wide-home6 {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home6-col1 {
    margin-bottom: 30px;
  }

  .home6-col2, .text-block-28 {
    padding-left: 0;
  }

  .box-on-box-1, .choose-divider-text1 {
    width: 100%;
  }

  .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .text-block-36, .text-block-37 {
    text-align: left;
  }

  .h2-3 {
    font-size: 28px;
    line-height: 38px;
  }

  .h2-3.margin-bottom {
    margin-bottom: 50px;
  }

  .h2-3.white {
    text-align: center;
    margin-bottom: 30px;
  }

  .h1-city {
    margin-top: 100px;
    font-size: 30px;
  }

  .h1-city.black {
    margin-top: 80px;
    font-size: 30px;
  }

  .h3-wcu {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    padding-left: 10px;
    font-size: 20px;
    line-height: 31px;
  }

  .h1.black {
    margin-top: 0;
    font-size: 20px;
  }

  .button.button-red-bg {
    background-color: var(--medium-spring-green);
  }

  .section-best-services {
    margin-top: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .content-container {
    width: 90%;
    margin-bottom: 18px;
  }

  .wrapper-services-columns {
    margin-bottom: 0;
  }

  .h3 {
    margin-left: 0;
    margin-right: 5px;
  }

  .partner-column {
    width: 100%;
    height: 70px;
  }

  .copyright {
    padding-left: 2px;
    padding-right: 6px;
  }

  .upengine-wrapper {
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .menu-button {
    top: auto;
    bottom: 0;
    right: 0;
  }

  .menu-button.w--open {
    color: #166da7;
  }

  .mobile-callus {
    background-color: #238cee;
  }

  .mobile-writeus, .mobile-writeus.w--current {
    background-color: #0fa73a;
  }

  .section-services-header.residential {
    background-image: linear-gradient(#0000002b, #0000002b), url('../images/2011-07-28_11-14-40_558.jpg');
    background-position: 0 0, -326px 59px;
  }

  .section-services-header.window-cleaning {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/residential-header.jpg');
    background-position: 0 0, -153px 111px;
  }

  .section-services-header.about-us {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/residential-header.jpg');
    background-position: 0 0, -153px 111px;
    padding-top: 39px;
  }

  .section-services-header.high-rise {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/residential-header.jpg');
    background-position: 0 0, -153px 111px;
  }

  .section-services-header.commercial {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/2015-08-10-08.13.44.jpg');
    background-position: 0 0, -153px 111px;
  }

  .section-services-header.gutter-cleaning {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/IMG_20130125_134555.jpg');
    background-position: 0 0, -12px 13px;
  }

  .section-services-header.pressure-washing {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/image00012.jpg');
    background-position: 0 0, 50%;
  }

  .section-services-header.solar-panel, .section-services-header.roof-cleaning, .section-services-header.rc-hero {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/residential-header.jpg');
    background-position: 0 0, -153px 111px;
  }

  .about-container-services {
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slide-inner {
    align-items: stretch;
  }

  .container-projects-services {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-we-are {
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .wrapper-devider1-services {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrapper-devider1-services.window-cleaning1 {
    padding-left: 5%;
  }

  .wrapper-devider1-services.gutter-cleaning, .wrapper-devider1-services.rc1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .services-divider1 {
    padding-left: 0;
  }

  .wrapper-devider2-services.window-cleaning2 {
    background-image: linear-gradient(#0006, #0006), url('../images/2015-07-17-12.22.30.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .wrapper-devider2-services.pressure-washing2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrapper-devider2-services.rc3 {
    background-image: linear-gradient(#0006, #0006), url('../images/2015-07-17-12.22.30.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .vision-tabs-menu {
    padding-left: 2%;
    padding-right: 2%;
  }

  .wrapper-number {
    height: auto;
    margin-top: 7px;
  }

  .flex-numbers {
    flex-wrap: wrap;
  }

  .number-column {
    width: 100%;
  }

  .section-contact-header.residential, .section-contact-header.window-cleaning, .section-contact-header.about-us {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/residential-header.jpg');
    background-position: 0 0, -153px 111px;
  }

  .section-city-header {
    padding-top: 180px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-city-header.residential, .section-city-header.window-cleaning, .section-city-header.about-us {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/residential-header.jpg');
    background-position: 0 0, -153px 111px;
  }

  .faq-tabs-menu {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-why-choose-header.residential, .section-why-choose-header.window-cleaning, .section-why-choose-header.about-us, .section-why-choose-header.why-choose-us {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/residential-header.jpg');
    background-position: 0 0, -153px 111px;
  }

  .section-paragraph-choose {
    padding-bottom: 0;
  }

  .choose-textblock {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-divider1-choose {
    padding-left: 5%;
    padding-right: 5%;
  }

  .gallery-row-small {
    flex-wrap: wrap;
    height: auto;
  }

  .gallery-column-1, .gallery-column-3 {
    width: 100%;
  }

  .gallery-row-big {
    flex-wrap: wrap;
    height: auto;
  }

  .column-divider-vertical {
    flex-wrap: wrap;
  }

  .single-vertical {
    flex: none;
    width: 100%;
  }

  .single-vertical._1, .single-vertical.std {
    width: 100%;
  }

  .single-horizontal.flat, .single-block._1, .single-block._2, .single-block._3, .single-block._4, .single-block._5, .single-block._6, .single-block._7, .single-block._8, .single-block._9, .single-block._10, .single-block._11 {
    height: auto;
  }

  .column-2-copy {
    display: none;
  }

  .standard-paragraph {
    text-align: center;
    padding-top: 23px;
  }

  .heading-4 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .scrolling-image-block, .column-copy {
    display: none;
  }

  .row-copy-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-copy {
    margin-bottom: 54px;
  }

  .div-block-17 {
    flex-direction: column;
  }

  .image-20 {
    width: 75%;
  }

  .image-21 {
    width: 93%;
  }

  .our-methods__right {
    padding-left: 0;
    padding-right: 0;
  }

  .blue-button {
    height: 48px;
    padding-top: 13px;
  }

  .blue-button:hover {
    padding-top: 12px;
  }

  .heading-5 {
    margin-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
  }

  .heading-5.heading__exp {
    font-size: 28px;
  }

  .heading-5.heading__faqs {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .h2-description {
    font-size: 15px;
  }

  .awesome-image {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .awesome-image.awesome-image__7, .awesome-image.awesome-image__6 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-13 {
    width: auto;
    margin-left: 9px;
    margin-right: 0;
    padding-right: 16px;
  }

  .h2-white {
    font-size: 20px;
    line-height: 30px;
  }

  .blue-button-2 {
    height: 48px;
    padding-top: 13px;
  }

  .blue-button-2:hover {
    padding-top: 12px;
  }

  .heading-info {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .faqs-item {
    padding-right: 0;
  }

  .faqs-item-tab__icon {
    width: 18px;
  }

  .faqs-item-pane {
    padding-left: 30px;
  }

  .plus-element {
    max-width: 18px;
    height: 4px;
  }

  .blue-button-3 {
    height: 48px;
    padding-top: 13px;
  }

  .blue-button-3:hover {
    padding-top: 12px;
  }

  .checkbox-list-item__description {
    font-size: 15px;
  }

  .our-adv-heading__bg {
    width: 65px;
    margin-top: -20px;
    margin-left: -113px;
  }

  .our-adv-list {
    width: 100%;
    max-width: 320px;
  }

  .checkbox-list-item {
    margin-bottom: 15px;
  }

  .text-block-16 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .text-block-17 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-18 {
    margin-left: 4px;
    margin-right: 5px;
  }

  .text-block-19 {
    margin-left: 3px;
    margin-right: 5px;
  }

  .text-block-20, .text-block-21 {
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .text-block-22, .text-block-23 {
    width: auto;
  }

  .location-city-2 {
    text-align: left;
  }

  .tabs-menu-2 {
    justify-content: center;
    display: flex;
  }

  .h3-2 {
    margin-right: 5px;
  }

  .home2__txt-medium {
    font-size: 14px;
    line-height: 32px;
  }

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

  .dotted-frame-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .home2-col3 {
    align-items: flex-start;
    padding-top: 92px;
  }

  .home2-h4 {
    text-align: left;
  }

  .dotted-frame {
    padding-top: 30px;
  }

  .c-dotted-frame {
    flex-direction: column;
    align-items: center;
  }

  .dotted-frame-col__img {
    width: 40px;
  }

  .home2-col3__img {
    width: 285px;
    margin-left: -130px;
  }

  .list-item__text {
    flex: 1;
  }

  .text-block-28 {
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0;
  }

  .box-on-box-1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .text-block-30 {
    text-align: left;
  }

  .choose-divider-text1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .div-block-18 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .h2-copy, .h2-white-center {
    font-size: 20px;
    line-height: 30px;
  }

  .list {
    text-align: left;
    padding-left: 20px;
  }

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

  .h1-city {
    padding-left: 10px;
    font-size: 20px;
    line-height: 31px;
  }

  .h1-city.black {
    margin-top: 0;
    padding-left: 0;
    font-size: 20px;
  }

  .h3-wcu {
    margin-left: 0;
    margin-right: 5px;
  }
}


