html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}


/*body style*/

body {
    background: #fff;
    color: #333;
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*loader styling*/

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    z-index: 9999;
    background-color: #fff;
}

#loading-image {
    position: absolute;
    top: calc(25% - 10px);
    left: calc(33% - 10px);
    z-index: 100;
    width: 480px;
    height: 200px;
    z-index: 9999;
}


/*header style*/


/*NAVBAR*/

.header-navbar-area {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    display: flex;
    transition: 0.4s;
    /* Adds a transition effect when the padding is decreased */
    position: fixed;
}

.navbar-main {
    display: flex;
    width: 100%;
}


/*logo style*/

.navbar-brand {
    display: flex;
    background-color: transparent;
    margin: auto 0px;
}

#logo{
	width:250px;
}
.logo-shadow{ 
	padding: 100px 100px 100px 0px;
	position: relative;
z-index: 5;
}
.logo-shadow img{
	width: 100%;
}

.white-shadow{
	position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-animation: glow 3s linear 0s infinite alternate;
z-index: -1;
}


@-webkit-keyframes glow {
  0% {
    box-shadow: 0 0 150px 150px #56bcf9, 25px 15px 50px 10px #fff, -5px -25px 30px 5px #fff;
  }
  100% {
    box-shadow: 0 0 90px 20px #56bcf9, 35px 20px 40px 10px #fff, -30px -30px 40px 5px #fff;
  }
}




/*container main - used to set width and margins of all content*/

.container {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-around;
    height: 100%;
}


/*navigation styling*/

.nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.navbar,
.navbar-nav {
    display: flex;
    justify-content: flex-end;
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav {
    list-style-type: none;
    padding-right: 40px;
}

.nav-link {
    color: #ff4a20;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.7px;
    padding-right: 15px;
    padding-left: 5px;
    font-family: 'Mukta', sans-serif;
    text-decoration: none;
}

.active,
.btn:hover {
    background-color: #ff4a20;
    color: #fff !important;
}


/*height for home*/

.home {
    height: 100vh;
}


/*main titles - HOMEPAGE*/

.title-small {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #000;
    letter-spacing: 1px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
}

h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #000;
    opacity: 1;
    visibility: visible;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0px;
}

h3 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #000;
    letter-spacing: 1px;
    line-height: 35px;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500;
}


/*minitruck at bottom of mainpage*/

