/*
* Default style, mobile and above
*/

html, body
{
    font-family: 'Roboto', sans-serif;
    background: #EEE;
}

h1, h2, h3, h4
{
    font-family: 'Prompt', sans-serif;
}


#page-content
{
    min-height:100vh;
    background:#EEE;
}
#block-content
{
    min-height:90vh;
}


/*
* Global
*/
ul.clean-list
{
    list-style:none;
    padding:0;
    margin:0;
}
ul.clean-list li
{
    list-style:none;
}
.row.sm-gutters
{
    margin-right: -14px;
    margin-left: -14px;

  }
.row.sm-gutters div[class*="col-"]
{
    padding-right: 7px;
    padding-left: 7px;
}



/*
* Header
*/
header
{
    background:#EEEEEE;
    padding-top:50px;
    border-bottom:1px solid #dfdfdfc7;
}
header a
{
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
header #header-top
{
    padding:0.35rem 0;
    border-bottom:1px solid #333;
    background-color: #EA5211;
    position: fixed;
    width: 100%;
    top: 0;
    z-index:2000;
}
header #header-top a
{
    color:#FFF;
    font-weight:500;
    text-decoration: none;
}
header #header-top a:hover
{
    opacity:0.7;
}
header #header-main .logo
{
    margin:1rem 0;
    padding: 15px;
    background-color: #FFF;
}
header #header-main .logo:hover
{
    opacity:0.7;
}
header .header-phone-icon
{
    margin-top: -3px;
}



/*
* Nav
*/
nav a
{
    text-transform:uppercase;
    color:#666;
    font-weight:600;
    font-family: 'Prompt', sans-serif;
}
nav .btn-header a
{
    background: #EA5211;
    color:#FFF !important;
    font-weight:500;
    padding-left:1.25rem !important;
    padding-right:1.25rem !important;
    height:100%;
    vertical-align: middle;
}
nav .btn-header a:hover
{
    opacity:0.7;
}
header nav .navbar-toggler
{
    border:none;
    padding:0.25rem;
    position: absolute;
    top:-70px;
}
header nav .navbar-toggler .navbar-toggler-icon i
{
    font-size:1.6rem;
    color: #ccc;
}
nav .nav-item
{
    display:block;
}
header #header-main .navbar-nav .dropdown-menu
{
    border:none;
    background: #dfdfdf;
    padding:0.25rem;
    padding-left:0.5rem;
    margin-bottom:0.5rem;
}
header #header-main .navbar-nav .dropdown-menu a
{
    display:block;
    padding: 0.25rem 0;
}



/*
* Hero
*/
section.hero
{
    height:330px;
    background:#ccc;
}
section.hero .carousel, section.hero .carousel-inner
{
    height:100%;
}
section.hero .carousel-inner .carousel-item
{
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    position: relative;
    box-shadow:inset 0px 5px 3px 0px #0000001c;
}
section.hero .carousel-inner .carousel-item .overlay
{
    height:100%;
}
section.hero .carousel-inner .carousel-item .carousel-content
{
    position: absolute;
    width:100%;
    height:100%;
}
section.hero .carousel-inner .carousel-item h1
{
    font-weight:800;
    color:#EA5211;
    position: relative;
    font-size:3.8rem;
    padding-left:10px;
}
section.hero .carousel-inner .carousel-item h1::before
{
    content:"";
    width:7px;
    background:#002040;
    height: calc(100% - 34px);
    position: absolute;
    left:-10px;
    top:16px;
}
.carousel-indicators li
{
    width: 60px;
    height: 6px;
}
.carousel-indicators .active
{
    background-color: #EA5211;
}
section.hero .btn-lg
{
    font-size: 1.6rem;
    padding: 0.75rem 2.5rem;
}

section.testimonial-hero
{
    height:350px;
    background:#ccc;
}
section.testimonial-hero .carousel, section.testimonial-hero .carousel-inner
{
    height:100%;
}
section.testimonial-hero .carousel-inner .carousel-item
{
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    position: relative;
    box-shadow:inset 0px 5px 3px 0px #0000001c;
}
section.testimonial-hero .carousel-inner .carousel-item .overlay
{
    height:100%;
}
section.testimonial-hero .carousel-inner .carousel-item .carousel-content
{
    position: absolute;
    width:100%;
    height:100%;
}
section.testimonial-hero .carousel-inner .carousel-item h1
{
    font-weight:800;
    color:#EA5211;
    position: relative;
    font-size:3.8rem;
    padding-left:10px;
}
section.testimonial-hero .carousel-inner .carousel-item h1::before
{
    content:"";
    width:7px;
    background:#002040;
    height: calc(100% - 34px);
    position: absolute;
    left:-10px;
    top:16px;
}

section.testimonial-hero .btn-lg
{
    font-size: 1.6rem;
    padding: 0.75rem 2.5rem;
}

.testimonial-content {
    font-size: 12px;
}
.main-navigation {
    position: sticky;
    top: 0;
    background-color: #fff; /* Change this to your desired background color */
    z-index: 1000; /* Adjust z-index as needed */
}
/*
* Content block
*/
section.block h1, section.block h2, section.block h3, section.block h4
{
    font-weight:bold;
    color: #383838;
    margin-bottom:0.5em;
}
section.block p, section.block > ul > li
{
    color:#7e7e7e;
    font-size:1rem;
}
section.block.block-padded
{
    padding:2rem 0;
}
section.block.block-margin
{
    margin:2rem 0;
}
section.block.bg-colour
{
    background: #e3edf3;
}
section.block.block-call-to-action
{
    background-image:url('../img/bg-units.png');
    background-size:cover;
    background-repeat:no-repeat;
    padding: 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: center;
}

section.block.block-call-to-action .cta-wrap
{
    background-color: rgba(234, 82, 17, .95);
    padding:.75rem 0 !important;
}

section.block.bg-orange h1, section.block.bg-orange h2
{
    color:#FFF;
    margin-bottom: .75rem;
}
section.block-call-to-action a[href^="tel"]
{
    color: inherit;
    text-decoration: none;
}

section.block-call-to-action h2
{
    font-size: 1.75rem;
}

section.block-quote
{
    background:#ef5518;
    background-image:url('../img/bg-road.png');
    background-size:cover;
    background-repeat:no-repeat;
    padding-top :2rem;
    padding-bottom:2.5rem;
}
section.block-quote h1, section.block-quote h2
{
    color:#FFF;
}
section .quote-input
{
    background:#FFF;
    padding:1rem;
    border-bottom:4px solid #dadada;
    border-right:1px solid #dadada;
}
section .quote-input.end
{
    border-right:none;
}

section .quote-input .form-control
{
    background:transparent;
    border:none;
    outline: none !important;
    box-shadow:none !important;
    padding:0.25rem;
    text-transform: uppercase;
    height:40px;
    font-size:1.2rem;
}
section .quote-input.active
{
    background:#e3edf3;
}
section .quote-input .input-group-prepend
{
    padding-right:0.5rem;
}
section .quote-input .input-group-prepend img
{
    height:40px;
    width:auto;
}
section.block-quote .btn
{
    height:76px;
    padding: 1.5rem 1rem;
    font-size:1.25rem;
}



.bg-secondary
{
    background:#e3edf3 !important;
}




section.block-thumbnails .thumbnail
{
    border-radius:0;
    border:none;
}
section.block-thumbnails .thumbnail img
{
    display:block;
    margin:0 auto;
    margin-bottom:1.25rem;
    max-width:115px;
}
section.block-thumbnails .thumbnail h4
{
    text-align:center;
    font-size:1.4rem;
}
section.block-thumbnails .thumbnail p
{
    text-align:center;
}



section.block-heroimage img
{
    width:100%;
    height:auto;
}




section.block-news .thumbnail
{
    border-radius:0;
    border:none;
}
section.block-news .thumbnail .card-body
{
    padding:1rem;
}
section.block-news .thumbnail img
{
    margin-bottom:0.5rem;
    display:block;
}
section.block-news .thumbnail a
{
    text-decoration: none !important;
}
section.block-news .thumbnail h4
{
    margin-bottom:0.25rem;
    color:#313131;
    font-size:1.35rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.block-news .thumbnail a:hover
{
    opacity:0.8;
}
section.block-news .thumbnail i
{
    color:#989898;
    font-size:0.85rem;
}
section.block-news .thumbnail .view-more
{
    color:#002040 !important;
    font-weight:500;
    float:right;
    text-decoration: none !important;
}



.thumbnail .single-line
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}





.card.thumbnail
{
    border: 1px solid #dfdfdf;
    padding:0.75rem;
}
.card.thumbnail h5
{
    font-size:1.4rem;
    font-weight:500;
    color:#212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card.thumbnail a
{
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.card.thumbnail a:hover
{
    text-decoration: none;
    opacity:0.7 !important;
}
.card.thumbnail .btn-sm
{
    font-size:1rem;
    padding:0.25rem 1rem;
    min-width:auto;
}
.card.thumbnail .btn-rounded
{
    border-radius: 30px;
}
.card.thumbnail .btn-cyan
{
    background-color: #b8fffc;
}





/*
* Buttons and forms
*/
.btn
{
    border-radius:0;
    padding: 0.7rem 1.8rem;
    font-size:1.025rem;
    font-weight:bold;
}
.btn-primary
{
    background:#002040;
    color:#FFF;
    text-transform:uppercase;
    border:none;
    border-bottom:4px solid #EA5211;
}

.btn-primary:hover
{
    background-color: #043260;
    border-color: #EA5211;
}


.ripple
{
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.ripple:after
{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
}
.ripple:active:after
{
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s;
}
.block .btn
{
    min-width: 180px;
}



section.block-form label
{
    text-transform:uppercase;
    color:#bfc1c3;
    margin-bottom:0.1rem;
}
section.block-form .form-control
{
    border:2px solid #dfdfdf;
    font-size:1.1rem;
    padding:0.25rem;
    border-radius:0;
}

label.required::after
{
    content:" *";
    color: #f20101;
}

section.block.block-form
{
    padding:1.5rem 0;
}





/*
* Company Logos
*/
.company-logos-container {
    background-color: white;
    border-radius: 5px;
}

section.block-partners .inner
{

    text-align:  center;
}

section.block-partners .company-logos
{
    text-align:center;
}
section.block-partners .company-logos img
{
    height: 50px;
    width:auto;
    margin:0.5rem auto;
}



/*
* Title block
*/
section.title-block
{
    padding: 1.75rem 0;
    background: #002040;
    color: #FFF;
    background-size:cover;
    background-repeat:no-repeat;
}
section.title-block h2, section.title-block h1
{
    margin-bottom:0;
}



/*
* Square blocks
*/
section.block-gridsquares .square
{
    background: #f24701 !important;
    font-size:1.6rem;
    font-weight:800;
    height:100%;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
section.block-gridsquares .square a
{
    display:block;
    color:#FFF;
    padding:1rem;
    word-spacing: 100vw;
    text-decoration: none !important;
}
section.block-gridsquares .square:hover
{
    opacity:0.7;
}


/*
* Testimonials
*/
.testimonial-container-padded
{
    background:#e3edf3;
    border-radius:4px;
    padding:0.75rem;
}
.testimonial-container-padded quote
{
    display:block;
}
.testimonial-container-padded .testimonial-author
{
    background:#f24701;
    color:#FFF;
    border-radius:4px;
    padding:0.25rem 0.5rem;
    display:inline-block;
    font-size:0.8rem;
}

.testimonial-slider-author
{
    background:#f24701;
    color:#FFF;
    border-radius:4px;
    padding:0.25rem 0.5rem;
    display:inline-block;
    font-size:0.8rem;
}



/*
* Footer
*/
footer
{
    background:#002040;
    color:#FFF;
    font-size:1rem;
    overflow:hidden;
    margin-top: 30px;
}
footer a
{
    color:#FFF !important;
}
footer #footer-content
{
    padding:1.5rem 0;
}

footer h4
{
    margin-bottom:0.75rem;
    font-size:1.4rem;
}

footer ul a
{
    color:#FFF !important;
}

footer #footer-bottom
{
    border-top:1px solid #ffffff8a;
    padding:0.75rem 0;
    font-size:0.8rem;
    color:#FFF;
}
footer .text-sm
{
    font-size:0.8rem;
}

footer h4
{
    text-align:center;
}
footer .footer-list li
{
    text-align:center;
}

/*
* Focus Boxes
*/

.focusboxes-container {
}

.focusboxes-section {
    margin-bottom: 30px;
    height: 200px;
    vertical-align: middle;
}

.focusboxes-container.card-body {
    background-color: white;
}

.focusboxes-container.thumbnail .btn-sm
{
    font-size:1rem;
}
.focusboxes-container.thumbnail .btn-rounded
{
    border-radius: 30px;
}
.focusboxes-container.thumbnail .btn-cyan
{
    background-color: #b8fffc;
    padding: 0.2rem !important;
}

.focusboxes-container.thumbnail a:hover
{
    text-decoration: none;
    opacity:0.7 !important;
}

.focusboxes-inner {
    background-color: rgba(255, 255, 255, .8);
    width: 80%;
    padding: 10px;
    height: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.focusboxes-inner > p {
    font-size: medium !important;
    margin-bottom: 5px;
}


.focusboxes-inner > h4 {
    font-size: medium !important;
}


.focusboxes-container {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.focusboxes-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}

.focusboxes-container .overlay {
    opacity: 1;
    height: 100%;
}

.focusboxes-container .focusboxes-inner {
    opacity: 1;
    position: relative;
    transition: opacity 0.3s;
}

.focus-box-header > h2 {
    display: none;
}

/* Google Reviews */

.btn-nav-quote {
    background: #EA5211;
    color:#FFF !important;
    font-weight:500;
    padding-left:1.25rem !important;
    padding-right:1.25rem !important;
    vertical-align: middle;
}

.btn-nav-quote:hover
{
    opacity:0.7;
}

.google-rating-nav {
    display: none;
}

.google-reviews-mobile {
    display: flex;
    background-color: white;
}

/* Fleet block */

.fleet-section-details > p {
    margin: 0px !important;
    font-size:medium !important;
}

.fleet-section-details > h3 {
    margin: 0px !important;
    font-size:large !important;
}


.fleet-container {
    width: 260px;
    border:4px solid #ea5211;
    border-radius: 5px;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.popup-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 200px;
    padding: 10px 50px;
    margin: 5px 0px;
}

.popup-text {
    margin-bottom: 0px !important;
}

.popup-items {
    font-size: 25px;
}

.popup-form-fields {
    width: 200px;
    margin: 20px 0px
}


/* Title Hero Statement */
.title-hero-statement-section {
    display: block;
    padding: 0px;
}

.title-hero-statement-section > h1 {
    padding: 10px;
    font-size: 24px;
}