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: #cd2027;
    font-weight: bold
}

p {
    font-size: 18px
}
.phone-number{
	display: inline-block;
}
.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
}
#header p .highlight {
    display: inline-block;
}
#header p .highlight b {
    border-bottom: 3px solid #c3252a;
}
ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 11px 0;
    text-transform: capitalize
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 20px;
    margin: 1px 0;
    font-size: 15px;
    color: #fff;
    text-align: left;
}

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: #cd2027;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 17px;
}

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

.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: 70px 0
}

.pop-body form {
    padding: 15px 25px 10px
}
textarea.form-control {
    height: 120px;
}
.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
}

.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
}

.form-label {
    color: #111;
}

.form-label span{
    color: red;
}

.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)
}

.appraisal-cta{
    padding: 15px 15px 15px 0;
    text-align: center;
}

.phone-cta{
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-bottom: 15px;
    padding: 15px 15px 15px 90px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 31px;
}
a.phone-cta:hover{
    color: #fff;
    text-decoration: none;
}

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

.phone-cta-content span{
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.phone-cta-content{
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    color: #cd2027;
}

.theme-btn{
    border-radius: 25px !important;
    background-color: rgba(63, 195, 241, 0);
    color: #fff !important;
    padding: 6px 30px;
    text-decoration: none;
    padding: 6px 30px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    
    border: 2px solid #c3252a !important;
    
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.theme-btn:hover{
    background-color: #1fb6ff;
    color: #fff !important;
    text-decoration: none;
}
.theme-btn:active{
    transform: translateY(3px);
    -webkit-transition: 0s;
    text-decoration: none;
}
.theme-btn:focus{
    text-decoration: none;
}

.theme-btn.solid{
    background-color: #c3252a;
    margin: 0 10px;
    box-shadow: 0 0px 25px rgba(58, 191, 255, 0.5);
    color: #fff !important;
    border-color: #c3252a !important;
}
.theme-btn.solid:hover{
    background-color: #21a9eb;
    border-color: #21a9eb !important;
    box-shadow: 0 0px 25px rgba(33, 169, 235, 0.5);
}

.theme-btn.appraisal-btn.solid{
    padding: 20px;
    min-width: 60%;
    text-align: center;
    border-radius: 8px !important;
    border: transparent !important;
    box-shadow: none;
    font-size: 16px;
    font-weight: 300;
}

.border-right{
    border-right: 1px solid #ada7a787;
}

#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: 99;
    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;

    box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    -o-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    -wenkit-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    -moz-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    display: inline-block;
    
    background-color: #1551a1;
    background-color: rgba(21, 81, 161, 0.5);
}

#floating-number a {
    display: block;
    border-radius: 6px;
    color: #ffffff;
    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
}
#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;
    font-weight: 800;
    margin: 0;
}
.primary-tagline{
    background-color: #db2930;
    text-shadow: 0 2px 2px rgba(104,0,4,.4);
    letter-spacing: 4px;
    padding: 9px 0;
    color: #fff;
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
}
.gradient-red-bg {
    background: -moz-linear-gradient(270deg,rgba(219,41,48,1) 0%,rgba(189,36,41,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(219,41,48,1)),color-stop(100%,rgba(189,36,41,1)));
    background: -webkit-linear-gradient(270deg,rgba(219,41,48,1) 0%,rgba(189,36,41,1) 100%);
    background: -o-linear-gradient(270deg,rgba(219,41,48,1) 0%,rgba(189,36,41,1) 100%);
    background: -ms-linear-gradient(270deg,rgba(219,41,48,1) 0%,rgba(189,36,41,1) 100%);
    background: linear-gradient(180deg,rgba(219,41,48,1) 0%,rgba(189,36,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB2930',endColorstr='#BD2429',GradientType=0 );
}
#navbar {
    background-color: #141414;
    position: relative;
    z-index: 9;
    box-shadow: 0 1px 6px rgba(0,0,0,.5);
}
ul.nav-elements{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.nav-elements li{
    display: inline-block;
}

ul.nav-elements li a{
    color: #fff;
    line-height: 21px;
    display: block;
    padding: 18px 20px;
    font-size: 19px;
}
ul.nav-elements li a:hover{
    text-decoration: none;
    background-color: #282828!important;
}
ul.nav-elements li a span{
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    color: #cd2027;
    font-size: 16px;
}
#header {
    background-image: url(../img/header_lg.jpg);
    background-size: cover;
    position: relative;
    background-position: center;
}
.header-why-us{
    background-color: rgba(0,0,0,.5);
}
.header-why-us .value-proposation{
    text-align: center;
    padding: 5px 22px;
}
.header-why-us .value-proposation.adjust-padding{
    padding: 15px 0;
}
.header-why-us .col-md-4{
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -ms-transition: background 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out;
    background: rgba(0,0,0,0);
}
.header-why-us .col-md-4:hover{
    background: rgba(0,0,0,.6);
}
.header-why-us .value-proposation i{
    font-size: 60px;
    color: #c02429;
    display: block;
}
.header-why-us .value-proposation h4{
    text-shadow: 0 1px 3px rgba(0,0,0,.6);
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
}
.header-why-us .value-proposation p{
    color: #ccc;
    font-size: 15px;
    line-height: 24px;
}
.border{
    border-left: 1px solid #db2930;
    border-right: 1px solid #db2930;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}

.header-logo {
    padding: 19px 0;
    width: 350px;
}

.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: #cd2027;
    color: #ffffff;
    padding: 20px 0;
    display: block;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 77, 107, 0.34);
}

