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
}

.row:after,
.row:before {
    display: none;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }

    #services .container-fluid {
        max-width: 1500px;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #a83a11;
    font-weight: 100
}

p {
    font-size: 18px
}

.sep {
    background-image: url('../img/line.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 62px;
    margin: 50px 0
}

.text-uppercase {
    text-transform: uppercase !important;
}

p.intro-text {
    font-size: 20px
}

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 25px;
    margin: 6px 0;
    font-size: 18px;
    width: 40%;
    color: #000;
    float: left;
    text-shadow: 0 0 5px #cbdbda, 0 0 0 #000
}

ul.list li {
    text-shadow: none;
    width: auto;
    float: none;
    color: #fff;
}

#header ul.list {
    /* display: flex; */
    flex-wrap: wrap;
    text-align: left;
    gap: 10px 9px;
    justify-content: center;
    align-items: center;
}

#header ul.list li {
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
    font-weight: 300;
    /* margin: 0; */
    flex: 0 0 49.5%;
}

#header ul.list li:before {
    font-weight: normal;
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "Ionicons";
    content: "\f375";
    color: #e6af0d;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px
}

ul.list li:before {
    content: "\f375";
}

.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 50px; */
}

.pop-body form {
    padding: 15px 25px 10px
}

/* start of time picker css */
.bootstrap-timepicker-widget {
    z-index: 99999991 !important;
}

.bootstrap-timepicker-widget.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0s;
    transition: 0s;
    padding: 6px
}

.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom-color: #ebebeb
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    border-top-color: #ebebeb
}

.bootstrap-timepicker-widget table td input {
    border-radius: 2px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    height: 29px;
    width: 29px;
    line-height: 29px
}

.bootstrap-timepicker-widget table td input:focus {
    outline: none
}

.bootstrap-timepicker-widget table td a {
    color: #8b95a5;
    height: 29px;
    width: 29px;
    line-height: 29px;
    padding: 0;
}

.bootstrap-timepicker-widget table td a:hover {
    background-color: #fcfdfe;
    border-color: #ebebeb;
    border-radius: 2px
}

.bootstrap-timepicker-widget .glyphicon {
    font-family: 'Ionicons';
}

.bootstrap-timepicker-widget .glyphicon-chevron-up::before {
    content: "\f126";
}

.bootstrap-timepicker-widget .glyphicon-chevron-down::before {
    content: "\f123";
}

/* end of time picker css */

.btn-quote {
    margin-top: 20px;
}

.btn-quote a {
    background: #fff;
    color: #4b4b4b;
    padding: 15px 30px;
    font-weight: 700;
    text-align: center;
    /* width: 100%; */
    border-radius: 50px;
    text-shadow: none;
    line-height: 1;
    display: inline-block;
}

.btn-quote:hover>a {
    text-shadow: 0px 0px 1px #4b4b4b;
}

.nav-phone {
    position: relative;
    z-index: 9999;
    display: flex;
    padding: 25px 30px;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #685f5f;
    text-decoration: none;
    visibility: hidden
}

.nav-phone i {
    font-size: 26px;
    color: #fcdd16;
}

.nav-phone__link {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    /* text-shadow: 1px 1px 1px #4c4c4e; */
    font-size: 26px;
    font-weight: bold;
    line-height: 25px;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #3c3c3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0;
    font-size: 13px;
    height: auto;
    padding: 6px 15px;
    border: 2px solid #a5a5a5;
    background: #fff;
    box-shadow: none;
    border-radius: 3px
}

