body {
    font-family: 'Open Sans', Helvetica, Arial;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

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: #059669;
    text-decoration: underline;
}

.cta {
    /* background-color: rgba(30, 45, 59, 1); */
    background-color: #0b7e5b;
    padding: 45px 0;
    position: relative;
    z-index: 1;
}

.cta span {
    margin-top: 5px;
    display: block;
}

.cta.cta-inverse {
    background-color: #0b7e5b;
}

.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; */
    line-height: 30px;
}

.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: 20px 0 35px;
}

.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: #177357;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 28% 0;
}

.navigation-subtext {
    background: #059669;
    color: #212529;
    text-align: center;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.navigation-subtext p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1;
}

#header_bar {
    background-color: #f1f1f1;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.33);
}

#header_bar h3 {
    margin-bottom: 0;
    font-size: 15px;
    padding: 14px 0;
    line-height: 1.3;
    margin-top: 0;
    color: #141414;
    font-weight: 100;
}

#header_bar h3 a {
    color: #1c1c1c;
    font-weight: 600;
    display: inline-block;
    text-decoration: underline;
}

#header_bar.show {
    display: block;
}

#header {
    background-image: url('../img/bg23.webp');
    background-size: cover;
    position: relative;
    color: #fff;
    overflow: hidden;
    /* padding: 80px 0 120px; */
    background-position: center;
}


.header-logo {
    margin-bottom: 20px;
    max-width: 420px;
}

#header h1,
#header p {
    color: #fff;
}

#header p span {
    display: block;
    margin-top: 9px;
}

#header h1 {
    color: #ffd700;
    text-align: left;
}

#header h1 span {
    font-size: 25px;
    color: #fff;
    display: block;
    margin-top: 8px;
}

.header-text {
    text-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    margin-top: 65px;
    padding-bottom: 90px;
}

.header-text h3 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 19px;
}

.header-text .btn {
    display: inline-block;
    background: #2e4458;
    color: #fff;
    width: auto;
    padding: 7px 20px;
    margin-right: 5px;
}

.header-text .btn:hover {
    background-color: #059669;
}

#header .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}



#body-text {
    padding: 80px 0;
}

#body-text p.sub-head {
    line-height: 22px;
}

#body-text ul.intro-list li:before {
    color: #059669;
}

.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: #059669;
}

#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
}

.bottom-form-reminder {
    font-size: 13px;
}

#our-fleet {
    background-image: url('../img/our-services.webp');
    background-size: cover;
    background-position: center;
    overflow: hidden
}

#our-fleet .content-block {
    /* background-color: #F1F1F1; */
    /* color: #fff; */
    padding: 75px 50px;
    position: relative;
}

#our-fleet .content-block h2 {
    color: #1e2d3b;
}

#our-fleet .content-block p {
    color: #000;
}

#our-fleet .content-block * {
    position: relative
}

#our-fleet .content-block br {
    display: block;
    content: "";
    margin-bottom: 10px;
}

#our-fleet img {
    display: none;
}

#our-fleet .content-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 150%;
    height: 100%;
    background-color: #F1F1F1;
}

#our-fleet .cards {
    padding: 79px 15px;
}

#our-fleet .card {
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .4);
}

#our-fleet .image {
    margin-bottom: 25px;
}

#our-fleet .image img {
    border-radius: 50%;
    width: 150px;
    margin: 0 auto;
    height: 150px;
}

#our-fleet .underline {
    display: block;
    background: #ffd700;
    height: 3px;
    width: 30%;
    margin: 12px auto;
}

.card h4,
.card p {
    color: #fff;
    margin-bottom: 0;
}

.single-excavator {
    text-align: center;
    margin-top: 20px;
}

.single-excavator img {
    margin-bottom: 30px;
}

#footer {
    background-color: #0a0a0a;
    color: rgba(255, 255, 255, .3);
    font-size: 13px;
    padding: 15px 0;
    text-align: center;
}

#footer .copyright a {
    color: #eaeaea;
    cursor: pointer
}

#footer .copyright a.ref-link {
    color: rgb(255 255 255 / 69%);
    font-weight: normal;
}

#footer p.copyright {
    margin-bottom: 0;
    color: rgb(255 255 255 / 69%);
    font-size: 13px;
    line-height: 1;
}

.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: 0px 15px;
    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;
    color: #059669;
}

#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: #059669;
}

.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: #334155;
    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
}

.nav-phone {
    padding: 10px 20px 10px 23px;
    border-radius: 56px;
    float: right;
    flex: 0 0 auto;
    background-color: #161616;
    border: 1px solid #059669;
    text-decoration: none;
    display: none !important;
}

.nav-phone i {
    font-size: 26px;
    color: #059669;
}

.nav-phone__link {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}

@media all and (max-width:992px) {
    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: calc(50% - 107px);
        display: flex !important;
        z-index: 4;
    }
}

.level-up {
    position: relative;
    z-index: 900;
}

.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: 900;
    position: relative;
}

#body-text {
    background-image: url(../img/possum-removal-header.jpg);
    background-size: cover;
    background-position: 34% center;
}


.testimonial-body {
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;

    position: relative;
    box-shadow: 0px 3px 4px -1px rgba(153, 156, 168, 0.25);
}

.testimonial-body p {
    height: 100px;
    overflow-y: scroll;
}

.testimonials {
    margin-top: 25px;
}

.reviews-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.reviews-list li {
    width: 49%;
}

@media screen and (max-width:767px) {
    .reviews-list li {
        width: 100%;
    }
}