.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: #fff;
    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
}

#header h1{
    color: #fff;
    margin-top: 0;
    text-shadow: 0 1px 4px rgba(0,0,0,.4);
}
#header p {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.header-quick-cta{
    margin-top: 50px;
}
.header-content-wrapper{
    padding: 110px 0 110px;
}
.header-content, .value-props-holder {
    /* 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 {
    padding: 40px 0;
    text-align: center;
    font-weight: normal
}

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

.cta h3 a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

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

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

.cta-inverse h3 a {
    text-decoration: underline;
    color: #c3252a;
}

#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: block;
    font-weight: bold
}

#testimonials {
    background-color: #fff;
    padding-bottom: 25px;
    padding-top: 75px;
    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
}
.testimonials-cta{
    line-height: 17px;
}
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: #333;
    font-size: 19px;
    line-height: 1.4em;
    font-style: italic;
    text-align: left
}

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

.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: #9c0005;
    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: #c3252a
}

#testimonials h2.testimonials-cta b {
    color: #9c0005;
}

.form-control.error {
    border-color: rgba(206, 32, 32, 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;
    text-transform: capitalize;
}

#header .value-prop p {
    margin-bottom: 0;
    font-weight: normal;
}

#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: #cd2027;
    text-shadow: none;
    margin: 8px 8px
}

h1 span.subhead {
    display: block;
    font-size: 21px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 12px;
}

#services {
    background-color: #e2e2e2;
    background-image: url(../img/bg-light.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 80px 0;
    box-shadow: inset 0 50px 38px #e2e2e2, inset 0 -50px 38px #e2e2e2;
}
#services ul.intro-list{
    margin-bottom: 0;
}

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

#services h1 {
    font-size: 36px;
    line-height: 1;
    color: #cd2027;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px
}
ul.list li{
    color: #333;
    font-size: 16px;
}
#services p {
    font-size: 17px;
    color: #333;
}

#services h4 {
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #cd2027;
}
#brands{
    padding: 30px 0;
    text-align: center;
    background-color: #E2E2E2;
    border-bottom: 1px solid #dadada;
}
#brands p{
    color: #333;
    font-size: 18px;
    margin-bottom: 16px;
}
#brands ul.brands{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#brands ul.brands li{
    display: inline-block;
    width: 14.5%;
    margin: 0 0.5%;
}
#brands ul.brands li img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#brands ul.brands li img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.services-card .intro-list li:before{
    color: #cd2027;

}

/* Sold Properties */
#sold-prop h2, #sold-prop h4{
    color: #002e5b;
}
#sold-prop{
	padding:100px 0 75px;
}
#sold-prop .intro{
    margin-bottom: 50px;
}
#sold-prop h4{
	font-size: 20px;
	margin: 5px 0 10px;
	font-weight: 600;
	transition: all 0.30s linear;
}
#sold-prop h4 span{
    font-size: 10px;
    float: right;
    margin-top: 7px;
    font-weight: normal;
}
#sold-prop h5{
    color: #687689;
    font-size:13px;
    margin-bottom: 5px;
    font-weight: normal;
}
#sold-prop .card-text{
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}
#sold-prop .card-text li{
    display: inline-block;
    margin-right:18px;
    color: #5c5c5c;
}