textarea.form-control {
    height: 85px;
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

label.error {
    font-size: 13px;
    color: red !important;
    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 span.hint {
    color: red;
}

.cta-sub {
    font-size: 13px;
    color: #5f5f5f;
    display: block;
    margin-top: 12px;
    text-shadow: none;
    text-align: center
}

.button,
a.button {
    -moz-transition: .1s transform ease-in, .2s background ease-in;
    -o-transition: .1s transform ease-in, .2s background ease-in;
    -webkit-transition: .1s -webkit-transform ease-in, .2s background ease-in;
    border: 0;
    display: inline-block;
    font-family: "NewTransport-Bold", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-size: 22px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: .003em;
    line-height: 20px;
    line-height: 2rem;
    outline: 0;
    padding: 19px 27px;
    padding: 1.4rem 2.7rem;
    position: relative;
    text-decoration: none;
    transition: .1s transform ease-in, .2s background ease-in
}

.button.primar {
    -moz-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    background: #fc0;
    background: -moz-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    border: 1px solid #ffc400;
    border: .1rem solid #ffc400;
    box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    color: #1d1d1d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#f9b800', GradientType=0);
    transform: scale(1);
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4)
}

.button.primar:hover {
    background: #ffe065;
    background: -moz-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe065', endColorstr='#ffcc05', GradientType=0)
}

.button.primar:active,
.button.primar:focus {
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    -webkit-transform: scale(.95);
    box-shadow: inset 0 0 10px rgba(178, 143, 4, .35);
    transform: scale(.95)
}

#footer {
    background: #080808;
    padding: 10px 0;
    z-index: 9999;
    position: relative
}

#footer p {
    color: #fafafa;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px
}

#footer p a {
    color: #ffc400;
}

#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;

    box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -wenkit-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.3);
    display: inline-block;

    background-color: #1551a1;
    background-color: rgba(21, 81, 161, 0.5);
}

#floating-number a {
    display: block;
    border-radius: 6px;
    color: #fff;
    text-decoration: none
}

@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
}

#floating-number a:hover .holder {
    color: #fff;
    background-color: #353d42
}

#floating-number a:active .holder {
    background-color: #231f20;
    box-shadow: inset 0 2px 4px #231f20;
    color: #fff
}

#navbar {
    position: relative;
    z-index: 99;
    background: #020202;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #020202 0%, #020202 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #020202 0%, #020202 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #020202 0%, #020202 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3d3d', endColorstr='#2d2d2d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#floating-number a:hover .holder h3,
#navbar a:active .holder {
    color: #fff
}

#floating-number p {
    font-size: 16px;
    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
}

@media all and (min-width: 992px) {
    #navbar figure {
        margin-bottom: -85px;
    }
    
    .head-phonenumber a {
        font-size: 26px !important;
        padding: 35px 0 !important;
    }

}

#header {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.2) 65%), url("../img/header-bg.webp");
    /* linear-gradient(to right, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.3) 65%), url("../img/header-bg.webp") */
    background-position: center;
    background-size: cover;
    position: relative;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
    z-index: 999;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 57%);
}

/*
#header .overlay:before {
    content: "";
    background: #14468b;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: .9;
    z-index: 2;
}
*/

.header-logo {
    height: 128px;
    margin: 9px 0;
    transform: rotate(-9deg);
}

.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;
    color: #000;
    padding: 35px 0;
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    background-color: #eab518;
    position: relative;
    text-shadow: none;
}

.head-phonenumber a:hover,
.head-phonenumber a:focus {
    text-decoration: none
}

.head-phonenumber a span {
    text-transform: capitalize;
    font-weight: 400;
}

.form-container h4.title.small {
    color: #ffe016;
    text-align: center;
    padding: 20px 10px 0;
    font-size: 25px;
    font-weight: bold;
    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,
#header p {
    color: #fefefe;
}

#header p u {
    color: #32c0c4;
}

#header .header-content p {
    width: 90%;
    word-wrap: break-word;
}

#header .header-content p b {
    color: #fff;
}

#header h1 {
    font-size: 36px;
    line-height: 1.2;
    color: #e6af0d;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 15px;
}

#header h1 span {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}

.header-content_wrapper {
    padding: 80px 0;
    padding-bottom: 0px;
}

