@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: "Cocogoose-Compressed-Bold-trial";
    src: url(../fonts/Cocogoose-Compressed-Bold-trial.ttf);
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "rajdhani-medium";
    src: url(../fonts/rajdhani-medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Cocogoose-Compressed-Bold-trial";
    font-size: 76px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "Cocogoose-Compressed-Bold-trial";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Cocogoose-Compressed-Bold-trial";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Cocogoose-Compressed-Bold-trial";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Cocogoose-Compressed-Bold-trial";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Cocogoose-Compressed-Bold-trial";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat-Medium";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

header {
    position: absolute;
    width: 98%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 11px;
    margin: 0 auto;
}

.menuSection {
    background: #fff;
    padding: 15px 0;
}
.header-logo {
    padding: 0;
    border-right: 1px solid #7c7c7c59;
    /* margin-left: -20px; */
    text-align: start;
}
.menuSection .row {
    align-items: center;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}
.header-btn {
    text-align: end;
    border-left: 1px solid;
}

.header-btn input {
    border-bottom: 1px solid !important;
    border: unset;
    width: 73%;
}
.header-btn input::placeholder {
    font-family: 'Cocogoose-Compressed-Bold-trial';
    text-transform: uppercase;
    font-size: 13px;
}
.header-btn i {
    margin-left: -20px;
}
.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #022133;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 34px;
    border: 1px solid;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    z-index: 1;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #ffff;
    width: 5px;
    height: 5px;
    box-shadow: 0 0 0 2px #063f60, 0 0 0 3px #fff;
    color:var(--icon-css);
    transform:scale(0.7);
    position:relative;
    margin:-5px -2px -5px -4px;
    user-select:none;
    vertical-align:baseline;
    
}

