body {
    font-family: 'Open Sans', Helvetica, Arial;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}
::selection {
    background: #322e2f;
    color: #fff;
    text-shadow: none;
}
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;
    font-family: 'Open Sans', Helvetica, Arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', Helvetica, Arial;
    color: #1e2d3b;
    font-weight: bold;
}

p {
    font-size: 18px;
    color: #040404;
}

a {
    cursor: pointer;
    color: #1e2d3b;
    font-weight: bold;
}

a:hover {
    color: #9ccc65;
    text-decoration: underline;
}

.cta {
    background-color: rgba(30, 45, 59, 1);
    padding: 45px 0;
    position: relative;
    z-index: 1;
}

.cta span {
    margin-top: 5px;
    display: block;
}

.cta.cta-inverse {
    background-color: #415d21;
}

.cta.cta-dark {
    background-color: #27323a;
}

.cta.cta-inverse a,
.cta.cta-dark a {
    color: #fff;
    text-decoration: underline;
}

.cta h3 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: normal;
    text-transform: capitalize;
}

.cta h3 a {
    font-weight: bold;
    color: #ffd700;
}

.cta.cta-inverse h3,
.cta.cta-dark h3 {
    color: #fff;
}

/* Double Diagonal line */
.cta.ss-style-doublediagonal {
    padding: 15px 0 45px;
}

.ss-style-doublediagonal {
    z-index: 1;
    /* background: #2072a7; */
}

.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
    content: '';
    top: -80px;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    content: '';
    pointer-events: none;
}

.ss-style-doublediagonal::before {
    height: 75%;
    background: #151e27;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 28% 0;
}

#header {
    background-image: url('../img/bg23.jpg');
    background-size: cover;
    position: relative;
    color: #fff;
    overflow: hidden;
    /* padding: 80px 0 120px; */
    background-position: center;
}

.header-logo {
    margin-bottom: 45px;
}

#header h1,
#header p {
    color: #fefefe;
    /* text-align: justify; */
}

#header h1 {
    color: #ffd700;
    text-align: left;

}

#header h1 span {
    font-size: 25px;
    margin-top: 9px;
    display: block;
    color: #fff;
    font-weight: 600;
}

.header-text {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    margin-top: 80px;
    padding-bottom: 95px;
}

#header .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}



#body-text {
    padding: 80px 0;
}

#body-text h3 {
    font-weight: 100;
    color: #040404;
}

#body-text p.sub-head {
    line-height: 22px;
}

.img-style1 {
    /* position: relative; */
    /* width: 100%; */
    /* height: 340px; */
    text-align: center;
}

.img-style1 img {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    width: 70%;
    margin-bottom: 20px;
    z-index: 10;
    display: inline-block;

    border: 5px solid #f7f7f7;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
    -khtml-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.img-style1 img.img-inverse {
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    z-index: 9;
}

h1.section-title {
    text-align: center;
    font-weight: normal;
    color: #040404;
    position: relative;
    padding-bottom: 20px;
}

h1.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 10%;
    height: 4px;
    background-color: #9ccc65;
}

#why-us {
    background: -moz-radial-gradient(center, ellipse cover, #322e2f 0%, #1e191a 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #322e2f 0%, #1e191a 100%);
    background: radial-gradient(ellipse at center, #322e2f 0%, #1e191a 100%);
    padding: 70px 0 40px;
    color: #fff;
}

#why-us h1.section-title {
    color: #fff;
}

#why-us p {
    color: #fff;
}

.feature-list {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.feature-list .feature-single {
    margin: 60px 0;
}

.feature-list .feature-single h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
}

.feature-list .feature-single i {
    font-size: 50px;
    color: #ffbc1c;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

#services {
    background-image: url('../img/services-metal-roof.jpg');
    background-position: top center;
    background-size: cover;
    height: 400px;
    border-bottom: 8px solid #dcdcdc;
}

.services-title {
    text-align: center;
    padding: 50px 0 70px;
}

.services-title h1,
.services-title h5 {
    color: #fff;
}

.services-title h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.service-block {
    text-align: center;
    position: relative;
    margin-bottom: 120px;
}

.service-block img {
    width: 100%;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.service-block h3 {
    color: #ffffff;
    font-weight: normal;
    /* border: 5px solid #d4d4d4; */
    margin-top: 0;
    border-top: 0;
    /* margin: 0 20px; */
    padding: 15px 0;
    margin-bottom: 0;
    background-color: rgba(39, 50, 58, 0.9);
    position: absolute;
    bottom: 0;
    width: 100%;
}

#testimonials {
    background-color: #f6f6f6;
    padding-bottom: 25px;
    padding-top: 25px
}

#testimonials .field-wrp label {
    color: #2f2f2f
}

#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
}

