@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'),
        url('../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Regular.eot');
    src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Avenir Next LT Pro';
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gilroy';
    font-weight: bold;
}

.btn {
    font-family: 'Gilroy';
}

.btn-primary {
    background-color: #c10230 !important;
    padding: 7px 30px;
    position: relative;
    border: 0;
    border-radius: 30px;
    box-shadow: inset 0 0 0 0 #c10230;
    -webkit-transition: ease-out 0.4s !important;
    -moz-transition: ease-out 0.4s !important;
    transition: ease-out 0.4s !important;
    text-transform: capitalize;
    line-height: 30px;

}

.btn-primary:hover {
    box-shadow: inset 400px 0 0 0 #01509e;
    background-color: transparent !important;
}

.btn.btn-primary:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 6px;
}

.header-2302 .logo {
    padding: 25px 0;
}

.header-2302 .header-main {
    background-color: #fff;
}



.header-2302 .header-contact {
    line-height: 1.4;
}

.header-contact,
.header-contact a {
    color: #15233a;
    font-size: 16px;
    font-weight: normal;
}

.header-contact h5 {
    margin-bottom: 0;
    font-size: 16px;
    color: #15233a;
}

.header-2302 .navbar li {
    padding-right: var(--nav-pr);
    padding-left: var(--nav-pl);
}

.header-nav li a {
    font-family: 'Avenir Next LT Pro';
    padding-right: 0;
    padding-left: 0;
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
}

.navbar a:focus {
    padding-right: 0;
    padding-left: 0;
}

.navbar a.btn.btn-primary {
    padding: 5px 30px;
    display: block;
    border-radius: 32px;
}

.navbar .btn-primary {
    background-color: #c10230 !important;
    position: relative;
    padding: 7px 30px;
    border-radius: 30px;
    box-shadow: inset 0 0 0 0 #c10230;
    -webkit-transition: ease-out 0.4s !important;
    -moz-transition: ease-out 0.4s !important;
    transition: ease-out 0.4s !important;
}

.navbar .btn-primary:hover {
    box-shadow: inset 400px 0 0 0 #01509e;
}


@media (min-width: 1200px) and (max-width: 1400px) {
    .header-2302 .header-contact {
        line-height: 1.4;

    }

    .header-nav a {
        text-transform: capitalize;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 17px;
    }

}

@media (max-width: 991px) {
    .header-2302 .header-contact .phone .fa-solid {
        margin-bottom: 0;
    }


}

@media (min-width: 1200px) {
    .header-2302 .navbar {
        padding: 0;
    }

    .header-2302 .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }

    .header-2302 .navbar li {
        position: relative
    }

    .header-nav a {
        text-transform: capitalize;
    }

    .header-2302 .navbar a i,
    .header-2302 .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }

    .header-2302 .navbar a:hover:before,
    .header-2302 .navbar li:hover>a:before,
    .header-2302 .navbar ul li a:hover,
    .header-2302 .navbar ul li.active:focus,
    .header-2302 .navbar ul li.active a {
        background-color: transparent;
        border-bottom: 2px solid #05085a;
    }

    .header-2302 .navbar ul li.active:before {
        visibility: visible;
        width: 100%
    }

    .header-2302 .navbar .dropdown:hover>ul {
        opacity: 1;
        visibility: visible
    }

    .header-2302 .navbar .dropdown ul {
        background-color: #0E3875;
        display: block;
        position: absolute;
        top: calc(100%);
        margin: 0;
        padding: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 0 30px rgba(127, 137, 161, .25);
        transition: .3s;
        border-radius: 0
    }

    .header-2302 .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible
    }

    .header-2302 .navbar .dropdown ul li {
        min-width: 200px
    }

    .header-2302 .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: #FFF;
        line-height: 30px
    }

    .header-2302 .navbar .dropdown ul a i {
        font-size: 12px
    }

    .header-2302 .navbar .dropdown ul li:hover>a {
        color: #FFF;
    }

    .header-2302 .mobile-nav-show,
    .header-2302 .mobile-nav-hide {
        display: none
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .header-contact .row.align-items-center {
        display: flex;
        justify-content: flex-end;
    }

    .header-contact .row.align-items-center .col-2 {
        width: 10%;
    }

    .header-nav a {
        text-transform: capitalize;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .header-2302 .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: .3s;
        z-index: 9997
    }

    .header-2302 .navbar ul {
        background-color: #15233a;
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        overflow-y: auto;
        transition: .3s;
        z-index: 9998
    }

    .header-2302 .navbar a,
    .header-2302 .navbar a:focus {
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px !important;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
        transition: .3s
    }

    .header-2302 .navbar a i,
    .header-2302 .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }

    .header-2302 .navbar a:hover,
    .header-2302 .navbar .active,
    .header-2302 .navbar .active:focus,
    .header-2302 .navbar li:hover>a {
        color: #FFF;
    }

    .header-2302 .navbar .dropdown ul,
    .header-2302 .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 0 20px;
        transition: all .5s ease-in-out;
    }

    .header-2302 .navbar .dropdown>.dropdown-active,
    .header-2302 .navbar .dropdown .dropdown>.dropdown-active {
        display: block
    }

    .header-2302 .mobile-nav-show {
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: .5s;
        z-index: 9999;
        margin-right: 10px
    }

    .header-2302 .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: .5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999
    }

    .mobile-nav-active .header-2302 {
        overflow: hidden
    }

    .mobile-nav-active .header-2302 .navbar {
        right: 0
    }

    .mobile-nav-active .header-2302 .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .8);
        z-index: 9996
    }

    .header-contact .row.align-items-center {
        display: flex;
        justify-content: space-evenly;
    }

    .header-contact i {
        padding-top: 0;
    }

    .mobile-icon-right {
        margin-top: 11px;
    }
}