.banner {
    position: absolute;
    z-index: 90;
    height: 60px;
    background: url(../img/road-bg.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
}

.banner img {
    height: 250px;
    position: absolute;
    z-index: 90;
    bottom: 26px;
    right: 0;
}


/*single row used with container*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
}

.column {
    display: flex;
    flex-flow: column;
    width: 100%;
}


/*titles*/

.title-text,
span {
    margin-bottom: 10px;
}

.title-text {
    text-align: center;
}

.titles {
    display: flex;
    flex-flow: column;
    width: 100%;
    justify-content: center;
    position: absolute;
    align-items: center;
    z-index: 1;
}

.titles h2,
h1,
h3 {
    color: #fff;
}


/*overlay on homepage*/

.overlay {
    position: absolute;
    width: 100%;
    height: 95vh;
    top: 0;
    left: 0;
    background: linear-gradient(150deg, #000, #090909 50%, #ff4a20);
    opacity: 0.4;
}

span {
    color: #ff4a20;
}


/*track package option */

.track-package {
    width: 100%;
    max-width: 350px;
    border-radius: 8px;
    display: flex;
    height: 52px;
    margin-top: 20px;
}


/*input field for package number*/

.track-package-form {
    border-radius: 0px;
    width: 50%;
    height: 47px;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/*red button used trough all pages*/

.button {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 9px 30px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 600;
    border: 1px solid #ff4a20;
    background: #ff4a20;
    border-radius: 0px;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    will-change: transform;
    height: 52px;
}


/*red text used in containers why, job description etc*/

.red-text-box {
    color: #ff4a20;
    font-size: 2rem;
    font-weight: 100;
}


/*section padding */

.section-padding {
    padding: 100px 0;
    overflow: hidden;
}


/*container and boxes used in why us section, our services and our team*/

.why-content-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.why-box {
    width: 33%;
    align-items: center;
    display: flex;
    flex-flow: column;
    margin: 0px 30px;
    text-align: center;
}

.why-box-head {
    display: flex;
    justify-content: center;
}

.why-content-container img {
    width: 33%;
    margin-bottom: 30px;
}

.no-border img {
    border-radius: 0%;
    width: 100%;
    margin-bottom: 10px;
}

.container-bordered img {
    width: 100%;
    margin-bottom: 0px;
}

.why-box-text p {
    line-height: 18px;
}

.why-box-bordered {
    border: 4px solid #e6e6e6;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #fff;
    padding: 30px 15px;
    margin: 0px 20px;
}

.why-box-bordered:hover {
    box-shadow: 10px 10px 53px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 10px 53px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 53px 2px rgba(0, 0, 0, 0.5);
}


/*gray background in sections*/

.bg-gray {
    background-color: #f8f8f9;
}


/*section titless, texts */

.services-content {
    width: 100%;
}

.services-titles {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.red-bordered-title {
    color: #ff4a20;
    padding: 5px 20px;
    border: 2px solid #ff4a20;
    text-transform: uppercase;
    font-size: 14px;
}

.big-title-center {
    color: #56422a;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 60px;
    margin-top: 0px;
}

.red-noupper {
    color: #ff4a20;
}

.red-box-bold {
    font-weight: 700 !important;
}

.split-containers {
    display: flex;
}

.container-left,
.container-right {
    width: 50%;
    padding: 0 15px;
}

.container-left>h2 {
    text-align: justify;
}


/*red box with overlaying images*/

.box {
    width: 400px;
    height: 450px;
    background-color: #ff4a20;
    animation: 1s ease-out 0s 1 slideInFromLeft;
    margin: auto;
}

.img-content {
    width: 350px;
    height: 450px;
    margin-bottom: 20px;
    margin-left: 20px;
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

.top-a {
    position: relative;
    right: 50px;
    top: -50px;
    z-index: 1;
}

.top {
    position: relative;
    left: 150px;
    top: -300px;
    z-index: 1;
}


/*carousel*/

.carousel-slide {
    border: 10px solid #f8f8f9;
    float: left;
    font-size: 15px;
    height: auto;
    text-align: center;
    width: 320px;
    overflow: hidden;
}

.carousel-slide div>img {
    width: 100%;
}

.carousel {
    overflow: hidden;
    position: relative;
    width: 320px;
}

.carousel:before,
.carousel:after {
    content: "";
    display: table;
}

.carousel-container,
.carousel-container-testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
}

.carousel-testimonial {
    overflow: hidden;
    position: relative;
    width: 360px;
}

.carousel-testimonial:before,
.carousel-testimonial:after {
    content: "";
    display: table;
}

.purejscarousel-dots-container,
.purejscarousel-btn {
    display: none;
}

.carousel-slide-testimonial {
    width: 360px !important;
    border: 10px solid #f8f8f9;
    background-color: #fff;
    float: left;
    font-size: 15px;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.dashed {
    height: 250px;
}

@media only screen and (min-width: 768px) {
    .carousel {
        width: 680px !important;
    }
    .carousel-testimonial {
        width: 760px;
    }
}

@media only screen and (min-width: 992px) {
    .carousel {
        width: 1360px !important;
    }
    .carousel-testimonial {
        width: 1140px;
    }
}


/*our team boxes - used why box just changed border and added rescaling*/

.small-border {
    border: 1px solid #e6e6e6;
    margin: 0px 20px;
}

.small-border:hover {
    transform: scale(1.1);
    transition: transform .2s;
}


/*job description text used from red title*/

.red-small {
    font-size: 14px;
    margin-top: 0px;
}

h4 {
    margin-bottom: 0px;
}


/*user review boxes with user description, image etc*/

.usr-review {
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
}

.usr-desc {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.usr-desc p {
    margin: 0px;
    text-align: center;
}

.usr-img img {
    width: 50px;
    border-radius: 50%;
}

.dashed {
    border: 2px dashed #e6e6e6;
    padding: 10px;
}


/*red banner styling with contact us and phone number*/

.red-banner {
    height: 100px;
    width: 100%;
    display: flex;
    background-color: #ff4a20
}

.red-banner-message {
    display: flex;
    width: 20%;
    align-items: center;
}

.red-banner-phone {
    display: flex;
    width: 80%;
    justify-content: end;
    align-items: center;
}

.red-banner-phone h3,
.red-banner-message h3 {
    color: white;
}

.red-banner-phone img {
    width: 50px;
    margin: auto 0px;
}


/*footer section*/

.site-footer {
    background-color: #000;
    background-image: url(../img/footer-bg.png);
    background-position: 0%;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}


/*about fields current width 50% if you uncomment track package box - set width to 33%*/

.footer-about {
    display: flex;
    width: 50%;
    flex-flow: column;
}

.about-us-desc h6 {
    font-size: 24px;
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-us-desc p {
    font-size: 16px;
    color: white;
}

.location-footer {
    display: flex;
    flex-flow: column;
}

.location-footer h4 {
    font-size: 20px;
    color: #ff4a20;
}

.location-footer-desc {
    display: flex;
    font-size: 16px;
    margin: 5px 0px;
    color: #fff;
}

.location-footer-desc img {
    width: 24px;
    height: 24px;
    margin-right: 20px;
}

.footer-ul {
    list-style-type: none;
}

.footer-red-link {
    color: #ff4a20;
    text-decoration: none;
}


/*bottom line*/

.line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 10px 0px;
}


/*white text*/

.white {
    color: #fff;
    font-size: 16px;
}


/*back to top button*/

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ff4a20;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}


/*mobile menu button hidden on pc version*/

.sideTog-mobile {
    display: none;
}


/*contact us page form and button*/

.contact {
    padding-top: 200px;
}

.contact-box {
    width: 100%;
}

.contact-main-box {
    display: flex;
}

.contact-box-red-container {
    width: 35%;
}

.contact-box-form {
    margin: 20px;
    width: 65%;
}

.form-lhtllc {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.contact-red-box {
    background-color: #ff4a20;
    margin: 20px;
    padding: 20px;
    height: 85%;
    align-items: center;
    justify-items: center;
    display: flex;
}

.name-mail-box {
    display: flex;
    width: 100%;
}

.wide-input-box {
    display: flex;
    width: 100%;
    flex-flow: column;
}

.input-short {
    width: 90%;
}

.short-right {
    margin-left: auto !important;
}


/*input fields*/

.input-short,
.input-wide {
    height: 50px;
    background-color: #e6e6e6;
    font-size: 16px;
    color: #495057;
    margin: 0px 0px 20px 0px;
    border: none;
    border-bottom: 1px solid #ff4a20;
    padding-left: 20px;
    padding-right: 20px;
}


/*same button as on track package, just changed width*/

.btn-form {
    width: 200px !important;
}


/*remmove outline on focus while typing*/

.input-short:focus,
.input-wide:focus {
    outline: none
}

.textarea {
    height: 250px;
    padding-top: 20px;
}

.white h4 {
    color: #fff;
}


/*DRIVER BREAKDOWN*/

.pricing-table {
    display: flex;
    flex-wrap: wrap;
}

.breakdown-box {
    width: 45%;
    display: flex;
    padding: 20px;
    margin: auto;
}

.breakdown-title {
    width: 70%;
    align-items: center;
    display: flex;
}

.breakdown-info {
    align-items: center;
    display: flex;
}

.breakdown-title span,
.breakdown-info span {
    font-size: 22px;
    color: #737373;
    width: 100%;
    text-align: left;
}

.breakdown-title span {
    font-weight: bold;
}

.breakdown-benefits{
    display: flex;
    flex-flow: column;
    font-size: 20px;
    color: #737373;
}
.breakdown-benefits ul{
	list-style-type: none;
    display: flex;
    padding-left: 30px;
}
.benefit-list{
    width: 100%;
}
.breakdown-benefits p{text-align: center;}
.social-box {
    display: flex;
}

.social-media {
    width: 20px;
    height: 20px;
    margin: 10px;
}


/*APPLY FOR JOB FORM*/

.job-apply-form {
    width: 100%;
}

.job-apply-input {
    width: 90%;
}

.input-80 {
    width: 80%;
}

#accident-input-hidden {
    display: none;
}

.menu-toggle-close {
    display: none;
}

.padding-left-20{
	padding-left:20px;
}
/*mobile tablet and big tablet versions
same styling just set flex to display as columns, set smaller font, changed margins and aligning content

*/

@media only screen and (max-width: 1180px) {
    .navbar-brand img {
        width: 100px !important;
    }
    .navbar-brand {
        padding: 20px;
    }
    .header-navbar-area {
        background-color: #fff !important;
    }
    .nav-link{ color: #ff4a20 !important;}
.active {
    background-color: #ff4a20;
    color: #fff !important;
}
    #myLinks {
        display: none;
    }
    .navbar {
        flex-flow: column;
    }
    .nav-mobile {
        flex-flow: column;
        justify-content: center;
    }
    .title-text,
    span {
        width: 60%;
        text-align: center;
    }
    h1 {
        font-size: 30px;
    }
    .big-title-center {
        font-size: 30px;
    }
    .row {
        width: 95%;
    }
    .why-box {
        width: 80%;
        margin-top: 40px;
    }
    .no-border img {
        width: 100%;
    }
    .split-containers {
        flex-flow: column;
    }
    .container-left,
    .container-right {
        width: 95%;
    }
    .container-right {
        margin-top: 100px;
    }
    .small-border {
        margin: 20px 10px;
    }
    .img-content {
        width: 250px;
        height: 250px;
    }
    .top {
        top: -100px;
    }
    .box {
        height: 350px;
    }
    .red-banner {
        height: 200px;
    }
    .red-banner-message {
        width: 100%;
    }
    .footer-about {
        width: 100%;
    }
    .header-navbar-area {
        overflow: hidden;
        background-color: #fff;
        position: fixed;
    }
    #sidebar-mobile {
        display: none;
    }
    /*mobile menu button - three divs with same dimensions*/
    .menu-btn {
        display: inline-block;
        cursor: pointer;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 5px;
        background-color: #ff4a20;
        margin: 6px 0;
        transition: 0.4s;
    }
    /*transfrorming them at click*/
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
    .sideTog-mobile {
        border: none;
        right: 20px;
        display: block;
        position: absolute;
        top: 15px;
        right: 60px;
    }
    .sideTog-mobile img {
        width: 50px;
    }
    .navbar-nav {
        flex-flow: column;
        align-items: flex-start;
    }
    .contact {
        padding-top: 0px;
    }
    .contact-main-box {
        flex-flow: column;
    }
    .contact-box-red-container {
        flex-flow: column;
        width: 100%;
    }
    .titles-margin {
        margin-top: 100px
    }
    .input-short {
        width: auto;
    }
    .short-right {
        margin-left: 0px !important;
    }
    .name-mail-box {
        flex-flow: column;
    }
    .contact-box-form {
        width: auto;
    }
    #loading-image {
        width: 200px;
        height: 150px;
        left: calc(35% - 10px);
	  top: calc(42% - 10px);
    }
    /*DRIVER BREAKDOWN*/
    .breakdown-box {
        width: 100%;
    }
    .breakdown-title {
        width: 80%;
    }
.padding-left-20{
	padding-left:0px;
}
}


/*smaller tablets and bigger mobile*/

@media only screen and (max-width: 724px) {
 #loading-image {
        left: calc(28% - 10px);
    }

    .navbar-brand {
        padding: 20px;
    }
    .navbar {
        display: none;
    }
    .why-content-container {
        flex-flow: column;
    }
    .split-containers {
        flex-flow: column;
    }
    .small-border {
        margin: 20px auto;
    }
    .no-border img {
        width: 100% !important;
    }
    .sideTog-mobile {
        border: none;
        right: 20px;
        display: block;
        position: absolute;
    }
    .navbar-nav {
        flex-flow: column;
        align-items: flex-start;
    }
    #myLinks {
        display: none;
    }
    .nav-mobile {
        flex-flow: column;
        justify-content: center;
    }
    .contact-box-form {
        width: 90%;
    }
    .titles-margin {
        margin-top: 100px
    }
	.breakdown-benefits ul{
	flex-flow: column
   }
}


/*mobile version*/

@media only screen and (max-width: 410px) {
    .navbar-brand img {
        width: 100px !important;
    }
    .title-text {
        font-size: 18px;
        margin-top: 0;
    }
    .navbar {
        display: none;
    }
    .why-content-container {
        flex-flow: column;
    }
    .container-left,
    .container-right {
        width: 90%;
    }
    .no-border img {
        width: 100%;
    }
    .small-border {
        margin: 20px auto;
    }
    .contact {
        padding-top: 0px;
    }
    .titles-margin {
        margin-top: 100px
    }
}