/*************************
**** CSS VARIABLES *******
*************************/

:root {
  --srwc-blue: #06a7e1;
}

.about-intro,
.hero-section {
    text-align: left
}

.para-link,
h1,
h2,
h3 {
    font-weight: 700;
}

.contact-us,
.navbar {
    border-top: 2px solid var(--srwc-blue);
}

body {
    margin: 0 auto;
    font-family: 'Muli', sans-serif
}

p {
    font-weight: 400;
    letter-spacing: 1px
}

li {
    font-weight: 300;
    letter-spacing: 1px
}

h1,
h2,
h3 {
    letter-spacing: 2px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.fullstop {
    color: var(--srwc-blue)
}

.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.cookie-consent {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  background-color: #2f4858;
  color: #fff;
  z-index: 10000;
}

.cookie-consent-transition {
  transition: 0.2s;
}

.cookie-consent p {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 300;
}

.cookie-consent span {
  font-weight: 300;
}

.cookie-btn-group {
  display: flex;
  align-items: center;
}

.cookie-false {
  margin: 0 5px;
  font-size: 12px;
  cursor: pointer;
}

.cookie-true {
  width: 160px;
  margin: 5px 0 5px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: var(--srwc-blue);
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}

.navbar {
    padding: 0
}

.navbar-nav {
    margin-top: 5px
}

.nav-link {
    margin: 0
}

.bg-col {
    background-color: rgb(30, 30, 30)
}

.nav-item {
    padding: 0 5px
}

.navbar-brand img {
    margin-right: auto
}

#logo {
  transition: 0.4s ease-in-out;
}

.dropdown-menu.show {
    background-color: #ebebeb
}

.dropdown-item {
    color: #333
}

.dropdown-item.active {
    background-color: #f9f9f9;
    color: #333;
}

.clear-nav {
    width: 100%;
    height: 60px;
}

.hero-section {
    margin-top: 102px;
    background-size: cover;
    background-position: 50% 50%;
    height: 70vh;
    border-bottom: 2px solid var(--srwc-blue);
    display: flex;
    align-items: flex-end;
    justify-content: left
}

.hero-section-text {
    padding: 0 0 20px 40px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1)
}

.about-hero {
    background-image: url(../img/wide/scott-regan-cleaning-conservatory-doors.jpg);
    background-position: top;
}

.our-service-hero {
    background-image: url(../img/wide/house-rendering-after-pressure-washing.jpg);
    background-position: top;
}

.testimonial-hero {
    background-image: url(../img/wide/conservatory-roof-cleaning.jpg)
}

.gallery-hero {
    background-image: url(../img/wide/scott-regan-cleaning-conservatory-doors.jpg)
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.hero-banner {
    background-color: rgba(51, 51, 51, .7);
    color: #FFF;
    padding: 0 40px;
    font-size: 12px;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
}

.banner {
    display: flex;
    align-items: center;
    height: 100%;
}

.banner-item {
    display: flex;
    align-items: center;
    width: 33.333%;
    padding: 0 10px;
}

.banner-icon {
    height: 60px;
    padding-right: 10px
}

.hero-banner .col-sm-4 {
    margin: 0;
    padding: 0
}

.body-section {
    margin: 0 auto;
    border-bottom: 1px solid var(--srwc-blue);
    padding: 80px 0;
    line-height: 26px
}

.body-section h1,
.body-section h2 {
    padding-bottom: 20px
}

.body-section .eco-img {
  width: 120px;
  height: 120px;
}

.about-intro button,
.service-intro button {
    margin-top: 10px
}

.alt-bkg-col {
  background-color: #f9f9f9;
}

.para-link:hover {
    text-decoration: underline
}

.footer-copyright a,
footer li a {
    text-decoration: none;
    color: #fff
}

.btn-bold,
.btn-icon,
.contact-btn,
.contact-btn img,
.quote-close,
.quote-open {
    position: relative
}

.what-we-offer {
  background: linear-gradient(#2A2E31, #393E42);
  color: #fff;
}

.what-we-offer h2 {
    margin: 0;
    padding-bottom: 30px;
    color: #FFF
}

.what-we-offer ul {
    justify-content: space-between;
    list-style: none;
    color: #FFF
}

.what-we-offer ul li {
    padding: 5px
}

.what-we-offer ul li::before {
    display: inline-block;
    width: 1em;
    content: "\2022";
    color: var(--srwc-blue)
}

.what-we-offer p {
    display: inline-block
}

.what-we-offer .cta-group {
    position: relative;
    padding-left: 7px
}

.demo-img {
    margin: 0;
    padding: 0
}

.area-covered h2 {
    padding-bottom: 20px
}

.area-covered .row {
  margin-bottom: 20px;
}

.area-covered ul {
    font-weight: 700;
    margin: 0
}

.area-covered iframe {
    padding-top: 20px
}

.contact-us {
    padding: 50px 0;
    background-color: #F9F9F9
}

.contact-form {
  margin: 0 20px 0 0;
}

.contact-form h2 {
  padding-bottom: 0;
}

.contact-form p {
  margin-top: 1.5rem;
}

.success-message {
  display: none;
  width: 100%;
  margin: 10px 0;
  padding: 5px;
  background-color: #81b26b;
  color: #fff;
  border: 2px solid #7aa864;
  border-radius: 5px;
}

.success-message p,
.error-message p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}

.error-message {
  display: none;
  width: 100%;
  margin: 10px 0;
  padding: 5px;
  background-color: #ef2917;
  color: #fff;
  border: 2px solid #b02e0c;
  border-radius: 5px;
}

.contactForm {
  margin: 0 auto;
}

.contact-us form .main-input {
    width: 90%;
    height: 35px;
    margin-bottom: 10px;
    padding: 0 10px;
    display: block;
    border: 2px solid #aeaeae;
    border-radius: 5px;
    transition: .5s
}

.contact-us form .main-input:focus {
    outline: 0;
    border: 2px solid var(--srwc-blue)
}

.contact-us form input::placeholder {
    opacity: 0
}

.contact-us form .privacy-check {
  padding-left: 10px;
  font-size: 12px;
}

.contact-us form .wire-cta {
    background-color: rgba(0, 0, 0, 0);
    color: var(--srwc-blue)
}

.contact-us button {
    margin: 0 5px 10px 0
}

.form-check {
  margin: 15px 0;
}

.contact-us .form-check-label {
  font-size: 12px;
}

.contact-us form .form-check-input {
  margin-top: 10px;
}

.submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--srwc-blue);
    color: #fff;
    font-weight: 300;
    margin-right: 10px
}