.header-contact i {
    color: #15233a;
    font-size: 21px;
    padding-top: 11px;
    margin-right: 10px;
}

.header-2302 .navbar {
    background-color: var(--nav-bg);
    border-top: 1px solid #c6c6c6;
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width: 767px) {
    .header-contact .row.align-items-center {
        display: flex;
        justify-content: space-evenly;
    }


}


.slide .slide-text {
    position: absolute;
    color: #fff;
    font-weight: 700;
    background-color: transparent;
    padding: 0;
    top: 50%;
    width: 800px;
}

.slide .slide-text h2 {
    color: #FFFFFF;
    padding: 0 10px;
}

.slide .slide-text h1 {
    color: #FFF;
    font-size: 75px;
    line-height: 85px;
    margin-bottom: 30px;
}

.slide .slide-text h5 {
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.slide .slide-text p {
    font-size: 20px;
    font-weight: normal;
}

.slide .btn-primary {
    font-size: 18px;
    padding-right: 37px;
}


section.banner-bottom {
    background-color: #f8f8f8;
    padding: 90px 0;
}

.section.banner-bottom h3 {
    margin-bottom: 20px;
}

section.banner-bottom p {
    color: #15233a;
    font-size: 25px;
    margin-bottom: 40px;
    font-weight: normal;
}

section.banner-bottom h3 {
    font-size: 40px;
}

.banner-bottom h4 {
    margin: 29px 0;
    color: #15233a;
    font-size: 25px;
    line-height: 25px;
}

.banner-bottom a.btn.btn-primary {
    padding: 5px 30px;
    padding-left: 20px;
}

section.banner-bottom .col-lg-3 p {
    margin-bottom: 0px;
}

.section-2132 .color-red {
    color: #CE1126;
}

.section-2132 h4 {
    color: #15233a;
    font-size: 30px;
    line-height: 40px;
}

.section-2132 h3 {
    color: #ffffff;
    font-size: 35px;
    line-height: 48px;
}

.section-2132 p {
    font-size: 20px;
}

.section-2132 .content-bottom p {
    color: #ffffff;
    font-size: 20px;
}

.section-2132 .content-bottom {
    margin-top: -223px;
    margin-left: -50px;
}

.section-2132 .vector {
    margin-bottom: -15px;
}

.section-2132 .bg-dark {
    background-color: #15233a !important;
}

.section-2132 .btn-primary {
    background-color: #CE1126;
    color: #FFF;
    padding-right: 32px !important;
    line-height: 35px;
    padding-top: 6px !important;
}

.section-2132 .btn-primary:hover {
    background-color: #101820;
}

@media (max-width:1200px) {
    .section-2132 .content-bottom {
        margin-top: -170px;
    }
}

@media (max-width:991px) {
    .section-2132 .content-bottom {
        margin-top: 0;
        margin-left: 0;
    }
}


@media (max-width: 1400px) {
    .slide .slide-text {
        top: 40%;
    }
}

@media (max-width: 1200px) {
    .slide .slide-text {
        top: 40%;
        width: 450px;
    }

    .slide .slide-text h2 {
        font-size: 35px;
    }

    .slide .slide-text h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .slide .slide-text .btn {
        /* padding: 5px 5px; */
        font-size: 15px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {

    h2,
    h2 a {
        font-size: 35px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
.section-2132 .col-lg-3.d-flex.align-items-center h4 {
    margin-top: -81px;
}

}

@media (max-width: 991px) {
    .slide .slide-text {
        font-size: 16px;
        line-height: 150%;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        color: #000000;
        margin-top: 30px;
        background-color: #15233a;
        padding: 15px;
    }

    .slide .slide-text h1 {
        color: #FFF;
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .slide .slide-text h5 {
        color: #FFF;
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .slide .slide-text p {
        font-size: 20px;
        font-weight: normal;
        color: #fff;
    }

    .slide .slide-text .btn {
        background-color: var(--color-primary);
        color: #FFF;
    }

    section.banner-bottom {
        padding: 50px 0;
    }

    section.banner-bottom h3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    section.banner-bottom p {
        color: #15233a;
        font-size: 20px;
        margin-bottom: 40px;
        font-weight: normal;
        line-height: 30px;
    }

    .banner-bottom .col-lg-3.col-md-6 {
        margin-bottom: 30px;
    }

    h2,
    h2 a {
        color: var(--h2-color);

        font-size: 30px;
        line-height: 38px;
    }

    .section-2132 h3 {
        font-size: 22px;
        line-height: 36px;
    }

    .section-2303 {
        padding-bottom: 360px;
        background-size: cover;
    }

    .home .page-content .btn.btn-primary:after {
        top: 7px;
    }

    .home .page-content .section-2304 .btn.btn-primary:after {
        top: 2px;
    }

    .fleet1 .col-lg-4 {
        margin-bottom: 20px;
    }

    .text-slider1 h3 {
        font-size: 23px;
    }

    .fleet-slider1 .container {
        background-color: #fff;
        padding: 0;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 15px;
    }

    .same-height.same-height2 h2 {
        font-size: 60px !important;
        margin-bottom: 0;
    }

    .same-height {

        padding: 20px;
    }

    .fleet-slider1.fleet-slider2 .carousel-caption.col-md-4 {
        position: relative !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 6% !important;
    }

    .fleet-slider1 .container {
        padding: 0 15px !important;
        padding-top: 15px !important;
    }


}

.section-2055 {
    background-color: #191919;
}

.section-2055 a {
    color: #FFF;
    text-decoration: none;
}

.section-2055 .social .fa-brands {
    color: #FFF;
    margin-right: 30px;
    font-size: 20px;
}

.section-2055 .social .fa-brands:hover {
    color: #FFFFFF;
}






section.section-2304 {
    background-color: #15233a;
    padding: 90px 0;
    color: #fff;
}

.section-2304 .bg-white {
    background-color: #1d3151 !important;
}

.section-2304 .bg-white:hover {
    background-color: #c10230 !important;
}

.section-2304 .bg-white h5 {
    color: #ffffff;
    font-size: 25px;
}

.section-2304 h3 {
    color: #ffffff;
    font-size: 35px;
}

.section-2304 p.limit-height {
    color: #fff;
}

.section-2304 a.btn.btn-primary {
    padding: 0;
    background-color: transparent !important;
    border: 0;
    padding-right: 35px;
    padding-top: 0;
    line-height: 23px;
    padding-bottom: 0;
    box-shadow: none !important;
}

.section-2304 a.btn.btn-primary:after {
    top: 1px;
}

.section-2304 a.btn.btn-primary:hover {
    background-color: transparent !important;
    box-shadow: none !important;

}


.testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f8f8f8;
}

.testimonials h2 {
    color: #15233a;
}

.section-2303 {
    background-image: url(../img/footer-top.jpg);
    padding-top: 100px;
    padding-bottom: 560px;
    background-size: cover;
    background-position: center center;
}

.section-2303 h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.section-2303 p {
    color: #fff;
    margin-bottom: 32px;
}

@media screen and (min-width: 1400px) {
    .section-2303 p {
        padding: 0 300px;
    }

}

.section-2140 {
    background-color: #0F2544;
    margin: 0;
    font-family: 'Avenir Next LT Pro';
}

.footer-middle {
    font-family: 'Avenir Next LT Pro';
}

.footer-middle h3 {
    font-family: 'Gilroy';
}

.section-2140 a {
    text-decoration: none;
    color: #FFF;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Avenir Next LT Pro';
}

ul#footer-nav {
    padding-left: 0;
}

.section-2140 .footer-menu li {
    list-style: none;
}

.section-2140 .footer-menu li:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
}

.section-2140 a:hover {
    text-decoration: underline;
    color: #c10230;
}

.section-2140 .footer-middle {
    background-color: #0F2544;
    padding: 50px 0;
}

.section-2140 .address .fa-solid {
    color: #ffffff;
}

.section-2140 .footer-middle .form-control {
    border-radius: 0;
    min-height: 45px;
}

.section-2140 .footer-middle button.btn {
    padding-left: 15px;
}

.section-2140 .menu li {
    line-height: 35px;
}

.section-2140 .menu li:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 5px;
    color: #6090D5;
}

.section-2140 .footer-bottom {
    background-color: #08182E;
    font-family: 'Avenir Next LT Pro';
}

.section-2140 .social {
    margin-top: 35px;
}

.section-2140 .social .fa-brands {
    color: #AFAFAF;
    margin-left: 10px;
    font-size: 20px;
}

.section-2140 .social .fa-twitter {
    color: #41ABE1;
}

.section-2140 .social .fa-facebook-f {
    color: #235BD2;
    margin-left: 0;
}

.section-2140 .social .fa-instagram {
    color: #B62374;
}

.section-2140 .social .fa-pinterest-p {
    color: #FE0000;
}

.form-group {
    margin-bottom: 15px;
}

.page-banner img {
    width: 100%;
}

.banner-text {
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-top: -323px;
    padding-bottom: 140px;
    width: 615px;
}


.banner-text h1 {
    color: #fff;
    font-size: 75px;
    margin-bottom: 35px;
}

.banner-text p {
    color: #ffffff;
    font-size: 25px;
    line-height: 36px;
    font-weight: normal;
}


.page-content p {
    color: #15233a;
    font-size: 20px;
    font-weight: normal;
}

.section-2100 {
    background-color: #f8f8f8;
}

.page-content .btn.btn-primary:after {
    top: 8px;
}



@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .banner-text {
        color: #fff;
        font-weight: 700;
        text-align: left;
        margin-top: -258px;
        padding-bottom: 0;
        width: 615px;
        padding-bottom: 40px;
    }

    .fleet-slider1 .col-lg-8,
    .fleet-slider1 .col-lg-4 {
        width: 100%;
    }

    .fleet-slider1 .col-lg-4 {
        padding-left: 25px;
    }

    .fleet-slider1.fleet-slider2 .carousel-caption.col-md-4,
    .fleet-slider1.fleet-slider2 img.col-md-8 {
        position: relative !important;
        width: 100%;
    }

    .fleet-slider1.fleet-slider2 .carousel-caption.col-md-4 {
        padding-left: 25px;
    }
    .section-2132 .col-lg-3.d-flex.align-items-center h4 {
    margin-top: -91px;
}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-text {
        color: #fff;
        font-weight: 700;
        text-align: left;
        margin-top: -183px;
        padding-bottom: 0;
        width: 615px;
    }

    .banner-text h1 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 9px;
    }

    .banner-text p {
        color: #ffffff;
        font-size: 22px;
        line-height: 32px;
        font-weight: normal;
    }

    .services-gray .card-body ul.inline-ul li {
        width: 100% !important;
    }

    .fleet-slider1.fleet-slider2 .carousel-caption.col-md-4,
    .fleet-slider1.fleet-slider2 img.col-md-8 {
        position: relative !important;
        width: 100%;
    }

    .fleet-slider1 .col-lg-8,
    .fleet-slider1 .col-lg-4 {
        width: 100%;
    }

    .fleet-slider1 .col-lg-4 {
        padding-left: 25px;
    }

    .fleet-slider1.fleet-slider2 .carousel-caption.col-md-4,
    .fleet-slider1.fleet-slider2 img.col-md-8 {
        position: relative !important;
        width: 100%;
    }

    .fleet-slider1.fleet-slider2 .carousel-caption.col-md-4 {
        padding-left: 25px;
    }


}

