@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(https://fonts.googleapis.com/css?family=Helvetica Neue);
@import url(https://fonts.googleapis.com/css?family=Open Sans);


body {
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
    font-size: 18px;
    color: #1D1D1D!important;
    line-height: 21px;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
    text-rendering: optimizeLegibility!important;
    font-smoothing: antialiased!important;
    vertical-align: baseline;
    max-width: 100%;
    background-color: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Merriweather","Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #000000;
    margin-top: 18px;
}

h1{
    font-size: 42px;
}

@media only screen and (max-width: 600px) {
    h1{
        font-size: 36px;
        margin-top: 18px;
    }
}

h2{
    font-size: 36px;
}

h3{
    font-size: 28px
}

h4{
    font-size: 24px;
}

h5{
    font-size: 20px; 
}

h6{
    font-size: 18px;
}

p {
    text-align: left;
    padding: 18px;
    font-size: 18px;
    line-height: 1.5em;
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
}

li {
    text-align: left;
    padding: 18px;
    font-size: 18px;
    line-height: 1.5em;
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
}


section {
    max-width: 100%;
}


/*HOME*/

img.home-services{
    opacity: 0.9;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 0;
    max-width: 90%!important;
}

img.home-services:hover{
    opacity: 1;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 0;
    max-width: 90%!important;
}

img.home-locations{
    opacity: 0.9;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
}

img.home-locations:hover{
    opacity: 1;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
}

@media only screen and (max-width: 600px) {
    img.home-locations{
    opacity: 0.9;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 0;
    max-width: 90%!important;
    }
}

@media only screen and (max-width: 600px) {
    img.home-locations:hover{
    opacity: 1;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 0;
    max-width: 90%!important;
    }
}


/*ABOUT*/

.about-section h1{
    margin-top: 21px;
    font-size: 42px;
}

.about-section img{
    margin-top: 160px!important;
}

@media only screen and (max-width: 600px) {
    .about-section h1{
        font-size: 36px;
        margin-top: 18px;
    }
}


/*POLICIES*/

.policy-section h1{
    margin-top: 21px;
    font-size: 42px;
    text-align: center;
}

.policy-section h2{
    text-align: left;
    font-size: 36px;
}

.policy-section h3{
    text-align: left;
    font-size: 30px;
}

.policy-section img{
    margin-top: 160px!important;
}

@media only screen and (max-width: 600px) {
    .policy-section h1{
        font-size: 36px;
        margin-top: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .policy-section h2{
        font-size: 30px;
        margin-top: 18px;
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .policy-section h3{
        font-size: 24px;
        margin-top: 18px;
        text-align: left;
    }
}

.policy-section ul{
    text-align: left;
    margin-left: 10px;
}

.policy-section li{
    text-align: left;
    padding: 5px;
    font-size: 18px;
}

img.policy-list-image{
    opacity: 0.9;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}

img.policy-list-image:hover{
    opacity: 1;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}


/*SERVICES*/

.services-section h1{
    margin-top: 21px;
    font-size: 42px;
    text-align: center;
}

.services-section h2{
    text-align: left;
    font-size: 36px;
}

.services-section h3{
    text-align: left;
    font-size: 30px;
}

.services-section img{
    margin-top: 160px!important;
}

@media only screen and (max-width: 600px) {
    .services-section h1{
        font-size: 36px;
        margin-top: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .services-section h2{
        font-size: 30px;
        margin-top: 18px;
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .services-section h3{
        font-size: 24px;
        margin-top: 18px;
        text-align: left;
    }
}

.services-section ul{
    text-align: left;
    margin-left: 10px;
}

.services-section li{
    text-align: left;
    padding: 5px;
    font-size: 18px;
}

img.services-list-image{
    opacity: 0.9;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}

img.services-list-image:hover{
    opacity: 1;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}

/*LOCATIONS*/

.locations-section h1{
    margin-top: 21px;
    font-size: 42px;
    text-align: center;
}

.locations-section h2{
    text-align: left;
    font-size: 36px;
}

.locations-section h3{
    text-align: left;
    font-size: 30px;
}

.locations-section img{
    margin-top: 160px!important;
}

@media only screen and (max-width: 600px) {
    .locations-section h1{
        font-size: 36px;
        margin-top: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .locations-section h2{
        font-size: 30px;
        margin-top: 18px;
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .locations-section h3{
        font-size: 24px;
        margin-top: 18px;
        text-align: left;
    }
}

.locations-section ul{
    text-align: left;
    margin-left: 10px;
}

.locations-section li{
    text-align: left;
    padding: 5px;
    font-size: 18px;
}

img.locations-list-image{
    opacity: 0.9;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}

img.locations-list-image:hover{
    opacity: 1;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}

/*LOCATION DETAIL*/



.location-detail h1{
    margin-top: 181px;
    font-size: 42px;
    text-align: center;
}

.location-detail h2{
    text-align: left;
    font-size: 36px;
}

.location-detail h3{
    text-align: left;
    font-size: 30px;
}

.location-detail img{
    margin-top: 32px!important;
}

@media only screen and (max-width: 600px) {
    .location-detail h1{
        font-size: 36px;
        margin-top: 178px;
    }
}

@media only screen and (max-width: 600px) {
    .location-detail h2{
        font-size: 30px;
        margin-top: 18px;
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .location-detail h3{
        font-size: 24px;
        margin-top: 18px;
        text-align: left;
    }
}

.location-detail ul{
    text-align: left;
    margin-left: 10px;
}

.location-detail li{
    text-align: left;
    padding: 5px;
    font-size: 18px;
}

img.location-detail-image{
    opacity: 0.9;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}

img.location-detail-image:hover{
    opacity: 1;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}

/*SERVICE DETAIL*/

.service-detail h1{
    margin-top: 181px;
    font-size: 42px;
    text-align: center;
}

.service-detail h2{
    text-align: left;
    font-size: 36px;
}

.service-detail h3{
    text-align: left;
    font-size: 30px;
}

.service-detail img{
    margin-top: 32px!important;
    height: 350px;
    width: auto;
    max-width: 100%
}

@media only screen and (max-width: 600px) {
    .service-detail img{
        margin-top: 32px!important;
        max-width: 95%;
    }
}

@media only screen and (max-width: 600px) {
    .service-detail h1{
        font-size: 36px;
        margin-top: 178px;
    }
}

@media only screen and (max-width: 600px) {
    .service-detail h2{
        font-size: 30px;
        margin-top: 18px;
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .service-detail h3{
        font-size: 24px;
        margin-top: 18px;
        text-align: left;
    }
}

.service-detail ul{
    text-align: left;
    margin-left: 10px;
}

.service-detail li{
    text-align: left;
    padding: 5px;
    font-size: 18px;
}

img.service-detail-image{
    opacity: 0.9;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}

img.service-detail-image:hover{
    opacity: 1;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}


/*LOCATIONS*/





/*MAIN CONTENT*/
.main-content h2{
    padding: 16px;
}

.main-content h3{
    padding: 16px;
}

.main-content h4{
    padding: 16px;
}

.main-content h5{
    padding: 16px;
}

.main-content h6{
    padding: 16px;
}

.main-content ul{
    text-align: left;
    padding: 16px;
}

.main-content li{
    text-align: left;
}

.main-content p{
    text-align: left;
    padding: 16px;
}

.main-content img{
    margin-top: 32px!important;
    height: auto;
    width: auto;
    max-width: 100%
}

@media only screen and (max-width: 600px) {
    .main-content img{
        margin-top: 32px!important;
        max-width: 95%;
    }
}

img.main-content{
    margin-top: 32px!important;
    height: 350px;
    width: auto;
    max-width: 100%
}

@media only screen and (max-width: 600px) {
img.main-content{
        margin-top: 32px!important;
        max-width: 95%;
    }
}



/*BLOG LIST*/

.blog-section h1{
    margin-top: 21px;
    font-size: 42px;
    text-align: center;
}

.blog-section h2{
    text-align: left;
    font-size: 36px;
}

.blog-section h3{
    text-align: left;
    font-size: 30px;
}

.blog-section img{
    margin-top: 160px!important;
}

@media only screen and (max-width: 600px) {
    .blog-section h1{
        font-size: 36px;
        margin-top: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .blog-section h2{
        font-size: 30px;
        margin-top: 18px;
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .blog-section h3{
        font-size: 24px;
        margin-top: 18px;
        text-align: left;
    }
}

.blog-section ul{
    text-align: left;
    margin-left: 10px;
}

.blog-section li{
    text-align: left;
    padding: 5px;
    font-size: 18px;
}

img.blog-list-image{
    opacity: 0.9;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}

img.blog-list-image:hover{
    opacity: 1;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}


/*BLOG DETAIL*/

.blog-detail h1{
    margin-top: 181px;
    font-size: 42px;
    text-align: center;
}

.blog-detail h2{
    text-align: left;
    font-size: 36px;
}

.blog-detail h3{
    text-align: left;
    font-size: 30px;
}

.blog-detail img{
    margin-top: 32px!important;
    height: 350px;
    width: auto;
    max-width: 100%
}

@media only screen and (max-width: 600px) {
    .blog-detail img{
        margin-top: 32px!important;
        max-width: 95%;
    }
}

@media only screen and (max-width: 600px) {
    .blog-detail h1{
        font-size: 36px;
        margin-top: 178px;
    }
}

@media only screen and (max-width: 600px) {
    .blog-detail h2{
        font-size: 30px;
        margin-top: 18px;
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .blog-detail h3{
        font-size: 24px;
        margin-top: 18px;
        text-align: left;
    }
}

.blog-detail ul{
    text-align: left;
    margin-left: 10px;
}

.blog-detail li{
    text-align: left;
    padding: 5px;
    font-size: 18px;
}

img.blog-detail-image{
    opacity: 0.9;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}

img.blog-detail-image:hover{
    opacity: 1;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
    margin-left: 0;
    margin-right: 0; 
    padding: 6px;
}

b,
strong {
    font-weight: 600;
}

ul {
    padding: 0;
    margin: 0;
}

label {
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
    font-weight: 300;
}
input {
    width: 100%;
}
a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}
a:hover {
    color: #9B1D20;
}
a,
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}
.white {
    color: #fff!important;
}
img {
    max-width: 100%;
}

img.logo {
    padding: 0;
    margin-top: 15px;
    margin-bottom:0;
    height: 120px;
    max-width: 100%;
}

@media only screen and (max-width: 600px) {
    img.logo {
        padding: 0;
        margin-top: 0;
        margin-bottom:0;
        height: 90px;
        max-width: 100%;
    }
}

ol li{
    color: #1D1D1D;
    line-height: 1.5em;
    padding: 5px;
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
}

ul li{
    color: #1D1D1D;
    line-height: 1.5em;
    padding: 5px;
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
}


.btn-primary {
    background: #9B1D20;
    border: 1px solid #9B1D20;
    font-size: 18px;
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
    padding: 25px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-warning {
    background: #262262;
    border: 1px solid #262262;
    font-size: 18px;
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
    padding: 15px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-warning:hover {
    background-color: #9B1D20;
   
}
.btn-cancel {
    background: #222;
    border: 1px solid #222;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-cancel:hover {
    background: 0 0;
    border-color: #222;
    color: #222;
}



ul.social-list li {
    float: right;
    border-left: 1px solid #f2f2f2;
}
ul.social-list li a {
    display: inline-block;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}
ul.social-list li:first-child {
    border-right: 1px solid #f2f2f2;
}
ul.social-list li a:hover {
    background: #9B1D20;
}
ul.social-list li a i {
    font-size: 20px;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.social-list li a:hover i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
    color: #fff;
}
@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(40%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-40%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(40%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-40%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(40%);
    }
    50% {
        opacity: 0;
        transform: translate(-40%);
    }
    51% {
        opacity: 1;
    }
}


.navbar-logo .sulfur-logo-text {
    margin-top: 15px!important;
}
.navbar {
    margin-bottom: 0;
    background: #004225;
    border: none;
    border-bottom: 3px solid #858786;
    border-radius: 0;
    height: 160px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
.navbar-brand {
    position: relative;
    padding-top: 0;
    margin: 0!important !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
a.navbar-brand {
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
    font-size: 40px;
    padding-top: 5px;
    color: #000000!important;
}
.navbar-default .navbar-nav {
    margin-right: 10px!important;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav > li {
    margin-left: 12px;
    margin-top: 42px;
    margin-bottom: 36px;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li > a i {
    padding-left: 10px;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li:hover > a {
    border-bottom: 2px solid #9B1D20;
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a i {
    margin: 0 -2px 0 -5px;
}
.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 97%;
    width: 180px;
    background-color: #004225;
    border-top: 3px solid #858786;
    visibility: hidden;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
    opacity: 1;
}
.dropdown li,
.sup-dropdown li {
    position: relative;
    border-top: 1px solid rgba(0,0,0,.04);
}
.dropdown li:first-child,
.sup-dropdown li:first-child {
    border-top: none;
}
.dropdown li a,
.sup-dropdown li a {
    display: block;
    color: #6b6b6b;
    font-size: 14px;
    padding: 10px 12px;
    text-decoration: none;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}
.dropdown > li:hover > a,
.sup-dropdown li:hover > a {
    background: #6f1426;
    color: #fff;
}
.dropdown li a.active,
.sup-dropdown li a.active {
    background: #6f1426;
    color: #fff;
}
.dropdown li a i {
    margin: 0 0 0 -4px;
}
.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
    background-color: #004225;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}
.banner {
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 160px;
    background-color: #FFFFFF;
}

.banner img{
    max-width: 100%;
    border-bottom: 2px solid #9B1D20;
}


.banner img.mobile{
    max-width: 100%;
    border-bottom: 2px solid #9B1D20;
}


.banner button{
    margin-top: -136px;
    opacity: 0.9!important;
    color: #ffffff!important;
    text-align: center;
}

.banner button:hover{
    margin-top: -136px;
    background-color: #9B1D20!important; 
    opacity: 1!important;
    color: #FFFFFF!important;
}

.banner button a{
    color: #FFFFFF!important;
}

.banner button:focus{
    margin-top: -136px;
    background-color: #9B1D20!important; 
    border: 3px solid #9B1D20!important;
    opacity: 1!important;
    color: #FFFFFF!important;
    box-shadow: inset 0 0 0 4px #9B1D20!important;
}

.banner .overlay {
    background: #d3d3d1;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner .overlay-mobile {
    background: #d3d3d1;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 10px;
}

.intro-text {
    position: relative;
    padding: 50px 0;
}

.btn-talk {
    background: #9B1D20;
    padding: 10px;
    font-size: 20px;
    border: 1px solid #9B1D20;
    color: #FFFFFF;
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
    text-transform: capitalize;
    width: auto;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 12px;
    opacity: 0.9;
}

.banner .intro-text .btn-talk:hover {
    border: 2px solid #9B1D20;
    opacity: 1;
}

.intro-text img {
    height: auto;
    margin: 0;
}

iframe {
    border: none;
}


.call-to-action p {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
}
.call-to-action .btn-primary {
    padding: 20px;
    font-size: 16px;
}
.call-to-action .btn-primary:hover {
    background: 0 0;
}

.footer-section {
    background: #0A369D;
    color: #FFFFFF;
    font-weight: 400;
    padding: 10px;
    border-top: 3px solid #858786;
    border-bottom: 3px solid #858786;
}

.footer-section h4 {
    color: #FFFFFF;
    font-weight: 400px;
}

.footer-section p{
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
    padding: 6px;
}

.footer-section p a{
    color: #FFFFFF;
}
.footer-section p a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.footer-section .section-title {
    color: #FFFFFF;
}
.footer-section .section-heading-2 span:after {
    background: #FFFFFF;
}
.footer-section .section-heading-2 .section-title:after {
    background-color: #FFFFFF;
}
.footer-section .section-heading-2 h3 {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}
.footer-address ul li {
    padding: 5px 0;
    font-size: 16px;
}
.footer-address ul li .fa {
    color: #ffffff;
    font-size: 16px;
    margin-right: 5px;
}
.footer-address ul li a {
    color: #ffffff;
    font-size: 16px;
}
.footer-address ul li a:hover {
    color: #ffffff;
}

.copyright-section {
    border-top: 1px solid #858786;
    font-size: 12px;
    padding: 20px 0;
    background: #FFFFFF;
}
.copyright p {
    font-size: 11px;
    text-align: center;
}
.copyright-section a {
    color: #9B1D20;
}
.copyright-section a:hover {
    color: #9B1D20;
}
.copyright-menu li {
    display: inline;
    padding-left: 10px;
}
.copyright-menu li a {
    color: #FFFFFF;
    font-weight: 500;
}
.copyright-menu li a.active {
    color: #fff;
    font-size: 13px;
}
.copyright-menu li a:hover {
    color: #9B1D20;
}


.company-numbers p{
    font-size: 12px;
    text-align: right;
    margin-right: 24px;
}

.contact {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 100px;
}
.form-control {
    border-radius: 0;
    border: 2px solid #111;
}
.contact .form-group {
    margin-bottom: 25px;
}
.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}
.contact .form-group input.form-control {
    height: auto;
}
.contact .form-group textarea.form-control {
    height: 236px;
}
.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}
.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}
.contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}
.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Open Sans", Georgia, garamond, Arial,sans-serif;
    color: #bbb;
}
.contact .text-danger {
    color: #e74c3c;
}
.contact button {
    font-weight: 400;
    margin-top: 30px;
}
.container > .navbar-header {
    margin-bottom: 10px;
}
img.icon {
    height: 60px;
}
footer {
    clear: all;
}
.form-group ul li a:hover {
    text-decoration: underline;
    color: #ffffff;
}
.logo-main {
    height: 8em;
}

li.book a i {
    color: #9B1D20;
}

li.book i{
    font-size: 30px;
    padding: 0;
    margin: 0;
}


.icons {
    margin-bottom: 4em;
}
iframe {
    margin-top: 1.45em;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
p.review-stars {
    text-align: center;
}
p.review-stars i {
    color: gold;
    text-align: center;
}
.testimonial {
    border: 3px solid #9B1D20;
    margin: 20px;
    border-radius: 5px;
    padding: 20px;
}
.testimonial p {
    font-size: 27px;
    padding: 10px;
}
.testimonial-button button {
    border: 1px solid #6f1426;
    background-color: #6f1426;
    margin: 1em;
    border-radius: 5px;
}
.testimonial-button button:hover {
    border: 1px solid #d3d3d1;
    background-color: #6f1426;
    margin: 1em;
    border-radius: 5px;
}
.contact-button button {
    border: #9B1D20;
    background: #9B1D20;
    color: #d3d3d1;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", Open Sans;
    height: 16px;
    margin-bottom: 16px;
}
a.contact-button button:hover {
    background-color: #9B1D20;
    border: 2px solid #9B1D20;
    color: #6f1426;
    opacity: 1;
}
img.team-member {
    border: 2px solid #6f1426;
    height: 400px;
    border-radius: 5px;
}
textarea {
    width: 100%;
}
.django-ckeditor-widget {
    width: 100%;
}


#contact-form input.btn:hover {
    background-color: #6f1426;
    border: 2px solid #5a5a58;
}


#contact h2 {
    text-transform: none;
    color: #FFFFFF;
    font-size: 40px;
}

.about-text p {
    text-align: left;
    font-size: 20px;
}

.privacy p {
    text-align: left;
}

.form-group ul li {
    font-size: 16px;
}

li.tipped a img {
    height: 30px;
    width: auto;
}
li.big-red a img {
    margin-top: 10px;
    padding: 0;
    height: 60px;
}
img.home-page-image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
    margin-top: 25px;
    margin-bottom: 25px;
}
span.red-background {
    background-color: #9B1D20;
    color: #fff;
    padding: 2px;
}

.icons {
    margin-top: 50px;
    padding: 20px;
}
.icon {
    margin-top: 50px;
    padding: 20px;
    height: 400px;
    border: 1px solid #aba9a9;
    background-color: #dfdbdb;
    border-radius: 5px;
}
.icon p {
    font-size: 18px;
}
.icon .btn .btn-warning {
    margin-top: 40px;
}
.form-group ul li {
    color: #ffffff;
    text-align: left;
    margin-left: 50px;
    padding: 5px;
}
.form-group ul li a {
    color: #ffffff;
}
.opening-hours {
    margin-bottom: 50px;
}
.opening-hours th {
    text-align: center;
}
.about-accreditations {
    margin-top: 80px;
}
.about-accreditations h2 {
    margin-bottom: 50px;
}
.twenty-four-hour-call-out {
    position: absolute;
    top: 5px;
    right: 0;
}
.btn-primary:hover {
    background-color: #9B1D20;
    border: 1px solid #9B1D20;
}


td,
th {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
button.g-recaptcha {
    border: #9B1D20;
    background: #9B1D20;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    font-family: "Open Sans", Open Sans;
    height: 4em;
    margin-bottom: 6em;
}
button.g-recaptcha:hover {
    background-color: #fff;
    border: 2px solid #9B1D20;
    color: #9B1D20;
    opacity: 1;
}


h3.section-title span{
    text-align: left;
}

.section-heading-h2 h3{
    text-align: left;
}

.footer-address{
    margin-left: 20px;
}

ul.contact-details{
    text-align: right;
}

h3.homepage{
    margin-bottom: 24px;
    text-align: left;
    color: #FFFFFF;
    margin-top: 24px;
    text-transform: none;
}

h4.homepage{
    margin-bottom: 20px;
    text-align: left;
    color: #FFFFFF;
    margin-top: 20px;
    text-transform: none;
}

h3.tagline{
    font-size: 30px;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 10px;
}

h3.tagline u{
    color: red;
}


h2.h2-mobile{
    font-size: 32px;
    margin-bottom: 10px;
}

header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 1000000;
}

.questions h2{
    margin-bottom: 10px;
}

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



button .btn-primary {
    padding: 15px;
    font-size: 16px;
    border: 1px solid #9B1D20;
    color: #fff;
    border-radius: 30px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: auto;
    margin-right: auto;
}

button.btn-primary:hover {
    background-color: #9B1D20;
    opacity: 1;
}




@media only screen and (max-width: 600px) {
    .banner .intro-text h2{
        font-size: 28px;
    }
}

#product-section{
    margin-top: 130px; 
}

img.product-detail{
    margin-top: 10px;
}

img.colours{
    text-align: left;
    margin-bottom: 10px;
}

.options-toggle{
    border-bottom: 3px solid #9B1D20;
    margin-bottom: 50px;
}

.options-toggle h4{
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #ffffff;
}

section.information{
    margin-top: 50px;
}

section.information h2{
    margin-top: 50px;
    font-size: 36px;
    text-align: center;
}


img.guarantee{
    height: 200px;
}


span.colour{
    color: #9B1D20;
}



#CookielawBanner {
    background: #fff;
    margin-top: 100px;
    z-index: 10000000;
    padding: 15px 0;
    margin-bottom: 0;
}

.contractors-header {
   background: #d3d3d1;
    width: 100%;
    max-width: 100%;
    height: auto;
    background: url("../img/waterproofing-systems-header.jpg") no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 3px solid #9B1D20;
}

#contractors-list-section h1 {
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding: 40px;
}

@media only screen and (max-width: 600px) {
#contractors-list-section h1 {
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding: 40px;
}
}

#contractors-list-section {
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
}

button:active{
    text-decoration: underline;
    text-decoration-color: #9B1D20;
}






li.book-a-call button{
    padding: 16px;
    font-size: 16px;
    margin-top: -16px;
    color: #ffffff;
    opacity: 0.9;
    background-color: #9B1D20;
    border-color: #9B1D20;
}

li.book-a-call a button:hover{
    background-color: #9B1D20;
    color: #ffffff;
    font-size: 16px;
    margin-top: -16px;
    padding: 16px;
    border: 1px solid #9B1D20;
    opacity: 1;
}


@media only screen and (max-width: 600px) {
    li.book-a-call button{
        padding: 12px;
        font-size: 16px;
        margin-top: 0;
        color: #FFFFFF;
    }
}

@media only screen and (max-width: 600px) {
    li.book-a-call a button:hover{
        background-color: #9B1D20;
        color: #FFFFFF;
        font-size: 12px;
        margin-top: 0;
        padding: 16px;
        border: 1px solid #9B1D20;
    }
}

.navbar-default .navbar-nav > li.book-a-call a:hover {
    border-bottom: none;

}

p.book-a-call{
    margin-top: 64px;
    margin-bottom: 64px;
    color: #1D1D1D;
    text-align: center;
}

p.book-a-call button{
    padding: 10px;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.9;
    margin-left: 16px;
    margin-right: 16px;
    background-color: #9B1D20;
    border-color: #9B1D20;
}

p.book-a-call a button:hover{
    background-color: #9B1D20;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
    opacity: 1;
}

@media only screen and (max-width: 600px) {
    .navbar-default .navbar-nav{
        background-color: #004225;
        width: 100%;
    }
}


@media only screen and (max-width: 600px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        background-color: #004225;
        margin-top: 40px;
    }
}

.opening img{
    height: auto;
    width: auto;
}

.opening h4{
    font-weight: bold;
}

img.logo-footer {
    margin-top: 32px;
    margin-bottom: 32px;
    max-width: 40%;
}

.contact-now .book-a-call button{
    padding: 10px;
    font-size: 16px;
    margin-top: 10px;
    width: auto;
    max-width: 100%;

}

.contact-now .book-a-call a:hover{
    background-color: #ffffff!important;
    border-top: #ffffff!important;

}
.contact-now .book-a-call button:hover{
    background-color: #9B1D20;
    color: #ffffff;
}

.contact-now{
    margin-bottom: 80px;
}

.featured-image{
    margin-top: 100px;
    margin-bottom: 50px;
}

.featured-image img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.service-featured-image{
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-featured-image img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

img.find-out{
    width: 85%;
    height: auto;
    padding: 0;
    margin-left: 15%;
    margin-right: auto;
    border: 1px solid #FFFFFF;
    margin-bottom: 128px;
}

@media only screen and (max-width: 600px) {
    img.find-out{
        width: 95%;
        height: auto;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #FFFFFF;
        margin-bottom: 64px;
    }
}

section.opening{
    background: #FFFFFF;
    height: 160vh;
}

.opening p.home-heading-small{
    color: #9B1D20;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    font-size: 16px;
    font-weight: 800;
    margin-top: 32px;
}


.opening h2{
    margin-top: 32px;
    color: #FFFFFF;
    text-align: left;
}

.opening p{
    color: #FFFFFF;
}


.opening img.clients{
    height: auto;
    padding: 0;
    border: 1px solid #FFFFFF;
    margin-top: 72px;
}

@media only screen and (max-width: 600px) {
    .opening img.clients{
        height: auto;
        padding: 0;
        border: 1px solid #FFFFFF;
        margin-top: 36px;
        max-width: 90%;
    }
}

.opening .review{
    margin-top: 64px;
    text-transform: none;
    text-align: left;
    border: 1px solid #FFFFFF;
    padding: 8px;
    border-radius: 4px
}

.opening .review img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.opening .review h4{
    font-weight: normal;
    font-style: italic;
}

@media only screen and (max-width: 600px) {
    .opening .review{
        margin-top: 64px;
        text-transform: none;
        text-align: left;
        border: 1px solid #FFFFFF;
        padding: 8px;
        border-radius: 4px;
        width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 600px) {
    .opening .review img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width: 600px) {
    .opening .review h4{
        font-weight: normal;
        font-style: italic;
        text-align: left;
        padding: 16px;
    }
}



.service-box{
    background-color: #ffffff;
    border: 1px solid #FFFFFF;
    padding: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 4px;
}

.service-box h3{
    text-align: left;
}

.service-box p{
    color: #9B1D20;
}


.service-box p.learn-more{
    color: #FFFFFF;
    text-align: right;
    margin-right: 10%;
}

.get-more-leads h2{
    text-align: center;
    color: #FFFFFF;
    text-transform: none;
}


.contact{
    background: #FFFFFF;
}

.page-banner{
     background-color: #0A369D;
     margin-top: 138px;
     height: auto;
     padding: 16px;
}

.page-banner h1{
    text-align: center;
    color: #FFFFFF;
    padding-top: 96px;
}

.page-banner p{
    color: #FFFFFF;
    text-align: center;
}

.contact form{
    margin-top: 32px;
    background-color: #ffffff;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 16px;
}

.contact button {
    padding: 10px;
    font-size: 16px;
    opacity: 0.9;
    margin-left: 16px;
    margin-right: 16px;
}

.contact button:hover {
    padding: 10px;
    font-size: 16px;
    opacity: 1;
    margin-left: 16px;
    margin-right: 16px;
    background-color: #9B1D20;
}

.contact .company-numbers p{
    text-align: center;
    margin-top: 64px;
}

.contact label{
    font-size: 16px;
}


::placeholder{
    font-size: 16px;
    padding: 4px;
}

select{
    font-size: 16px;
    padding: 4px;
}



@media only screen and (max-width: 600px) {
    .opening button{
        font-size: 16px;
        padding: 8px;
        margin-bottom: 64px;
    }

}


@media only screen and (max-width: 600px) {
    .opening p.book-a-call{
        margin-top: 12px;
        margin-bottom: 12px;
    }
}


@media only screen and (max-width: 600px) {
    section.blue-section{
        background: #9B1D20;
        height: auto;
    }
}

@media only screen and (max-width: 600px) {
    .blue-section p.book-a-call button {
        padding: 8px;
        font-size: 16px;
        opacity: 0.9;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFFFFF;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }
}


@media only screen and (max-width: 600px) {
    .blue-section img.global{
        width: 100%;
        height: auto;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #FFFFFF;
        margin-top: 32px;
    }
}

@media only screen and (max-width: 600px) {
    .blue-section h4{
        margin-top: 32px;
        margin-bottom: 16px;
    }

}


@media only screen and (max-width: 600px) {
    .blue-section p{
        padding: 16px;
    }
}


@media only screen and (max-width: 600px) {
    .process{
        border-bottom: 2px solid #FFFFFF;
    }
}


@media only screen and (max-width: 600px) {
    section.connect-companies{
        background: #FFFFFF;
        height: auto;
    }
}

@media only screen and (max-width: 600px) {
    section.connect-companies button{
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 600px) {
    .connect-companies h2{
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 600px) {
    .connect-companies img.global{
        width: 100%;
        height: auto;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #FFFFFF;
        margin-top: 32px;
        margin-bottom: 32px;
    }
}


@media only screen and (max-width: 600px) {
    .connect-companies button{
        font-size: 16px;
        padding: 8px;
    }
}

@media only screen and (max-width: 600px) {
    .service-box p.learn-more{
        text-align: center;
    }
}


@media only screen and (max-width: 600px) {
    .get-more-leads{
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 600px) {
    .get-more-leads button{
        font-size: 16px;
        padding: 8px;
    }
}

@media only screen and (max-width: 600px) {
    img.logo-footer {
        margin-top: 16px;
        margin-bottom: 16px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .processes{
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 600px) {
    .services-list .page-banner h1{
        padding-top: 36px; 
    }
}

.contact .page-banner p{
    text-align: center;
    font-size: 20px;
    padding: 32px;
}

.contact .page-banner p a{
    color: #858786;
}

.contact .page-banner p a:hover{
    color: #858786;
    text-decoration: underline;
}

.services-list .page-banner p{
    text-align: left;
    font-size: 20px;
    padding: 32px;
}

@media only screen and (max-width: 600px) {
    .services-list .page-banner p{
        text-align: left;
        font-size: 20px;
        padding: 8px;
    }
}

.services-list .page-banner button {
    padding: 10px;
    font-size: 16px;
    opacity: 0.9;
    margin-left: 16px;
    margin-right: 16px;
}

.services-list .page-banner button:hover {
    padding: 10px;
    font-size: 16px;
    opacity: 1;
    margin-left: 16px;
    margin-right: 16px;
    background-color: #9B1D20;
}

@media only screen and (max-width: 600px) {
    .about-list .page-banner h1{
        padding-top: 36px; 
    }
}

.about-list .page-banner h2{
    text-align: center;
    color: #9B1D20;
    margin-top: 32px;
    font-weight: 500;
    margin-left: 25%;
    margin-right: 25%;
}

@media only screen and (max-width: 600px) {
    .about-list .page-banner h2{
        text-align: center;
        color: #9B1D20;
        margin-left: 0;
        margin-right: 0;
        font-size: 24px;
        padding: 8px;
    }
}

.about-list .page-banner p{
    text-align: left;
    font-size: 20px;
    padding: 32px;
}

@media only screen and (max-width: 600px) {
    .about-list .page-banner p{
        text-align: left;
        font-size: 20px;
        padding: 8px;
    }
}

.about-list .page-banner button {
    padding: 10px;
    font-size: 16px;
    opacity: 0.9;
    margin-left: 16px;
    margin-right: 16px;
}

.about-list .page-banner button:hover {
    padding: 10px;
    font-size: 16px;
    opacity: 1;
    margin-left: 16px;
    margin-right: 16px;
    background-color: #9B1D20;
}

.center{
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .faq-list .page-banner h1{
        padding-top: 36px; 
    }
}

.faq-list .page-banner p{
    text-align: left;
    font-size: 20px;
    padding: 32px;
}

@media only screen and (max-width: 600px) {
    .faq-list .page-banner p{
        text-align: left;
        font-size: 20px;
        padding: 8px;
    }
}

.faq-list .page-banner button {
    padding: 8px;
    font-size: 16px;
    opacity: 0.9;
    margin-left: 16px;
    margin-right: 16px;
}

.faq-list .page-banner button:hover {
    padding: 8px;
    font-size: 16px;
    opacity: 1;
    margin-left: 16px;
    margin-right: 16px;
    background-color: #9B1D20;
}




.main-content{
    margin-top: 16px;
    padding: 8px;
}

.main-content h2{
    margin-top: 16px;
    margin-bottom: 16px;
}

.main-content h3{
    margin-top: 8px;
    margin-bottom: 8px;
}

.main-content h4{
    margin-top: 4px;
    margin-bottom: 4px;
}

.main-content button{
    margin-top: 16px;
    margin-bottom: 16px;
}

.main-content h2{
    text-align: left;
}

.main-content h3{
    text-align: left;
}

.main-content h4{
    text-align: left;
}

.question{
    border: 3px solid #FFFFFF;
    border-radius: 4px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px;
}

@media only screen and (max-width: 600px) {
    section.faq-home{
        background: #FFFFFF;
        height: auto;
    }
}

@media only screen and (max-width: 600px) {
    section.faq-home button{
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 600px) {
    .faq-home h2{
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

section.faq-home{
    background: #FFFFFF;
    height: 100vh;
}

@media only screen and (max-width: 600px) {
    section.faq-home{
        background: #FFFFFF;
        height: auto;
}

.faq-home h2{
    color: #FFFFFF;
    text-align: center;
    margin-top: 64px;
    margin-bottom: 64px;
    font-weight: 500;
}

.faq-home p{
    padding: 0;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
}

.faq-home h3{
    color:  #FFFFFF;
    text-align: left;
}


section.error{
    margin-top: 180px
}

.error p{
    text-align: center;
}