.submit:hover {
    background-color: #fff;
    color: var(--srwc-blue);
    border: 1px solid var(--srwc-blue);
    /* font-weight: 400; */
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.contact-direct h2 {
    margin: 0 auto;
    padding-bottom: 25px;
    font-weight: 300;
    text-align: center
}

.contact-list {
    width: 200px;
    margin: 0 auto;
    padding-left: 10px
}

.contact-list ul li {
    color: var(--srwc-blue);
    padding: 5px 0
}

.contact-list i {
    color: #444
}

.social {
    display: flex;
    margin-bottom: 20px
}

.social-contact h3 {
    padding-bottom: 20px;
    font-size: 1.375rem;
    font-weight: 300
}

.social-contact img {
    height: 40px;
    padding-right: 10px
}

.social-contact p {
    display: inline-block;
    font-size: .875rem
}

.highlight {
    color: var(--srwc-blue)
}

.hero-content h1 {
    font-size: 48px
}

.service-cert .col {
    float: left
}

.testimonial {
    padding: 30px 0;
    display: flex;
    flex-direction: column
}

.testimonial p:first-of-type {
    padding: 10px 20px 0
}

.testimonial p:nth-of-type(2) {
    margin-left: 20px;
    font-weight: 200
}

.quote {
    width: 28px;
    font-size: 90px
}

#map-area,
#map-based {
    width: 100%;
    height: 400px
}

.quote-open {
    left: -10px
}

.quote-close {
    margin-left: auto;
    transform: rotate(180deg)
}

.gallery-intro {
  padding: 4rem 0;
}

.gallery {
    margin-bottom: 4rem;
}

.gallery-row img {
    width: 100%;
    height: auto;
    padding: 1px;
    border-radius: 5px;
}

.contact-info {
    margin-top: 100px;
    padding: 80px 0
}

.contact-info h2 {
    padding-bottom: 30px
}

#arrow {
    display: block;
    margin: 30px auto 0
}

.point-down {
    -webkit-animation: point-down 1.6s infinite;
    animation: point-down 1.6s infinite
}

#map-based {
    border-top: 2px solid var(--srwc-blue);
    border-bottom: 2px solid var(--srwc-blue)
}

#map-area {
    margin-top: 20px
}

.address {
    font-weight: 700;
    margin-bottom: 20px
}

.address span {
    display: block;
    text-align: center
}

footer {
    padding-top: 20px;
    background-color: rgb(30, 30, 30);
    color: #FFF
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center
}