.same-height {
    background-color: #15233a;
    padding: 40px;
    color: #fff;
}

.same-height h2 {
    color: #fff;
    font-size: 150px;
    line-height: 100px;
    margin-bottom: 30px;
}

.same-height h3 {
    color: #fff;
    margin-bottom: 40px;
}

.page-content .same-height p {
    color: #fff;
}

.same-height.same-height2 h2 {
    font-size: 110px;
}


.fleet-slider1 {
    background-color: #f2f2f2;
    padding: 50px 0;
}

.fleet-slider1 .container {
    background-color: #fff;
    padding: 0;
    padding-right: 15px;
}

.fleet-slider1 li.list-group-item.flex-fill {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
    box-shadow: none;
}

.fleet-slider1 ul.list-group {
    box-shadow: none;
    border-radius: 0;
}

.text-slider1 {
    padding-top: 25px;
    text-align: left;
}

.carousel-caption {
    right: 0 !important;
    left: auto;
    top: 0;
}

.fleet-slider1 button.carousel-control-prev span {
    background-color: #0c1626;
    width: 40px;
    height: 40px;
}

.fleet-slider1 button.carousel-control-next span {
    background-color: #0c1626;
    width: 40px;
    height: 40px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 2%;
}

.fleet-slider2 .col-lg-12 {
    padding-right: 0;
}