.carousel-item img {
    height: 870px;
    width: 75%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.main_slider {
    background-image: url(../images/banner-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

section.main_slider::before {
    background: linear-gradient(90deg, rgb(6 23 40 / 24%) 13%, rgba(148, 187, 233, 0) 100%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner_text h1 {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.116;
}

.banner_text h4 {
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 6px;
    color: #fff;
    font-weight: 200;
    padding-top: 10px;
}

.banner_text p {
    color: #6f7981;
    font-size: 14px;
    padding-bottom: 11px;
    padding-top: 11px;
}

.banner_text a {
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #063f60;
    color: #fff;
    padding: 0;
    padding-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.banner_text a img {
    height: auto;
    width: auto;
    background: #ffffff;
    display: flex;
    padding: 20px;
    margin: 0;
}

section.main_slider::after {
    position: absolute;
    content: '';
    width: 18%;
    height: 100%;
    background: #012235;
    top: 0;
    right: 0;
}

.carousel-caption .container-fluid {
    padding: 0 93px;
}

.banner_img img {
    position: absolute;
    height: auto;
    width: auto;
    bottom: 0;
    right: 310px;
    z-index: 1;
}

.banner_img:before {
    position: absolute;
    content: '';
    width: 195px;
    height: 130px;
    background: #000000a8;
    bottom: 0;
    right: 310px;
    z-index: 2;
}

.watch_vedio {
    background: #063f60;
    position: absolute;
    width: 163px;
    height: 51px;
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    right: 14%;
    bottom: 22px;
    transform: rotate(90deg);
    padding: 16px 23px;
}

.soical_icon {
    display: flex;
    align-items: center;
    position: absolute;
    right: -173px;
    transform: rotate(90deg);
    justify-content: space-between;
    width: 41%;
    bottom: 342px;
}

.soical_icon ul {
    display: flex;
    gap: 25px;
}

.soical_icon h5 {
    color: #fff;
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
    font-weight: 600;
}

.soical_icon:before {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    background: #1a303d;
    right: 0;
    top: 24px;
    z-index: 0;
}

.soical_icon ul li a {
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50px;
    color: #fff;
    background: #1a303d;
    font-size: 22px;
    transform: rotate(-90deg);
}

.watch_vedio h5 {
    color: #fff;
}

.banner_img a {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50px;
    color: #fff;
    bottom: 35px;
    position: absolute;
    right: 25%;
    z-index: 2;
}

.carousel-indicators {
    /* margin-right: 89%;
    margin-left: 17%; */
    margin: 0;
    left: -84%;
    bottom: 20px;
}

.soical_icon ul li a:hover {
    background: #fff;
    color: #012134;
}


/*banner css end*/


/* fleet */

.fleet {
    padding: 100px 0;
}

.fleet_content h2 {
    text-transform: uppercase;
    font-size: 60px;
    color: #1f1f1f;
}

.service_content p {
    color: #7c7c7c;
}

.fleet_content p {
    color: #7c7c7c;
}

.fortuner {
    background: #063f60;
    padding: 56px 25px;
    height: 100%;
    /* position: relative; */
    /* z-index: 1; */
}

.fleet .col-md-4 {
    padding: 0;
}

.fleet .col-md-8 {
    padding: 0;
}
.fortuner h2::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #517990;
    z-index: 3;
    top: 97px;
    left: 0;
}
.fortuner h2 {
    color: #fff;
    font-size: 31px;
    text-transform: uppercase;
    padding-top: 55px;
    position: relative;
    z-index: 1;
}

.fortuner p {
    font-size: 17px;
    color: #677e8b;
    padding-top: 15px;
    padding-bottom: 13px;
}

.fortuner a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Cocogoose-Compressed-Bold-trial';
}

.Mercedes-Benz {
    background-image: url(../images/car-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 108px 128px 466px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.Mercedes-Benz::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgb(0 14 29 / 57%) 0%, rgba(0, 14, 29, 1) 76%);
}
.Mercedes-Benz1 h3:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #4d5761;
    z-index: 3;
    top: 33px;
    left: 0;
}

.Mercedes-Benz h3:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #4d5761;
    z-index: 3;
    top: 35px;
    left: 0;
}
.Mercedes-Benz h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.Mercedes-Benz p {
    color: #7a7b82;
    padding-top: 12px;
    padding-bottom: 13px;
}

.Mercedes-Benz a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Cocogoose-Compressed-Bold-trial';
}

.Mercedes-Benz1 {
    background-image: url(../images/car-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 145px 430px 128px 81px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.Mercedes-Benz1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(-90deg, rgb(0 14 29 / 63%) 0%, rgb(0 14 29) 61%);
}

.Mercedes-Benz1 h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.Mercedes-Benz1 p {
    color: #7a7b82;
    padding-top: 12px;
    padding-bottom: 13px;
}

.Mercedes-Benz1 a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Cocogoose-Compressed-Bold-trial';
}


/* fleet */

.about_img.inner-about img {
    height: 300px;
    object-fit: cover;
}
/* service */

.our_servics {
    padding: 0 0 100px 0;
}

.service_content h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: #1f1f1f;
}
.serives_card img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}

.serives_card {
    position: relative;
    z-index: 1;
}

.services_text {
    text-align: center;
    background: #fff;
    padding: 20px 6px;
    position: absolute;
    bottom: 2px;
    margin: 5px;
    height: 240px;
}

.services_text p {
    padding-bottom: 15px;
    color: #7c7c7c;
    padding-top: 15px;
}

.services_text a {
    width: 206px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #063f60;
    color: #fff;
    padding: 1px;
    padding-left: 19px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: 500;
}

.services_text a img {
    height: auto;
    width: auto;
    background: #ffffff;
    display: flex;
    padding: 19px;
    margin: 0;
}

.services_text h3 {
    text-transform: uppercase;
    font-size: 29px;
}


/* service */

.about_text h2 {
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #1f1f1f;
    font-size: 60px;
}

.about_text p {
    padding-bottom: 26px;
    /* text-align: start; */
    font-size: 14px;
    color: #7c7c7c;
    width: 85%;
}

.about_text h3 {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 36px;
    position: relative;
    color: #063f60;
}

.about_text h3::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 4px;
    left: 0;
    background: #063f60;
    bottom: 10px;
}

.about_text.inner-about h3 {
    padding-bottom: 20px;
}

.about_text.inner-about h3::before {
    bottom: 35px;
}

.about_sec {
    padding-bottom: 100px;
}

.about_sec.inner-about {
    padding-top: 100px;
}

