:root {
  --black: black;
  --red: #ec1c24;
  --white: white;
  --black-2: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.brand-wrapper {
  height: 60px;
  margin-right: 60px;
}

.brand-wrapper.home {
  display: none;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.brand {
  width: 100%;
  height: 100%;
}

.nav-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: #0000;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.nav-section {
  z-index: 50;
  background-color: var(--black);
  height: 120px;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.image-2 {
  height: 100%;
}

.fb-nav-link {
  width: 25px;
  margin-top: 0;
  margin-left: 10px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--red);
}

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

.nav-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: #0000;
  display: flex;
}

.home-intro-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
  position: relative;
}

.home-intro-content {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 850px;
  display: flex;
  position: relative;
}

.h1-white---home-intro {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.home-logo {
  width: 650px;
  margin-bottom: 20px;
}

.home-buttons {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.grey-button {
  background-color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 24px;
  transition: background-color .2s;
}

.grey-button:hover {
  background-color: var(--black);
}

.big-splash-wrapper-smaller {
  z-index: -5;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.dropdown-single {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle-3:hover, .drop-icon {
  color: var(--red);
}

.text-block {
  color: var(--white);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: color .2s;
}

.text-block:hover {
  color: var(--red);
}

.dropdown-list-single {
  background-color: #0000;
}

.dropdown-list-single.w--open {
  border-left: 2px none var(--black-2);
}

.drop-down-list-content-wrapper {
  background-color: var(--black);
  padding-top: 15px;
  padding-bottom: 1px;
}

.item-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  transition: color .2s;
}

.item-title:hover {
  color: var(--red);
}

.item-title.w--current {
  color: var(--white);
}

.content-area {
  padding: 40px;
}

._1200-div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

._1200-div.intro {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

._1200-div.contact {
  flex-direction: column;
  display: inline-block;
}

._1200-div.service, ._1200-div.commercial-services {
  z-index: 1;
  flex-direction: column;
  margin-top: -400px;
  padding-top: 0;
  display: inline-block;
  position: relative;
}

.full-width-red-banner {
  background-color: var(--red);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.full-width-red-banner.mobile {
  display: none;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.text-span {
  font-size: 42px;
  line-height: 54px;
}

.h2-white-link {
  color: var(--white);
  text-decoration: none;
}

.h2-grey {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.h2-grey._80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.h2-grey.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.home-services {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
}

.square-wrapper {
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.home-service-text-wrapper {
  object-fit: fill;
  background-color: #33333380;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  min-height: auto;
  padding: 0;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-service-text-wrapper:hover {
  background-color: var(--red);
}

.home-service-text {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.link-block {
  position: absolute;
  inset: 0%;
}

.h2-red {
  color: var(--red);
  text-align: center;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.h2-red.left {
  text-align: left;
}

.h2-red.left.footer {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.paragraph---left {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.testimonail-slide {
  padding-left: 120px;
  padding-right: 120px;
}

.slider-2 {
  background-color: #0000;
  height: 220px;
}

.testimonial {
  color: #333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-2 {
  color: var(--red);
  font-weight: 600;
}

.icon-4 {
  color: var(--red);
}

.paragraph---centre {
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.contact-section {
  text-align: center;
  background-color: #33333326;
  background-image: url('../images/big-red-bg.svg');
  background-position: 0 0;
  background-size: cover;
  padding: 80px 40px;
}

.h2-white {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.tick-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tick-wrapper.last {
  margin-bottom: 40px;
}

.tick-wrapper.first {
  margin-top: 30px;
}

.h4-white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.action-tick {
  width: 30px;
  margin-right: 10px;
}

.footer {
  background-color: var(--black);
  padding: 80px 40px;
}

.contact-columns {
  text-align: center;
}

.footer-logo {
  width: 360px;
  margin-bottom: 40px;
}

.paragraph-white---centre {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-white---centre.footer {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}

.text-span-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 26px;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
}

.footer-nav {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.quote-button {
  background-color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/quote-icon.svg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border-radius: 4px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px 15px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 24px;
  transition: background-color .2s;
}

.quote-button:hover {
  background-color: var(--black);
}

.job-button {
  background-color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/booking-icon.svg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border-radius: 4px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px 15px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 24px;
  transition: background-color .2s;
  display: block;
}

.job-button:hover {
  background-color: var(--black);
}

.navbar-home {
  background-color: #0000;
  display: flex;
}

.residential-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-hero-pic {
  width: 50%;
  height: 500px;
}

.left-hero-pic.residential {
  background-image: url('../images/residential-plumbing-hero.jpg');
  background-position: 50%;
  background-size: cover;
}

.left-hero-pic.drainage {
  background-image: url('../images/commercial-drainage-hero.jpg');
  background-position: 50%;
  background-size: cover;
}

.left-hero-pic.roofing {
  background-image: url('../images/commercial-roofing-hero.jpg');
  background-position: 50%;
  background-size: cover;
}

.left-hero-pic.asbestos {
  background-image: url('../images/asbestos-removal.jpg');
  background-position: 50%;
  background-size: cover;
}

.left-hero-pic.heating {
  background-image: url('../images/Metro_Intense_Fire_Flames.jpeg');
  background-position: 50%;
  background-size: cover;
}

.left-hero-pic.bioguard {
  background-image: url('../images/bioguard-1200x630-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.right-header {
  background-image: url('../images/big-red-bg.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 500px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.right-header.commercial {
  background-color: var(--black-2);
  background-image: none;
}

.h1-white---page-header {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  transform: skew(-12deg);
}

.page-intro-text-wrapper {
  background-color: #0000;
  padding: 80px 40px 40px;
}

.paragraph---intro {
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph---intro.left {
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.service-summary-section {
  text-align: center;
  background-color: #33333326;
  background-image: url('../images/big-red-bg.svg');
  background-position: 0 0;
  background-size: cover;
  padding: 20px 40px;
  position: relative;
}

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

.column-4 {
  padding-left: 20px;
}

.page-content h2 {
  color: var(--red);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.page-content p {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.page-content h4 {
  color: var(--black-2);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.quote-nav-link {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/quote-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  margin-left: 20px;
  padding-left: 25px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: color .2s;
}

.quote-nav-link:hover {
  color: var(--red);
}

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

.job-nav-link {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/booking-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  margin-left: 20px;
  padding-left: 25px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: color .2s;
}

.job-nav-link:hover {
  color: var(--red);
}

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

.contact-section-inner {
  text-align: center;
  background-color: #33333326;
  background-image: url('../images/big-red-bg.svg');
  background-position: 0 0;
  background-size: cover;
  padding: 80px 40px;
}

.wrap-scrolling-text-rider {
  align-items: flex-start;
  min-height: 400px;
  margin-top: 0;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.xlarge-paragraph-red {
  color: #33333326;
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 20vh;
  font-weight: 700;
  line-height: 1.2;
}

.book-a-job-form {
  background-color: #33333326;
  border-radius: 5px;
  padding: 40px 20px;
}

.form-block {
  padding-top: 20px;
}

.field-label {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.field {
  border-radius: 4px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.field.long {
  min-height: 180px;
  font-size: 15px;
  line-height: 16px;
}

.field.half {
  width: 48%;
}

.book-a-job-icon {
  width: 40px;
  margin-bottom: 5px;
}

.recapctha {
  margin-bottom: 15px;
}

.submit {
  background-color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit:hover {
  background-color: var(--red);
}

.contact-button {
  background-color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/phone-icon.svg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border-radius: 4px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px 15px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 24px;
  transition: background-color .2s;
  display: block;
}

.contact-button:hover {
  background-color: var(--black);
}

.text-block-2 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.success-message {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

.error-message {
  border: 1px solid var(--red);
  border-radius: 5px;
}

.commercial-header, .about-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-hero {
  background-image: url('../images/big-home-splash.png'), url('../images/big-red-bg.svg');
  background-position: 0%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.pic-columns {
  margin-top: 40px;
  margin-bottom: 80px;
}

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

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

.service-icon {
  width: 120px;
}

.request-a-quote-icon {
  width: 40px;
  margin-bottom: 5px;
}

.quote-form {
  padding-top: 20px;
  display: block;
}

.form {
  flex-direction: column;
  width: 100%;
  display: inline-block;
}

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

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

.submit-quote {
  background-color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-quote:hover {
  background-color: var(--red);
}

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

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

.contact-content h2 {
  color: var(--red);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.contact-content p {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.contact-content h4 {
  color: var(--black-2);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.contact-content a {
  color: var(--black-2);
  text-decoration: none;
  transition: color .2s;
}

.contact-content a:hover {
  color: var(--red);
}

.contact-form {
  background-color: #0000;
  border-radius: 5px;
  padding: 20px 20px 40px;
}

.action-map {
  margin-top: 40px;
}

.slider-3 {
  width: 100%;
  height: 100%;
}

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

.slide1 {
  background-image: url('../images/slider-plumbing.jpg');
  background-position: 100%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/slider-drainage.jpg');
  background-position: 100%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/slider-fires.jpg');
  background-position: 100%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/slider-kitchens.jpg');
  background-position: 100%;
  background-size: cover;
}

.slide-cover {
  position: absolute;
  inset: 0%;
}

.enquiry-button {
  background-color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/action-enquiry-icon.svg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border-radius: 4px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px 15px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 24px;
  transition: background-color .2s;
  display: block;
}

.enquiry-button:hover {
  background-color: var(--black);
}

.home-summary {
  border-top: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.square-wrapper_metro {
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.metro-logo {
  text-align: center;
  padding-top: 25px;
  position: absolute;
  inset: 0% 0% auto;
}

.image-4 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  position: absolute;
  inset: 0%;
}

.commercial-plumbing-hero {
  margin-top: 60px;
}

.metro-fires-logo {
  width: 260px;
  margin-top: 20px;
}

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

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h4-red {
  color: var(--red);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.bioguard-logo {
  width: 260px;
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  .home-intro-section {
    background-image: none;
  }

  .big-splash-wrapper-smaller {
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .dropdown-toggle-3 {
    padding-left: 20px;
    padding-right: 40px;
  }

  .drop-icon {
    margin-right: 20px;
    padding-left: 0;
  }

  .text-block {
    margin-right: 0;
  }

  .dropdown-list-single.w--open {
    background-color: #0000;
    border: 1px #000;
    margin-top: -1px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .drop-down-list-content-wrapper {
    border-left: 1px #b61d02;
    margin-left: 0;
    padding: 15px 0 1px;
  }

  .item-title.w--current {
    color: var(--white);
  }

  .about-hero {
    background-image: url('../images/big-home-splash.png'), url('../images/big-red-bg.svg');
    background-position: 0%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: contain, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 320px;
    display: flex;
  }

  .slider-3 {
    width: 100%;
    height: 100%;
  }

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

@media screen and (max-width: 991px) {
  .top-line {
    width: 35px;
    top: 20px;
  }

  .bottom-line {
    width: 35px;
    top: 40px;
  }

  .brand-wrapper {
    margin-left: 40px;
    margin-right: auto;
  }

  .nav-menu {
    text-align: center;
    background-color: #303030;
    justify-content: center;
    margin-top: 10px;
  }

  .nav-button-animated {
    background-color: #0000;
    width: 70px;
    height: 70px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }

  .nav-button-animated.w--open {
    background-color: #0000;
    position: relative;
  }

  .middle-line {
    width: 35px;
    top: 30px;
  }

  .nav-section {
    height: auto;
    position: static;
  }

  .fb-nav-link {
    width: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
    margin-left: 0;
  }

  .nav-link {
    justify-content: center;
    display: flex;
  }

  .nav-wrapper {
    align-items: center;
    max-width: none;
    height: 90px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    margin-bottom: 0;
    position: relative;
  }

  .home-intro-section {
    height: 680px;
  }

  .home-intro-content {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-logo {
    width: 500px;
  }

  .big-splash-wrapper-smaller {
    display: block;
  }

  .dropdown-single {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .dropdown-toggle-3, .dropdown-toggle-3.w--open {
    padding-left: 35px;
  }

  .dropdown-list-single.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    position: relative;
  }

  .drop-down-list-content-wrapper {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .item-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._1200-div.service, ._1200-div.commercial-services {
    margin-top: 0;
  }

  .home-services {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-service-text-wrapper {
    background-size: auto 120px;
  }

  .h2-red.left.footer {
    text-align: center;
    padding-right: 0;
  }

  .testimonail-slide {
    padding-left: 100px;
    padding-right: 100px;
  }

  .slider-2 {
    height: 280px;
  }

  .h4-white {
    font-size: 18px;
    line-height: 24px;
  }

  .action-tick {
    width: 25px;
  }

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

  .navbar-home {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    margin-bottom: 0;
    position: relative;
  }

  .residential-header {
    flex-direction: column;
  }

  .left-hero-pic.residential, .left-hero-pic.drainage, .left-hero-pic.roofing, .left-hero-pic.asbestos, .left-hero-pic.heating, .left-hero-pic.bioguard {
    width: 100%;
  }

  .right-header {
    width: 100%;
    height: 320px;
  }

  .column-3 {
    padding-right: 0;
  }

  .column-3.asbestos {
    margin-bottom: 40px;
  }

  .column-4 {
    padding-left: 0;
  }

  .quote-nav-link {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    margin-left: 0;
    padding-left: 20px;
    display: flex;
  }

  .job-nav-link {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    margin-left: 0;
    padding-left: 20px;
    display: flex;
  }

  .wrap-scrolling-text-rider {
    display: none;
  }

  .book-a-job-form {
    padding: 30px;
  }

  .commercial-header, .about-header {
    flex-direction: column;
  }

  .column-8 {
    padding-right: 0;
  }

  .column-9 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form {
    padding: 30px 0;
  }

  .metro-grid {
    margin-bottom: 40px;
  }

  .h4-red {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .home-intro-section {
    height: 900px;
  }

  .h1-white---home-intro {
    font-size: 26px;
    line-height: 30px;
  }

  .home-logo {
    width: auto;
  }

  .home-buttons {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .big-splash-wrapper-smaller {
    background-image: url('../images/big-red-bg.svg');
    background-position: 50%;
    background-size: cover;
    display: block;
  }

  ._1200-div.contact, ._1200-div.service, ._1200-div.commercial-services {
    text-align: left;
    display: flex;
  }

  .full-width-red-banner {
    display: none;
  }

  .full-width-red-banner.mobile {
    display: block;
  }

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

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

  .h2-grey._80 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-services {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-service-text-wrapper {
    background-size: auto 180px;
  }

  .testimonail-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-2 {
    height: 260px;
  }

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

  .h2-white {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
  }

  .tick-wrapper {
    justify-content: flex-start;
  }

  .h4-white {
    font-size: 16px;
    line-height: 22px;
  }

  .left-hero-pic.residential, .left-hero-pic.drainage, .left-hero-pic.roofing, .left-hero-pic.heating, .left-hero-pic.bioguard {
    height: 360px;
  }

  .right-header, .right-header.commercial {
    height: 240px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1-white---page-header {
    font-size: 36px;
    line-height: 36px;
  }

  .column-3 {
    padding-right: 0;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-content h2 {
    font-size: 26px;
    line-height: 26px;
  }

  .wrap-scrolling-text-rider {
    min-height: 250px;
  }

  .xlarge-paragraph-red {
    font-size: 10vh;
  }

  .field.half {
    width: 100%;
  }

  .about-hero {
    height: 240px;
  }

  .column-5 {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .column-6 {
    padding-left: 0;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-7.right {
    padding-left: 0;
  }

  .contact-content h2 {
    font-size: 26px;
    line-height: 26px;
  }

  .slider-3 {
    display: none;
  }

  .slide-2 {
    background-position: 100%;
  }

  .home-summary {
    font-size: 18px;
    line-height: 26px;
  }

  .metro-logo {
    padding-top: 40px;
  }

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

  .h4-red {
    font-size: 16px;
    line-height: 22px;
  }

  .bioguard-logo {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .top-line, .bottom-line {
    width: 30px;
  }

  .brand-wrapper {
    height: 50px;
    margin-left: 20px;
  }

  .brand {
    width: 80%;
    padding-left: 0;
  }

  .nav-button-animated {
    width: 60px;
    height: 60px;
    position: relative;
  }

  .middle-line, .fb-nav-link {
    width: 30px;
  }

  .home-intro-section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 40px;
  }

  .home-intro-content {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-white---home-intro {
    font-size: 21px;
    line-height: 26px;
  }

  .home-buttons {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .big-splash-wrapper-smaller {
    background-image: url('../images/big-red-bg.svg');
    background-position: 50%;
    background-size: cover;
    min-height: 100%;
    margin-top: 0;
    padding-top: 0;
    display: block;
    inset: auto 0% 0%;
  }

  .content-area {
    padding-left: 30px;
    padding-right: 30px;
  }

  .full-width-red-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-service-text-wrapper {
    background-size: auto 120px;
  }

  .h2-red.left.footer {
    font-size: 24px;
    line-height: 28px;
  }

  .slider-2 {
    height: 300px;
    padding-bottom: 30px;
  }

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

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

  .paragraph-white---centre.footer {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-nav {
    font-size: 16px;
  }

  .left-hero-pic.residential, .left-hero-pic.drainage, .left-hero-pic.roofing, .left-hero-pic.heating, .left-hero-pic.bioguard, .right-header {
    height: 240px;
  }

  .h1-white---page-header {
    font-size: 30px;
    line-height: 30px;
  }

  .page-intro-text-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-3.asbestos {
    margin-bottom: 40px;
  }

  .book-a-job-form {
    margin-left: -40px;
    margin-right: -40px;
  }

  .about-hero {
    background-image: url('../images/big-red-bg.svg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    height: 200px;
  }

  .contact-form {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-3 {
    display: none;
  }

  .metro-logo {
    padding-top: 20px;
  }

  .metro-fires-logo {
    width: 200px;
  }

  .bioguard-logo {
    width: 180px;
  }
}

#w-node-_87db4cdf-5f1b-9c50-7d8e-c94c8e2a96f2-819a3bf7, #w-node-_464eb0c6-ba00-05a5-db2d-47baec736b6a-819a3bf7, #w-node-_03fe5b5b-f766-ebb4-d274-ac53e3193291-819a3bf7, #w-node-_89b94130-1dfe-5025-8a06-538a56e1da45-819a3bf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