#our-fleet {
    background-image: url('../img/septic-tank-cleaning.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden
}

#our-fleet .content-block {
    background-color: #151e27;
    color: #fff;
    padding: 50px;
    position: relative
}

#our-fleet .content-block h2 {
    color: #ffd700;
}

#our-fleet .content-block p {
    color: #fff
}

#our-fleet .content-block * {
    position: relative
}

#our-fleet .content-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 150%;
    height: 100%;
    background-color: #151e27
}

.single-excavator {
    text-align: center;
    margin-top: 20px;
}

.single-excavator img {
    margin-bottom: 30px;
}

#footer {
    background-color: #171717;
    color: rgba(255, 255, 255, .3);
    font-size: 13px;
    padding: 12px 0;
    text-align: center;
}

#footer .copyright a {
    color: #eaeaea;
    cursor: pointer
}

#footer p.copyright {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .3);
    font-size: 13px;
}

.form-label {
    font-size: 13px;
    color: #2f2f2f;
    font-weight: 400
}

.form-group {
    margin-bottom: 10px
}

.form-control:focus {
    border-color: #0689b1;
    outline: 0;
    -webkit-box-shadow: none
}

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: #212121;
    font-size: 19px;
    line-height: 1.4em;
    font-style: italic;
    text-align: left
}

blockquote .author {
    display: block;
    font-size: 15px;
    font-weight: bold
}

#testimonials .field-wrp {
    padding: 0 5px
}

#testimonials .field-wrp label {
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 20px;
}

#testimonials h2 {
    color: #1e2d3b;
    text-align: center;
    font-weight: normal;
}

.footer-contact a {
    color: #1e2d3b;
}

h2 b {
    color: #9ccc65;
}

.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: rgba(30, 45, 59, 1);
    letter-spacing: 2px;
    padding-bottom: 1px;
    padding: 10px 5px;
    margin-top: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: normal;
    font-size: 17px;
}

.footer-contact h1 {
    margin-top: 0;
}

.btn,
.btn-primary {
    display: block;
    font-size: 16px
}

.btn {
    width: 100%;
    border-radius: 4px;
    font-weight: 600;
    padding: 8px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid transparent
}

.btn-primary {
    border-style: none;
    border-radius: 2px;
    z-index: 1;
    background-color: #00ade2;
    box-shadow: 0 4px 0 #0689b1;
    text-shadow: none;
    color: #fff;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
    background-repeat: no-repeat;
    padding: 10px;
    outline: 0
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #03a0d0;
    color: #fff;
    outline: 0
}

.btn-primary:active,
.btn-primary:active:focus {
    background-color: #047da2;
    box-shadow: 0 4px 0 #046786;
    color: #fff;
    outline: 0
}


#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;
    display: inline-block;

    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);
    background-color: #1551a1;
    background-color: rgba(21, 81, 161, 0.5);
}

#floating-number a {
    display: block;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    /* z-index: 999999; */
}

#floating-number a:hover .holder {
    color: #fff;
    background-color: #353d42;
    box-shadow: inset 0 1px 0 #4e4e4e, 0 0 10px rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0 1px 0 #4e4e4e, 0 0 10px rgba(0, 0, 0, .2);
    -wenkit-box-shadow: inset 0 1px 0 #4e4e4e, 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 0 #4e4e4e, 0 0 10px rgba(0, 0, 0, .2);
}

#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;
    color: #fff;
}

#floating-number h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
}

.level-up {
    position: relative;
    z-index: 999;
}

.pop-body .title,
dd.cta_phone_number {
    font-family: 'Montserrat', sans-serif
}

.form-container {
    border-radius: 4px;
    /* margin-top: 15px; */
    border: 1px solid rgba(255, 255, 255, .25);
    border-top: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .53);
    z-index: 999;
    position: relative;
}

#body-text {
    background-image: url(../img/why-hire-banner.jpg);
    background-size: cover;
    background-position: bottom;
}

.get-a-quote {
    margin: 20px 0 40px;
    position: relative;
    /* z-index: 99; */
}
@media all and (min-width:768px) {
    .get-a-quote {
        margin-top: 60px;
    }
}
.get-a-quote .text-center {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 5px;
    margin-top: 0px;
}

.get-a-quote .text-center h2 {
    font-size: 40px;
}

textarea.form-control {
    height: 100px;
}

/* cta container */

