body {
    padding: 0;
    margin: 0;
    color: #424242
}

body,
input,
select,
textarea,
button,
.btn {
    font: 16px/1.75em 'Open Sans', Helvetica, Arial;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', Helvetica, Arial;
    color: #900505;
    font-weight: bold
}

p {
    font-size: 18px
}

.sep {
    background-image: url('../img/line.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 62px;
    margin: 50px 0
}

p.intro-text {
    font-size: 20px
}

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 25px;
    margin: 6px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

ul.list li {
    text-shadow: none;
    width: auto;
    float: none;
    color: #fff
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "Ionicons";
    content: "\f375";
    color: #900505;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    font-weight: normal;
}

ul.list li:before {
    content: "\f2fc";
    color: #fff
}

.pop-body .title,
dd.cta_phone_number {
    font-family: 'Montserrat', sans-serif
}

.form-container {
    background-color: rgba(42, 51, 59, 0.7);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .53);
    margin: 40px 0
}

.pop-body form {
    padding: 15px 25px 10px
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #3c3c3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0;
    font-size: 13px;
    height: auto;
    padding: 6px 15px;
    border: 2px solid #a5a5a5;
    background: #fff;
    box-shadow: none;
    border-radius: 3px
}
textarea.form-control{
    height: 120px;
}
select.form-control{
    padding: 5px 15px;
}
.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block
}

.form-label {
    text-shadow: none;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: bold
}

.cta-sub {
    font-size: 13px;
    color: #fff;
    display: block;
    margin-top: 12px;
    text-shadow: none;
    text-align: center
}

.button,
a.button {
    -moz-transition: .1s transform ease-in, .2s background ease-in;
    -o-transition: .1s transform ease-in, .2s background ease-in;
    -webkit-transition: .1s -webkit-transform ease-in, .2s background ease-in;
    border: 0;
    display: inline-block;
    font-family: "NewTransport-Bold", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-size: 22px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: .003em;
    line-height: 20px;
    line-height: 2rem;
    outline: 0;
    padding: 19px 27px;
    padding: 1.4rem 2.7rem;
    position: relative;
    text-decoration: none;
    transition: .1s transform ease-in, .2s background ease-in
}

.button.primar {
    -moz-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    background: #fc0;
    background: -moz-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    border: 1px solid #ffc400;
    border: .1rem solid #ffc400;
    box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    color: #1d1d1d;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#f9b800', GradientType=0);
    transform: scale(1);
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4)
}

.button.primar:hover {
    background: #ffe065;
    background: -moz-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe065', endColorstr='#ffcc05', GradientType=0)
}

.button.primar:active,
.button.primar:focus {
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    -webkit-transform: scale(.95);
    box-shadow: inset 0 0 10px rgba(178, 143, 4, .35);
    transform: scale(.95)
}

#footer {
    background: #080808;
    padding: 10px 0;
    z-index: 9999;
    position: relative
}

#footer p {
    color: #fafafa;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px
}

#floating-number {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    padding: 0 0 20px 20px
}

#floating-number .holder {
    padding: 10px 15px;
    border-radius: 6px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .5);
    -webkit-transition: all 350ms ease-in-out 0;
    -moz-transition: all 350ms ease-in-out 0;
    -ms-transition: all 350ms ease-in-out 0;
    -o-transition: all 350ms ease-in-out 0;
    transition: all 350ms ease-in-out 0;
    background-color: #900505;
    box-shadow: inset 0 1px 0 #942828, 0 0 10px rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0 1px 0 #942828, 0 0 10px rgba(0, 0, 0, .2);
    -wenkit-box-shadow: inset 0 1px 0 #942828, 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 0 #942828, 0 0 10px rgba(0, 0, 0, .2);
    display: inline-block
}

#floating-number a {
    display: block;
    border-radius: 6px;
    color: #fff;
    text-decoration: none
}

#floating-number a:hover .holder {
    color: #fff;
    background-color: #353d42
}

#floating-number a:active .holder {
    background-color: #231f20;
    box-shadow: inset 0 2px 4px #231f20;
    color: #fff
}

#navbar {
    background-color: #020202;
    position: relative;
    z-index: 99
}

#floating-number a:hover .holder h3,
#navbar a:active .holder {
    color: #fff
}

#floating-number p {
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600
}

#floating-number h3 {
    color: #fff;
    font-size: 40px;
    margin: 0
}

#header {
    background-image: url(../img/header_lg.jpg);
    background-size: cover;
    position: relative;
    background-position: center
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.header-logo {
    height: 96px;
    padding: 13px 0 10px;
}

.logo-holder {
    margin-bottom: -105px;
    display: inline-block;
    padding: 5px 10px 10px;
    border-radius: 5px;
    background-color: #020202
}

.head-phonenumber a {
    font-family: 'Open Sans', Helvetica, Arial;
    background-color: #900505;
    color: #fff;
    padding: 34px 0;
    display: block;
    text-align: center;
    font-size: 27px;
    font-weight: bold
}