#sold-prop .card{
	margin-bottom:25px;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    box-shadow: 0 1px 3px #84848452;
    overflow: hidden;
}
#sold-prop .card-body{
    padding: 13px 15px 10px;
    position: relative;
}
#sold-prop img{
    /* height: 273px; */
}
.icon-container{
	/* width:60px;
	height: 60px;
	margin-top:-58px;
	margin-bottom: 30px */

    position: absolute;
    top: -17px;
    left: 20px;;
    text-align: center;
    line-height: 50px;
    z-index: 11;
    color: #fff;
    
    display: none;
}
.icon-container:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdÃ¢â‚¬Â¦M2OS4zOSwxNy44MSw2MS41MywxNi43Niw1Ny42NywxMS45NFoiLz48L2c+PC9nPjwvc3ZnPg==);
}
.icon-container i:before{
	padding:15px;
	font-size: 28px;
    background: #c3252a;
    border-radius: 50%;
    z-index: 1;
}
.btn-read{
	background:transparent;
	color:#cd2027;
	padding:0px;
	border-radius: 0px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}


#about {
    background-image: url('../img/building-inspection.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden
}

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

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

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

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

.cta a {
    display: inline-block;
    color: #175bab;
}

#why-us{
    padding: 0 0 80px;
    background-image: url('../img/header_lg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
#why-us .box {
    padding: 25px 20px 35px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 150px;
}
#why-us .box:before, #why-us .box:after {
    content: "";
    background: #9c0005;
    position: absolute;
    left: 0;
    top: -38%;
    width: 80%;
    height: 120%;
    transform: skewY(-15deg);
    box-shadow: 10px 10px 0px #141414;
}
#why-us .box:after {
    left: auto;
    right: 0;
}
#why-us .box h2 {
    color: #fff;
    font-size: 37px;
    font-weight: bolder;
    transform: skewY(-15deg);
    position: relative;
    z-index: 10;
}
#why-us .overlay{
    background-color: rgba(107, 0, 4, 0.8)
}
#why-us .section-header{
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 0 1px 1px rgba(0, 77, 107, 0.34);
}
#why-us .inline-cta{
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 1px rgba(0, 77, 107, 0.34);
    background-color: #141414;
    padding: 11px 12px 14px;
    line-height: 24px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}
#why-us .section-header h2{
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
}
#why-us .single-feature h4{
    color: #fff;
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 18px;
}
#why-us .section-header p{
    color: rgba(255, 255, 255, 0.9);
}
#why-us .single-feature {
    color: #fff;
    background-color: #141414;
    border-radius: 6px;
    min-height: 125px;
    margin-bottom: 80px;
    position: relative;
    
    padding: 60px 13px 20px;
    margin-left: 0;
    text-align: center;
}
#why-us .single-feature p{
    margin: 0;
    font-size: 16px;
    line-height: 25px;

}

#why-us .single-feature .icon{
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    font-size: 64px;
    padding: 13px;
    padding-top: 14px;
    background-color: #fff;
    color: #c3252a;
    border-radius: 60px;
    position: absolute;
    margin-left: -45px;
    margin-top: -45px;
    box-shadow: 0 1px 1px #141414;
    
    position: absolute;
    top: 0;
    left: 50%;
}

#facts{
    padding: 140px 0;
}

#facts .section-header {
    margin-bottom: 90px;
}
#facts .section-header h2{
    text-align: center;
    font-size: 50px;
    color: #141414;
    margin-top: 0;
    position: relative;
    display: block;
    padding: 40px;
    z-index: 5;
}
#facts .section-header span{
    color: #c3252a;
    font-size: 130px;
    position: absolute;
    top: -15px;
    /* left: 38%; */
    z-index: -1;
    display: block;
    left: 0;
    width: 100%;
}


#facts .single-fact{
    text-align: center;
    color: #c3252a;
    font-size: 60px;
    font-weight: bold;
    font-family: 'Montserrat', Helvetica, Arial;
    line-height: 40px;