.header-content_wrapper iframe {
    min-height: 1000px;
    background-image: url('../img/spinner.gif');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}

@media all and (min-width:992px) {
    #navbar .container {
        max-width: 1350px;
    }

    .head-phonenumber a {
        font-size: 32px;
        padding: 58px 0;
    }
}

.header-content {
    /* padding: 135px 0; */
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
    /* text-align: center; */
}

.heading-style1 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 24px
}

.heading-style1 span {
    font-weight: bold
}


.cta {
    background: linear-gradient(80deg, #d8a610 35%, #e6af0d 100%);
    position: relative;
    padding: 45px 0;
    text-align: center;
    font-weight: normal
}

.bg-overlay {
    /* height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url('../img/bg-overlay.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.35; */
}

.cta h3 {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-weight: normal;
    color: #362f2f;
    line-height: 33px;
}

.cta h3 a {
    font-weight: bold;
    color: #21201f;
}

.cta-cyan h3 {
    font-size: 20px;
    line-height: 1.25;
}

.cta-inverse {
    background: #3d3d3d;
    background: -moz-linear-gradient(-45deg, #3d3d3d 0%, #2d2d2d 100%);
    background: -webkit-linear-gradient(-45deg, #3d3d3d 0%, #2d2d2d 100%);
    background: linear-gradient(135deg, #3d3d3d 0%, #2d2d2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3d3d', endColorstr='#2d2d2d', GradientType=1);
}

.cta-blue,
.cta-cyan {
    background: rgb(22, 22, 25);
    background: -moz-linear-gradient(248deg, rgba(22, 22, 25, 1) 21%, rgba(17, 17, 22, 1) 69%);
    background: -webkit-linear-gradient(248deg, rgba(22, 22, 25, 1) 21%, rgba(17, 17, 22, 1) 69%);
    background: linear-gradient(248deg, rgba(22, 22, 25, 1) 21%, rgba(17, 17, 22, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161619", endColorstr="#111116", GradientType=1);
    position: relative;
}

.cta-blue {
    background: transparent;
}

.cta-yellow h3,
.cta-cyan h3,
.cta-blue h3 {
    color: #fff;
}

.cta-yellow h3 a,
.cta-cyan h3 a,
.cta-blue h3 a {
    color: #e6af0d;
}

.cta-inverse h3,
.cta-inverse h3 a {
    color: #fff
}

.cta-inverse h3 a {
    text-decoration: underline;
    color: #FFE016;
}

#into-text {
    padding: 150px 0;
    background-image: url('../img/bg-light.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center
}

#into-text h4 {
    font-weight: normal
}

#into-text h2 {
    color: #383637;
    margin-top: 0;
    margin-bottom: 15px
}

.phone-number {
    display: inline-block;
    font-weight: bold
}

#testimonials {
    background-color: #f6f6f6;
    padding: 45px 0;
    z-index: 9999;
    position: relative;
    overflow: hidden !important;
}



@media all and (min-width: 414px) {
    #testimonials iframe {
        margin-bottom: -100px !important;
    }
}

.testimonial {
    max-width: 850px;
    margin: 0 auto;
    font-style: italic;
    font-size: 16px;
    font-weight: 600
}

.testimonial p.name {
    color: #2e2e2e;
    font-weight: 700
}


.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: #A83A11;
    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
}

.section-headline h2 {
    font-weight: 700;
    font-size: 40px;
    color: #020202;
}

#testimonials h2 b {
    color: #A83A11;
    line-height: 19px;
}

/* testimonail card */
.testimonial-card {
    margin-bottom: 30px;
}

.testimonial-body {
    padding: 15px;
    border-radius: 3px;
    background-color: #f4f7f6 !important;
    position: relative;
}

.testimonial-body:before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -10px;
    left: 17px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f4f7f6 transparent transparent transparent;
}

.testimonial-body p {
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit !important;
    overflow: auto !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}

.testimonial-body p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
}