.head-phonenumber a:hover,
.head-phonenumber a:focus {
    text-decoration: none
}

.head-phonenumber a span {
    text-transform: capitalize;
    font-weight: 100;
    margin-right: 10px;
    font-size: 25px
}

.form-container h4.title.small {
    color: #fcc200;
    text-align: center;
    padding: 20px 10px 0;
    font-size: 25px;
    margin-bottom: 0
}

.form-container h4.title.small span {
    font-family: 'open sans', Helvetica, Arial;
    display: block;
    font-weight: normal;
    margin: 10px 0 0;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}
.required_indc{
    color: red;
}
#header h1,
#header p {
    color: #fff
}

#header h1{
    color: #fcc200;
    margin-top: 0;
}

.header-content {
    padding: 65px 0 30px;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000
}

.heading-style1 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 24px
}

.heading-style1 span {
    font-weight: bold
}

.cta {
    background: #fff;
    padding: 45px 0;
    text-align: center;
    font-weight: normal
}

.cta h3 {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-weight: normal;
    color: #2f2f2f;
    line-height: 30px;
}

.cta h3 a {
    font-weight: bold
}

.cta-inverse {
    background-color: #232323
}

.cta-inverse h3,
.cta-inverse h3 a {
    color: #fff
}

.cta-inverse h3 a {
    text-decoration: underline
}

#into-text {
    padding: 150px 0;
    background-image: url('../img/bg-light.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center
}

#into-text h4 {
    font-weight: normal
}

#into-text h2 {
    color: #383637;
    margin-top: 0;
    margin-bottom: 15px
}

.phone-number {
    display: inline-block;
    font-weight: bold
}

#testimonials {
    background-color: #f6f6f6;
    padding-bottom: 25px;
    padding-top: 25px;
    z-index: 9999;
    position: relative
}

#testimonials .padding {
    padding: 6px 20px
}

.testimonial {
    max-width: 850px;
    margin: 0 auto;
    font-style: italic;
    font-size: 16px;
    font-weight: 600
}

.testimonial p.name {
    color: #2e2e2e;
    font-weight: 700
}

blockquote {
    margin-bottom: 20px;
    padding: 10px 30px;
    border-left: 4px none #edeff0;
    background-image: url(../img/564cc1830cfb0f3061f3e1e0_iconmonstr-quote-6-icon.svg), url(../img/564cc16c97ec07540ebff988_iconmonstr-quote-5-icon.svg);
    background-position: 100% 100%, 0 0;
    background-size: 60px, 60px;
    background-repeat: no-repeat, no-repeat;
    color: #323b40;
    font-size: 19px;
    line-height: 1.4em;
    font-style: italic;
    text-align: left
}

blockquote .author {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #900505;
}

.pre-footer-form-header {
    color: #fefefe;
    -webkit-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -khtml-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -moz-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -ms-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -o-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-align: center;
    background: #900505;
    letter-spacing: 2px;
    padding-bottom: 1px;
    padding: 10px 5px;
    margin-top: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold
}

.pre-footer-form-header span {
    font-family: 'Open Sans', Helvetica, Arial;
    font-weight: normal;
    display: block;
    margin-top: 6px;
    font-size: 16px
}

#testimonials .field-wrp {
    padding: 0 5px
}

#testimonials .field-wrp label {
    font-weight: 600;
    margin-bottom: 2px;
    color: #111
}

#testimonials h2 {
    color: #323b40;
    text-align: center;
    font-weight: normal
}

#testimonials h2 b {
    color: #900505
}

.form-control.error {
    border-color: rgba(255, 0, 0, 0.8)
}

#header .value-prop {
    background-color: rgba(17, 17, 17, 0.7);
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 0 #000;
    position: relative;
    margin-bottom: 15px;
    padding: 15px 15px 15px 90px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    font-weight: 600
}

#header .value-prop p {
    margin-bottom: 0
}

#header .value-prop i {
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 50px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding: 8px 1px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    color: #cc1e1f;
    text-shadow: none;
    margin: 8px 8px
}

h1 span.subhead {
    display: block;
    font-size: 30px
}

#services {
    background-image: url('../img/bg-light.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0
}

#services .services-card {
    padding: 20px
}

#services h1 {
    font-size: 60px;
    line-height: 1;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px
}

#services h4 {
    margin-bottom: 0;
    text-transform: capitalize
}

#about {
    background-image: url(../img/carpet-cleaning.jpg);
    background-size: contain;
    background-position: left;
    overflow: hidden;
    background-repeat: no-repeat;
}

#about .content-block {
    background-color: #900505;
    color: #fff;
    padding: 50px;
    position: relative
}

#about .content-block h2 {
    color: #fff
}

#about .content-block * {
    position: relative
}

#about .content-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 150%;
    height: 100%;
    background-color: #900505
}

.cta a {
    display: inline-block
}

.thank_you .form-container {
    background-color: #020202
}

.section-title h2{
    text-align: center;
    margin: 0;
    padding: 0 0 30px;
}
.section-title h2 span{
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin-top: 15px;
    color: #757575; 
}

