:root {
    --theme-color:#bc1823;
    --title-color: #bc1823;
    --secondary-color: #fde5d8;
    --border-color: #e7e5e5;
    --title-font:
    "Oswald", sans-serif;
    --body-font:
    "Inter", sans-serif;
    --icon-font:
    "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}
body {
   padding: 0;
    margin: auto;
}
.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
    outline: none
}
a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
    font-weight: 400;
    
}

dl, ol, ul {
    margin: 0 !important;
    padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}
button {
    transition: all ease .4s
}
img {
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
    font-family: var(--body-font);
}
p {
    margin: 0 0 18px 0;
    line-height: 1.63;
    font-family: var(--body-font);
    font-weight: 400;
}
.h1,h1 {
    font-size: 48px
}

.h2,h2 {
    font-size: 40px
}

.h3,h3 {
    font-size: 36px
}

.h4,h4 {
    font-size: 28px
}

.h5,h5 {
    font-size: 24px
}

.h6,h6 {
    font-size: 20px
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color:var(--theme-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    right: 30px;
}
.header-top{
    background-color: var(--theme-color);
}
.header-links ul{
    display: flex;
    justify-content: end;
}
.header-links{
    padding: 7px;
}
.header-links ul li a{
   font-size: 15px;
   padding: 0px 20px;
   color: #fff;
   text-transform: uppercase;
}
.header-links ul li a i{
    padding-right: 4px;
}
.tab-links li a{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.tab-links li a:hover{
    color: var(--theme-color);
}
.banner-bg{
    position: relative;
    /* background-image: url(../images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
}
.banner-center-text{
    background-color: #fff;
    font-size: 16px;
    padding: 5px 50px;
    color: #000 !important;
    margin: 18px 0px !important;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.banner-heading h3{
   color: #fff;
   font-family: var(--title-font);
   line-height: 110px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 100px;
    text-shadow: rgb(0, 0, 0) 2px 2px 6px;
    text-align: center;
}
.luxury{
   color: #fff;
   font-family: var(--title-font);
   line-height: 110px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 100px;
    text-shadow: rgb(0, 0, 0) 2px 2px 6px;
}
.banner-heading{
    position: absolute;
    content: '';
    top: 30%;
}
.primary-btn1{
    background-color: var(--theme-color);
    color: #ffffff !important;
    font-size: 19px;
    letter-spacing: 1px;
    padding: 18px 75px;
    font-weight: 500;
}
.primary-btn1:hover{
    background-color: #000000;
}
.primary-btn2:hover{
    background-color: var(--theme-color);
    color: #fff !important;
}
.primary-btn3:hover{
    background-color: #ffffff;
    color: #000 !important;
}
.primary-btn:hover{
    background-color: #fff;
    border: 1px solid #0c142e;
    transition: 600ms;
    color: #000 !important;
}
.info-left-side div a:hover{
    background-color: #fff;
    color: #000 !important;
}
.service-left-side a:hover{
    background-color: #fff;
    color: #000 !important;
}

.private-left-side a:hover{
    background-color: #fff;
}

.primary-btn2{
    background-color: #fff;
    color: #000 !important;
    font-size: 19px;
    letter-spacing: 1px;
    padding: 18px 75px;
    margin: 0px 61px;
    font-weight: 500;
}
.primary-btn3{
    background-color: var(--theme-color);
    color: #ffffff !important;
    font-size: 19px;
    letter-spacing: 1px;
    padding: 18px 74px;
    font-weight: 500;
}
.about-us-page{
    padding: 50px 0px;
}
.about-us-page img{
    border-radius: 25px;
}
.primary-btn{
    background-color: var(--theme-color);
    color: #ffffff !important;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 18px 36px;
    font-weight: 600;
    margin-top: 30px;
    border: 1px solid #0c142e;
}
.welcome{
    color: var(--theme-color);
}
.about-us-page h5{
    font-size: 20px;
    font-weight: 700;
}
.about-us-page h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about-us-page p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}
.about-left-side{
    margin-top: 40px;    
}
.info-page{
   position: relative;
}
.info-page-box{
    background-image: url(../images/drivers.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.info-left-side {
    padding-left: 60px;
    padding-top: 82px;
}
.info-left-side h4{
 color: #fff;
 font-size: 36px;
}
.info-left-side h5{
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
}
.info-left-side h1{
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
}
.info-left-side h6{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.info-left-side p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}
.info-left-side div a{
    background-color: var(--theme-color);
    color: #ffffff !important;
    padding: 12px 25px;
    font-size: 16px;
    margin-right: 20px;
}
.info-left-side div{
    margin-top: 50px;
    margin-bottom: 35px;
}

.info-part{
    color: var(--theme-color);
}
.service-page{
    padding: 60px 0px;
    background: #fffcf7;
}
.service-card{
box-shadow: 1px 2px 3px 2px #c4c3c3;

}
.service-card h4 {
 padding: 10px 0PX 0PX 15PX;
 font-size: 21px;
 color: var(--theme-color);
}
.service-card p {
    padding: 15px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}
.service-card a {
    padding: 12px 28px !important;
    font-size: 16px;
    color: #fff;
    background-color: #0c142e;
    display: inline-block !important;
    margin: 15px;
}
.service-card {
    background: #000;   
}
.service-card-image{
    overflow: hidden;
}
.service-card-image img:hover{
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}
.service-left-side a{
    background-color: var(--theme-color);
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px 20px;
    margin-right: 15px;
}
.right-side {
    margin: 55px 0px;
    display: grid;
}
.service-left-side div{
    margin-top: 12px;
    margin-bottom: 0px;
}
.white-btn{
    background-color: #fff !important;
}
.white-btn:hover{
    background-color: var(--theme-color) !important;
    color: #fff !important;
}
.black-btn{
    background-color: #000 !important;
}
.black-btn:hover{
    background-color: #0c142e !important;
}
.private-page{
   position: relative;
   background-image: url(../images/center1.jpg);
   background-repeat: no-repeat;
   background-size: cover;
}
.private-left-side{
    padding-left: 60px;
    padding-top: 82px;
    padding-bottom: 10px;
}
.private-left-side h4{
    color: #fff;
    font-size: 24px;
}
.private-left-side h5{
    color: #fff;
    font-size: 18px;
}
.private-left-side p{
    color: #fff;
    font-size: 16px;
}
.private-left-side a{
    padding: 12px 28px !important;
    font-size: 16px;
    color: #000 !important;
    background-color: #0c142e;
    display: inline-block !important;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.achievements-page{
    padding: 60px 0px;
}
.accord-bg{
    background-color: #000;
    color: #fff;
    font-size: 18px;
}
.accordion-button{
    font-size: 19px;
   font-weight: 400;
}
.achievements-page h4{
    font-size: 28px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.achievememt-box {
    padding: 200px 20px;
    text-align: center; 
}
.achievememt-box h4{
    font-size: 32px;
    text-transform: uppercase;
}
.achievememt-box div img{
    max-width: 24% !important;
    height: Auto;
}
.accordion-header:hover{
    background-color: #000;
    color: #fff;
}
.menu li{
    padding: 18px 18px !important;
    background-color: #0c142e;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0px ;
    width: 230px;
    border-radius: 8px;
}
.menu li:hover{
    background-color:#fff; 
    color: #0c142e !important;
}
.menu li:hover a{
    color: #0c142e !important;
}
.menu li a{
    color: #ffffff !important;
    font-weight: 400;
    font-family: var(--title-font) !important;
}
.footer-page{
    padding: 40px 0px 0px 0px;
    background-color: #ebebeb;
}
.footer-menu h4{
    color: #0c142e;
    font-size: 28px;
    margin-bottom: 20px;
}
.copyright-wrap{
    color: #fff !important;
}
.copyright-text {
    font-size: 13px;
    margin-bottom: 0px;
}
.footer-menu P{
    color: #fff;
    margin-top: 40px;
    font-size: 14px;
}
.logo{
    max-width: 140px !important;
    height: auto !important;
    margin-left: 40px !important;
}
.logo_2{
    max-width: 220px;
    height: auto;
}
.header-layout {
    background: #ffffff;
}
.tab-links li {
    padding: 0px 6px;
    align-items: center;
    display: flex;
}
.footer-menu ul li{
    padding: 5px 0px;
    border-bottom: 1px dashed #0000001a;
    font-size: 15px;
}
.footer-menu ul li a{
  color: #0c142e;
}
.adress{
    margin-left: 20px;
}
.f-icon{
    max-width: 25px;
    height: 25px;
    margin: 0px 10px;
}
.w-icon{
    max-width: 130px;
    height: 50px;
}
.service-left-side h4{
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}
.service-left-side h2{
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}
.service-left-side h5{
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0px;
}
.service-left-side h6{
    font-size: 19px;
    font-weight: 400;
}
.service-left-side p{
    font-size: 15px;
    margin-bottom: 0px;
}
.copyright-wrap {
    color: #fff !important;
    background: #151515;
    padding: 10px 0px 0px 0px;
    margin-top: 20px;
}
.buttns{
    display: flex;
}
.right-side{
    margin-top: 40px !important;
}
.about_img img{
    border-radius: 30px;
}
.about-us_page{
    padding: 60px 0px;
    background-color: #f6fdfe;
    position: relative;
}

.breadcrumb-area{
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
}
.breadcrum-box {
    background: #050505e8;
    padding: 60px 0px;
    border-top: 1px solid #0c142e36;
}
.breadcrumb_heading {
    color: var(--theme-color);
}
.breadcrumb_heading {
    font-size: 38px;
}
.disc{
    background-color: var(--theme-color);
    width: 100px;
    height: 3px;
}
.about-heading h4{
    font-size: 42px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color: black !important;
    padding:10px 6px;
    text-decoration: none;
    display: block;
    font-size: 14px !important;
  }
  .dropdown-content a:hover {
    background-color: var(--title-color);
    color: #fff !important;
}
  .dropdown:hover .dropdown-content {
    display: block;
}
.dropbtn {
    width: 100%;
    background: transparent;
    color: #000000;
    border: none;
    text-transform: uppercase;
    padding: 10px 0px;
    font-weight: 600;
}
.service_page{
    padding: 60px 0px;
}
.about-heading h5{
    font-size: 21px;
    color: var(--theme-color);
}

.about-heading p{
    font-size: 16px;
}
.limo-contact{
    color: #0c142e;
}
.breadcrum-box h4{
    color: #fff;
    margin-top: 40px;
    font-size: 42px;
}

.about-heading img{
    margin-bottom: 20px;
}
.form-input {
    width: 100%;
    padding: 10px;
    margin: 20px 20px 20px 0px;
    border: none;
    /* box-shadow: 1px 1px 10px 8px #eee; */
    outline: none;
    color: grey;
    border-radius: 8px;
}
.contact_page {
    padding: 60px 0px;
}
.contact-title {
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
}
.contact-bg{
    padding: 0px 100px;
}
.about-heading img{
    border-radius: 20px;
}
.get-quote{
    padding: 60px;
    border: 1px solid #eee;
    border-radius: 15px;
    box-shadow: 2px 2px 5px 3px #eee;
}

.form-main {
        background: #fff;
        padding:20px;
        box-shadow: 2px 2px 5px 3px #eee;
        border-radius: 13px;
}
.form-main p{
    font-size: 14px;
    margin: 15px 0px;
}
.form-main label {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.payment-heading h3 {
    text-transform:uppercase;
    font-size: 20px;
    font-weight: bold;
    border: none;
    background:var(--theme-color);
    color: #fff;
    padding: 4px 10px;
    line-height: normal;
    border-radius: 4px;
    margin: 30px 0px;
    text-align: center;
}
	
.form-main-reserev .form-group label {
    font-size:14px;
    font-weight: bold;
    color: #323232;
}
.form-main-reserev .form-group .form-control {
    font-size:14px;
    font-weight: bold;
    color: #000000;
    border: 1px solid #e2e2e2;
}
.form-index {
    width: 100%;
    padding: 10px;
    margin: 10px;
    border: none;
    outline: none;
    color: #474747;
    box-shadow: 2px 2px 5px 3px #eee;
}
.our_fleet_page{
    padding: 60px 0px ;
}
.fusion-li-item {
    display: flex;
    padding: 14px;
    background: #ebebeb;
    margin: 10px 0px;
    border-bottom: 1px solid #000;
}
.icon-wrapper.circle-no {
    margin-right: 15px;
    color: var(--theme-color);
}
.our_fleet_page h3{
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}
.our_fleet_page h5{
    font-size: 20px;
}
.our_fleet_page p{
    font-size: 15px;
    color: #444;
}
.our_fleet_page_text{
    margin-bottom: 60px;
}
.custom-select {
    margin-right: 10px;
    font-size: 19px;
    padding: 0px 10px;
}
.rates ul{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.rates_bg{
    padding: 60px 0px;
    background-color: #f8f7f56c;
}

.price{
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
    height: 60px;
    font-weight:600;
    box-shadow: 1px 1px 6px 2px #ddd;
    font-size: 18px;
}
.rates{
    width: 100%;  
    box-shadow: 1px 1px 8px 2px #ddd;
}
.rates ul li{
    font-size: 15px; 
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}
td a{
    color: #000 !important;
    font-weight: 500;
}
td{
    height: 50px;
    padding-left: 10px;
}
/* strong{
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
} */
.rate-number a{
    color: var(--theme-color) !important ;
    font-weight: 500;
    font-size: 17px;
}
#airport{
    display: none;
}
.seo-none { display: none;}
.service-area-page{
    padding: 60px 0px;
}
.service-area-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-area-list ul li{
    background-color:var(--theme-color);
    color: #000 !important;
    margin: 18px 0px;
    border-radius: 8px;
    padding: 12px 10px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
    width: 32%;
    text-align: center;
}
.service-area-list ul li:hover{
    color: #fff;
    transition: 500ms;
    background-color: #f7ad23;
}   
.servicesarea_page{
    padding: 60px 0px;
}
.downtown {
    align-self: center;
    border-right: 1px solid #eee;
    padding-right: 20px;
}
.downtown h4{
    font-size: 38px;
    font-weight: 500;
    color: #000;
}
.blog_page{
    padding: 60px 0px;
}
.content-box h4 a {
    color: #000 !important;
    font-weight: 500;
    font-size: 30px;
}
.content-box h4{
   margin-top: 10px;
}
.news-block {
    position: relative;
    margin-bottom: 40px;
}
.news-block .inner-box {
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(var(--black-color-rgb), 0.07);
}
.news-block .post-date {
    position: relative;
    width: 80px;
    height: 110px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    background-color: var(--theme-color);
    float: right;
}
/* .news-block .image {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color);
    max-width: 31%;
    height: auto;
} */
.content-box {
    padding: 0px 0px 0px 20px;
}
.read-more {
    color: #000;
}
.content-box p{
    margin-top: 60px;
}
.news-post a {
    color: #000 !important;
    font-weight: 600;
    font-size: 17px;
}
.sidebar-title h3{
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc;
}
.post-inner h6{
    font-size: 17px;
}
.recent-post-meta a{
    font-size: 13px;
    color: var(--theme-color) !important;
}
.sidebar-title {
    position: relative;
    margin-bottom: 30px;
}
.news-post .post-inner {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    box-shadow: 1px 2px 5px 2px #ccc;
}
.lower-content a{
    color: var(--theme-color);
}
.form-group input{
    width: 100%;
    padding: 10px;
    color: #000;
    outline: none;
    box-shadow: 1px 1px 4px 2px #ddd;
    border: none;
    margin: 20px 0px;
}
.form-group textarea{
    width: 100%;
    padding: 10px;
    color: #000;
    outline: none;
    box-shadow: 1px 1px 4px 2px #ddd;
    border: none;
    margin: 20px 0px;
}
.news-detail {
    padding-right: 30px;
}
.post-date {
    margin: 10px 0px;
}
.image {
    max-width: 230px;
}
.widget-area {
    padding: 50px 0px;
}
.social-icons{
    display: flex;
    margin-top: 16px;
}
.about_images{
    overflow: hidden;
}
.about_images img:hover{
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}
.about-heading ul li{
    list-style-type: circle;
    padding: 7px 0px;
}
.contact-us-page-form{
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
}
.contact-us-page-form ul li{
    padding: 10px 0px;
    margin: 35px 0px;
    border-bottom: 1px solid #ff000024;
}
.contact-us-page-form ul li a{
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
.contact-us-page-form ul li i{
    color: var(--theme-color);
    font-size: 23px;
}
.form-box {
    background: #bc1823;
    padding: 20px;
    border-radius: 14px;
}
.contact-title-1 {
    font-size: 34px;
    text-transform: capitalize;
}
.service_area_box ul{
    display: flex;
    justify-content: space-evenly;
}
.service_area_box ul li {
    background-color: var(--theme-color);
    color: #fff;
    font-size: 20px;
    padding: 10px 8px;
    border-left: 10px solid #0c142e;
    margin: 15px 10px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.service_area_box ul li:hover{
    background-color: #0c142e;
    border-left: 10px solid var(--title-color);
    transition: all .3s ease-in-out;
}
.service-info {
    background: #fff;
    padding: 30px;
}
.service-card {
    box-shadow: 0px 4px 25px rgba(79, 139, 173, 0.15);
    border-radius: 10px;
    margin-bottom: 30px;
}
.wp-block-quote {
    position: relative;
    padding: 35px 45px 35px 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    margin: 30px 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wp-block-quote p {
    width: calc(100% - 90px);
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 22px 20px;
    text-align: center;
    color: #000;
}
.wp-block-quote p a{
    color: var(--theme-color);
}
.cart-table table thead tr th {
    padding: 14px 39px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-table table tbody tr {
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-table table tbody tr td {
    padding: 10px 9px;
    background: var(--whiteColor);
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-table table tbody tr td:first-child {
    text-align: left;
}
.content-feature-list li i{
    color: var(--theme-color);
    margin-right: 10px;
}
.content-feature-list li{
    padding-bottom: 30px;
    letter-spacing: 0.5px;
    font-size: 15px;
}
.our_fleet_page p a{
    color: var(--theme-color);
    font-weight: 600;
}