.testimonial-body p::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1)
}

.testimonial-body p::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6)
}

.testimonial-body p::-webkit-scrollbar-thumb:hover {
    background: #555
}

.testimonial-card .rating {
    margin-bottom: 7px;
}

.testimonial-card .rating .stars-indicator {
    margin: 4px 0;
}

.testimonial-card .testimonial-body .google-icon {
    width: 24px;
    float: right;
}

.testimonial-author {
    padding: 14px 8px 0;
}

.testimonial-author * {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-author h6 {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Open Sans', Helvetica, Arial;
}

.testimonial-author img {
    margin-right: 5px;
}

.testimonial-author h6 span {
    display: block;
    font-weight: normal;
    color: #000;
    opacity: 0.8;
    margin-top: 5px;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
}

.form-cta {
    font-size: 12px;
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

#header .value-prop {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 15px;
    padding: 15px 15px 15px 90px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    font-weight: 600
}

#header .value-prop p {
    margin-bottom: 0
}

#header .value-prop i {
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 50px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding: 8px 1px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    color: #FFE016;
    text-shadow: none;
    margin: 8px 8px
}

.satisfaction-seal {
    margin-top: 10px;
}

h1 span.subhead {
    display: block;
    font-size: 25px;
    font-weight: 100;
    margin-top: 5px;
}

#services {
    background-image: url('../img/bg-light.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0
}

#services .services-card {
    padding: 20px
}

#services .services-card p {
    color: #000;
}

#services h1 {
    font-size: 60px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px
}

#services h4 {
    margin-bottom: 0;
    text-transform: capitalize
}

#recent-work {
    background-image: url('../img/work-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    margin-top: 0;
    font-size: 32px;
}

#recent-work .section-header h2 {
    color: #fff;
}

#recent-work .section-header p {
    color: rgba(255, 255, 255, 0.8);
}

#recent-work .project-item {
    margin-bottom: 35px;
}

#recent-work .project-item a {
    position: relative;
    display: block;
}

#recent-work .project-item h3 {
    margin: 0;
    background-color: rgba(0, 84, 175, .7);
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 11px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    z-index: 99;
}

#recent-work .project-item a:hover {
    cursor: pointer;
}

#recent-work .project-item a:before {
    font-family: "Ionicons";
    content: "\f216";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 110px;
    text-align: center;
    color: rgba(255, 255, 255, 0);
    font-size: 45px;
    background: rgba(137, 204, 37, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

#recent-work .project-item a:hover:before {
    background-color: rgba(1, 18, 29, 0.7);
    color: #fff;
}

#recent-work .last-row .project-item {
    margin-bottom: 0;
}

#why-us {
    padding: 90px 0;
}

#why-us iframe {
    pointer-events: none;
}

#why-us .why-item {
    background-color: #fff;
    margin-bottom: 35px;
    border: 1px solid #d9a896;
    border-radius: 7px;
    text-align: center;
    padding: 20px 22px;
    min-height: 295px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

#why-us .why-item img {
    height: 125px;
    margin: 0 auto;
}

#why-us .why-item h3 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 23px;
    margin-bottom: 8px;
}

#why-us .why-item p {
    font-size: 15px;
    line-height: 1.65;
}

#about {
    overflow: hidden;
    /* background-color: #F7EDEB; */
    padding: 120px 0 90px;
}

#about .container-fluid {
    max-width: 1450px;
}

/* #about .content-block {
    background-color: #262626;
    color: #fff;
    padding: 50px 35px;
    position: relative
} */

#about .content-block h2 {
    color: #020202;
    margin-top: 0;
    font-weight: 600;
    font-size: 33px;
}

#about .content-block h2 span {
    font-size: 22px;
    margin-top: 10px;
}

#about .content-block * {
    position: relative
}

@media all and (min-width:992px) {
    #about .content-block p {
        word-wrap: break-word;
        max-width: 90%;
    }
}