.about_text a {
    width: 206px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #063f60;
    color: #fff;
    padding: 1px;
    padding-left: 19px;
    font-size: 15px;
    text-transform: uppercase;
    /* margin: 0 auto; */
    font-weight: 500;
}

.about_text a img {
    height: auto;
    width: auto;
    background: #ffffff;
    display: flex;
    padding: 19px;
    margin: 0;
}

.about_img img {
    width: 100%;
    height: 570px;
}

.about_sec .row {
    align-items: center;
}

.exprences {
    background-image: url(../images/exprences.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 847px;
    display: block;
    align-content: end;
    padding-bottom: 75px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.expreences_text h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 62px;
}

.expreences_text p {
    color: #7c7c7c;
    padding-bottom: 15px;
}

.expreences_text a {
    width: 233px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #063f60;
    color: #fff;
    padding: 1px;
    padding-left: 19px;
    font-size: 15px;
    text-transform: uppercase;
    /* margin: 0 auto; */
    font-weight: 500;
}

.expreences_text a img {
    height: auto;
    width: auto;
    background: #ffffff;
    display: flex;
    padding: 19px;
    margin: 0;
}

.expreences_text {
    position: relative;
    z-index: 1;
    /* margin-left: 62px; */
    padding-left: 83px;
    padding-right: 14px;
}

.expreences_text::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 428px;
    background: #020f1e;
    /* left: -337px; */
    top: 0;
    z-index: -1;
    right: 0;
}

.exprences::before {
    position: absolute;
    content: '';
    width: 12.2vw;
    height: 42%;
    left: 0;
    bottom: -2px;
    background: #0b3e5ca1;
    z-index: 2;
}

.expreences_text h2 span::before {
    background: #09304a;
    position: absolute;
    content: '';
    width: 89%;
    height: 78px;
    z-index: -1;
    right: 0;
    top: 0;
}

.exprences::after {
    position: absolute;
    content: '';
    width: 12.2vw;
    height: 50%;
    left: 0;
    top: -2px;
    background: #0b3e5cdb;
    z-index: 2;
}

.why_chose_us {
    padding: 100px 0;
}

.why_chose_img img {
    height: 690px;
    object-fit: cover;
    width: 100%;
}

.why_choses_text_para {
    background: #020f1e;
    padding: 29px;
    margin-left: -137px;
    border: 10px solid #fff;
}

.why_chose_img {
    margin-right: 0;
}

.why_choses_text_para p {
    color: #fff;
    padding-bottom: 19px;
    color: #7c7c7c;
}

.why_choses_text_para a {
    width: 206px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #063f60;
    color: #fff;
    padding: 1px;
    padding-left: 19px;
    font-size: 15px;
    text-transform: uppercase;
    /* margin: 0 auto; */
    font-weight: 500;
}

.why_choses_text_para a img {
    height: auto;
    width: auto;
    background: #ffffff;
    display: flex;
    padding: 19px;
    margin: 0;
}

.why_choses_text {
    background: #ffff;
}

.why_choses_text h2 {
    font-size: 60px;
    padding-bottom: 0;
    padding-left: 10px;
    color: #1f1f1f;
    text-transform: uppercase;
}

.Riviewes_sec_content h2 {
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 60px;
}

.carousel-item.inner-page.active img {
    height: 600px;
}

.detail_text {
    background: #063f60;
    padding: 20px;
    margin-top: 20px;
}

.detail_text h2 {
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
}

.detail_text p {
    color: #cccccc;
    font-size: 11px;
    padding-bottom: 12px;
}

.services_detail {
    padding: 100px 0px;
}

