/** ====|| Common CSS Start ||==== **/
@font-face{
    font-family: 'Uber Move', sans-serif;
    font-weight: 700;
    src: url(../fonts/UberMove-Bold.ttf);
}
@font-face{
    font-family: 'Uber Move', sans-serif;
    font-weight: 500;
    src: url(../fonts/UberMove-Medium.ttf);
}
@font-face{
    font-family: 'Uber Move', sans-serif;
    font-weight: 400;
    src: url(../fonts/UberMove-Regular.ttf);
}
@font-face{
    font-family: 'Uber Move', sans-serif;
    font-weight: 300;
    src: url(../fonts/UberMove-Light.ttf);
}
/* Font Integration End */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Uber Move', sans-serif;
    margin: 0 auto;
}
h1{
    font-size: 40px;
    line-height: 48px;
    color: #0A0E10;
}
h2{
    font-size: 35px;
    line-height: 42px;
}
h3{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #3A494E;
}
h4{
    font-size: 25px;
    line-height: 30px;
}
p{
    font-size: 20px;
    line-height: 35px;
    color: #8C8686;
}
.primary-color{
    color: #0A0E10
}
.secondary-color{
    color: #0FC500;
}
.black-gray{
    color: #3A494E;
}
.small-font{
    font-size: 14px;
}
.common-padding{
    padding: 80px 0;
}
.play-icon{
    width: 82px;
    height: 82px;
    font-size: 52px;
    text-align: center;
    color: #fff;
    position: absolute;
    padding-left: 5px;
    cursor: pointer;
    right: 30px;
    bottom: 30px;
    background-color: #0376F9;
    border: 4px solid #0376F9;
    border-radius: 100%;
    transition: .3s;
}
.play-icon:hover{
    background-color: #fff;
    color: #0376F9;
}
.our-fleets .owl-theme .owl-dots {
    display: none !important; 
    visibility: hidden !important;
}
/** ====|| Common CSS Start ||==== **/

/** ====|| Navbar Section Start ||==== **/
.logo{
    width: 212px;
}
.book-now {
    border: 1px solid #0FC500;
}
.book-now2{
    background-color: #0FC500;
}
.book-now:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.user-icon{
    font-size: 16px;
    line-height: 0;
    color: #fff;
    margin-right: 7px;
}
header.nav-fixed {
    padding: 5px 0;
    width: 100%;
    position: fixed;
    transition: 0.3s ease-in-out;
}
.nav-active {
    background-color:#0A0E10;
    box-shadow: 5px -1px 12px -5px grey;
}
.navbar-toggler:focus{
    box-shadow: none !important;
    outline: 0 !important;
}

/** ====|| Navbar Section End ||==== **/

/** ====|| Banner Section Start ||==== **/
.banner-bg{
    background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url("/images/hero.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    margin: 0 auto;
}
.banner-margin{
    margin: 0 auto;
}
.book-form{
    background-color: rgba(10, 20, 20, 0.7);
}
.tab {
    border-bottom:  2px solid #fff;
}

.tab li, .tab-i li{
    list-style: none;
    text-decoration: none;
    font-weight: 500;
}

.tab li a:hover{
    color: rgba(255, 255, 255, 0.5);
}
.brand-section{
    margin-top: -120px;
}
.brand-section h4{
    font-size: 23px;
    letter-spacing: 3px;
    word-spacing: 3px;
    font-weight: 700;
}
/** ====|| Banner Section End ||==== **/

/** ====|| Service Section Start ||==== **/
.single-service{
    margin: 30px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}
.single-service:hover{
    border-bottom: 3px solid #0376F9;
}
.service-icon i{
    font-size: 64px;
    transition: .3s;
}
.single-service h3{
    transition: .3s;
}
.single-service:hover .service-icon i, .single-service:hover h3{
    color: #0376F9;
}
/** ====|| Service Section End ||==== **/


/** ====|| Why Us Section Start ||==== **/

/** ====|| Why Us Section End ||==== **/

/** ====|| Our Fleets Section Start ||==== **/
.blue-bg{
    background-color: #0376F9;
}
.our-fleets img{
    height: 250px;
}
.our-fleets .owl-theme .owl-nav button.owl-prev:hover{
    background: none !important;
}
.our-fleets .owl-theme .owl-nav button.owl-next{
    position: absolute;
    top: 30%;
    right: -5%;
    outline: 0;
}
.our-fleets .owl-theme .owl-nav button.owl-prev{
    position: absolute;
    top: 30%;
    left: -5%;
    outline: 0;
}
.our-fleets .owl-theme .owl-nav button.owl-next:hover{
    background: none;
}
.our-fleets .owl-theme .owl-nav button.owl-prev span{
    font-size: 45px;
    font-weight: 500;
    color: #fff;
}
.our-fleets .owl-theme .owl-nav button.owl-next span{
    font-size: 45px;
    font-weight: 500;
    color: #fff;
}

.our-fleets .fleets-img img{
    width: 90%;
}
/** ====|| Our Fleets Section End ||==== **/

/** ====|| Clients Section Start ||==== **/
.client-bg {
    background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/images/client-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20px 0 80px 0;
}
.bg-black-color {
    background-color: #101010;
}
.person .item img{
    width: 100px;
    height: 100px;
}
 .owl-dots {
    display: none !important; 
    visibility: hidden;
}
.person.owl-theme .owl-nav button.owl-prev:hover{
    background: none !important;
}
.person.owl-theme .owl-nav button.owl-next{
    position: absolute;
    top: 30%;
    right: -5%;
    outline: 0;
}
.person.owl-theme .owl-nav button.owl-prev{
    position: absolute;
    top: 30%;
    left: -5%;
    outline: 0;
}
.person.owl-theme .owl-nav button.owl-next:hover{
    background: none;
}
.person.owl-theme .owl-nav button.owl-prev span{
    font-size: 45px;
    font-weight: 500;
    color: #fff;
}
.person.owl-theme .owl-nav button.owl-next span{
    font-size: 45px;
    font-weight: 500;
    color: #fff;
}
.client-item{
    margin: 0 auto;
    width: 60% ;
}
.service-title{
    color: #3A494E;
}
/** ====|| Clients Section End ||==== **/


/** ====|| CTA Section Start ||==== **/
.cta-container .book-now:hover{
    color: #060606;
    border: 1px solid #060606;
}
.cta-left{
    background-image: url("/images/continuous-line-woman.svg");
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.cta-right{
    background-image: url("/images/private-car.svg");
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.cta-text{
    margin-top: -290px;
}

/** ====|| CTA Section End ||==== **/

/** ====|| Footer Section Start ||==== **/
.footer-top{
    background-color: #101010;
}
.footer-bottom, .footer-section{
    background-color: #060606;
}
.footer-top ul{

}
.footer-top ul li{
    list-style: none;
    margin-bottom: 15px;
}
.footer-button{
    background-color: #0376F9;
}
/** ====|| Footer Section End ||==== **/