body {
  font-family: Muli, sans-serif;
  color: #4b4b4a;
  font-size: 17.5px;
  line-height: 27px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 52px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 1px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 37px;
  font-weight: 700;
}

h6 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 9.75px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #647078;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

a {
  padding-bottom: 3px;
  color: #647078;
  font-size: 17.5px;
  line-height: 28px;
  cursor: pointer;
}

ol {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  color: #000;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 6px 20px 10px;
  border-left: 1px none #000;
  background-image: url('../images/Quote_1Quote.png');
  background-position: 0px 0px;
  background-size: 38px;
  background-repeat: no-repeat;
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  font-size: 27px;
  line-height: 44px;
  font-style: italic;
}

figcaption {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}

.content-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: transparent;
}

.content-section.gray {
  overflow: hidden;
  background-color: #f6f7f6;
}

.content-section.intro-features {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.content-section.small-and-gray {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f7f6;
}

.content-section.small {
  padding-top: 90px;
  padding-bottom: 80px;
}

.content-section.contact-us {
  position: relative;
  background-color: #f6f7f6;
  background-image: url('../images/Cards-2.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-section.medium {
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section.inner-pages {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-section.works {
  padding-top: 90px;
  padding-bottom: 0px;
}

.content-section.no-bottom-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section.less-top-padding {
  padding-top: 30px;
}

.content-wrapper {
  position: relative;
  display: block;
  height: auto;
  max-width: 1270px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.content-wrapper.narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 140px;
  padding-left: 140px;
}

.content-wrapper.full-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-box {
  margin-bottom: 60px;
}

.mini-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #647078;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mini-title.bottom-border {
  margin-bottom: 15px;
}

.mini-title.dark {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d9;
  background-color: transparent;
  color: #4b4b4a;
}

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

.rich-text-block {
  text-align: justify;
}

.rich-text-block img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-block figcaption {
  margin-top: -10px;
  margin-bottom: 20px;
}

.menu-button {
  z-index: 15;
  height: 70px;
  padding-top: 30px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.line-1 {
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
  background-color: #161616;
  color: #000;
}

.line-2 {
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
  background-color: #161616;
  color: #000;
}

.line-3 {
  width: 24px;
  height: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161616;
  color: #000;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  height: auto;
  background-color: hsla(0, 0%, 100%, .95);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.brand:hover {
  opacity: 0.85;
}

.nav-menu {
  position: fixed;
  z-index: 1000;
  overflow: hidden;
  width: auto;
  min-width: 350px;
  padding-top: 120px;
  padding-bottom: 70px;
  padding-left: 70px;
  background-color: #fff;
  text-align: left;
}

.nav-link {
  display: inline-block;
  overflow: hidden;
  height: 52px;
  margin-bottom: 40px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #808284;
  font-size: 34px;
  line-height: 50px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-479426370_2800.jpg');
  background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-479426370_2800.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-section.inner-pages {
  height: 370px;
  min-height: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .4), rgba(0, 61, 126, .4)), url('../images/539282637.jpg');
  background-image: linear-gradient(180deg, rgba(0, 61, 126, .4), rgba(0, 61, 126, .4)), url('../images/539282637.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-section.work {
  background-image: url('../images/breather-187923.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-section.text-on-left {
  display: block;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_155379613.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_155379613.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section.cleaning {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .3), rgba(0, 61, 126, .3)), url('../images/iStock-804037390_2800.jpg');
  background-image: linear-gradient(180deg, rgba(0, 61, 126, .3), rgba(0, 61, 126, .3)), url('../images/iStock-804037390_2800.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, scroll;
}

.hero-section.windows {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .61), rgba(0, 61, 126, .61)), url('../images/iStock-155379613_2400.jpg');
  background-image: linear-gradient(180deg, rgba(0, 61, 126, .61), rgba(0, 61, 126, .61)), url('../images/iStock-155379613_2400.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, scroll;
}

.hero-section.handyman {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-115579328_2400.jpg');
  background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-115579328_2400.jpg');
  background-position: 0px 0px, 50% -172px;
  background-attachment: scroll, scroll;
}

.hero-section.housekeeping {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-637119558_2800.jpg');
  background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-637119558_2800.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, scroll;
}

.large {
  color: #fff;
  font-size: 45px;
  line-height: 63px;
  font-weight: 700;
}

.hero-subtitle {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-subtitle.large {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.hero-text-box {
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}

.hero-text-box.top-border {
  margin-top: 30px;
}

.hero-text-box.left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-bottom: 100px;
  margin-left: 50px;
  text-align: left;
}

.hero-text-box.on-slider {
  display: block;
  margin: 180px auto auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  opacity: 1;
  font-family: Lato, sans-serif;
}

.hero-text-box.less-top-border {
  margin-top: 70px;
}

.intro-text-box {
  display: block;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intro-text {
  color: #b0afb2;
  font-size: 37px;
  line-height: 60px;
}

.intro-box-1 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px;
  background-color: #ececec;
  text-align: center;
}

.intro-box-1.card-back {
  position: absolute;
  display: none;
  width: auto;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.intro-box-1.card-back:hover {
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
}

.flex-wrapper.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.space-between.mobile-center {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flex-wrapper.pricing {
  border-bottom: 1px solid #d7d7d9;
}

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

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

.flex-wrapper.less-bottom-border {
  margin-bottom: 60px;
}

.intro-feature-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-top: 80px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-left: 0px;
  float: left;
  border: 1px solid #cd2027;
  border-radius: 50%;
  background-color: #cd2027;
}

.intro-feature-icon._1 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-color: #cd2027;
  background-color: #cd2027;
  background-image: url('../images/icon_cleaning.svg');
  background-position: 50% 50%;
  background-size: 70% 70px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.intro-feature-icon._5 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-color: #cd2027;
  background-color: #cd2027;
  background-image: url('../images/icon-concierge.svg');
  background-position: 50% 50%;
  background-size: 70% 70%;
  background-repeat: no-repeat;
}

.intro-feature-icon._3 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-color: #cd2027;
  background-color: #cd2027;
  background-image: url('../images/icon_windows.svg');
  background-position: 50% 50%;
  background-size: 60% 60%;
  background-repeat: no-repeat;
}

.intro-feature-icon._4 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url('../images/icon_handyman.svg');
  background-position: 50% 50%;
  background-size: 70% 70%;
  background-repeat: no-repeat;
}

.intro-feature-icon._2 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url('../images/icon_gardening.svg');
  background-position: 50% 50%;
  background-size: 70% 70%;
  background-repeat: no-repeat;
}

.text-link {
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #d1d2d3;
  direction: ltr;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.header-box {
  display: block;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-box.center {
  margin-bottom: 0px;
  text-align: center;
}

.wide-column {
  position: relative;
  overflow: hidden;
  width: 60%;
  background-image: url('../images/breather-187923_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wide-text-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide-column-text-box {
  position: relative;
  z-index: 10;
  width: 130%;
  max-width: 610px;
  margin-top: 110px;
  margin-bottom: 110px;
  margin-left: -40%;
  padding: 120px 70px 70px;
  background-color: #fff;
}

.wide-column-text-box.left {
  margin-right: -40%;
  margin-left: 0px;
}

.mini-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mini-section-box {
  width: 30%;
  text-align: center;
}

.mini-section-icon {
  margin-bottom: 8px;
}

.mini-section-box-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-with-dots {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #d1d2d3;
}

.left-dot {
  position: absolute;
  top: -1px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.right-dot {
  position: absolute;
  top: -1px;
  right: 0px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.button-email-us {
  width: 80%;
  height: 50px;
  max-width: 170px;
  min-width: 100px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 0px;
  padding-top: 18px;
  border: 1px solid #647078;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #647078;
  font-size: 13px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-email-us:hover {
  background-color: #000;
  color: #fff;
}

.button-email-us:active {
  background-color: #000;
}

.button-email-us.no-top-border {
  margin-top: 0px;
}

.text-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 75%;
  margin-top: -150px;
  padding: 45px 50px;
  background-color: #fff;
  text-align: left;
}

.text-box._2 {
  width: 80%;
  margin-top: -100px;
  text-align: center;
}

.text-box._3 {
  width: 80%;
  margin-top: -90px;
}

.text-box._6 {
  width: 100%;
  max-width: 580px;
  margin-top: 90px;
  padding: 85px 80px 80px;
}

.text-box.latest-posts {
  display: block;
  width: 85%;
  height: auto;
  min-height: 150px;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
}

.text-box._9 {
  width: 100%;
  margin-top: 0px;
  padding: 35px;
}

.text-box._7 {
  width: 100%;
  max-width: 580px;
  margin-top: 0px;
  padding: 85px 80px 80px;
}

.text-box._8 {
  width: 85%;
  margin-top: -70px;
  padding: 35px 40px;
}

.text-box._5 {
  width: 100%;
  margin-top: 0px;
  padding-left: 70px;
}

.text-box._10 {
  width: 85%;
  margin-top: -90px;
}

.text-box._11 {
  width: 85%;
  max-width: 590px;
  margin-top: 0px;
  padding: 85px 80px 80px;
}

.text-box._12 {
  width: 80%;
  margin-top: 0px;
  padding: 85px 80px 80px;
}

.text-box._13 {
  width: 65%;
  margin-top: -120px;
}

.text-box._4 {
  width: 80%;
  margin-top: -90px;
}

.text-box._14 {
  margin-top: 0px;
}

.feature-column {
  overflow: hidden;
  width: 33.333%;
  padding: 55px 65px 50px;
  text-align: center;
}

.feature-column._2 {
  border-right: 1px solid #d7d7d9;
  border-bottom: 1px solid #d7d7d9;
}

.feature-column._3 {
  border-bottom: 1px solid #d7d7d9;
}

.feature-column._4 {
  border-right: 1px solid #d7d7d9;
}

.feature-column._5 {
  border-right: 1px solid #d7d7d9;
}

.feature-column._1 {
  border-right: 1px solid #d7d7d9;
  border-bottom: 1px solid #d7d7d9;
}

.feature-icon {
  margin-bottom: 20px;
}

.empty-state {
  display: none;
  margin-bottom: 20px;
  background-color: transparent;
}

.team-member {
  width: 47.5%;
  text-align: center;
}

.team-member.bottom-border {
  margin-bottom: 90px;
}

.team-member-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.heading-link {
  text-decoration: none;
  cursor: pointer;
}

.bottom-section {
  padding-bottom: 90px;
  background-color: #f6f7f6;
  background-image: url('../images/White-space.jpg');
  background-position: 50% 0px;
  background-size: 20px;
  background-repeat: repeat-x;
}

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

.double-color-section.inner-pages {
  padding-top: 90px;
}

.see-all {
  margin-top: 45px;
  float: right;
  border-bottom: 1px solid #a3a5a7;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-style: italic;
  text-decoration: none;
}

.see-all.left-border {
  margin-top: 0px;
  margin-right: 2.15%;
}

.see-all.no-top-border {
  margin-top: 0px;
}

.video-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hide {
  display: none;
}

.video-lightbox {
  width: 130px;
  height: 85px;
  margin-right: 25px;
  background-image: url('../images/Play_1Play.png'), -webkit-linear-gradient(270deg, rgba(76, 76, 75, .7), rgba(76, 76, 75, .7)), url('../images/Pic-2.jpg');
  background-image: url('../images/Play_1Play.png'), linear-gradient(180deg, rgba(76, 76, 75, .7), rgba(76, 76, 75, .7)), url('../images/Pic-2.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 43px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.video-lightbox:hover {
  opacity: 0.9;
}

._25-percent-column {
  width: 35%;
  margin-right: 5%;
  text-align: right;
}

.work-sample {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 29%;
  margin-right: 2%;
  margin-bottom: 52px;
  margin-left: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.3%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .99);
}

.work-hover-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d1d2d3;
  text-align: center;
}

.mini-title-link {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 9.75px;
  line-height: 10px;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.mini-title-link:hover {
  text-decoration: underline;
}

.mini-title-link.bottom-border {
  margin-bottom: 15px;
}

.mini-title-link.less-bottom-border {
  margin-bottom: 5px;
}

.dot-1 {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.dot-2 {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.dot-3 {
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.dot-4 {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.slide-arrow {
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #d3d4d5;
}

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

.testimonial-text-box {
  display: block;
  margin-right: 12%;
  margin-left: 12%;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #647078;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.testimonial {
  color: #647078;
  font-size: 30px;
  line-height: 52px;
  font-style: italic;
}

.testimonial-author {
  display: inline-block;
  width: auto;
  margin: 25px auto 40px;
  padding-top: 12px;
  border-top: 1px solid #d1d2d3;
}

.pricing-icon-box {
  margin-bottom: 30px;
  text-align: center;
}

.pricing-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  border: 1px solid #d1d2d3;
  border-radius: 50%;
}

.pricing-icon._1 {
  background-image: url('../images/Browser_1Browser.png');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.pricing-icon._2 {
  background-image: url('../images/Paint_1Paint.png');
  background-position: 50% 50%;
  background-size: 31px;
  background-repeat: no-repeat;
}

.pricing-icon._3 {
  background-image: url('../images/Phone_1Phone.png');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

.price-text {
  color: #a2a3a5;
  font-size: 20px;
}

.pricing-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-top: 1px solid #d7d7d9;
}

.checkmark-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  min-width: 45px;
  padding-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-column {
  width: 33.333%;
  padding: 55px 4% 50px;
}

.pricing-column._1 {
  border-right: 1px solid #d7d7d9;
}

.pricing-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d7d7d9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-button:hover {
  background-color: #dbdbdb;
}

.faq-container.bottom-border {
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.faq-item {
  position: relative;
  padding: 10px 30px;
  border-top: 1px solid #d6d6e2;
  border-bottom: 1px none #d6d6e2;
  background-color: #fff;
}

.faq-item.last {
  border-bottom: 2px solid #d6d6e2;
}

.question {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-decoration: none;
}

.plus-box {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 15px;
  margin-left: 15px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.vertical-line {
  position: absolute;
  left: 8px;
  top: -8px;
  display: block;
  width: 2px;
  height: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d1d2d3;
}

.horizontal-line {
  width: 18px;
  height: 2px;
  background-color: #d1d2d3;
}

.hidden-item-1 {
  overflow: hidden;
}

.post-preview {
  width: 47.5%;
  text-align: center;
}

.footer {
  padding-top: 3%;
  padding-bottom: 20px;
  background-color: #455460;
}

.hidden-item-2 {
  overflow: hidden;
}

.hidden-item-3 {
  overflow: hidden;
}

.cta-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #161616;
}

.cta-header {
  color: #fff;
  font-size: 26px;
  line-height: 45px;
}

.white {
  color: #fff;
}

.cta-newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 610px;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-field {
  width: 32%;
  height: 50px;
}

.text-field:hover {
  border: 1px solid #168bf4;
}

.text-field:focus {
  border: 1px solid #168bf4;
}

.text-field.name {
  margin-right: 2%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.text-field.email {
  margin-right: 2%;
}

.text-field.password {
  width: 100%;
}

.submit-button {
  width: 32%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #494949;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.submit-button.password {
  width: 100%;
  background-color: #161616;
}

.success-message {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.success-message.contact-form {
  color: #000;
}

.error-message {
  font-size: 16px;
  line-height: 25px;
}

.divider-line {
  width: 90px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d1d2d3;
}

.contact-details-big {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #a2a3a5;
  font-size: 25px;
  line-height: 48px;
}

.footer-logo-column {
  width: 30%;
  padding-top: 0px;
}

.footer-column {
  width: 26%;
  padding-top: 35px;
  padding-bottom: 30px;
  border-right: 1px solid #d6d6e2;
}

.footer-column._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-column._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 1px solid #fff;
  border-right-style: none;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.footer-column._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right-style: none;
}

.logo-link.w--current {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo-link.w--current:hover {
  opacity: 0.85;
}

.footer-link {
  display: block;
  margin-bottom: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  text-decoration: underline;
}

.notice-text {
  display: inline;
  margin-bottom: 10px;
  font-family: 'Roboto Mono', sans-serif;
  color: #647078;
  font-size: 14px;
  line-height: 35px;
}

.notice-text.small {
  color: #000;
  font-size: 12.5px;
  line-height: 20px;
}

.footer-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-hero {
  min-height: 740px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.intro-section {
  padding-bottom: 140px;
}

.poster-header {
  min-height: 200px;
  margin-top: -130px;
  background-color: #fff;
  text-align: center;
}

.post-header-text {
  margin-bottom: 45px;
  padding-top: 60px;
  padding-right: 9%;
  padding-left: 9%;
}

.by {
  display: inline-block;
  margin-right: 4px;
}

.post-summary {
  margin-top: 15px;
}

.author-of-post {
  margin-top: 10px;
}

.final-dots {
  text-align: center;
}

.medium {
  color: #fff;
  font-size: 50px;
}

._65-percent-column {
  width: 65%;
  padding-right: 6%;
  border-right: 1px solid #d6d6e2;
}

._35-percent-column {
  width: 35%;
  padding-left: 4%;
}

.side-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-details-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-border {
  margin-top: 10px;
}

.side-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #e8e8e9;
}

.side-menu-block.first {
  padding-top: 0px;
  padding-bottom: 15px;
  border-top-style: none;
}

.side-menu-block.no-padding {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-style: none;
}

.side-menu-block.less-bottom-padding {
  padding-bottom: 0px;
}

.side-menu-link {
  display: block;
  margin-bottom: 15px;
  color: #647078;
  text-decoration: none;
  cursor: pointer;
}

.side-menu-link:hover {
  text-decoration: underline;
}

.side-menu-authors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.authors-pic {
  width: 55px;
  height: 55px;
  margin-right: 20px;
  margin-bottom: 5px;
  border: 3px solid #e2e2e2;
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.authors-pic.big {
  width: 70px;
  height: 70px;
}

.left-border {
  margin-left: 25px;
}

.small {
  color: #fff;
}

.first-post {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d6d6e2;
}

.heading-2 {
  position: absolute;
  width: 50%;
}

.heading-2.small {
  color: #000;
  font-size: 26px;
  line-height: 44px;
}

.heading-2.hero {
  color: #fff;
  font-size: 52px;
  line-height: 55px;
  font-style: italic;
}

.heading-2.cta {
  margin-bottom: 5px;
  color: #fff;
}

.heading-3.small {
  color: #000;
  font-size: 22px;
  line-height: 35px;
}

.heading-3.medium {
  margin-bottom: 5px;
  color: #000;
  font-size: 26px;
  line-height: 38px;
  font-style: italic;
}

.heading-4.small {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #cd2027;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.heading-4.less-bottom-border {
  margin-bottom: 5px;
}

.heading-4.footer-title {
  margin-bottom: 15px;
  font-size: 20px;
}

.latest-post {
  margin-bottom: 40px;
}

.image-link {
  position: relative;
  overflow: hidden;
}

.image-hover {
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.image-hover:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.authors-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 35px 20px 30px;
  border-top: 1px solid #d6d6e2;
  border-bottom: 1px solid #d6d6e2;
}

.big-title-box {
  display: inline-block;
  border-bottom: 1px solid #4b4b4a;
}

._29-percent-column {
  width: 29.5%;
  margin-right: 1.8%;
  margin-bottom: 4.3%;
  margin-left: 1.8%;
  text-align: center;
}

._10-percent-column {
  width: 10%;
  min-width: 70px;
}

._90-percent-column {
  width: 90%;
  padding-left: 10px;
}

.authors-bio {
  margin-top: 10px;
}

.post-content {
  padding-right: 65px;
  padding-left: 65px;
  text-align: left;
}

.cta-text-box {
  width: 60%;
  text-align: center;
}

.footer-notice-link {
  font-size: 12px;
}

.heading-1 {
  position: static;
  margin-bottom: 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.heading-1.medium {
  font-size: 44px;
  font-style: italic;
}

.heading-1.hero {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 3%;
  background-color: rgba(0, 0, 0, .5);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 56px;
  font-style: normal;
  font-weight: 700;
}

.heading-1.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #455460;
}

.about-me-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.paragraph-box {
  margin-top: 10px;
  margin-right: 20%;
  margin-left: 20%;
  padding: 30px;
  background-color: transparent;
}

.faq-left-column {
  width: 35%;
  padding-top: 15px;
  padding-bottom: 50px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.faq-right-column {
  width: 65%;
  padding-top: 0px;
  padding-bottom: 50px;
  padding-left: 50px;
  border-left: 1px solid #d6d6e2;
}

.faq-category-item {
  padding: 5px 20px 0px;
  border-bottom: 1px solid #d6d6e2;
}

.hidden-item-4 {
  overflow: hidden;
}

.hidden-item-5 {
  overflow: hidden;
}

.hidden-item-6 {
  overflow: hidden;
}

.hidden-item-7 {
  overflow: hidden;
}

.hidden-item-8 {
  overflow: hidden;
}

.hidden-item-9 {
  overflow: hidden;
}

.client-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d7d7d9;
  border-bottom: 1px solid #d7d7d9;
}

.client-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d7d7d9;
  border-bottom: 1px solid #d7d7d9;
}

.client-box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d7d7d9;
  border-bottom: 1px solid #d7d7d9;
}

.client-box-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d7d7d9;
}

.client-box-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d7d7d9;
}

.client-box-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d7d7d9;
}

.client-box-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d7d7d9;
}

.client-box-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-number-box {
  position: relative;
  width: 30.5%;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

.key-number-text {
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.key-number-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 80%;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d6d6e2;
}

.key-number-line.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
}

.contact-text-box {
  position: relative;
  z-index: 10;
  padding-right: 80px;
  padding-left: 80px;
}

.contact-us-details {
  margin-top: 15px;
}

.key-data-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.key-data-section.top-border {
  margin-top: 120px;
  margin-bottom: 120px;
}

.tabs {
  z-index: 10;
  width: 95%;
  min-height: 804px;
  border: 1px solid #d7d7d9;
  border-radius: 0px;
  background-color: #fff;
}

.tab-pane {
  padding: 50px 40px 20px;
}

.field-label {
  margin-bottom: 7px;
  padding-left: 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #647078;
  font-size: 9.75px;
  line-height: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact-form-item {
  margin-bottom: 20px;
}

.contact-form-item.message {
  margin-bottom: 35px;
}

.textarea {
  border: 1px solid #d7d7d9;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.textarea.message {
  height: 150px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-left: 20px;
  border-radius: 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  letter-spacing: 1px;
}

.textarea.message:hover {
  border-color: #168bf4;
}

.textarea.message:focus {
  border-color: #168bf4;
}

.ipad {
  position: absolute;
  top: 15%;
  right: -376px;
  bottom: 0px;
  z-index: 0;
  width: 590px;
  height: 691px;
  background-image: url('../images/iPad.png');
  background-position: 50% 50%;
  background-size: 611px;
  background-repeat: no-repeat;
}

.contact-form-field {
  height: 50px;
  padding-left: 80px;
  border: 1px solid #d7d7d9;
  border-radius: 3px;
  background-color: #f7f7f7;
  background-image: url('../images/Line-1_1Line (1).jpg');
  background-position: 50px 50%;
  background-size: 1px;
  background-repeat: no-repeat;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.contact-form-field:hover {
  border-color: #168bf4;
}

.contact-form-field:focus {
  border-color: #168bf4;
}

.contact-form-field.name {
  border-color: #d7d7d9;
  border-radius: 0px;
  background-image: url('../images/User_1User.png'), url('../images/Line-1_1Line (1).jpg');
  background-position: 18px 50%, 50px 50%;
  background-size: 14px, 1px;
  background-repeat: no-repeat, no-repeat;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  letter-spacing: 1px;
}

.contact-form-field.email {
  border-radius: 0px;
  background-image: url('../images/Email_1Email.png'), url('../images/Line-1_1Line (1).jpg');
  background-position: 17px 50%, 50px 50%;
  background-size: 15px, 1px;
  background-repeat: no-repeat, no-repeat;
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
}

.contact-form-field.phone {
  border-radius: 0px;
  background-image: url('../images/Mobile_1Mobile.png'), url('../images/Line-1_1Line (1).jpg');
  background-position: 19px 50%, 50px 50%;
  background-size: 11px, 1px;
  background-repeat: no-repeat, no-repeat;
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
}

.contact-form-submit-button {
  width: auto;
  height: 50px;
  margin-bottom: 15px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 0px;
  background-color: #455460;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.contact-form-submit-button:hover {
  background-color: #000;
}

.small-text {
  font-family: Lato, sans-serif;
  color: #647078;
  font-size: 12px;
  line-height: 22px;
}

.tab-2 {
  width: 49%;
  padding-top: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d7d7d9;
  border-top-right-radius: 0px;
  background-color: #f7f7f7;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.tab-2.w--current {
  width: 49%;
  padding-bottom: 25px;
  border-bottom-style: none;
  background-color: #fff;
}

.tab-1 {
  width: 51%;
  padding-top: 30px;
  padding-bottom: 24px;
  border-right: 1px solid #d7d7d9;
  border-bottom: 1px solid #d7d7d9;
  border-top-left-radius: 3px;
  background-color: #f7f7f7;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.tab-1.w--current {
  width: 51%;
  padding-top: 30px;
  padding-bottom: 25px;
  border-right: 1px solid #d7d7d9;
  border-bottom-style: none;
  border-bottom-color: #d7d7d9;
  border-top-left-radius: 5px;
  background-color: #fff;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.heading-box {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-box {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
}

.content-box.medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17.5px;
}

.content-box.flex-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-box.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-box-2 {
  width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px;
  background-color: #ececec;
  text-align: center;
}

.intro-box-3 {
  width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px;
  background-color: #ececec;
  text-align: center;
}

.mini-title-box {
  margin-bottom: 10px;
}

.mini-title-box.side-menu {
  margin-bottom: 0px;
  margin-left: 25px;
}

.white-gray-section {
  overflow: hidden;
  background-color: #f6f7f6;
  background-image: url('../images/White-space-2.jpg');
  background-position: 50% 0px;
  background-size: 35px;
  background-repeat: repeat-x;
}

.white-gray-section.less-bottom-section {
  padding-bottom: 30px;
}

.white-gray-section.bottom-padding {
  padding-bottom: 90px;
}

.white-gray-section.items {
  padding-bottom: 90px;
  background-size: 75px;
}

.content-section-gray {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #f6f7f6;
}

.content-section-gray.inner-pages {
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section-gray.less-top-padding {
  padding-top: 90px;
}

.intro-feature-1 {
  width: 33.333%;
  padding: 45px 5%;
  border-right: 1px solid #d6d6e2;
}

.intro-feature-icon-gray {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #d3d4d5;
}

.intro-feature-icon-gray._1 {
  background-image: url('../images/Loppe_1Loppe.png');
  background-position: 50% 50%;
  background-size: 39px;
  background-repeat: no-repeat;
}

.intro-feature-icon-gray._25-percent-column {
  background-image: url('../images/Cience_1Cience.png');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.intro-feature-icon-gray._3 {
  background-image: url('../images/Diamond_1Diamond.png');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.intro-feature-2 {
  width: 33.333%;
  padding: 45px 5%;
  border-right: 1px solid #d6d6e2;
}

.intro-feature-3 {
  width: 33.333%;
  padding: 45px 5%;
}

.mini-section-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6d6e2;
}

.mini-section-text {
  font-family: Montserrat, sans-serif;
  color: #647078;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.mini-section-text.title {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 10px;
  letter-spacing: 2px;
}

.mini-section-right {
  width: 75%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

._50-percent-column-1 {
  width: 50%;
  text-align: center;
}

._50-percent-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-column-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  min-width: 325px;
  padding-right: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.right-column-newsletter {
  width: 60%;
}

._50-percent-column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-12 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map {
  width: 100%;
  margin-bottom: 25px;
  padding-top: 17px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-item.last {
  margin-bottom: 0px;
}

._50-percent-column-9 {
  width: 50%;
}

.side-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._50-percent-column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-11 {
  width: 50%;
}

.overview-left {
  width: 25%;
}

.overview-right {
  width: 75%;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-licensing {
  margin-top: 40px;
  padding-bottom: 10px;
}

.row-licensing.bottom-line {
  border-bottom: 1px solid #d6d6e2;
}

.underline {
  width: 100%;
  height: 1px;
  background-color: #d3d4d5;
}

.menu-item-1 {
  overflow: auto;
}

.div-block {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.body {
  color: #000;
}

.wide-text-column-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide-column-2 {
  position: relative;
  width: 60%;
  background-image: url('../images/breather-168751.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-column-2 {
  width: 33.333%;
  padding: 55px 4% 50px;
  border-right: 1px solid #d7d7d9;
}

.pricing-column-3 {
  width: 33.333%;
  padding: 55px 4% 50px;
}

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

.hidden-item-10 {
  overflow: hidden;
}

._50-percent-column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-number-box-2 {
  position: relative;
  width: 30.5%;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

.key-number-box-3 {
  position: relative;
  width: 30.5%;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

._50-percent-column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  cursor: pointer;
}

.link-2 {
  cursor: pointer;
}

.button-2 {
  height: 50px;
  min-width: 170px;
  padding-top: 20px;
  padding-bottom: 17px;
  border-radius: 35px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: hsla(0, 0%, 100%, .9);
}

.button-2.top-border {
  margin-top: 20px;
}

.dark {
  background-color: #161616;
}

.add-bottom-border {
  margin-bottom: 20px;
}

.add-bottom-border.bg {
  padding-top: 21px;
  padding-bottom: 21px;
  background-image: url('../images/luca-bravo-205341-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slider {
  height: 500px;
  margin-top: 80px;
  float: none;
}

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

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

.slide-1._3 {
  background-image: url('../images/istock_LR_155379613_slider.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  background-image: url('../images/istock_LR_155379613_slider.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slide-1._2 {
  background-image: url('../images/istock_LR_115579328_slider.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-image: url('../images/istock_LR_115579328_slider.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

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

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

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

.slider-arrow {
  display: none;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

.more-top-border {
  margin-top: 30px;
}

.hero-line-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -65px;
  display: block;
  width: 50px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
}

.hero-line {
  display: block;
  width: 1px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  background-color: #cac9c3;
}

.go-up-text {
  display: inline;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.go-up-link {
  width: auto;
  min-width: 60px;
  margin-top: -3px;
  margin-left: 30px;
  text-decoration: none;
}

.center-content {
  text-align: center;
}

.hide-slide-dots {
  display: none;
}

.image {
  margin-top: 18px;
}

.nav-link-2 {
  margin-top: 17px;
  margin-bottom: -5px;
  padding-top: 10px;
  padding-bottom: 6px;
  float: right;
  border: 1px solid transparent;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  border: 1px solid #455460;
}

.nav-link-2:active {
  border: 1px solid #455460;
  background-color: #ececec;
}

.nav-link-2:focus {
  border: 1px solid #455460;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 hsla(204, 9%, 43%, .7);
}

.image-2 {
  margin-top: 11px;
  padding-top: 1px;
}

.nav-menu-2 {
  margin-top: 11px;
}

.container {
  margin-bottom: 8px;
}

.heading-5 {
  display: block;
}

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

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

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

.slide-5 {
  background-image: url('../images/iStock-637119558_2800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/Blurred-Lounge-Setting_slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 700;
}

.text-span {
  color: #003d7e;
}

.image-3 {
  position: static;
  display: block;
  max-width: 15%;
}

.heading-6 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.heading-7 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: center;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #647078;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.heading-8 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.heading-9 {
  margin-bottom: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #cd2027;
  letter-spacing: 0px;
}

.colour-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 45px;
  padding-bottom: 1px;
  background-color: #003d7e;
  color: #fff;
}

.image-section {
  height: 300px;
  margin-bottom: 70px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_589448248.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_589448248.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.address {
  margin-top: 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0.5px;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 3px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}

.image-4 {
  max-width: 15%;
  margin-bottom: 30px;
}

.image-5 {
  color: #fff;
}

.intro-block-1a {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 45px;
  background-color: #cd2027;
  text-align: center;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
}

.test-section {
  position: relative;
  height: 400px;
  max-height: auto;
  min-height: auto;
  border-style: none;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  direction: ltr;
  text-align: center;
}

.card-back {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 30%;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px;
  background-color: #cd2027;
  background-image: url('../images/icon_handyman.svg');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  text-align: center;
}

.card-back.front {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #ececec;
}

.card-back.back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-3 {
  color: #fff;
}

.card-front {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 30%;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px;
  background-color: #ececec;
  background-image: url('../images/icon_windows.svg');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}

.card-front.front {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #ececec;
}

.card-front.back {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.div-block-2 {
  width: 2%;
}

.slide-nav {
  display: none;
}

.quote {
  display: block;
  height: 250px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 88px;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0px;
}

.quote-1 {
  margin-top: 80px;
  margin-bottom: 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.quote-1.medium {
  font-size: 44px;
  font-style: italic;
}

.quote-1.hero {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 3%;
  background-color: rgba(0, 0, 0, .5);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 56px;
  font-style: normal;
  font-weight: 700;
}

.image-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  position: fixed;
  background-image: url('../images/badge_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.guarantee {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -15%;
  display: block;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/badge_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-4 {
  position: relative;
  top: 70%;
  right: 10%;
  float: none;
  background-image: url('../images/badge_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-5 {
  background-image: url('../images/badge_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.guarantee1 {
  position: absolute;
  left: 70%;
  top: auto;
  right: auto;
  bottom: -10%;
  z-index: 5;
  display: block;
  width: 25%;
  height: 55%;
}

.button-get-in-touch {
  width: 80%;
  height: 50px;
  max-width: 200px;
  min-width: 100px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 0px;
  padding-top: 18px;
  border: 1px solid #455460;
  background-color: #455460;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-get-in-touch:hover {
  background-color: #000;
  color: #fff;
}

.button-get-in-touch:active {
  background-color: #000;
}

.button-get-in-touch.no-top-border {
  margin-top: 0px;
}

.button-request-quote {
  width: 80%;
  height: 50px;
  max-width: 200px;
  min-width: 100px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 0px;
  padding-top: 18px;
  border: 1px solid #647078;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #647078;
  font-size: 13px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-request-quote:hover {
  background-color: #000;
  color: #fff;
}

.button-request-quote:active {
  background-color: #000;
}

.button-request-quote.no-top-border {
  margin-top: 0px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-8 {
  width: 30%;
  min-height: 100px;
  min-width: auto;
  background-color: #ececec;
}

.service-box {
  width: 30%;
  min-height: 100px;
  min-width: auto;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ececec;
  text-align: center;
}

.package-box {
  width: 30%;
  min-height: 100px;
  min-width: auto;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #d7d7d9;
  background-color: #ececec;
  text-align: center;
}

.package-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border: 1px solid #003d7e;
  border-radius: 50%;
  background-color: transparent;
}

.package-icon._1 {
  border-color: #cd2027;
  background-color: #cd2027;
  background-image: url('../images/icon_cleaning.svg');
  background-position: 50% 50%;
  background-size: 70% 70px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.package-icon._5 {
  border-color: #cd2027;
  background-color: #cd2027;
  background-image: url('../images/icon-concierge.svg');
  background-position: 50% 50%;
  background-size: 70% 70%;
}

.package-icon._3 {
  border-color: #cd2027;
  background-color: #cd2027;
  background-image: url('../images/icon_windows.svg');
  background-position: 50% 50%;
  background-size: 60% 60%;
  background-repeat: no-repeat;
}

.package-icon._4 {
  background-image: url('../images/icon_handyman.svg');
  background-position: 50% 50%;
  background-size: 70% 70%;
}

.package-icon._2 {
  background-image: url('../images/icon_gardening.svg');
  background-position: 50% 50%;
  background-size: 70% 70%;
  background-repeat: no-repeat;
}

.package-icon._9 {
  border-style: none;
  background-color: #fff;
  background-image: url('../images/icon_1star.svg');
  background-position: 50% 50%;
  background-size: 35%;
  background-repeat: no-repeat;
}

.package-icon._10 {
  border-style: none;
  background-color: #fff;
  background-image: url('../images/icon_2stars.svg');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.package-icon._11 {
  border-style: none;
  background-color: #fff;
  background-image: url('../images/icon_3stars.svg');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.heading-10 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #003d7e;
}

.heading-11 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #003d7e;
}

.heading-12 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #003d7e;
}

.service-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border: 1px solid #cd2027;
  border-radius: 50%;
  background-color: #cd2027;
  background-image: url('../images/icon_service_regular.svg');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.service-icon._1 {
  border-color: #cd2027;
  background-color: #cd2027;
  background-image: url('../images/icon_cleaning.svg');
  background-position: 50% 50%;
  background-size: 70% 70px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.service-icon._5 {
  border-color: #cd2027;
  background-color: #cd2027;
  background-image: url('../images/icon-concierge.svg');
  background-position: 50% 50%;
  background-size: 70% 70%;
}

.service-icon._3 {
  border-color: #cd2027;
  background-color: #cd2027;
  background-image: url('../images/icon_windows.svg');
  background-position: 50% 50%;
  background-size: 60% 60%;
  background-repeat: no-repeat;
}

.service-icon._4 {
  background-image: url('../images/icon_handyman.svg');
  background-position: 50% 50%;
  background-size: 70% 70%;
}

.service-icon._2 {
  background-image: url('../images/icon_gardening.svg');
  background-position: 50% 50%;
  background-size: 70% 70%;
  background-repeat: no-repeat;
}

.service-icon._7 {
  background-image: url('../images/icon_service_catchup.svg');
  background-position: 50% 50%;
  background-size: 60%;
}

.service-icon._8 {
  background-image: url('../images/icon_service_onceoff.svg');
  background-position: 50% 50%;
  background-size: 70%;
}

.div-block-9 {
  display: block;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/622211902_layers.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.quote2 {
  position: absolute;
  width: 40%;
  margin-top: 80px;
  margin-left: 10%;
  padding-left: 86px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.quote2.small {
  color: #000;
  font-size: 26px;
  line-height: 44px;
}

.quote2.hero {
  color: #fff;
  font-size: 52px;
  line-height: 55px;
  font-style: italic;
}

.quote2.cta {
  margin-bottom: 5px;
  color: #fff;
}

.tick-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-top: 80px;
  margin-bottom: 10px;
  margin-left: 10%;
  padding-left: 0px;
  float: left;
  border: 1px solid #cd2027;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../images/icon_tick.svg');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.tick-icon._1 {
  border-color: #cd2027;
  background-color: #cd2027;
  background-image: url('../images/icon_cleaning.svg');
  background-position: 50% 50%;
  background-size: 70% 70px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.tick-icon._5 {
  border-color: #cd2027;
  background-color: #cd2027;
  background-image: url('../images/icon-concierge.svg');
  background-position: 50% 50%;
  background-size: 70% 70%;
  background-repeat: no-repeat;
}

.tick-icon._3 {
  border-color: #cd2027;
  background-color: #cd2027;
  background-image: url('../images/icon_windows.svg');
  background-position: 50% 50%;
  background-size: 60% 60%;
  background-repeat: no-repeat;
}

.tick-icon._4 {
  background-image: url('../images/icon_handyman.svg');
  background-position: 50% 50%;
  background-size: 70% 70%;
  background-repeat: no-repeat;
}

.tick-icon._2 {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url('../images/icon_tick.svg');
  background-position: 50% 50%;
  background-size: 70%;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 66px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-11 {
  background-color: #ececec;
}

.tick-column {
  display: block;
  width: 18%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-color: transparent;
  text-align: center;
}

.paragraph-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.service-integrity-image {
  height: 300px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-589448332_2800.jpg');
  background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-589448332_2800.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.footer-flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-flex-wrapper.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-flex-wrapper.space-between.mobile-center {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.footer-flex-wrapper.pricing {
  border-bottom: 1px solid #d7d7d9;
}

.footer-flex-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.footer-flex-wrapper.less-bottom-border {
  margin-bottom: 60px;
}

.text-block {
  font-family: Lato, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  color: #cd2027;
  font-weight: 300;
  letter-spacing: 1px;
}

.form-block {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
}

.submit-button-2 {
  width: 20%;
  height: 50px;
  min-width: 100px;
  background-color: #455460;
  font-size: 13px;
  letter-spacing: 2px;
}

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

.form {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-label-2 {
  font-weight: 400;
}

.field-label-3 {
  font-weight: 400;
}

.field-label-1 {
  font-weight: 400;
}

.field-label-4 {
  font-weight: 400;
}

.text-block-3 {
  margin-bottom: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  letter-spacing: 1px;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
}

.paragraph-5 {
  margin-top: 40px;
}

.heading-13 {
  margin-top: 50px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.hero-section-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/aaron-birch-230226-1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/aaron-birch-230226-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-section-1.inner-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  min-height: auto;
  margin-top: 0px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-824030282_2800.jpg');
  background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-824030282_2800.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1400px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section-1.work {
  background-image: url('../images/breather-187923.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-section-1.text-on-left {
  display: block;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_155379613.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_155379613.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/aaron-birch-230226-1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/aaron-birch-230226-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-section-2.inner-pages {
  height: 370px;
  min-height: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-875247422_2800.jpg');
  background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-875247422_2800.jpg');
  background-position: 0px 0px, 50% -112px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section-2.work {
  background-image: url('../images/breather-187923.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-section-2.text-on-left {
  display: block;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_155379613.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_155379613.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/aaron-birch-230226-1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/aaron-birch-230226-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-section-3.inner-pages {
  height: 370px;
  min-height: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-539282637_2800.jpg');
  background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-539282637_2800.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section-3.work {
  background-image: url('../images/breather-187923.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-section-3.text-on-left {
  display: block;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_155379613.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_155379613.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-697888448_2800.jpg');
  background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-697888448_2800.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section-4.inner-pages {
  height: 300px;
  min-height: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .4), rgba(0, 61, 126, .4)), url('../images/539282637.jpg');
  background-image: linear-gradient(180deg, rgba(0, 61, 126, .4), rgba(0, 61, 126, .4)), url('../images/539282637.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-section-4.work {
  background-image: url('../images/breather-187923.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-section-4.text-on-left {
  display: block;
  height: 370px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_155379613.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_155379613.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/aaron-birch-230226-1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/aaron-birch-230226-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-section-5.inner-pages {
  height: 370px;
  min-height: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-645057532_2800.jpg');
  background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-645057532_2800.jpg');
  background-position: 0px 0px, 50% -125px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section-5.work {
  background-image: url('../images/breather-187923.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-section-5.text-on-left {
  display: block;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_155379613.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/istock_LR_155379613.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.select-field {
  height: 50px;
  border-radius: 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  letter-spacing: 1px;
}

.select-field-2 {
  height: 50px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.select-field-3 {
  height: 50px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.div-block-14 {
  position: absolute;
  right: 15%;
  bottom: -25%;
  width: 10%;
  height: 50%;
  background-image: url('../images/badge_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-15 {
  position: absolute;
  right: 15%;
  bottom: -25%;
  width: 10%;
  height: 50%;
  background-image: url('../images/badge_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.colour-map {
  width: 100%;
  margin-bottom: 25px;
  padding-top: 17px;
}

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

.div-block-17 {
  margin-right: 15%;
  margin-left: 15%;
  background-color: #fff;
}

.heading-services {
  position: relative;
  top: -153px;
  display: block;
  margin: -18px auto -20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.heading-services.medium {
  font-size: 44px;
  font-style: italic;
}

.heading-services.hero {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 3%;
  background-color: rgba(0, 0, 0, .5);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 56px;
  font-style: normal;
  font-weight: 700;
}

.heading-services.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #455460;
}

.button-4 {
  position: absolute;
}

.button-services-menu {
  width: 90%;
  height: auto;
  margin-top: 3px;
  padding-top: 12px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #fff;
  background-color: #ececec;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #cd2027;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2px;
}

.button-services-menu:hover {
  border: 1px solid #455460;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(69, 84, 96, .7);
}

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

.flex-wrapper-menu {
  position: static;
  top: -92px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  padding-top: 40px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-wrapper-menu.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper-menu.space-between.mobile-center {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flex-wrapper-menu.pricing {
  border-bottom: 1px solid #d7d7d9;
}

.flex-wrapper-menu.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.flex-wrapper-menu.less-bottom-border {
  margin-bottom: 60px;
}

.content-wrapper-services {
  position: relative;
  display: block;
  height: auto;
  max-width: 1270px;
  margin-top: 0px;
  margin-right: 20%;
  margin-left: 20%;
  padding: 90px 0px 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.content-wrapper-services.narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 140px;
  padding-left: 140px;
}

.content-wrapper-services.full-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-6 {
  margin-right: 75px;
  margin-left: 75px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-6.left {
  margin-right: 35%;
  margin-left: 35%;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #647078;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
}

.div-block-18 {
  background-image: -webkit-linear-gradient(270deg, #ececec, #ececec);
  background-image: linear-gradient(180deg, #ececec, #ececec);
}

.div-block-19 {
  height: 300px;
  background-image: url('../images/iStock-531920920_2800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-7 {
  display: block;
  width: auto;
  padding-bottom: 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.flex-wrapper-ticks {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ececec;
}

.flex-wrapper-ticks.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper-ticks.space-between.mobile-center {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flex-wrapper-ticks.pricing {
  border-bottom: 1px solid #d7d7d9;
}

.flex-wrapper-ticks.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.flex-wrapper-ticks.less-bottom-border {
  margin-bottom: 60px;
}

.content-section-nil-top-space {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: transparent;
}

.content-section-nil-top-space.gray {
  overflow: hidden;
  background-color: #f6f7f6;
}

.content-section-nil-top-space.intro-features {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.content-section-nil-top-space.small-and-gray {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f7f6;
}

.content-section-nil-top-space.small {
  padding-top: 90px;
  padding-bottom: 80px;
}

.content-section-nil-top-space.contact-us {
  position: relative;
  background-color: #f6f7f6;
  background-image: url('../images/Cards-2.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-section-nil-top-space.medium {
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section-nil-top-space.inner-pages {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-section-nil-top-space.works {
  padding-top: 90px;
  padding-bottom: 0px;
}

.content-section-nil-top-space.no-bottom-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section-nil-top-space.less-top-padding {
  padding-top: 30px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  border-left: 1px solid #ececec;
}

.heading-14 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-8 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.paragraph-9 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.heading-15 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-16 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-17 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-10 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-11 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-12 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-18 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-19 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-20 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-13 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-14 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-15 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-16 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.row-2 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-17 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-18 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-19 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-20 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: left;
}

.heading-21 {
  width: 90%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: left;
}

.paragraph-21 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-22 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: left;
}

.heading-22 {
  width: 90%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: left;
}

.paragraph-23 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: left;
}

.heading-23 {
  width: 90%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: left;
}

.paragraph-24 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-24 {
  width: 90%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: left;
}

.paragraph-25 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-25 {
  width: 90%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: left;
}

.paragraph-26 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-26 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-27 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-4-faqs.small {
  margin-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #cd2027;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.heading-4-faqs.less-bottom-border {
  margin-bottom: 5px;
}

.heading-4-faqs.footer-title {
  margin-bottom: 15px;
  font-size: 20px;
}

.heading-27 {
  width: 90%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: left;
}

.heading-faq {
  width: 90%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: left;
}

.paragraph-faq {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: left;
}

.paragraph-28 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.div-block-22 {
  height: 150px;
}

.div-block-23 {
  position: static;
  height: 400px;
  padding: 20px;
}

.flip-front {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #ececec;
  text-align: center;
}

.flip-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #cd2027;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-white {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-weight: 400;
}

.button-learn-more {
  display: block;
  width: 100%;
  height: 50px;
  max-width: auto;
  min-width: 100px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  border: 1px none #fff;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #cd2027;
  font-size: 13px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-learn-more:hover {
  border-style: none;
  background-color: #000;
  color: #fff;
}

.button-learn-more:active {
  background-color: #000;
}

.button-learn-more.no-top-border {
  margin-top: 0px;
}

.card-wrapper {
  position: relative;
  height: auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-wrapper:hover {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.tick-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.tick-section.gray {
  overflow: hidden;
  background-color: #f6f7f6;
}

.tick-section.intro-features {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.tick-section.small-and-gray {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f7f6;
}

.tick-section.small {
  padding-top: 90px;
  padding-bottom: 80px;
}

.tick-section.contact-us {
  position: relative;
  background-color: #f6f7f6;
  background-image: url('../images/Cards-2.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tick-section.medium {
  padding-top: 90px;
  padding-bottom: 90px;
}

.tick-section.inner-pages {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tick-section.works {
  padding-top: 90px;
  padding-bottom: 0px;
}

.tick-section.no-bottom-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tick-section.less-top-padding {
  padding-top: 30px;
}

.div-block-24 {
  height: 40px;
}

.tick-block {
  display: block;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/iStock-622211902_layers_2800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hidden-item-11 {
  overflow: hidden;
}

.hidden-item-12 {
  overflow: hidden;
}

.guarantee-box {
  position: absolute;
  right: 15%;
  bottom: -25%;
  width: 10%;
  height: 50%;
  background-image: url('../images/badge_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.guarantee-box.services {
  bottom: -13%;
  width: 15%;
}

.guarantee-box.services.windows {
  bottom: -8%;
  width: 15%;
  height: 50%;
}

.guarantee-box.services.mowing {
  bottom: -7%;
}

.guarantee-box.services.handyman {
  bottom: -7%;
}

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

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

.image-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.flipback {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.testwrapper {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.testwrapper:hover {
  width: auto;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

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

.image-10 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-11 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-27 {
  height: 500px;
}

.image-12 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-13 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-14 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.image-15 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-15:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.image-16 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-16:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.div-block-28 {
  display: block;
  width: 30%;
  height: auto;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.paragraph-6-centred {
  margin-right: 20%;
  margin-left: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-6-centred.left {
  margin-right: 20%;
  margin-left: 20%;
  color: #647078;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
}

.card-front-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: auto;
  min-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #ececec;
}

.card-back-test {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: auto;
  max-width: auto;
  min-height: auto;
  min-width: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #cd2027;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-1 {
  display: block;
  width: 30%;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 100px;
  perspective: 100px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flip-cards-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-2 {
  display: block;
  width: 30%;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.card-3 {
  display: block;
  width: 30%;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.card-4 {
  display: block;
  width: 30%;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.card-5 {
  display: block;
  width: 30%;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.div-block-30 {
  background-color: #cd2027;
}

.card-1-copy {
  display: block;
  width: 30%;
  height: auto;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.flip-cards-div-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flip-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-front-test-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  max-height: auto;
  min-height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #ececec;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.card-front-test-copy:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

html.w-mod-js *[data-ix="full-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-down-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="move-up-on-slider"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-up-on-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-up-on-slide-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-right-on-load"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="move-left-on-load"] {
  -webkit-transform: translate(-105%, 0px);
  -ms-transform: translate(-105%, 0px);
  transform: translate(-105%, 0px);
}

html.w-mod-js *[data-ix="display-block-on-load"] {
  display: none;
  height: auto;
}

html.w-mod-js *[data-ix="move-up-on-load-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-up-on-load-8"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-down-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30%);
  -ms-transform: translate(0px, 30%);
  transform: translate(0px, 30%);
}

html.w-mod-js *[data-ix="0-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-right-on-load-3"] {
  -webkit-transform: translate(30%, 0px);
  -ms-transform: translate(30%, 0px);
  transform: translate(30%, 0px);
}

@media (max-width: 991px) {
  .content-section.intro-features {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content-section.contact-us {
    background-position: 100% 50%;
    background-size: cover;
  }
  .content-section.inner-pages {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .content-wrapper.narrow {
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-section {
    height: 300px;
    margin-top: 40px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-479426370_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-479426370_800.jpg');
    background-position: 0px 0px, 50% 50%;
    background-attachment: scroll, scroll;
  }
  .hero-section.inner-pages {
    height: 300px;
    min-height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .3), rgba(0, 61, 126, .3)), url('../images/Blurred-Lounge-Setting.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .3), rgba(0, 61, 126, .3)), url('../images/Blurred-Lounge-Setting.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .hero-section.cleaning {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/iStock-804037390_800.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iStock-804037390_800.jpg');
  }
  .hero-section.windows {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/iStock-155379613_800.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iStock-155379613_800.jpg');
  }
  .hero-section.handyman {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .6), rgba(0, 61, 126, .6)), url('../images/iStock-115579328_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .6), rgba(0, 61, 126, .6)), url('../images/iStock-115579328_800.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .hero-section.housekeeping {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/iStock-637119558_800.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iStock-637119558_800.jpg');
  }
  .hero-text-box.on-slider {
    margin-top: 75px;
  }
  .intro-box-1 {
    padding: 20px 10px 10px;
  }
  .header-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .header-box.center {
    margin-right: 13%;
    margin-left: 13%;
  }
  .wide-column-text-box {
    width: 150%;
  }
  .button-email-us {
    width: auto;
    height: 30px;
    max-width: 170px;
    min-width: 100px;
    padding-top: 8px;
  }
  .text-box._6 {
    margin-top: 0px;
    margin-bottom: 90px;
  }
  .text-box.latest-posts {
    margin-top: -90px;
  }
  .text-box._9 {
    padding-top: 0px;
  }
  .text-box._13 {
    width: 85%;
    padding-right: 35px;
  }
  .text-box._4 {
    padding-right: 35px;
    padding-left: 40px;
  }
  .text-box._14 {
    width: 100%;
    padding-top: 0px;
  }
  .feature-column {
    width: 50%;
  }
  .feature-column._2 {
    border-right-style: none;
  }
  .feature-column._3 {
    border-right: 1px solid #d6d6e2;
  }
  .feature-column._4 {
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }
  .feature-column._5 {
    border-right: 1px solid #d6d6e2;
  }
  .work-sample {
    width: 46%;
  }
  .faq-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-logo-column {
    width: 30%;
  }
  .footer-column._3 {
    padding-left: 30px;
  }
  .heading-4.small {
    color: #cd2027;
  }
  ._29-percent-column {
    width: 46%;
  }
  .cta-text-box {
    width: 100%;
  }
  .heading-1 {
    font-size: 36px;
    line-height: 40px;
  }
  .heading-1.hero {
    font-size: 36px;
    line-height: 40px;
  }
  .client-box-1 {
    width: 33.33%;
  }
  .client-box-2 {
    width: 33.33%;
  }
  .client-box-3 {
    width: 33.33%;
    border-right-style: none;
  }
  .client-box-4 {
    width: 33.33%;
    border-right: 1px solid #d6d6e2;
  }
  .client-box-5 {
    width: 33.33%;
    border-bottom: 1px solid #d6d6e2;
  }
  .client-box-6 {
    width: 33.33%;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }
  .client-box-7 {
    width: 33.33%;
  }
  .client-box-8 {
    width: 33.33%;
    border-right: 1px solid #d6d6e2;
  }
  .tabs {
    width: 100%;
  }
  .intro-box-2 {
    padding: 20px 10px 10px;
  }
  .intro-box-3 {
    padding: 20px 10px 10px;
  }
  .mini-section-left {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }
  .mini-section-right {
    width: 100%;
    padding-left: 10px;
  }
  .left-column-newsletter {
    min-width: 280px;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .right-column-newsletter {
    width: 60%;
  }
  ._50-percent-column-3 {
    width: 100%;
  }
  ._50-percent-column-4 {
    width: 100%;
  }
  ._50-percent-column-7 {
    width: 100%;
  }
  .hero-slider {
    height: 300px;
  }
  .nav-link-2 {
    display: block;
    width: 100%;
    margin: 1px auto 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    float: none;
    background-color: #fff;
    text-align: center;
  }
  .navbar-2 {
    position: fixed;
  }
  .nav-menu-2 {
    position: absolute;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    margin-top: 0px;
    float: none;
    font-family: Lato, sans-serif;
    text-align: center;
  }
  .menu-button-2.w--open {
    background-color: #fff;
  }
  .container {
    margin-bottom: 9px;
  }
  .paragraph {
    font-weight: 400;
  }
  .quote-1.hero {
    font-size: 36px;
    line-height: 40px;
  }
  .guarantee1 {
    left: auto;
    right: 5%;
    bottom: -20%;
    width: 20%;
    height: 60%;
  }
  .button-get-in-touch {
    width: auto;
    height: 30px;
    max-width: 200px;
    min-width: 100px;
    padding-top: 8px;
  }
  .button-request-quote {
    width: auto;
    height: 30px;
    max-width: 200px;
    min-width: 100px;
    padding: 8px 15px 11px;
  }
  .quote2 {
    width: 50%;
    font-size: 18px;
    line-height: 24px;
  }
  .div-block-10 {
    margin-top: 20px;
  }
  .service-integrity-image {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/iStock-589448332_800.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iStock-589448332_800.jpg');
  }
  .contact-section {
    padding-bottom: 15px;
  }
  .hero-section-1.inner-pages {
    height: 300px;
    min-height: auto;
    margin-top: 40px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-824030282_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-824030282_800.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .hero-section-2.inner-pages {
    height: 300px;
    min-height: auto;
    margin-top: 40px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-875247422_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-875247422_800.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .hero-section-3.inner-pages {
    height: 300px;
    min-height: auto;
    margin-top: 40px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-539282637_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-539282637_800.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .hero-section-4 {
    margin-top: 40px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/iStock-697888448_800.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iStock-697888448_800.jpg');
  }
  .hero-section-4.inner-pages {
    height: 300px;
    min-height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .3), rgba(0, 61, 126, .3)), url('../images/Blurred-Lounge-Setting.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .3), rgba(0, 61, 126, .3)), url('../images/Blurred-Lounge-Setting.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .hero-section-5.inner-pages {
    height: 300px;
    min-height: auto;
    margin-top: 40px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-645057532_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-645057532_800.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .div-block-14 {
    width: 150px;
    height: 150px;
  }
  .div-block-15 {
    width: 150px;
    height: 150px;
  }
  .heading-services {
    margin-top: -10px;
    margin-bottom: -15px;
    font-weight: 400;
  }
  .heading-services.hero {
    font-size: 36px;
    line-height: 40px;
  }
  .button-services-menu {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .flex-wrapper-menu {
    padding-top: 10px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .content-wrapper-services {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }
  .content-wrapper-services.narrow {
    padding-right: 25px;
    padding-left: 25px;
  }
  .paragraph-6 {
    margin-right: 1px;
    margin-left: 1px;
  }
  .paragraph-6.left {
    margin-right: 20%;
    margin-left: 20%;
  }
  .div-block-19 {
    background-image: url('../images/iStock-531920920_800.jpg');
  }
  .content-section-nil-top-space.intro-features {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content-section-nil-top-space.contact-us {
    background-position: 100% 50%;
    background-size: cover;
  }
  .content-section-nil-top-space.inner-pages {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .heading-4-faqs.small {
    color: #cd2027;
  }
  .flip-front {
    padding: 20px 10px 10px;
  }
  .flip-back {
    padding: 20px 10px 10px;
  }
  .button-learn-more {
    width: auto;
    height: 30px;
    max-width: 170px;
    min-width: 100px;
    padding-top: 8px;
  }
  .tick-section.intro-features {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tick-section.contact-us {
    background-position: 100% 50%;
    background-size: cover;
  }
  .tick-section.inner-pages {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tick-block {
    background-image: url('../images/iStock-622211902_layers_800.jpg');
  }
  .guarantee-box {
    width: 150px;
    height: 150px;
  }
  .guarantee-box.services {
    bottom: -13%;
    width: 150px;
    margin-top: 0px;
  }
  .guarantee-box.services.windows {
    bottom: -10%;
    width: 150px;
    height: 150px;
    margin-top: 0px;
  }
  .paragraph-6-centred {
    margin-right: 20px;
    margin-left: 20px;
  }
  .paragraph-6-centred.left {
    margin-right: 20%;
    margin-left: 20%;
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    display: block;
    clear: none;
  }
  .hero-section {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/iStock-479426370_800.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iStock-479426370_800.jpg');
  }
  .hero-section.inner-pages {
    height: 300px;
    min-height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .4), rgba(0, 61, 126, .4)), url('../images/Blurred-Lounge-Setting.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .4), rgba(0, 61, 126, .4)), url('../images/Blurred-Lounge-Setting.jpg');
    background-position: 0px 0px, 50% 100%;
  }
  .hero-section.cleaning {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/iStock-804037390_800.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iStock-804037390_800.jpg');
  }
  .hero-section.handyman {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-115579328_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-115579328_800.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .hero-text-box.on-slider {
    margin-top: 89px;
  }
  .intro-text-box {
    margin-right: 13%;
    margin-left: 13%;
  }
  .intro-box-1 {
    width: 70%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .flex-wrapper.space-between.mobile-center {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-wrapper.pricing {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-style: none;
  }
  .flex-wrapper.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-box {
    margin-bottom: 30px;
  }
  .button-email-us {
    padding-top: 8px;
  }
  .text-box._9 {
    width: 100%;
    padding-left: 0px;
  }
  .text-box._5 {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .text-box._10 {
    margin-top: -70px;
  }
  .text-box._12 {
    margin-bottom: 60px;
  }
  .feature-column {
    padding-right: 30px;
    padding-left: 30px;
  }
  .team-member {
    width: 70%;
    margin-bottom: 60px;
  }
  .see-all.mobile-less-top-border {
    margin-top: 0px;
  }
  .work-sample {
    width: 80%;
    max-width: 510px;
  }
  .pricing-column {
    width: 70%;
    border-bottom: 1px solid #d6d6e2;
  }
  .pricing-column._1 {
    padding-top: 0px;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }
  .faq-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .post-preview {
    width: 70%;
    margin-bottom: 60px;
  }
  .footer-logo-column {
    width: 50%;
    margin-top: 0px;
    padding-top: 0px;
  }
  .footer-column._2 {
    width: 50%;
  }
  .footer-column._1 {
    width: 50%;
    border-right-style: none;
    border-left-style: solid;
  }
  .footer-column._3 {
    width: 50%;
    margin-left: 0%;
    padding-bottom: 0px;
  }
  ._65-percent-column {
    border-right-style: none;
  }
  .side-menu-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .side-menu-authors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .authors-pic {
    margin-right: 0px;
  }
  .heading-4.small {
    color: #cd2027;
  }
  ._29-percent-column {
    margin-bottom: 60px;
  }
  .heading-1 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 36px;
    line-height: 40px;
  }
  .heading-1.hero {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 28px;
  }
  .paragraph-box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .faq-left-column {
    width: 100%;
    padding-top: 0px;
  }
  .faq-right-column {
    width: 100%;
    padding-left: 0px;
    border-left-style: none;
  }
  .client-box-1 {
    width: 50%;
  }
  .client-box-2 {
    width: 50%;
    border-right-style: none;
  }
  .client-box-3 {
    width: 50%;
    border-right-style: solid;
  }
  .client-box-4 {
    width: 50%;
    border-right-style: none;
  }
  .client-box-5 {
    width: 50%;
  }
  .client-box-6 {
    width: 50%;
  }
  .client-box-7 {
    width: 50%;
  }
  .client-box-8 {
    width: 50%;
    border-right-style: none;
  }
  .key-number-box {
    width: 80%;
    max-width: 400px;
  }
  .key-number-line.bottom {
    display: none;
  }
  .key-number-line.bottom.last {
    display: block;
  }
  .contact-text-box {
    padding-right: 20px;
    padding-left: 20px;
  }
  .key-data-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tabs {
    margin-bottom: 45px;
  }
  .content-box.medium {
    margin-bottom: 60px;
  }
  .intro-box-2 {
    width: 70%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .intro-box-3 {
    width: 70%;
    max-width: 400px;
  }
  .intro-feature-1 {
    width: 70%;
    max-width: 400px;
    padding-top: 0px;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }
  .intro-feature-2 {
    width: 70%;
    max-width: 400px;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }
  .intro-feature-3 {
    width: 70%;
    max-width: 400px;
  }
  ._50-percent-column-1 {
    width: 70%;
  }
  ._50-percent-column-2 {
    width: 80%;
  }
  .left-column-newsletter {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .right-column-newsletter {
    width: 100%;
  }
  ._50-percent-column-3 {
    width: 70%;
  }
  ._50-percent-column-4 {
    width: 70%;
  }
  ._50-percent-column-5 {
    width: 100%;
    margin-bottom: 60px;
  }
  ._50-percent-column-7 {
    width: 80%;
  }
  ._50-percent-column-8 {
    width: 100%;
  }
  ._50-percent-column-12 {
    width: 80%;
    padding-right: 0px;
  }
  .service-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._50-percent-column-9 {
    width: 80%;
  }
  ._50-percent-column-9.mobile-bottom-border {
    margin-bottom: 35px;
  }
  .overview-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .overview-right {
    width: 100%;
  }
  ._50-percent-column-6 {
    width: 100%;
  }
  .pricing-column-2 {
    width: 70%;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }
  .pricing-column-3 {
    width: 70%;
    border-bottom: 1px solid #d6d6e2;
  }
  ._50-percent-column-13 {
    width: 100%;
  }
  .key-number-box-2 {
    width: 800%;
    max-width: 400px;
  }
  .key-number-box-3 {
    width: 80%;
    max-width: 400px;
  }
  ._50-percent-column-14 {
    width: 100%;
  }
  ._50-percent-column-15 {
    width: 100%;
  }
  .slide-1 {
    background-image: url('../images/iStock-804037390_800.jpg');
  }
  .navbar-2 {
    position: absolute;
  }
  .container {
    margin-bottom: 8px;
  }
  .slide-4 {
    background-image: url('../images/iStock-479426370_800.jpg');
  }
  .slide-2 {
    background-image: url('../images/iStock-115579328_800.jpg');
  }
  .slide-3 {
    background-image: url('../images/iStock-155379613_800.jpg');
  }
  .slide-5 {
    background-image: url('../images/iStock-637119558_800.jpg');
  }
  .paragraph {
    margin-right: 0px;
    margin-left: 0px;
  }
  .colour-section {
    padding-top: 30px;
  }
  .address {
    width: 100%;
  }
  .quote-1 {
    display: block;
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .quote-1.hero {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 28px;
  }
  .guarantee1 {
    left: auto;
    right: 3%;
    bottom: -15%;
    width: 25%;
    height: 60%;
  }
  .button-get-in-touch {
    max-width: 200px;
    padding-top: 8px;
    border-color: #455460;
    background-color: #455460;
    color: #fff;
  }
  .button-request-quote {
    max-width: auto;
    padding-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-9 {
    height: 250px;
  }
  .quote2 {
    margin-top: 50px;
    padding-left: 63px;
    font-size: 16px;
    line-height: 20px;
  }
  .tick-icon {
    width: 50px;
    height: 50px;
    margin-top: 50px;
  }
  .div-block-10 {
    width: 90%;
  }
  .service-integrity-image {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-589448332_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-589448332_800.jpg');
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .div-block-12 {
    margin-bottom: 35px;
  }
  .footer-flex-wrapper.space-between.mobile-center {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-flex-wrapper.pricing {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-style: none;
  }
  .footer-flex-wrapper.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-section-1.inner-pages {
    height: 300px;
    min-height: auto;
    margin-top: 40px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-824030282_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-824030282_800.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .hero-section-2.inner-pages {
    height: 300px;
    min-height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-875247422_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-875247422_800.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .hero-section-3.inner-pages {
    height: 300px;
    min-height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-539282637_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-539282637_800.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .hero-section-4 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-697888448_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-697888448_800.jpg');
    background-position: 0px 0px, 50% 50%;
    background-attachment: scroll, scroll;
  }
  .hero-section-4.inner-pages {
    height: 300px;
    min-height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .4), rgba(0, 61, 126, .4)), url('../images/Blurred-Lounge-Setting.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .4), rgba(0, 61, 126, .4)), url('../images/Blurred-Lounge-Setting.jpg');
    background-position: 0px 0px, 50% 100%;
  }
  .hero-section-5.inner-pages {
    height: 300px;
    min-height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-645057532_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-645057532_800.jpg');
    background-position: 0px 0px, 50% 0px;
  }
  .heading-services {
    display: block;
    width: 90%;
    margin: -10px auto -15px;
    font-weight: 400;
  }
  .heading-services.hero {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 28px;
  }
  .heading-services.concierge {
    margin-bottom: -50px;
  }
  .flex-wrapper-menu.space-between.mobile-center {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-wrapper-menu.pricing {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-style: none;
  }
  .flex-wrapper-menu.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-wrapper-services {
    padding-top: 0px;
  }
  .paragraph-6 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-19 {
    background-image: url('../images/iStock-531920920_800.jpg');
  }
  .flex-wrapper-ticks.space-between.mobile-center {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-wrapper-ticks.pricing {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-style: none;
  }
  .flex-wrapper-ticks.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-20 {
    margin-top: 50px;
  }
  .heading-4-faqs.small {
    color: #cd2027;
  }
  .flip-front {
    width: 70%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .flip-back {
    width: 70%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .button-learn-more {
    padding-top: 8px;
  }
  .tick-block {
    height: 250px;
    background-image: url('../images/iStock-622211902_layers_800.jpg');
  }
  .guarantee-box.services.windows {
    bottom: -20%;
  }
  .guarantee-box.services.mowing {
    bottom: -11%;
  }
  .paragraph-6-centred {
    margin-right: 20px;
    margin-left: 20px;
  }
  .card-front-test {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
  .card-1 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .flip-cards-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .card-2 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .card-3 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .card-4 {
    width: auto;
  }
  .card-5 {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .flip-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-front-test-copy {
    width: auto;
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .content-section.intro-features {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content-section.no-bottom-padding {
    margin-bottom: 20px;
  }
  .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .rich-text-block {
    text-align: left;
  }
  .nav-menu {
    width: 100%;
    min-width: auto;
  }
  .hero-section {
    height: 300px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/iStock-479426370_800.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iStock-479426370_800.jpg');
  }
  .hero-section.inner-pages {
    height: 300px;
    min-height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .4), rgba(0, 61, 126, .4)), url('../images/Blurred-Lounge-Setting.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .4), rgba(0, 61, 126, .4)), url('../images/Blurred-Lounge-Setting.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .hero-section.cleaning {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/iStock-804037390_800.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iStock-804037390_800.jpg');
  }
  .hero-section.handyman {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-115579328_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-115579328_800.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .hero-section.housekeeping {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-637119558_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-637119558_800.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .large {
    font-size: 2.8em;
  }
  .hero-text-box.top-border {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-text-box.left {
    margin-left: 25px;
  }
  .hero-text-box.on-slider {
    margin-top: 0px;
  }
  .intro-text-box {
    margin-right: 0%;
    margin-left: 0%;
  }
  .intro-box-1 {
    width: 100%;
    margin: 0px 0px 10px;
  }
  .flex-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrapper.space-between.mobile-center {
    margin-bottom: 10px;
  }
  .intro-feature-icon._1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .intro-feature-icon._2 {
    float: none;
  }
  .text-link.on-mobile {
    display: none;
  }
  .header-box {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .header-box.center {
    margin-right: 0%;
    margin-left: 0%;
  }
  .wide-column {
    width: 100%;
    height: 600px;
  }
  .wide-text-column {
    width: 100%;
  }
  .wide-column-text-box {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    padding: 60px 35px 35px;
  }
  .wide-column-text-box.left {
    margin-right: 0%;
    padding-top: 0px;
  }
  .mini-section-box {
    width: 100%;
    text-align: left;
  }
  .mini-section-box-middle {
    padding-right: 0px;
    padding-left: 0px;
  }
  .line-with-dots {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .button-email-us {
    display: block;
    width: 100%;
    height: 30px;
    max-width: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .text-box._3 {
    padding-right: 30px;
    padding-left: 35px;
  }
  .text-box._6 {
    padding-right: 25px;
    padding-left: 40px;
  }
  .text-box._7 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .text-box._10 {
    padding-right: 30px;
    padding-left: 35px;
  }
  .text-box._11 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .text-box._12 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .text-box._13 {
    padding-right: 25px;
  }
  .text-box._14 {
    padding-left: 0px;
  }
  .feature-column {
    width: 100%;
  }
  .feature-column._3 {
    border-right-style: none;
  }
  .feature-column._5 {
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }
  .feature-column._1 {
    border-right-style: none;
  }
  .team-member {
    width: 100%;
  }
  .video-lightbox {
    margin-bottom: 10px;
  }
  .work-sample {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8%;
    margin-left: 0px;
  }
  .slide-arrow {
    display: none;
  }
  .testimonial-text-box {
    margin-right: 0%;
    margin-left: 0%;
  }
  .pricing-column {
    width: 100%;
  }
  .faq-container.bottom-border {
    color: #cd2027;
  }
  .faq-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .post-preview {
    width: 100%;
  }
  .footer {
    padding-top: 5%;
  }
  .text-field.name {
    width: 100%;
    margin-right: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .text-field.email {
    width: 100%;
    margin-right: 0%;
  }
  .submit-button {
    width: 100%;
    border-radius: 3px;
  }
  .contact-details-big {
    font-size: 19px;
    line-height: 42px;
  }
  .footer-logo-column {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .footer-column._2 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }
  .footer-column._1 {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
    border-style: solid none none;
    border-top-width: 1px;
    border-top-color: #fff;
    border-bottom-width: 1px;
    border-bottom-color: #d6d6e2;
    text-align: center;
  }
  .footer-column._3 {
    width: 100%;
    margin-left: 0%;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._65-percent-column {
    width: 100%;
    padding-right: 0%;
  }
  ._35-percent-column {
    width: 100%;
  }
  .heading-4.small {
    color: #cd2027;
    line-height: 24px;
  }
  .authors-details {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._29-percent-column {
    width: 100%;
  }
  .post-content {
    padding-right: 9%;
    padding-left: 9%;
  }
  .heading-1 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 28px;
  }
  .heading-1.hero {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-box {
    margin-right: 10%;
    margin-left: 10%;
  }
  .client-box-1 {
    width: 80%;
    border-right-style: none;
  }
  .client-box-2 {
    width: 80%;
  }
  .client-box-3 {
    width: 80%;
    border-right-style: none;
  }
  .client-box-4 {
    width: 80%;
  }
  .client-box-5 {
    width: 80%;
    border-right-style: none;
  }
  .client-box-6 {
    width: 80%;
  }
  .client-box-7 {
    width: 80%;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }
  .client-box-8 {
    width: 80%;
  }
  .contact-text-box {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-form-field.name {
    padding-left: 15px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .contact-form-field.email {
    padding-left: 15px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .contact-form-field.phone {
    padding-left: 15px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .tab-2 {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    border-top-right-radius: 0px;
  }
  .tab-2.w--current {
    width: 100%;
  }
  .tab-1 {
    width: 100%;
    border-right-style: none;
    border-bottom-style: none;
    border-top-right-radius: 3px;
  }
  .tab-1.w--current {
    width: 100%;
    border-right-style: none;
    border-top-right-radius: 3px;
  }
  .content-box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro-box-2 {
    width: 100%;
    margin: 0px 0px 10px;
  }
  .intro-box-3 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .intro-feature-1 {
    width: 100%;
  }
  .intro-feature-2 {
    width: 100%;
  }
  .intro-feature-3 {
    width: 100%;
  }
  ._50-percent-column-1 {
    width: 100%;
    margin-bottom: 45px;
  }
  ._50-percent-column-2 {
    width: 100%;
  }
  ._50-percent-column-3 {
    width: 100%;
  }
  ._50-percent-column-4 {
    width: 100%;
  }
  ._50-percent-column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._50-percent-column-7 {
    width: 100%;
  }
  ._50-percent-column-8 {
    width: 100%;
  }
  ._50-percent-column-12 {
    width: 100%;
    padding-right: 0px;
  }
  ._50-percent-column-9 {
    width: 100%;
  }
  ._50-percent-column-10 {
    width: 100%;
    margin-bottom: 45px;
  }
  ._50-percent-column-11 {
    width: 100%;
  }
  .wide-text-column-2 {
    width: 100%;
  }
  .wide-column-2 {
    width: 100%;
    height: 600px;
    margin-top: 25px;
  }
  ._50-percent-column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pricing-column-2 {
    width: 100%;
  }
  .pricing-column-3 {
    width: 100%;
  }
  .hero-slider {
    height: 300px;
  }
  .slider-arrow {
    display: none;
  }
  .hide-slide-dots {
    display: block;
  }
  .nav-link-2 {
    width: 100%;
    margin-top: 1px;
    margin-bottom: 0px;
    padding-top: 8px;
    background-color: #fff;
    text-align: center;
  }
  .navbar-2 {
    position: absolute;
  }
  .nav-menu-2 {
    margin-top: 0px;
    font-family: Lato, sans-serif;
  }
  .menu-button-2 {
    margin-top: 14px;
  }
  .menu-button-2.w--open {
    background-color: #fff;
  }
  .container {
    margin-bottom: 8px;
  }
  .icon {
    position: absolute;
  }
  .paragraph {
    margin-right: 10px;
    margin-left: 10px;
  }
  .colour-section {
    margin-bottom: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .image-section {
    margin-bottom: 40px;
  }
  .address {
    text-align: center;
  }
  .image-4 {
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .quote-1 {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 32px;
  }
  .quote-1.hero {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .guarantee1 {
    bottom: -10%;
    width: 50%;
  }
  .button-get-in-touch {
    width: 100%;
    height: 30px;
    max-width: auto;
    min-width: auto;
    padding-top: 8px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .button-request-quote {
    width: 100%;
    height: 30px;
    max-width: auto;
    min-width: auto;
    padding-top: 8px;
    padding-right: 4px;
    padding-left: 4px;
    border-color: #455460;
    background-color: #fff;
    color: #455460;
  }
  .div-block-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .service-box {
    width: 100%;
    margin: 10px 10px 0px;
    padding: 10px;
  }
  .package-box {
    width: 100%;
    margin: 0px 10px 10px;
    padding: 10px;
  }
  .div-block-9 {
    height: 250px;
    margin-top: -25px;
    background-image: -webkit-linear-gradient(270deg, hsla(240, 3%, 85%, .8), hsla(240, 3%, 85%, .8)), url('../images/622211902_layers.jpg');
    background-image: linear-gradient(180deg, hsla(240, 3%, 85%, .8), hsla(240, 3%, 85%, .8)), url('../images/622211902_layers.jpg');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .quote2 {
    width: 90%;
    margin-top: 88px;
    margin-left: 5%;
    padding-left: 0px;
    text-align: center;
  }
  .tick-icon {
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .div-block-10 {
    width: auto;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tick-column {
    width: 100%;
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .service-integrity-image {
    height: 140px;
    margin-bottom: 40px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 60, 124, .6), rgba(0, 60, 124, .6)), url('../images/iStock-589448332_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 60, 124, .6), rgba(0, 60, 124, .6)), url('../images/iStock-589448332_800.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .footer-flex-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-flex-wrapper.space-between.mobile-center {
    margin-bottom: 10px;
  }
  .div-block-13 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-section-1.inner-pages {
    height: 300px;
    min-height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-824030282_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-824030282_800.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .hero-section-2.inner-pages {
    height: 300px;
    min-height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-875247422_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-875247422_800.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .hero-section-3.inner-pages {
    height: 300px;
    min-height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-539282637_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-539282637_800.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .hero-section-4 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/iStock-697888448_800.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iStock-697888448_800.jpg');
  }
  .hero-section-4.inner-pages {
    height: 300px;
    min-height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .4), rgba(0, 61, 126, .4)), url('../images/Blurred-Lounge-Setting.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .4), rgba(0, 61, 126, .4)), url('../images/Blurred-Lounge-Setting.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .hero-section-5.inner-pages {
    height: 300px;
    min-height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-645057532_800.jpg');
    background-image: linear-gradient(180deg, rgba(0, 61, 126, .5), rgba(0, 61, 126, .5)), url('../images/iStock-645057532_800.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .div-block-14 {
    width: 120px;
    height: 120px;
  }
  .div-block-15 {
    bottom: -16%;
    width: 120px;
    height: 120px;
  }
  .heading-services {
    display: block;
    width: 100%;
    margin: -20px auto -10px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 400;
  }
  .heading-services.hero {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-services.handy {
    margin-bottom: -10px;
  }
  .heading-services.concierge {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .flex-wrapper-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrapper-menu.space-between.mobile-center {
    margin-bottom: 10px;
  }
  .content-wrapper-services {
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .paragraph-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-6.left {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-19 {
    background-image: url('../images/iStock-531920920_800.jpg');
  }
  .flex-wrapper-ticks {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrapper-ticks.space-between.mobile-center {
    margin-bottom: 10px;
  }
  .content-section-nil-top-space.intro-features {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content-section-nil-top-space.no-bottom-padding {
    margin-bottom: 20px;
  }
  .div-block-20 {
    margin-top: 30px;
  }
  .heading-4-faqs.small {
    color: #cd2027;
  }
  .flip-front {
    width: 100%;
    margin: 0px 0px 10px;
  }
  .flip-back {
    width: 100%;
    margin: 0px 0px 10px;
  }
  .button-learn-more {
    display: block;
    width: 100%;
    height: 30px;
    max-width: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .tick-section.intro-features {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tick-section.no-bottom-padding {
    margin-bottom: 20px;
  }
  .tick-block {
    height: 250px;
    margin-top: 0px;
    background-image: -webkit-linear-gradient(270deg, hsla(240, 3%, 85%, .8), hsla(240, 3%, 85%, .8)), url('../images/iStock-622211902_layers_800.jpg');
    background-image: linear-gradient(180deg, hsla(240, 3%, 85%, .8), hsla(240, 3%, 85%, .8)), url('../images/iStock-622211902_layers_800.jpg');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .guarantee-box {
    bottom: -16%;
    width: 120px;
    height: 120px;
  }
  .guarantee-box.services {
    bottom: -7%;
    width: 120px;
  }
  .guarantee-box.services.windows {
    bottom: -18%;
    width: 120px;
    height: 120px;
  }
  .paragraph-6-centred {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .paragraph-6-centred.left {
    margin-right: 20px;
    margin-left: 20px;
  }
  .card-front-test {
    width: auto;
    height: auto;
    min-height: auto;
    min-width: auto;
  }
  .card-1 {
    width: auto;
  }
  .flip-cards-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-2 {
    width: auto;
  }
  .card-3 {
    width: auto;
  }
  .card-4 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .card-5 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .flip-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-front-test-copy {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