#gallery{
    padding: 100px 0;
}

ul.gallery {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.gallery li {
    width: 31.333%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 1%;
}

ul.gallery li a:after {
    font-family: "Ionicons";
    content: "\f21f";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 110px;
    text-align: center;
    color: rgba(255,255,255,0);
    font-size: 25px;
    background: rgba(137,204,37,0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

ul.gallery li a:hover:after {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    z-index: 5;
    border: 2px solid #0c5fa7;
}
ul.gallery li img{
    width: 100%;   
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

ul.gallery li a:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
}

.no_left_gutter{
    padding-left: 0;
}
.no_right_gutter{
    padding-right: 0;
}

@media(max-width:990px) {
    #header {
        background-position: center
    }
    .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    #navbar {
        background-position: center;
        margin-top: 125px
    }
    .header-content {
        padding: 10px 0
    }
    .row {
        margin-left: 0;
        margin-right: 0
    }
    #floating-number {
        padding: 0;
        right: 0;
        top: 0;
        bottom: auto
    }
    #floating-number .holder,
    #floating-number a {
        border-radius: 0
    }
    #floating-number .holder {
        width: 100%;
        text-align: center
    }
    .form-container {
        z-index: 999;
        position: relative;
        margin: 40px 0
    }
    body.display-offer {
        padding-top: 0
    }
    ul.intro-list li {
        text-shadow: none;
        width: auto;
        float: none
    }
    #about .content-block:before {
        left: -50%;
        width: 200%
    }
    #about .content-block {
        padding: 50px 0
    }
    #services .services-card {
        padding: 20px 0
    }
    .today-offer{
        margin-top: 0;
    }
}

@media only screen and (max-width : 480px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
        padding: 0;
    }
    
    .today-offer{
        margin-top: 30px !important;
        display: block  !important;
    }
    .christmas-offer .today-offer{
        margin-top: 0 !important;
    }
    
    ul.gallery li{
        float: none;
        width: 47%;
        display: inline-block;
    }
    #gallery {
        padding: 80px 0;
        text-align: center;
    }
}

@media only screen and (max-device-width: 780px) and (orientation: landscape) {
   #navbar {
        margin-top: 95px;   
    }
    
    .header-logo{
        height: 96px;
        width: auto;
    }
                       
}

.contat-options label input {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 4px
}

.contat-options label:last-child {
    margin-left: 10px
}

.form-control:focus {
    border-color: #0786ea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(7, 134, 234, 0.5), 0 0 8px rgba(102, 175, 233, 0.8)
}

::selection {
    background: #900505;
    color: #fff;
    text-shadow: none
}

.today-offer {
    display: inline-block;
    border: 5px dashed #fff;
    padding: 12px 10px 10px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: #f9b900;
    font-size: 19px;
    margin-top: 20px;
    box-shadow: 0 0 40px #020202, 0 0 1px #000, inset 0 0 3px #000;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
}

.today-offer span {
    display: block
}
.today-offer span.offer-cta{
    color: #fff;
}
.today-offer span.offer-title{
    font-size: 20px;
    color: #fbbe00;
    text-decoration: underline;
    font-weight: bold;
}
.today-offer .offer-price {
    font-size: 25px;
    margin: 0;
    line-height: 32px;
}
.today-offer .offer-price.price-lg{
    font-size: 40px;
    margin: 5px 0 6px;
    line-height: 1.2;
}
.today-offer .offer-price u{
    color: #fff;
}
.today-offer .offer-price em{
    font-weight: normal;
    color: #eaeaea;
    font-style: normal;
    font-size: 16px;
}
.today-offer .offer-terms a {
    color: #f9b900;
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: -18px;
    display: block;
    font-weight: normal
}
.offer-exerpt {
    margin: 0 5px;
    margin-top: -1px;
    color: rgba(255, 255, 255, 70%);
    font-size: 12px;
    line-height: 1;
    padding: 6px 0;
}
.offer-container.christmas-offer{
    padding: 10px;
    background: #df2d1e;
    background: repeating-linear-gradient( 45deg, #f8f4e9, #d0c8c8 10px, #df2d1e 10px, #b61812 20px);
    margin-top: 70px;
    border-radius: 10px;
    box-shadow: 0 0 10px #02020266, 0 0 1px #00000059, inset 0 0 3px #000;
    position: relative;
}

.christmas-offer .today-offer{
    border: 0;
    margin-top: 0;
    border-radius: 10px;
    color: #FDD204;
    box-shadow: 0 0 40px hsla(0, 0%, 1%, 0.2), 0 0 1px #000, inset 0 0 3px #000;
    background-color: #800404;
}
.christmas-offer .offer-img{
    position: absolute;
    right: 1px;
    top: -51px;
    width: 80px;
}

#terms_conditions {
    color: #000
}

.popover-content ul {
    color: #000;
    margin: 0;
    padding: 10px 0 10px 15px
}

.popover-content ul li {
    margin-bottom: 5px
}

.strike {
    text-decoration: line-through
}
