body{
    padding: 0;
    margin: 0;
    color: #424242;
    overflow-x: hidden;
}

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: #db2a18;
    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{
    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: #ffbc1c;
    position: absolute;
    left: 1px;
    top: 0;
    font-size: 22px;
    /* margin: 5px 0; */
}

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

.get-a-quote {
    margin: 60px 0 80px;
    position: relative;
    z-index: 99;
}

.get-a-quote .text-center{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 5px;
}
.get-a-quote .text-center h2{
    font-size: 40px;
}
    
textarea.form-control {
    height: 100px;
}

.pop-body .title {
    font-weight: 700;
    font-size: 33px;
    -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;
    /* height: 104px; */
    background: #231f20;
    line-height: 52px;
    letter-spacing: 2px;
    padding-bottom: 1px;
    margin: -1px -1px 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);
    
    background-color: #1551a1;
    background-color: rgba(21, 81, 161, 0.8);
    color: #fff;
    border-bottom: 1px solid rgba(213, 210, 255, 0.1);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-bottom: 0;
    text-shadow: 1px 1px 0 #114a95;
    -o-text-shadow: 1px 1px 0 #114a95;
    -moz-text-shadow: 1px 1px 0 #114a95;
}

.pop-body .title span:first-child {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 0;
    margin-top: 5px;
    margin-bottom: 1px;
    width: 100%;
    display: block;
    font-weight: 300;
    letter-spacing: 0
}

.pop-body .title span+span {
    font-size: 13px;
    line-height: 39px;
    width: 100%;
    display: block;
    font-weight: 300;
}

.pop-body form {
    padding-top: 20px;
    background-color: rgba(37, 40, 42, 0.8);
    margin-bottom: 0;
}
.field-wrp {
    padding: 0 23px 15px 23px;
}

.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: 1px solid #c7c7c7;
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    border: 2px solid #dee0e2;
    font-size: 13px;
    height: auto;
    padding: 7px 15px;
    /* border: 2px solid #dee0e2; */
}

.form-control:focus {
    border-color: #0c74c7;
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8);
}
label.error{
    font-size: 13px;
    color: #ce2020;
    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: #2f2f2f;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: bold;
    /* font-size: 13px; */
    color: #fff;
    font-weight: normal;
}

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

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

#footer{
    background: #080808;
    padding: 10px 0;
    z-index: 999;
    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;
    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;
}
#floating-number h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
}

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

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

.header-overlay{
    position: relative;
}
.header-overlay:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-color: rgba(255, 33, 33, 0.85);
    z-index: 1;
    transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
}

.header-content{
    z-index: 99;
    position: relative;
    padding: 150px 50px;
}
.header-content b{
    margin-bottom: 3px;
    display: inline-block;
}

#header h1, #header p{
    color: #fff;
    text-shadow: 1px 1px 1px #880b00;
}
#header h1{
    line-height: 45px;
    margin-bottom: 25px;
    margin-top: 20px;
}

#why-us{
    background: #1e191a; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #322e2f 0%, #1e191a 100%); /* FF3.6-15 */
    /* background: -webkit-radial-gradient(center, ellipse cover, #322e2f 0%,#1e191a 100%); */ /* Chrome10-25,Safari5.1-6 */
    /* background: radial-gradient(ellipse at center, #322e2f 0%,#1e191a 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#322e2f', endColorstr='#1e191a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    text-align: center;
    padding: 90px 0 60px;
    position: relative;
    z-index: 99;
}

#why-us i{
    color: #ffbc1c;
    font-size: 50px;
}

#why-us h5{
    color: #fff;
    font-size: 17px;
    font-weight: normal;
}

#why-us:before{
    content: '';
    transform: rotate(-7deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    background-color: #1e191a;
    height: 180%;
    width: 104%;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: -4;
    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%);
}

ul.gallery-thumbs{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: -150px;
    margin-bottom: 20px;
    position: relative;
    padding: 24px 0px;
}

ul.gallery-thumbs li{
    display: inline-block;
    margin: 5px 4px;
    padding: 5px;
    background-color: #fff;
}
ul.gallery-thumbs li span{
    display: block;
    color: #d72512;
    font-size: 14px;
    line-height: 19px;
    margin-top: 2px;
    font-weight: 600;
}

ul.gallery-thumbs:before{
    content: 'Recent Work & Projects';
    position: absolute;
    width: 90%;
    top: 0;
    margin: 0 auto;
    height: 100%;
    display: block;
    left: 5%;
    text-align: left;
    border: 8px solid rgba(255, 255, 255, 0.38);
    z-index: -1;
    line-height: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 0 1px #000, 0 0 1px #fff;
}
p.intro{
    color: rgba(255, 255, 255, 0.95);
    padding: 30px;
    margin-bottom: 20px;
    font-size: 16px;
}

h4.intro{
    margin: 35px 0 65px;
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
}

#excavators{
   background-image: url(../img/full-range-attachements.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   z-index: 99;
   position: relative;
   color: #fff;
   text-shadow: 1px 1px 1px #000;
   padding: 110px 0;
}


#excavators .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/dark-overlay.png');
    background-size: contain;
    background-color: rgba(255, 255, 255, 0);
}

.cta{
    background: #fff;
    padding: 55px 0;
    text-align: center;
    font-weight: normal;
    z-index: 999;
    position: relative;
}

.cta h3{
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-weight: normal;
    color: #2f2f2f;
}
.cta h3 a{
    font-weight: bold;
}

.cta-inverse{
    background-color: #2a2627;
    background-image: url(../img/pattern-for-panther.png);
    /* background-size: contain; */
    background-position: bottom;
}
.cta-inverse h3, .cta-inverse h3 a{
    color: #fff;
}
.cta-inverse h3 a {
    color: #ffbc1c;
}
.cta-inverse h3 a{
    text-decoration: underline;
        
}

.value-prop{
    text-shadow: 1px 1px 1px #211c1d;
    -webkit-text-shadow: 1px 1px 1px #211c1d;
    -moz-text-shadow: 1px 1px 1px #211c1d;
}













#testimonials {
    background-color: #f6f6f6;
    padding-bottom: 25px;
    padding-top: 25px;
    z-index: 999;
    position: relative;
}
#testimonials label.form-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
}

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
}

.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: #db2a18;
    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;
    font-weight: normal;
}
.pre-footer-form-header span{
    font-family: 'Open Sans', Helvetica, Arial;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

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

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

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

#testimonials h2 b{
    color: #db2a18;
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8);
}
label.error{
    font-size: 13px;
    color: #ce2020;
    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
}


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

@media screen and (max-width:767px) {
    #navbar {
        background-position: center;
        margin-top: 125px
    }
    .header-overlay:before{
        content: none;
    }
    #header h1, #header p {
        text-shadow: 1px 1px 1px #1f1a1b;
    }
    .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
    }
    body.display-offer {
        padding-top: 0
    }
}
.contat-options label input{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 4px;
}
.contat-options label:last-child{
    margin-left: 10px;
}

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