.footer-logo {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

footer ul {
    text-align: center;
    list-style-type: none
}

footer li {
    display: inline-block;
    padding: 0 10px;
    border-left: 2px solid #333
}

footer li:first-of-type {
    border: 0
}

footer li a {
  font-size: 14px;
}

.sub-footer {
  background-color: rgb(36, 36, 36)
}

.cookie-settings {
  cursor: pointer;
}

.footer-copyright {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    text-align: center
}

.btn-large {
    margin-right: 10px;
    height: 40px;
    width: 200px;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: .2s
}

.btn-large img {
    height: 20px;
    padding-right: 10px
}

.btn-bold {
    background: -webkit-linear-gradient(var(--srwc-blue), #444);
    background: -moz-linear-gradient(var(--srwc-blue), #444);
    background: -o-linear-gradient(var(--srwc-blue), #444);
    background: linear-gradient(var(--srwc-blue), #444);
    background-size: 1px 200px;
    color: #fff;
    border: 1px solid var(--srwc-blue);
    cursor: pointer;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out
}

.btn-bold:hover {
    background-position: 100px;
}

.btn-icon {
    top: -1px
}

.wire-cta {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid var(--srwc-blue);
    border-radius: 5px;
    color: #444;
    letter-spacing: .5px;
    transition: .5s
}

.wire-cta:hover {
    background-color: #ddd;
    border: 2px solid var(--srwc-blue)
}

.contact-btn,
.contact-btn:hover {
    color: #FFF;
    text-decoration: none
}

.contact-btn {
    top: -5px;
    margin-left: 10px;
    width: 180px;
    height: 50px;
    background-color: var(--srwc-blue);
    border: 2px solid var(--srwc-blue);
    border-radius: 25px;
    text-align: center;
    padding: 12px 0;
    transition: .2s
}

.contact-btn:hover {
    background-color: #444
}

.contact-btn img {
    top: -1px;
    height: 20px;
    padding-right: 10px
}

button.navbar-toggler {
    outline: 0
}

.click {
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75)
}

.click:active {
    transform: translatey(1px)
}

.find-out-more {
    margin: 0 20px 10px 60px
}

.para-link {
    color: var(--srwc-blue)
}

.para-link:hover {
    margin-bottom: 5px;
    color: inherit
}

.click-call,
.click-call:hover {
    color: inherit
}

.data-policy h3 {
  font-size: 22px;
}

table tr:nth-of-type(even) {
  background-color: #f7f9f9;
}

table td {
  padding: 10px 10px;
}

table th {
  background-color: var(--srwc-blue);
  color: #fff;
  font-weight: 400;
  padding: 0 10px;
}
table th:nth-of-type(1) {
  border-radius: 5px 0 0 0;
}

table th:nth-of-type(3) {
  border-radius: 0 5px 0 0;
}

.error footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.error .error-content {
  position: absolute;
  top: calc(50vh - 140px);
  left: 0;
  width: 100%;
  text-align: center;
}

@keyframes point-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@media screen and (max-width:991px) {
    .navbar-nav li:nth-of-type(4) {
        margin-bottom: 10px
    }
    .minor {
        margin-left: 60px
    }
    nav ul {
        text-align: center
    }
    nav ul .contact-btn {
        margin: 0 auto 20px
    }
    .eco-img {
      margin: 0 1rem;
    }
}

@media (max-width:767px) {
    .navbar #logo {
      height: 60px;
    }
    .contact-us h2,
    .find-out-more {
        text-align: center
    }
    .contact-form form .input-label,
    .hero-banner,
    .hero-content P {
        display: none
    }
    .banner-icon {
        height: 30px
    }
    .hero {
        height: 400px
    }
    .hero-section {
      margin-top: 72px;
    }
    .hero-content {
        top: calc(100% - 100px)
    }
    .neg-margin {
        margin-top: -15px
    }
    .find-out-more {
        margin: 0 0 0 60px
    }
    .minor {
        margin-left: 20px
    }
    .contact-form .wire-cta {
        margin-bottom: 40px
    }
    .contact-form form input::placeholder {
        font-size: 14px;
        opacity: 1
    }
    .contact-form form button,
    .contact-form form .main-input {
        width: 100%
    }
}

@media (max-width:576px) {
    h1 {
        font-size: 28px
    }

    h2 {
        font-size: 22px
    }

    li,
    p,
    span {
        font-size: 14px
    }

    .clear-nav {
      height: 72px;
    }

    .carousel-item {
        height: 40vh;
    }

    .body-section {
        padding: 40px 0
    }

    .container {
        width: 90%
    }

    .eco-img {
      margin: 1rem 0;
    }

    .hero-section-text {
        display: none
    }

    .hero-content h1 {
        font-size: 32px
    }

    .hero-content p {
        font-size: .875rem
    }

    .find-out-more {
        margin-bottom: 10px
    }

    .minor {
        margin-left: 60px
    }

    .contact-info {
        padding: 10px 0 40px
    }

    .contact-form .wire-cta {
        margin-bottom: 40px
    }

    .footer-logo {
        margin-bottom: 10px
    }

    .footer-logo img {
        width: 180px
    }
}