#about .content-block b,
#about .content-block a {
    color: #343434;
}


#about .content-block:before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 100%;
    width: 150%;
    height: 100%;
    background-color: #262626;
}

.cta a,
.head-phonenumber a .display-block {
    display: inline-block
}

.head-phonenumber a .display-block {
    font-weight: bold !important;
    margin-left: 9px;
}

@media (min-width: 992px) {
    .head-phonenumber a {
        font-size: 26px;
        padding: 35px 0;
    }
}

.thank_you .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);
}

section#our-services {
    padding-bottom: 45px;
    background: #F1F1F1;
    /* background-color: #E5E7EB; */
}

#our-services .container-fluid {
    max-width: 1550px;
}

@media all and (min-width:1200px) {

    .fleet-extras .container {
        max-width: 1550px;
    }
}

.fleet-extras {
    padding-top: 60px;
}

.fleet-block {
    text-align: center;
    margin-bottom: 25px;
}

.fleet-block figure img {
    width: 300px;
}

.fleet-extras .fleet-block h5 {
    font-weight: 600;
}

#our-services .steps_wrapper {
    margin-bottom: 50px;
}

.fleet-block h5 {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    margin-top: 8px;
    color: #111111;
    margin-bottom: 3px;
}

.services-wrapper {
    /* background-color: #000000; */
    padding: 75px 0 100px;
}

.services-wrapper h2 {
    text-align: center;
    color: black;
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 36px;
}

.service-block {
    position: relative;
}

.service-block h3 {
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    position: relative;
}

.service-block p {
    color: rgb(193, 193, 193);
    text-align: center;
    margin-top: 30px;
}

.service-block h3::after {
    content: "";
    background-color: #e6af0d;
    width: 70px;
    height: 4px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.service-block a {
    color: #e6af0d;
    font-weight: bold;
    transition: all 0.3s;
}

.service-block a:hover {
    color: #dba70b;
}

/* background-image: linear-gradient(180deg, #13161d 71%, #1a2140 100%) */

.services-wrapper .bg-img-1 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 71%, rgba(11, 14, 26, 0.7) 100%), url('../img/bg-img-1.webp');
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    transition: all 0.3s;
}

.services-wrapper .bg-img-2 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 71%, rgba(11, 14, 26, 0.7) 100%), url('../img/bg-img-2.webp');
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    transition: all 0.3s;
}

.services-wrapper .container .row {
    row-gap: 32px;
}

.services-wrapper .bg-img-3 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 71%, rgba(11, 14, 26, 0.7) 100%), url('../img/bg-img-3.webp');
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    transition: all 0.3s;
}

.services-wrapper .bg-img-4 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 71%, rgba(11, 14, 26, 0.7) 100%), url('../img/bg-img-4.jpg');
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    transition: all 0.3s;
}

.fleet-block p {
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 500;
}

.fleet-details span {
    font-size: 14px;
    margin-right: 15px;
}

.btn-submit {
    background-color: #e6af0d;
    color: #020202;
    width: 100%;
    transition: all 0.3s;
}

.btn-submit:hover {
    color: #fefefe;
    background-color: #020202;
}

.fleet-details .icon-container {
    background-color: #e6af0d;
    /* border: solid 2px #e6af0d; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fleet-details i {
    color: white;
    font-size: 16px;
    /* margin-right: 5px; */
}

#our-services .process-block {
    padding: 20px 25px;
    background-color: #fefefe;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    margin-top: -210px;
}

#what_we_do {
    background-image: url('../img/metal-fabrication.webp');
    background-position: bottom center;
    background-attachment: fixed;
    background-size: cover;
    height: 400px;
    border-bottom: 8px solid #e6af0d;
    overflow-x: hidden;
}

.whatwedo-title {
    text-align: center;
    padding: 50px 0;
}

.whatwedo-title h1,
.whatwedo-title h5 {
    color: #fff;
}