.cta-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: 0px 0 40px;
}
@media all and (min-width:992px) {
    .cta-container {
        margin-top: 95px;
    }
}
.cta-container h4.title.small {
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    font-size: 38px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

.cta-container h4.title.small span {
    /* font-family: 'open sans', Helvetica, Arial; */
    display: block;
    font-weight: normal;
    margin: 8px 0 0;
    line-height: 22px;
    font-size: 17px;
    color: #fefefe;
}

.cta-container .phone-number-lg {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
    background-color: rgb(96 110 123 / 50%);
    padding: 24px 0;
}

.cta-container .phone-number-lg a {
    color: #fff;
}
.cta-container .phone-number-lg a h2 {
    font-size: 34px;
    margin-bottom: 0;
    color: #fefefe;
}
.action_wrapper ul.intro-list li {
    opacity: 0.9;
}

.form-container {
    background-color: #fafafa;
    border-radius: 4px;
    margin-top: 15px;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .53);
    margin-bottom: -30px;
}

.pop-body .title {
    font-weight: bold;
    color: #ffffff;
    font-size: 31px;
    text-align: center;
    /* height: 105px; */
    line-height: 33px;
    letter-spacing: 2px;
    padding-bottom: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: -1px -1px 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #415d21;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 10px rgba(0, 0, 0, .2);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -khtml-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
}

.pop-body .title span:first-child {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 1px;
    width: 100%;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
    /* text-align: left; */
    padding: 0 20px;
}

.pop-body .title span+span {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    display: block;
    font-weight: 300;
    font-weight: bold;
}

.pop-body form,
.pop-body .action_wrapper {
    padding: 15px 25px 10px;
    background-color: #fafafa;
    /* border-top: 1px solid #f9ba00; */
}

.pop-body .action_wrapper {
    padding: 0 0;
}

.action_wrapper ul.intro-list {
    padding: 0 6px;
}

.pop-body .action_wrapper ul li {
    color: #040404;
}

.pop-body .action_wrapper .phone-number-lg {
    text-align: center;
    padding: 10px 0;
    background-color: #4a5661;
    margin-top: 25px;
}

.pop-body .action_wrapper .phone-number-lg h2 {
    margin-bottom: 0 !important;
    font-size: 39px;
    /* color: #415d21 !important; */
}

.form-control {
    background-color: #fff;
    border: 2px solid rgba(215, 0, 128, 0);
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    -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: 10px 15px;
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
    color: #000;
    box-sizing: border-box;
    border-radius: 3px;
    outline: 0;
    box-shadow: 0 1px 10px -2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 10px -2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 10px -2px rgba(0, 0, 0, .3);
}

textarea.form-control {
    height: 110px;
}

.form-control:focus,
.form-control:active {
    border: 2px solid #1397c5;
    background-color: #fafafa;
    color: #000;
}

.offer-form .form-control {
    background: #f0f0f0;
}

.form-control.error {
    box-shadow: 0 1px 10px -1px rgba(249, 47, 47, 0.4);
    -webkit-box-shadow: 0 1px 10px -1px rgba(249, 47, 47, 0.4);
    -moz-box-shadow: 0 1px 10px -1px rgba(249, 47, 47, 0.4);
}

label.error {
    font-size: 13px;
    color: #f92f2f !important;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    margin-top: 5px;
}

.form-label {
    text-shadow: none;
    font-size: 13px;
    color: #2f2f2f;
    font-weight: bold;
    margin-bottom: 1px;
    line-height: 20px;
    display: block;
}

.checkbox_label {
    font-weight: normal;
    margin-bottom: 3px;
}

.checkbox_label input {
    margin-right: 5px;
}

.cta-sub {
    font-size: 13px;
    color: #4c4e4d;
    display: block;
    margin-top: 15px;
    text-shadow: none;
    text-align: center;
}

ul.intro-list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize;
}

ul.intro-list li {
    position: relative;
    padding-left: 25px;
    margin: 6px 0;
    font-size: 18px;
}

ul.intro-list li:before {
    font-family: "Ionicons";
    content: "\f375";
    color: #ffd700;
    position: absolute;
    left: 1px;
    top: 0;
    font-size: 22px;
    /* margin: 5px 0; */
}

.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: none;
    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: none;
    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);
}


@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
}


@media (max-width: 990px) {
    #header {
        background-position: center;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    #header {
        background-position: center;
        margin-top: 95px;
    }

    .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
    }

    #body-text {
        padding: 60px 0;
        background: #cbdbda;
    }

    .img-style1 {
        margin-top: 40px;
    }

    #services {
        height: auto;
    }

    .service-block {
        margin-bottom: 80px;
    }
}

a[href^="tel:"] {
    display: inline-block;
}

@media all and (max-width:575px) {
    #floating-number h3 {
        font-size: 35px;
    }

    .footer-contact a {
        font-size: 30px;
    }
    .header-text {
        padding-bottom: 35px;
    }
    .get-a-quote {
        padding-bottom: 10px;
    }
    .cta {
        overflow-x: hidden;
        padding: 30px 0 !important;
    }
    #our-fleet .content-block {
        padding: 30px 25px;
    }
}