.inner-about_text p {
    padding-bottom: 26px;
    /* text-align: start; */
    font-size: 14px;
    color: #7c7c7c;
}
.Riviewes_sec {
    padding-bottom: 100px;
}
.reviwes_card {
    background: #fafafa;
    padding: 19px 36px;
    height: 320px !important;
    box-shadow: 0 0 3px 0 #cacaca;
}
.reviwes_card.inner-revi {
    padding: 28px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.Dr_img {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 22px;
}

.Dr_img img {
    width: 51px;
    height: 51px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.reviwes_card i {
    padding-top: 36px;
    padding-bottom: 30px;
    color: #fd9003;
}

.reviwes_card p {
    padding-bottom: 21px;
    color: #7c7c7c;
}

.reviwes_card:hover {
    background: #063f60;
}

.reviwes_card:hover p {
    color: #fff;
}

.Dr_text h5 {
    text-transform: uppercase;
    font-size: 21px;
}

.Dr_text h6 {
    text-transform: uppercase;
    color: #4a4a4a;
}

.reviwes_card:hover h5 {
    color: #fff;
}

.reviwes_card:hover h6 {
    color: #fff;
}

.contact_sec {
    padding: 100px 0;
}
.contact_form form input::placeholder{
color: #fff;
}

.contact_form form input {
    width: 100%;
    height: 49px;
    padding: 9px;
    margin-bottom: 49px;
    border: unset;
    border-bottom: 1px solid #fff;
    background: #020f1e;
    color: #fff;
}

.contact_form form select {
    width: 100%;
    height: 51px;
    border: unset;
    border-bottom: 1px solid #fff;
    padding: 7px;
    appearance: auto;
    background: #020f1e;
    color: #fff;
}
.contact_form form textarea::placeholder{
    color: #fff;
}
.contact_form form textarea {
    width: 100%;
    border: unset;
    border-bottom: 1px solid #fff;
    background: #020f1e;
    color: #fff;
}
.contact_form form p {
    color: #fff;
    padding-bottom: 11px;
}
.contact_form form h2 {
    font-size: 47px;
    padding-bottom: 13px;
    color: #fff;
}

.contact_form {
    padding: 73px 73px 100px;
    border-radius: 5px;
}

.contact-icon {
    display: flex;
    gap: 66px;
    align-items: center;
    margin: 57px 31px 0;
}

.contact_details h2 {
    padding-left: 24px;
    padding-top: 82px;
    color: #fff;
}

.contact-icon a {
    color: #ffffff;
    font-weight: 600;
}

.contact-icon a img {
    height: 47px;
    width: 54px;
}

.contact-icon p {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.contact_details {
    background-color: #063f60;
    height: 100%;
    margin-left: -37px;
    padding-left: 42px;
    border-radius: 5px;
}

.contact_form button {
    position: absolute;
    height: 45px;
    width: 46px;
    text-align: center;
    padding-top: 0px;
    border-radius: 11px;
    color: #063f60;
    bottom: 91px;
    right: 241px;
    border: unset;
    background-color: #fff;
}

.contact_form {
    position: relative;
    z-index: 1;
    background-color: #020f1e;
}
.fleet_sec{
   padding: 50px 0;
}


.fleet_img {
    background: #063f60;
    padding: 10px;
    height: 630px;
}

.fleet_img img {
    width: 100%;
    height: 407px;
    object-fit: cover;
}
.fleet_text a img {
    height: auto;
    width: auto;
    background: #ffffff;
    display: flex;
    padding: 20px;
    margin: 0;
}

.fleet_text a {width: 206px;
    height: 50px;
    display: flex;justify-content: space-between;
    align-items: center;
    background: #063f60;
    color: #fff;
    padding: 0px;
    padding-left: 19px;
    font-size: 15px;
    text-transform: uppercase;
    /* margin: 0 auto; */font-weight: 500;
    border: 1px solid #fff;}

.fleet_text {
    padding: 17px;
}

.fleet_text h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-family: 'Montserrat-Medium';
}

.fleet_text p {
    color: #ffffff99;
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 13px;
}
.makeappointment_form {
    padding: 100px 0;
}

.get_a_quote h2 {
    font-size: 75px;
    text-transform: uppercase;
}

/* quote-sec */

form.quote-form {
    margin-top: 50px;
}

.quote-form input,
.quote-form select {
    width: 100%;
    height: 50px;
    text-indent: 10px;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
    background: transparent;
}

.quote-form .position-relative select {
    margin-bottom: 0px;
    padding: 0px;
    color: #7c7c7c;
}

.quote-form textarea {
    padding: 10px;
    text-indent: 0px;
    height: 200px;
    width: 100%;
    resize: none;
    border: 1px solid #d4d4d4;
    margin-bottom: 11px;
}
.quote-form input::placeholder, .quote-form select::placeholder {
    color: #7c7c7c;
}

.quote-form textarea::placeholder {
    color: #7c7c7c;
}
.quote-form i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #012134;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    pointer-events: none;
    
}

.quote-form .position-relative {
    margin-bottom: 20px;
    z-index: 2;
}

.quote-form .position-relative input {
    margin-bottom: 0;
}

.quote-form div input[type="date"]::-webkit-calendar-picker-indicator,
.quote-form div input[type="time"]::-webkit-calendar-picker-indicator {
    position: relative;
    z-index: 2;
    width: 60%;
    margin-left: auto;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.clubj-buttn button {
   height: 50px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   background: #063f60;
   color: #fff;
   padding: 0px;
   padding-left: 19px;
   font-size: 15px;
   text-transform: uppercase;
   margin: 0 auto;
   font-weight: 500;
   border: 1px solid #063f60;
   width: 201px;
   }


.clubj-buttn button img {
    border-left: 1px solid #e5e5e5 !important;
    background: #e8e8e8 !important;
}

.clubj-buttn button img {
    height: auto;
    width: auto;
    background: #ffffff;
    display: flex;
    padding: 19px;
    margin: 0;
}
.Riviewes_sec.inner-revi {
    padding: 100px 31px;
}
.Qutes {
    position: absolute;
    z-index: 2;
    top: -26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    width: 34px;
    background: #fafafa;
    box-shadow: 0 0 1px 0;
    border-radius: 51px;
}

.Qutes i {
    padding: 0;
    color: #022235;
}

.reviwes_card.inner-revi:hover .Qutes {
    background: #063f60;
}

.reviwes_card.inner-revi:hover .Qutes i {
    color: #fff;
}


.footerSec {
    background: #020f1e;
    padding-top: 100px;
    position: relative;
}

.footer-about h5 {
    color: #fff;
    font-size: 41px;
    text-transform: uppercase;
}

.footer-about p {
    color: #4f5861;
    font-size: 14px;
    width: 71%;
    padding-bottom: 68px;
}

.foot-links h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}


li {}

.footer-about::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 167%;
    right: 22px;
    bottom: -121px;
    background: #7c7c7c30;
}

.foot-links {
    position: relative;
    z-index: 1;
}

.foot-links::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 197%;
    right: 30px;
    bottom: -147px;
    background: #7c7c7c33;
}
.foot-links ul {
    column-count: 2;
    padding-top: 19px;
}