.whatwedo-title h5 {
    font-weight: normal;
}

.whatwedo-title h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.whatwedo-block {
    text-align: center;
    position: relative;
}

.whatwedo-block img {
    width: 100%;
    /* box-shadow: 0 0 40px rgba(0, 0, 0, 0.5); */
}

.whatwedo-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: #35924a;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-shadow: none;
    /* text-shadow: -1px 0px 3px rgba(0, 0, 0, 0.6); */
}

.whatwedo-list {
    padding: 0 25px;
    padding-bottom: 30px;
}

.whatwedo-list h3 {
    margin-top: 30px;
    font-size: 19px;
    color: #0e65a3;
    font-weight: bold;
}

.whatwedo-list ul.list {
    margin-top: 15px;
}

.whatwedo-list ul.list li {
    color: #000;
}

.whatwedo-content {
    padding: 20px 18px;
    /* background-color: #eff0f5; */
    background-color: #F2F2F2;
    /* margin-bottom: 30px; */
}

.whatwedo-content a {
    padding: 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: #35924a;
    display: flex;
    align-items: center;
}

.whatwedo-content a:hover {
    transition: all 0.3s;
    color: #146472;
}

.whatwedo-content i {
    font-size: 29px;
    margin-left: 6px;
}

.whatwedo-content p {
    /* margin-top: 30px; */
    font-size: 16px;
    line-height: 1.5;
}

.box-2 {
    background: #54b81a !important;
}

.box-3 {
    background: #098bd6 !important;
}

.section-title h2 {
    text-align: center;
    margin: 0;
    padding: 0 0 30px;
}

.section-title h2 span {
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin-top: 15px;
    color: #757575;
}

#gallery {
    padding: 100px 0;
}

ul.gallery {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.gallery li {
    width: 31.333%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 1%;
}

ul.gallery li a:after {
    font-family: "Ionicons";
    content: "\f21f";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 110px;
    text-align: center;
    color: rgba(255, 255, 255, 0);
    font-size: 25px;
    background: rgba(137, 204, 37, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

ul.gallery li a:hover:after {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    border: 2px solid #0c5fa7;
}

ul.gallery li img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

ul.gallery li a:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
}

@media(max-width:990px) {
    #header {
        background-position: 50%;
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media(max-width:768px) {

    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: 36%;
        padding: 10px 20px 10px 23px;
        border-radius: 56px;
        background-color: #2d2d30;
        visibility: visible;
    }

    .header-content {
        padding-bottom: 0;
    }

    .form-container {
        margin: 20px 0 50px;
    }

    #why-us .why-item {
        padding: 10px 13px;
    }

    #recent-work .last-row .project-item {
        margin-bottom: 35px;
    }

    #recent-work .last-row .project-item {
        margin-bottom: 35px;
    }

    ul.gallery li {
        float: none;
        width: 47%;
        display: inline-block;
    }

    .what-we-do_wrapper {
        margin-bottom: 30px;
    }
}

@media all and (max-width:767px) {
    #navbar {
        background-position: center;
        margin-top: 97px
    }

    .container {
        padding: 0;
    }

    .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;
        margin-bottom: 0;
    }

    body.display-offer {
        padding-top: 0
    }

    ul.intro-list li {
        text-shadow: none;
        width: auto;
        float: none
    }

    #about .content-block:before {
        left: -50%;
        width: 200%
    }

    #about .content-block {
        padding: 0;
    }

    #services .services-card {
        padding: 20px 0
    }
}