/*    margin-bottom: 50px;*/
}

#facts .single-fact span{
    color: #141414;
    font-size: 16px;
    display: block;
    font-weight: normal;
    font-family: 'Open Sans', Helvetica, Arial;
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 56px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: opacity .3s 0s;
  -moz-transition: opacity .3s 0s;
  transition: opacity .3s 0s;
  opacity: 0;
  font-weight: normal;
  padding: 15px 9px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.5rem;
  font-size: 30px;
}
#back-to-top:hover {
  background: #000000;
}
#back-to-top:active {
  background: #000000;
}
#back-to-top.show {
  opacity: 1;
}

@media(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;
    }
    .h1, h1{
        font-size: 35px;
    }
    #services h1 {
        font-size: 41px;
    }
}
@media(max-width:990px) {
    #header {
        background-position: left
    }
    .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .border-right{
        border-right: none;
    }
    .header-content-wrapper {
        padding: 50px 0 40px;
    }
    .pull-right{
        float: none !important;
    }
    .header-quick-cta {
        margin-top: 30px;
    }
    #navbar {
        background-position: center;
        margin-top: 98px;
    }
    .header-logo {
        padding: 15px 0;
        height: auto
    }
    .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
    }
    #services{
        background: #e2e2e2;
        padding: 50px 0;
    }
    body.display-offer {
        padding-top: 0
    }
    ul.intro-list li {
        text-shadow: none;
    }
    #about .content-block:before {
        left: -50%;
        width: 200%
    }
    #about .content-block {
        padding: 50px 0
    }
    #services .services-card {
        padding: 20px 0
    }
    .today-offer .offer-price {
	    margin: 5px 0px 10px;
	    font-size: 35px;
    }
    .border {
        border-right: 0;
        border-left: 0;
        border-top: 1px solid #db2930;
        border-bottom: 1px solid #db2930;
    }
    #brands ul.brands li {
        width: 40%;
        margin-bottom: 4px;
    }
}

@media screen and (max-width:380px) {
    .pull-right{
        margin-left: 0;
    }
    .header-content-wrapper {
        padding: 50px 0 40px;
    }

    #why-us {
        padding: 0 0 60px;
    }
    #services h1 {
        font-size: 39px;
    }
    #why-us .section-header {
        margin-bottom: 80px;
    }
    #why-us .single-feature{
        padding: 60px 25px 25px;
        margin-left: 0;
        margin-bottom: 80px;
    }
    #navbar {
        margin-top: 126px;
    }
    #floating-number a:hover .holder h3{
        font-size: 35px;
    }
    ul.intro-list li {
        text-shadow: none;
    }
    #why-us .box {
        padding: 15px 17px 65px;
        margin-bottom: 90px;
        width: 100%;
    }
    .block-xs{
        display: block
    }
}


.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: #c3252a;
    color: #fff;
    text-shadow: none
}

.today-offer {
    display: inline-block;
    border: 6px dashed #fff0b3;
    padding: 15px 15px 10px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: #cd2027;
    font-size: 19px;
    margin-top: 10px;
    box-shadow: 0 0 50px #020202, 0 0 1px #000, inset 0 0 3px #000;
    background-color: rgba(0, 0, 0, 0.5);
}

.today-offer span {
    display: block
}

.today-offer .offer-price {
    font-size: 55px;
    margin: 19px 0
}

.today-offer .offer-terms a {
    color: #cd2027;
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: -18px;
    display: block;
    font-weight: normal
}

.mb-15{
    margin-bottom: 15px;
}

#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
}

span.offer-title {
    color: #fff;
}
label.error, #testimonials .field-wrp label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
}
@keyframes glowing {
    0%,
    100% {
        background-color: #00a8d7;
        box-shadow: 0 0 2px #00a8d7
    }
    50% {
        background-color: #0369a9;
        box-shadow: 0 0 8px #0369a9
    }
}

@keyframes glowing2 {
    0%,
    100% {
        background-color: #00a8d7;
        box-shadow: 0 0 3px #00a8d7
    }
    50% {
        background-color: #0369a9;
        box-shadow: 0 0 10px #0369a9
    }
}

.flushy {
    animation: glowing 1000ms infinite
}

.flushy2 {
    animation: glowing2 1500ms infinite
}