.foot-links ul li a {
    padding-bottom: 11px;
    color: #4f5861;
    text-transform: uppercase;
}

.news-letter h5 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 21px;
}
.footer-btm {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid;
    margin-top: 40px;
}

.copy-txt p {
    color: #7c7c7c;
}
.news-letter form input {
    width: 74%;
    height: 60px;
    margin-bottom: 10px;
    color: #fff;
    background: #1e2937;
    border: 0;
    padding: 11px;
}

.news-letter form input::placeholder {
    color: #636970;
}
.news-letter form button {
    width: 191px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #063f60;
    color: #fff;
    padding: 1px;
    padding-left: 19px;
    font-size: 15px;
    text-transform: uppercase;
    /* margin: 0 auto; */
    font-weight: 500;
    height: 52px;
    border-color: #fff;
}

.news-letter form button img {
    height: auto;
    width: auto;
    background: #ffffff;
    display: flex;
    padding: 19px;
    margin: 0;
}
.footer-about {position: relative;z-index: 1;}
.detail_text li {
    color: #cccccc;
    font-size: 11px;
}

.detail_text li span {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}
.footer-contact ul {
    display: flex;
    position: absolute;
    top: -56px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    gap: 74px;
    height: 98px;
    align-items: center;
    background: #020f1e;
    width: 73%;
    border-radius: 10px;
    padding-right: 20px;
    /* overflow: hidden; */
}

.footer-contact {
    /* position: relative; */
}
.footer-contact ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 49px 10px 49px 0;
    /* border-radius: 10px; */
    height: 85px;
}
.footer-contact ul li:hover {
    background: #063f60;
}

