
* { margin: 0; padding-left: 0; box-sizing: border-box; }
a {text-decoration: none;}

html ,body { overflow-x: hidden; }

body {
    font-family: 'Roboto';
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
}
h1 , h2 , h3 , h4, h5, h6 {  font-family: "EB Garamond", serif; font-weight: 500; text-transform: uppercase; }

h2 { font-size: 30px; }
h3 { font-size: 26px; }
h4 { font-size: 22px; }

.header-top .col-sm-7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top p {
    margin: 0px;
}
.header-top ul, .headercontact-info ul, nav.navigation-menu ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}
nav.navigation-menu ul li{
    list-style: none;
}
nav.navigation-menu ul li a {
    color: #000;
    font-weight: 500;
    font-family: 'EB Garamond';
    font-size: 18px;
}
nav.navigation-menu ul li.active a {
    color: #c4131b;
}


img { max-width: 100% ; height: auto; }


.header-top {
    background: rgb(28,56,85);
    background: linear-gradient(180deg, rgba(28,56,85,1) 0%, rgba(7,15,22,1) 100%);
    color: #fff;
}
.home-banner {
    background: rgb(200,18,25);
    background: linear-gradient(180deg, rgba(200,18,25,1) 0%, rgba(63,51,76,1) 100%);
    color: #fff;
}
.home-banner .row {
    align-items: center;
}
.text-slider {
    display: inline-block;
    float: right;
    padding: 90px 40px;
    position: relative;
}
a.white-btn ,
a.btn-same {
    background-color: #fff;
    color: #000;
    text-transform: capitalize;
    font-family: 'EB Garamond';
    font-size: 17px;
    padding: 10px 30px;
    display: inline-block;
}
a.btn-same { background-color: #1e3b59; color: #fff; font-weight: 500; text-decoration: none; }

.text-slider::Before {
    content: "";
    border: 2px solid #fff;
    width: 180px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}
.text-slider::after {
    content: "";
    width: 3px;
    height: 150px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 128px;
    background-color: #f00;
    background: rgb(200, 18, 25);
    background: linear-gradient(180deg, rgb(149 31 44) 0%, rgb(113 38 57) 100%);
}
.text-slider h2, .text-slider a {
    position: relative;
    z-index: 9;
}

span.border-leftpic {
    position: relative;
    padding: 20px 0 20px 20px;
    display: inline-block;
}
span.border-leftpic::before {
    background: rgb(207,16,23);
    background: linear-gradient(180deg, rgba(207,16,23,1) 0%, rgba(32,58,88,1) 100%);
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 60%;
    z-index: -1;
}
span.border-rightpic::before {
    background: rgb(207,16,23);
    background: linear-gradient(180deg, rgba(207,16,23,1) 0%, rgba(32,58,88,1) 100%);
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 65%;
    z-index: -1;
}
.double-pics {
    display: flex;
    align-items: flex-end;
}
 
span.border-leftpic.top-pic img {
    height: 400px;
    object-fit: cover;
}
span.border-rightpic.botm-pic {
    margin-bottom: -70px;
    position: relative;
    left: -150px;
    width: 50%;
    padding-right: 20px;
    padding-top: 20px; padding-bottom: 20px;
    z-index: 9;
    margin-right: -100px; 
}
span.border-leftpic.top-pic {
    width: 65%;
}
.padd-50 {
    padding: 50px 0;
}
.timeyear {
    padding: 20px 0;
    display: block;
}
.mission-section {
    background: rgb(200, 18, 25);
    background: linear-gradient(180deg, rgba(200, 18, 25, 1) 0%, rgba(63, 51, 76, 1) 100%);
    color: #fff;
    padding-top: 150px;
    padding-bottom: 100px;
}
.mission-col {
    background-color: #1e3b59;
    padding: 40px 50px;
    height: 100%;
}
.white-border {
    border: 30px solid #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.1;
}
.missinpic {
    padding-left: 70px;
    margin-top: -80px;
    margin-right: -100px;
    padding-bottom: 60px;
    position: relative;
}
.product-images {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
}
.list-prodcutpics {
    display: inline-block;
    width: calc(33.333% - 27px);
}
.border-right-15,
.border-left-15 {
     padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    position: relative;
}
.border-left-15 { padding-right: 0px; padding-left: 15px; }
.border-right-15::after ,
.border-left-15::after {
     background: rgb(207,16,23);
    background: linear-gradient(180deg, rgba(207,16,23,1) 0%, rgba(32,58,88,1) 100%);
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 65%;
    z-index: -1;
}
.border-left-15::after{ right: auto; left: 0px; }
.fleet-section {
    background: rgb(207,16,23);
    background: linear-gradient(2803deg, rgba(207,16,23,1) 0%, rgba(32,58,88,1) 100%);
    color: #fff;
    padding-bottom: 0;
}
.truckpic {
    margin-bottom: -60px;
    position: relative;
    z-index: 9;
}

.trailor-content h3 {
    text-transform: capitalize;
    padding: 10px 0;
    display: block;
    margin: 0;
}
.trailor-block {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 50px;
}
.newslatter-section {
    background-color: #1e3b59;
    color: #fff;
    padding: 15px 0;
}
.newslatter-section p {
    margin: 0;
}
.neswlatter-fomr input[type="email"] {
    width: calc(100% - 50px);
}
.neswlatter-fomr {
    text-align: right;
}
.footer-middle {
    background-color: #000;
    color: #fff;
    padding: 50px 0;
}
footer ul li {
    list-style: none;
}
footer ul li a {
    color: #fff;
}
footer {
    font-weight: 400;
}
.footer-bottom {
    background-color: #d31016;
    color: #fff;
    padding: 20px 0;
}
.footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom ul.social-icons {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 30px;
    margin: 0;
}
.footer-bottom ul.social-icons li {
    border-right: 1px solid #ff9195;
    padding: 10px 30px;
}
.footer-bottom ul.social-icons li:last-child {
    border: 0;
}
.red-heder-bg {
    background: rgb(200, 18, 25);
    background: linear-gradient(180deg, rgba(200, 18, 25, 1) 0%, rgb(151 14 22) 100%);
    padding: 10px 0;
    padding-left: 40px;
}
.header-top a {
    color: #fff;
}
b, strong {
    font-weight: bold;
}
.header-top li {
    list-style: none;
    font-size: 23px;
}

.headercontact-info li {
    display: flex;
    align-items: center;
    gap: 20px;
}
.headercontact-info li i.fa {
    background: rgb(207, 16, 23);
    background: linear-gradient(2803deg, rgba(207, 16, 23, 1) 0%, rgba(32, 58, 88, 1) 100%);
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.headercontact-info li h5 {
    margin: 0;
    text-transform: capitalize;
}
.headercontact-info li p {
    line-height: normal;
    margin: 0;
}
.headercontact-info ul {
    padding: 25px 0;
}
nav.navigation-menu {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
nav.navigation-menu ul {
    justify-content: center;
    padding: 5px 0;
}
a.red-gradiant-btn {
    text-transform: capitalize;
    font-family: 'EB Garamond';
    font-size: 17px;
    padding: 8px 30px;
    display: inline-block;
    background: rgb(207, 16, 23);
    background: linear-gradient(2803deg, rgba(207, 16, 23, 1) 0%, rgba(32, 58, 88, 1) 100%);
    color: #fff;
    border-radius: 9px;
    margin-right: 24px;
}
select.language-switcher {
    background-color: #eeeeee;
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: inline-block;
    font-size: 15px;
    font-family: 'Roboto';
    width: 100%;
    max-width: 190px;
    margin-top: 22px;
}
.header-col-last {
    text-align: right;
    padding-top: 25px;
}
.red-heder-bg i.fa.fa-phone {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
}
.red-heder-bg::after {
    content: "";
    display: inline-block;
    background: rgb(200, 18, 25);
    background: linear-gradient(180deg, rgba(200, 18, 25, 1) 0%, rgb(151 14 22) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
}
.product-banner {
    position: relative;
}
.product-banner h2 {
    text-align: center;
    position: absolute;
    left: 0;
    top: 25%;
    transform: translateY(-50%);
    color: #000000;
    right: 0;
}
.product-banner img {
    width: 100%;
    min-height: 240px;
    object-fit: cover;
}
.product-section {
    text-align: center;
    padding: 100px 0px 50px 0px;
}
.product-section .row {
    justify-content: center;
}
.product-section p {
    font-weight: 400;
    max-width: 680px;
    margin: 0 auto;
    padding-bottom: 30px;
    line-height: 25px;
}
.product-block {
    border-top: 10px solid #dc595e;
    position: relative;
}
/*.product-block span {*/
/*    background: rgb(0 0 0 / 70%);*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    padding: 9px;*/
/*    font-family: "EB Garamond", serif;*/
/*    line-height: normal;*/
/*}*/
.product-section .col-lg-3 {
    padding: 2px;
}
.product-block img {
    width: 100%;
}
.fleets-section {
    text-align: center;
}
.fleets-section .col-md-4 {
    padding: 4px;
}
.fleets-section {
    text-align: center;
    padding: 100px 0px 50px 0px;
}
.fleets-section span {
    font-family: 'Roboto';
    font-weight: 400;
}
.fleets-section .product-block:after {
    background: rgb(207, 16, 23);
    background: linear-gradient(180deg, rgba(207, 16, 23, 1) 0%, rgba(32, 58, 88, 1) 100%);
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    position: absolute;
    z-index: -1;
    width: 100%;
}
.fleets-section .product-block {
   border: none;
    position: relative;
    width: 100%;
    padding: 6px 12px;
}

.Contact-section {
    text-align: center;
    padding: 50px 0px 20px 0px;
    position: relative;
}
.Contact-section::before {
    content: "";
    background-image: url(./images/contact-bg.png);
    background-repeat: no-repeat;
    background-position: 90% 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.contact-information span.contact-pic {
    min-width: 50px;
    text-align: center;
}
.contact-block {
    background: rgb(207, 16, 23);
    background: linear-gradient(180deg, rgba(207, 16, 23, 1) 0%, rgba(32, 58, 88, 1) 100%);
    padding: 50px 0px 200px 0px;
}
.contact-block h3 {
    color: #fff;
    text-align: left;
}
.contact-information h3 {
    text-transform: capitalize;
    color: #b21017;
    font-weight: 700;
    margin: 0px;
}
.contact-information p {
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.contact-information {
    display: flex;
    align-items: flex-start;
    padding: 7px 0px;
}
.contact-information a {
    color: #000;
    font-weight: 400;
}
.contact-information a span {
    color: rgb(0 0 0 / 60%);
    font-weight: 500;
}
.contact-block .col-md-6 {
    padding-bottom: 30px;
}
.contact-col {
    background: #fff;
    border-radius: 13px;
    border: 1px solid #000;
    padding: 20px;
    text-align: left;
    height: 100% ;
    display: flex;
    flex-direction: column;
}
.contact-block .row {
    max-width: 790px;
    justify-content: center;
    margin: 0 auto;
} 
.contact-col iframe {
    width: 100%;
    margin-top: auto;
  height: 100%;
}
.contact-form .field {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-form .field input, .contact-form .field textarea {
    width: 100%;
    border: none;
    margin-bottom: 10px;
}
.contact-form .field label {
    min-width: 60px;
    color: #fff;
}
.contact-form {
    padding-top: 31px;
}
.form-btn {
    text-align: right;
}
.form-btn input[type="submit"] {
    background-color: #fff;
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
    padding: 6px 30px;
    display: inline-block;
    font-weight: 500;
}
.Client-section .container {
    text-align: center;
    padding: 100px 0px 50px 0px;
}
.Client-section .gallery-section .container{
    padding: 0;
}
.client-block {
    padding: 31px 0px 50px 0px;
}
.clien-content h4 {
    margin: 0px;
}
.clien-content span {
    font-weight: 400;
}
.client-block .row {
    justify-content: space-between;
}

.client-pic {
    position: relative;
    /*height:150px;
    overflow:hidden;*/
}
.client-pic img {
width: 100%;
height:auto;
display:block;
margin-bottom: 30px;
margin-top: 20px;

}


.Client-section td:first-child {
    width: 20%;
    text-align: center;
}
.Client-section table {
    width: 750px;
    margin: 0 auto;
}
.Client-section td {
    border: 2px solid #000;
    width: 40%;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    padding: 0px 5px;
}
.Client-section p {
    max-width: 560px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 25px;
}
.Client-section p.sec-para {
    padding: 10px 0px;
}
.gallery-pic {
    width: calc(20% - 10px);
    border: 1px solid #fff;
    margin: 5px;
}
.gallery-section {
    text-align: center;
    background: rgb(207, 16, 23);
    background: linear-gradient(264deg, rgba(207, 16, 23, 1) 0%, rgba(32, 58, 88, 1) 100%);
    color: #fff;
    padding: 50px 0px;
}
.gallery-section h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about-section h4 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 22px;
    color: #000;
}
.about-section .row.middle-row {
    padding: 50px 0px;
}
.about-section p {
    font-weight: 400;
    line-height: 25px;
}
a.border-btn {
    background-color: #fff;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    padding: 6px 22px;
    display: inline-block;
    border: 2px solid #f26a6e;
    font-weight: 500;
}
.garage-truck {
    text-align: right;
}
.about-section .container{
    position: relative;
}
.about-section .container:after {
    content: "";
    background: rgb(207, 16, 23);
    background: linear-gradient(174deg, rgba(207, 16, 23, 1) 0%, rgba(32, 58, 88, 1) 100%);
    position: absolute;
    right: 0;
    height: 500px;
    width: 50px;
    bottom: 105px;
    z-index: -1;
}
.about-section .row {
    max-width: 80%;
    margin: 0 auto;
}
.about-section h2 {
    text-align: center;
    margin: 50px 0px;
}
select.language-switcher.mobile-view {
    display: none;
}
button.toggle-btn {
    background: transparent;
    border: none;
    padding: 0px;
    margin: 0px;
    display: none;
}
button.toggle-btn span {
    background: #000;
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px 0px;
}
span.contact-pic {
    font-size: 23px;
}
@media(max-width:1199px){
    h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
     nav.navigation-menu ul {
        gap: 15px;

    }
    a.white-btn, a.btn-same {
        font-size: 16px;
        padding: 7px 20px;
    }
    .mission-col {
       padding: 30px 35px;

    }
    .footer-middle iframe {
        width: 100%;
    }
    .headercontact-info li {
        gap: 15px;
    }
    a.red-gradiant-btn {
        text-transform: capitalize;
        font-family: 'EB Garamond';
        font-size: 16px;
        padding: 7px 25px;
        border-radius: 8px;
        margin-right: 0px;
    }
    .text-slider::Before {
        left: -20px;
        width: 150px;
    }
    .product-section, .Client-section .container, .fleets-section  {
        padding: 50px 0px;
    }
    .product-section p {
        padding-bottom: 18px;
    }
    .Contact-section::before {
        background-position: right top;
        background-size: 300px;
        top: 40px;
    }
    .contact-col iframe {
        margin-top: 20px;
    }
    .contact-block {
        padding: 50px 0px 100px 0px;
    }
}
@media(max-width:991px){
    h2 { font-size: 26px; }
    h3 { font-size: 22px; }
    .text-slider::Before {
        left: 10px;
        width: 120px;
        height: 80%;
    }
    span.border-leftpic {
        padding: 15px 0 15px 15px;
    }
    span.border-leftpic.top-pic {
        width: 80%;
    }
    span.border-rightpic.botm-pic {
        left: -106px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-right: -98px;
    }
    .mission-col {
        padding: 20px;
    }
    .border-right-15, .border-left-15 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .product-images {
        gap: 20px;
    }
    .fleet-section {
        padding-bottom: 20px;
    }
    .truckpic {
        bottom: -50px;
    }
    .border-left-15 {
        padding-left: 10px;
    }
    a.white-btn, a.btn-same {
        font-size: 16px;
        padding: 4px 19px;
    }
    .footer-bottom {
        padding: 10px 0;
    }
    .footer-bottom ul.social-icons li {
        padding: 6px 25px;
    }
    .Client-section table {
        width: 100%;
    }
    .gallery-pic {
        width: calc(33.33% - 10px);
    }
    .product-block span {
        font-size: 16px;
        padding: 2px;
    }
    .Contact-section::before {
        background-size: 200px;
        top: 68px;
    }
    .contact-col {
        padding: 13px;
    }
    .contact-block {
        padding: 50px 0px;
    }
    .header-top{
        display: none;
    }
    select.language-switcher.mobile-view {
        display: block;
    }
    .col-md-3.header-col-last select.language-switcher {
        display: none;
    }
    button.toggle-btn {
        display: block;
    }
    .header-col-center {
        position: fixed;
        background: #ffffff;
        right: 0px;
        z-index: 99;
        display: flex;
        flex-direction: column;
        height: 100vh;
        right: -100%;
        transition: 0.5s;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
    }
  .header-col-center.menu-active {
        right: 0px;
    }
    .headercontact-info ul {
        flex-direction: column;
        padding: 0px;
        gap: 10px;
    }
    nav.navigation-menu ul {
        gap: 5px;
        flex-direction: column;
    }
    nav.navigation-menu {
        box-shadow: none;
        background: transparent;
        order: -1;
        border-bottom: 1px solid #d7d7d7;
        margin-bottom: 14px;
    }
    .headercontact-info {
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 13px;
    }
    span.close-btn:after {
        display: inline-block;
        width: 35px;
        height: 35px;
        background: rgb(207, 16, 23);
        background: linear-gradient(2803deg, rgba(207, 16, 23, 1) 0%, rgba(32, 58, 88, 1) 100%);
        border-radius: 50%;
        min-height: 35px;
        content: "+";
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        transform: rotate(45deg);
        font-weight: 400;
    }
    span.close-btn {
        order: -1;
        margin-left: auto;
        padding: 10px 0px;
    }
    .header-middle .row {
        justify-content: space-between;
    }
    .header-col-last {
        display: flex;
        align-items: center;
        gap: 15px;
        min-width: 200px;
        padding-top: 0;
    }
    select.language-switcher.mobile-view {
        display: block;
        margin: 0 auto;
        margin-top: 24px;
    }
}
@media(max-width:767px){

    h2 br {
        display: none;
    }
    .home-banner .row {
        align-items: center;
        flex-direction: column-reverse;
    }
    .text-slider {
        float: none;
    }
    .aboutus-section h3 {
        padding-top: 80px;
    }
    .mission-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
  
    .missinpic {
        padding-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        padding-bottom: 0px;
    }
   
    .padd-50 {
        padding: 30px 0;
    }
    .list-prodcutpics {
        width: 46%;
    }
    .products-section ul, .fleet-section ul {
        padding-left: 20px;
    }
    .truckpic {
        bottom: -20px;
    }
    .trailor-block {
        padding-top: 90px;
    }
    .trailor-block .row {
        gap: 20px;
    }
    .neswlatter-fomr {
        padding-top: 15px;
        text-align: left;
    }
    .neswlatter-fomr label {
        display: block;
        margin: 0px;
    }
    .neswlatter-fomr input[type="email"] {
        width: calc(100% - 50px);
        margin-bottom: 6px;
    }
    .footer-middle {
        padding: 25px 0;
    }
    .footer-middle .row {
        gap: 25px;
    }
    .footer-middle ul {
        margin: 0;
    }
    .footer-bottom .container {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
    .footer-bottom ul.social-icons li {
        padding: 1px 11px;
        line-height: 18px;
    }
    .footer-bottom i {
        font-size: 19px;
    }
    a.white-btn, a.btn-same {
        font-size: 16px;
        padding: 2px 17px;
    }
    .product-section {
        padding: 30px 15px;
    }
 .Client-section .container  {
        padding: 30px 0px;
    }
    .product-section .col-lg-3 {
        padding: 5px;
    }
    .gallery-pic {
        width: calc(50% - 10px);
    }
    .gallery-section .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .gallery-section, .fleets-section {
        padding: 30px 10px;
    }
    .Client-section .container {
        padding: 30px 15px;
    }
    .client-block .row {
        gap: 25px;
    }
    .client-block {
        padding: 10px 0px 30px 0px;
    }
    .Contact-section::before {
        background-size: 140px;
        top: 116px;
    }
    .contact-block .row {
        max-width: 100%;
        gap: 25px;
    }
    .contact-form {
        padding-top: 10px;
    }
    .contact-form .field {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-form .field label {
        min-width: auto;
        margin: 0;
    }
    .contact-block {
        padding: 30px 0px;
    }
    .contact-information span.contact-pic {
        min-width: 30px;
        margin-right: 9px;
    }
    .contact-information span.contact-pic img {
        max-width: 26px;
    }
    .form-btn input[type="submit"] {
        font-size: 15px;
        padding: 2px 25px;
    }
    .about-section .container:after {
        right: 20px;
        height: 250px;
        width: 25px;
    }
    .about-section .row {
        gap: 25px;
    }
        .about-section .row.middle-row {
            padding: 25px 0px;
        }
    .about-section h2 {
        margin: 30px 0px;
    }
    .about-section .row {
        max-width: 1000%;
        margin: 0 auto;
    }
    a.border-btn {
        font-size: 16px;
        padding: 2px 19px;
    }
    .header-middle .row {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    a.red-gradiant-btn {
        font-size: 16px;
        padding: 0px 13px;
    }
    .header-col-last {
        gap: 10px;
        justify-content: right;
    }
    .trailor-content {
        text-align: left;
    }
    .about-section .row.middle-row .col-md-4 {
        order: -1;
    }
}

/* fleet section  */