.services-gray {
    background-color: #f8f8f8;
    padding: 50px 0;
}

.services-gray h3.card-title {
    color: #15233a;
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.services-gray h4.card-title {
    color: #15233a;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 24px;
    line-height: 34px;
}

.services-gray .card-body {
    padding: 35px;
}

.services-gray .card-body ul {
    padding-left: 0;
    list-style: none;
}

.services-gray .card-body ul.inline-ul li {
    display: inline-block;
    width: 40%;
    list-style: disc;
}

.services-gray .card-body ul li:before {
    content: "■";
    color: #c10230;
    padding-right: 4px;
}

.services-gray .card.h-100 {
    border-radius: 0;
    border: 0;
}

.services-gray .card img {
    border-radius: 0;
}

section.services-white {
    padding: 50px 0;
}

.services-white h3 {
    color: #15233a;
    font-size: 30px;
}

.services-white a.btn.btn-primary {
    padding-left: 19px;
    line-height: 26px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.section-2119 {
    background-color: #EFEFEF;
}

.section-2119 .form-control {
    background-color: #3b4d5a;
    border: 1px solid #3b4d5a;
    border-radius: 0;
    min-height: 55px;
    color: #fff;
}

.section-2119 .form-control::placeholder {
    color: #FFFFFF;
}

.section-2119 .btn-primary {
    background-color: #8AC633;
    color: #fff;
}

.section-2119 .address a {
    color: #000;
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1570px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .section-2304 p.limit-height {
        color: #fff;
        font-size: 19px;
    }

    .slide .slide-text {
        top: 41%;
    }

    .navbar a.btn.btn-primary {
        padding: 5px 30px;
        font-size: 18px;
        padding-left: 11px;
    }

    .fleet-slider1 h3 {
        font-size: 25px;
    }

    .page-content .fleet-slider1 p {
        font-size: 18px;
    }

    .fleet-slider2 .carousel-caption {
        top: -41px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .navbar a.btn.btn-primary {
        padding-left: 15px;
        font-size: 15px;
        padding-right: 25px;
    }

    .section-2304 p.limit-height {
        color: #fff;
        font-size: 18px;
        min-height: 263px;
    }

}

@media screen and (min-width: 991px) and (max-width: 1400px) {
    .slide .slide-text {
        top: 37%;
        width: 450px;
    }

    .slide .slide-text h1 {
        color: #FFF;
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 19px;
    }

    .slide .slide-text h5 {
        color: #FFF;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 22px;
    }

    .slide .slide-text p {
        font-size: 18px;
        font-weight: normal;
        margin-top: 5px !important;
    }

    .slide .slide-text .btn {
        padding: 5px 18px;
        font-size: 15px;
        padding-right: 35px;
    }
}

@media screen and (max-width: 767px) {
    .banner-text {
        margin-top: 0;
        background-color: #19233b;
        width: 100%;
        margin-top: 30px;
        padding: 15px;
    }

    .banner-text h1 {
        font-size: 50px;
        margin-bottom: 9px;
    }
}

@media screen and (max-width: 579px) {
    .slide .slide-text .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}