.testimonial-card .rating {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.blockquote p:last-child {
    margin-bottom: 0;
}

.testimonial-author {
    padding: 14px 8px 0;
    line-height: 1;
    display: flex;
    align-items: center;
}

.testimonial-author img {
    margin-right: 16px;
}

.testimonial-body:before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -9px;
    left: 17px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.google-icon {
    width: 35px;
}

.pre-footer-form-header .b {
    font-weight: 700;
}

.required_indc {
    color: red;
}

.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;
    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);
    padding: 12px;
}

#testimonials .msg {
    font-size: 13px;
    color: #2b6ca3;
}

.blockquote {
    margin-bottom: 20px;
    padding: 10px 30px;
    border-left: 4px none #edeff0;
    background-image: url('../img/quote-down.svg'), url('../img/quote-down.svg');
    background-position: 100% 100%, 0 0;
    background-size: 60px, 60px;
    background-repeat: no-repeat, no-repeat;
    color: #111112;
    font-size: 19px;
    line-height: 1.4em;
    /* font-style: italic; */
    text-align: left;
}


.get-a-quote {
    margin: 20px 0 40px;
    position: relative;
    /* z-index: 99; */
}

.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;
}

.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: 33px;
    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: #059669;
    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 {
    padding: 15px 25px 10px;
    background-color: #fafafa;
    /* border-top: 1px solid #f9ba00; */
}

.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;
}

.form-label span {
    color: red;
}

.form-label span.hint {
    color: rgba(47, 47, 47, 0.8);
    font-size: 12px;
    font-weight: normal;
}

.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;
    font-weight: 600;
}

ul.intro-list li {
    position: relative;
    padding-left: 25px;
    margin: 6px 0;
    font-weight: normal;
}

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);
}

.no-left-padding {
    padding-left: 0;
}

.no-top-margin {
    margin-top: 0 !important;
}


@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;
    }

    .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; */
        background-position: left;
    }

    .img-style1 {
        margin-top: 40px;
    }

    #services {
        height: auto;
    }

    .service-block {
        margin-bottom: 80px;
    }
}

a[href^="tel:"] {
    display: inline-block;
}

@media screen and (max-width:325px) {
    #floating-number h3 {
        font-size: 35px;
    }

    .footer-contact a {
        font-size: 30px;
    }

}

::selection {
    background: #322e2f;
    color: #fff;
    text-shadow: none;
}



#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 5;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 1;
    background: #0EA5E9;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    padding: 8px 9px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px 1px rgba(255, 255, 255, 0.11);
}

#back-to-top:hover {
    background: #004486;
}

#back-to-top:active {
    background: #003263;
}

#back-to-top.show {
    opacity: 1;
}

.required_indc {
    color: red;
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}


.request_consultation {
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 8;
    transform: translateY(-50%) rotate(90deg);
    /* -webkit-transform: translateY(-50%) rotate(90deg); */
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    transform-origin: 100% 0%;
    padding: 10px 15px;
    text-shadow: none;
    font-weight: bold;
    -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    cursor: pointer;
    color: #0EA5E9;
    background: #fff;
}

.request_consultation:hover {
    background: #0EA5E9;
    color: #fff;
}

.contact-form {
    background: #ffffff;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    padding: 60px 30px 12px;
    width: 450px;
    position: fixed;
    right: -600px;
    top: 0;
    overflow: auto;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    z-index: 100;
}

.contact-form .title {
    display: block;
    position: relative;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 12px;
    z-index: 1;
    color: #fcc200;
}

.contact-form p {
    font-family: "open sans", Helvetica, Arial;
    display: block;
    font-weight: normal;
    margin: 12px 0 15px;
    font-size: 15px;
    color: #111112;
    line-height: 20px;
    text-align: center;
}

.contact-form .form-label {
    text-shadow: none;
    font-size: 13px;
    color: #111112;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5);
    font-weight: 400;
    margin-bottom: 0;
    font-weight: bold;
}

.contact-form .cta-sub {
    font-size: 13px;
    color: #111112;
    display: block;
    margin-top: 12px;
    text-shadow: none;
    text-align: center;
}

.contact-form .btn {
    margin: 0 auto;
    display: block;
}

.contact-form .close {
    background: #87969a;
    color: #fff;
    text-shadow: none;
    font-weight: 100;
    padding: 9px 8px 11px;
    margin-top: 0;
    opacity: 1;
    line-height: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    border-radius: 85px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.contact-form .close span {
    font-size: 25px;
    color: #fff;
}

.contact-form.close .span:hover {
    opacity: 0.8;
}

.sliding-form-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    pointer-events: none;
}

.sliding-form-holder .panel-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    z-index: 99;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.sidebar-open {
    overflow: hidden;
}

.sidebar-open .sliding-form-holder {
    display: block;
    pointer-events: auto;
}

.sidebar-open .request_consultation {
    display: none;
}

.sidebar-open .form-toggle {
    right: 0px !important;
}

.sidebar-open .panel-overlay {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

@media all and (max-width: 575px) {

    .ss-style-doublediagonal::before,
    .ss-style-doublediagonal::after {
        display: none !important;
    }

    .header-text {
        margin-top: 15px;
    }

    .contact-form {
        width: 100%;
    }

    .header-logo {
        max-width: 100%;
    }

    #header h1 {
        font-size: 30px;
    }

    #our-fleet .content-block {
        padding: 30px 0px;
    }

    #our-fleet {
        background-position: right;
    }

    #our-fleet img {
        display: inherit;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    #body-text h2 {
        font-size: 29px;
    }

    #header .header-text p {
        width: auto;
        text-align: inherit;
    }

    .cta h3 {
        font-size: 19px;
    }
}