@media (max-width: 575px) {
    .nav-phone {
        left: 21%;
    }

    .header-content_wrapper {
        padding: 60px 0 60px;
    }

    #header h1 {
        font-size: 30px;
        line-height: 1.35;
    }

    #our-services .process-block {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: -180px;
    }

    .whatwedo-title {
        padding-bottom: 35px;
    }

    #header .header-content p {
        width: 100%;
    }

    .services-wrapper {
        padding-bottom: 60px;
    }

    .whatwedo-title h1 {
        font-size: 32px;
    }

    .cta-blue {
        padding: 30px 0;
    }

    .svg-shape {
        display: none;
    }

    #whyChooseUs h2 {
        font-size: 35px;
    }

    #recent-work .last-row .project-item {
        margin-bottom: 35px;
    }

    .whatwedo-list ul.list li {
        color: #fff;
    }

    .whatwedo-list h3 {
        color: #24a0f9;
    }

    .section-headline h2 {
        font-size: 35px;
    }
#whyChooseUs {
    padding-bottom: 20px !important;
}
    #about {
        padding: 35px 0;
        background-image: none;
    }

    #about .content-block h2 {
        font-size: 23px;
        margin-bottom: 15px;
    }

    #about .content-block h2 span {
        font-size: 19px;
    }
}

.black-box-wrapper {
    position: relative;
    /* background-color: #000; */
    background: rgb(22, 22, 25);
    background: -moz-linear-gradient(248deg, rgba(22, 22, 25, 1) 21%, rgba(17, 17, 22, 1) 69%);
    background: -webkit-linear-gradient(248deg, rgba(22, 22, 25, 1) 21%, rgba(17, 17, 22, 1) 69%);
    background: linear-gradient(248deg, rgba(22, 22, 25, 1) 21%, rgba(17, 17, 22, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161619", endColorstr="#111116", GradientType=1);
}

.svg-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    /* transform: rotate(180deg); */
}

.svg-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.svg-top {
    top: -52px;
}

.svg-top svg {
    height: 54px;
    transform: translateX(-50%) rotate(180deg);
}

.svg-top svg path {
    transform-origin: center;
    transform: rotateY(180deg);
}

.svg-bottom svg {
    height: 60px;
    transform: translateX(-50%) rotateY(180deg);
}

.svg-bottom {
    bottom: -60px;
}

.svg-shape-fill {
    fill: #161619;
}

.svg-bottom .svg-shape-fill {
    fill: #111116;
}

.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: #276cd2;
    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: #a83a11;
    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 i {
    transform: rotate(-90deg);
    font-size: 24px;
}

#back-to-top:hover {
    background: #7a2e12;
}

#back-to-top:active {
    background: #003263;
}

#back-to-top.show {
    opacity: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
}


.today-offer {
    display: inline-block;
    border: 6px dashed #f0911c;
    padding: 15px 15px 20px;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    color: #FFE016;
    font-size: 19px;
    margin-top: 10px;
    box-shadow: 0 0 50px #020202, 0 0 1px #000;
    background-color: #252c33;
}

.today-offer span {
    display: block
}

.today-offer .offer-price {
    font-size: 60px;
    margin: 15px 0;
}

.strike {
    text-decoration: line-through;
}

.iconbox {
    box-shadow: 0 2px 6px rgba(202, 202, 202, 0.57);
    padding: 25px 20px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgba(202, 202, 202, 0.35);
    height: 213px;
}

.iconbox i {
    color: #fd5315;
    margin-bottom: 15px;
    font-size: 65px;
    display: block;
}

.iconbox h5 {
    color: #1551a1;
    font-family: "Montserrat", arial;
}

.feature-row {
    margin: 25px 0;
    text-align: left;
    margin-bottom: 80px;
}

#whyChooseUs {
    /* background-color: #000; */
    padding: 60px 0;
    color: white;
}

#whyChooseUs h2 {
    color: #e6af0d;
}

#whyChooseUs h2 span {
    color: #1b81cb;
}

#whyChooseUs p {
    color: #fff;
}

#whyChooseUs ul.list li {
    color: rgba(224, 224, 224, 0.9);
}

#whyChooseUs ul.intro-list {
    margin-bottom: 0;
}

#whyChooseUs ul.intro-list li {
    color: #fff;
}