.footer-contact ul li:hover i {
    background: #455760;
}
.footer-contact ul li i {
    background: #292929;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.footer-contact ul li h5 {
    color: #a8a9ad;
    text-transform: uppercase;
    font-family: rajdhani-medium;
    letter-spacing: 2px;
    font-size: 14px;
}
.footer-contact ul li a {
    color: #a8a9ad;
    display: flex;
    gap: 4px;
    font-size: 15px;
    align-items: center;
    width: 124%;
}

.footer-contact ul li a i {
    background: #292929;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.meeting {
    padding: 100px 0;
    text-align: center;
}

.meeting_img h2 {
    text-transform: uppercase;
    padding-top: 41px;
}

.meeting_img p {
    width: 54%;
    margin: 0 auto;
    padding-top: 13px;
}
.about_img.inner-about {
    padding-bottom: 23px;
}
.news-letter p {
    width: 66%;
    color: #4f5861;
    font-size: 13px;
    padding-bottom: 12px;
}
.news-letter p a {
    color: #fff;
}
.theme-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #000;
    border-radius: 0px;
    z-index: -1;
    transition: .5s all;
}

.theme-btn:hover::before {
    width: 100%;
    height: 100%;
}

.theme-btn {
    position: relative;
    z-index: 2;
    border: 0;
}

.theme-btn:hover {
    color: #fff;
}
.detail_text p span {
    font-weight: 700;
}
.texti_slider .slick-slide {
    opacity: 1.2;
}
.Special_Occasions {
    padding: 100px 0;
}

.Special_Occasions .row {
    align-items: center;
}

.Special_Occasions h2 {
    padding-bottom: 40px;
    font-size: 60px;
    text-transform: uppercase;
}
.Special_Occasions_img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.Special_Occasions_text p {
    padding-bottom: 40px;
    color: #5e5e5e;
}
.executive_transportation {
    padding: 100px 0;
}

.executive_transportation .row {
    align-items: start;
}

.executive_transportation_img img {
    height: 501px;
    object-fit: cover;
    width: 100%;
}

.executive_transportation_text h2 {
    font-size: 60px;
    color: #1f1f1f;
    text-transform: uppercase;
    padding-bottom: 23px;
}
.executive_transportation_text p {
    color: #5e5e5e;
}

.zero a {
    color: #5e5e5e;
}

.zero {
    padding-left: 74px;
    font-weight: 400;
    text-align: center;
    width: 50%;
    padding-bottom: 80px;
}
.executive_transportation_text a {
    text-align: center;
    width: 44%;
    padding-left: 100px;
    color: #420994;
    text-decoration: underline;
}

.zero a {
    padding: 0;
    text-decoration: none;
    color: #5e5e5e;
}

.executive_transportation_text {
    padding-top: 20px;
}

.texti_slider .slick-slide.slick-current.slick-active {
    width: 520px !important;
}

.texti_slider .slick-slide.slick-active {
    width: 330px !important;
}
.texti_slider {
    height: 380px;
}
.texti_slider .slick-prev::before {
    content: '\f060';
    font-family: 'FontAwesome';
    color: #ffffff;
    border: 1px solid;
    border-radius: 45px;
    height: 50px;
    width: 50px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: -49px;
    left: -13px;
    background: #020f1e;
}
.texti_slider .slick-next:before {
    content: '\f061';
    font-family: 'FontAwesome';
    color: #ffffff;
    border: 1px solid;
    border-radius: 50px;
    height: 50px;
    width: 51px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: -49px;
    right: -13px;
    background: #020f1e;
}



.footer-about a img {
    width: 200px;
    height: 70px;
    margin-bottom: 20px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(5%) saturate(8%) hue-rotate(322deg) brightness(105%) contrast(100%);
}
.texti_slider .slick-slide.slick-current.slick-active .reviwes_card {
    background: #063f60;
}

.texti_slider .slick-slide.slick-current.slick-active .reviwes_card * {
    color: #fff;
}

.texti_slider .slick-slide.slick-current.slick-active .reviwes_card i {
    color: #fd9003;
}