@import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap';

:root {
    --body-font: 'Roboto', sans-serif;
    --heading-font: 'Inter', sans-serif;
    --theme-color: #d5051d;
    --theme-bg-light: #F9F9F9;
    --body-text-color: #757F95;
    --color-white: #ffffff;
    --color-dark: #111111;
    --color-green: #11B76B;
    --color-blue: #0049D0;
    --color-yellow: #FBA707;
    --hero-overlay-color: #01060F;
    --slider-arrow-bg: rgba(255, 255, 255, 0.2);
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
    --footer-bg: #111111;
    --footer-bg2: #181818;
    --footer-text-color: #F5FAFF
}

hr{margin: 3px 0px}


*,*:before,*:after {box-sizing: inherit}
* {scroll-behavior: inherit !important}
html,body {height: auto;width: 100%;margin: 0;padding: 0;box-sizing: border-box}
body {
    font-family: var(--body-font);
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text-color);
    line-height: 1.8
}

a {color: var(--color-dark);display: inline-block}
a,a:active,a:focus,a:hover { outline: none;-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-decoration: none
}

a:hover {color: var(--color-blue)}ul {margin: 0;padding: 0}li {list-style: none}h1,h2,h3,h4,h5,h6 {color: var(--color-dark);margin: 0;font-weight: 700;font-family: var(--heading-font);line-height: 1.2}h1 {font-size: 40px}h2 {font-size: 26px}h3 {font-size: 16px}h4 {font-size: 18pxpx}h5 {font-size: 18px}h6 {font-size: 16px}p {margin: 0}.pd-40 {padding: 40px 0px}.img,img {max-width: 100%;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;height: auto}.fixme {display: none;}label {color: #999;cursor: pointer;font-weight: 400}*::-moz-selection {background: #d6b161;color: var(--color-white);text-shadow: none}::-moz-selection {background: #555;color: var(--color-white);text-shadow: none}::selection {background: #555;color: var(--color-white);text-shadow: none}*::-moz-placeholder {color: #999;font-size: 16px;opacity: 1}*::placeholder {color: #999;font-size: 16px;opacity: 1}.preloader {position: fixed;width: 100%;height: 100%;background: var(--color-dark);top: 0;left: 0;z-index: 9999;display: flex;align-items: center;justify-content: center}.loader-ripple {display: inline-block;position: relative;width: 80px;height: 80px}.loader-ripple div {position: absolute;border: 4px solid var(--theme-color);opacity: 1;border-radius: 50%;animation: loader-ripple 1s cubic-bezier(0, .2, .8, 1) infinite}.loader-ripple div:nth-child(2) {animation-delay: -.5s}@keyframes loader-ripple {0% {    top: 36px;    left: 36px;    width: 0;    height: 0;    opacity: 1}100% {    top: 0;    left: 0;    width: 72px;    height: 72px;    opacity: 0}}.ovrflow-hidden {overflow: hidden}.position-relative {position: relative;z-index: 1}.text-right {text-align: right}.space-between {display: flex;justify-content: space-between;align-items: center}.c-pd {padding: 0 7rem}.s-pd {padding: 0 12rem}.h-100 {height: 100%}.h-100vh {height: 100vh}.bg {background: var(--theme-bg-light)}.pd-20 {padding: 20px 0}.pd-30 {padding: 30px 0}.pd-40 {padding: 40px 0}.pb-140 {padding-bottom: 140px}.pd-50 {padding: 50px 0}.py-120 {padding: 120px 0}.pt-120 {padding-top: 120px}.pb-120 {padding-bottom: 120px}.pt-0 {padding-top: 0}.pt-10 {padding-top: 10px}.pt-20 {padding-top: 20px}.pt-30 {padding-top: 30px}.pt-40 {padding-top: 40px}.pt-50 {padding-top: 50px}.pt-60 {padding-top: 60px}.pt-70 {padding-top: 70px}.pt-80 {padding-top: 80px}.pt-90 {padding-top: 90px}.pt-100 {padding-top: 100px}.pb-0 {padding-bottom: 0}.pb-10 {padding-bottom: 10px}.pb-20 {padding-bottom: 20px}.pb-30 {padding-bottom: 30px}.pb-40 {padding-bottom: 40px}.pb-50 {padding-bottom: 50px}.pb-60 {padding-bottom: 60px}.pb-70 {padding-bottom: 70px}.pb-80 {padding-bottom: 80px}.pb-90 {padding-bottom: 90px}.pb-100 {padding-bottom: 100px}.mt-0 {margin-top: 0}.mt-10 {margin-top: 10px}.mt-20 {margin-top: 20px}.mt-30 {margin-top: 30px}.mt-40 {margin-top: 40px}.mt-50 {margin-top: 50px}.mt-60 {margin-top: 60px}.mt-70 {margin-top: 70px}.mt-80 {margin-top: 80px}.mt-90 {margin-top: 90px}.mt-100 {margin-top: 100px}.mt-120 {margin-top: 120px}.mt-150 {margin-top: 150px}.mb-0 {margin-bottom: 0}.mb-10 {margin-bottom: 10px}.mb-20 {margin-bottom: 20px}.mb-30 {margin-bottom: 30px}.mb-40 {margin-bottom: 40px}.mb-50 {margin-bottom: 50px}.mb-60 {margin-bottom: 60px}.mb-70 {margin-bottom: 70px}.mb-80 {margin-bottom: 80px}.mb-90 {margin-bottom: 90px}.mb-100 {margin-bottom: 100px}.mb-120 {margin-bottom: 120px}.mb-150 {margin-bottom: 150px}.mr-300 {margin-right: 300px}.ml-300 {margin-left: 300px}.site-heading {margin-bottom: 10px;position: relative;z-index: 1}.site-title-tagline {position: relative;text-transform: uppercase;letter-spacing: 4px;font-size: 18px;font-weight: 700;color: var(--theme-color)}.site-title-tagline::before {content: "";position: absolute;height: 10px;width: 100%;background: var(--theme-color);opacity: .2;left: -2px;bottom: 0}.site-title {font-weight: 700;text-transform: capitalize;font-size: 26px;color: #000;margin-bottom: 0}.site-title span {color: var(--theme-color)}.site-heading p {margin-top: 15px}.heading-divider {display: inline-block;position: relative;border: 3px solid var(--theme-color);width: 90px;height: 10px;border-radius: 50px}.heading-divider:after {content: '';position: absolute;left: 0;top: -1px;height: 7px;width: 15px;border-radius: 50px;background: var(--theme-color);-webkit-animation: heading-move 5s infinite linear;animation: heading-move 5s infinite linear}@-webkit-keyframes heading-move {0% {    transform: translateX(-1px)}50% {    transform: translateX(72px)}100% {    transform: translateX(-1px)}}@keyframes heading-move {0% {    transform: translateX(-1px)}50% {    transform: translateX(72px)}100% {    transform: translateX(-1px)}}.theme-btn {font-size: 12px;color: #fff;padding: 5px 15px;transition: all .5s;text-transform: uppercase;position: relative;border-radius: 5px;font-weight: 600;letter-spacing: .5px;cursor: pointer;text-align: center;overflow: hidden;border: none;background: var(--theme-color);box-shadow: var(--box-shadow);z-index: 1}.theme-btn::before {content: "";height: 300px;width: 300px;background: var(--color-dark);border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%) scale(0);transition: .5s cubic-bezier(.25, .46, .45, .94);z-index: -1}.theme-btn:hover {background-color: #D90E26}.theme-btn:hover {color: var(--color-white)}.theme-btn:hover::before {transform: translateY(-50%) translateX(-50%) scale(1)}.theme-btn i {margin-left: 5px}.theme-btn span {margin-right: 5px}.theme-btn2 {background: var(--color-white);color: var(--color-dark)}.theme-btn2::before {background: var(--theme-color)}.theme-btn2:hover {color: var(--color-dark)}@media(min-width:1200px) {.container,.container-sm,.container-md,.container-lg,.container-xl {    max-width: 1300px}}#scroll-top {position: fixed;bottom: -20px;right: 30px;z-index: 99;font-size: 23px;border: none;outline: none;border-radius: 50px;color: var(--color-white);background-color: var(--theme-color);cursor: pointer;width: 50px;height: 50px;line-height: 50px;text-align: center;box-shadow: var(--box-shadow2);transition: var(--transition);opacity: 0;visibility: hidden;z-index: 1}#scroll-top.active {opacity: 1;visibility: visible;bottom: 20px}@media all and (min-width:768px) and (max-width:1199px) {#scroll-top.active {    bottom: 100px}}.header-top {padding: 8px 0 10px;position: relative;background: var(--color-dark);border-bottom: 5px solid var(--theme-color);z-index: 1}.header-top::before {content: "";position: absolute;background: var(--theme-color);border-radius: 0 50px 0 0;border-right: 15px solid #fff;width: 10%;top: 0;left: 0;bottom: -1px;z-index: -1}.header-top::after {content: "";position: absolute;background: var(--theme-color);border-radius: 50px 0 0 0;border-left: 15px solid #fff;width: 10%;top: 0;right: 0;bottom: -1px;z-index: -1}.header-top-wrapper {display: flex;align-items: center;justify-content: space-between}.header-top-contact ul {display: flex;align-items: center;gap: 25px}.header-top-contact a {color: var(--color-white);font-weight: 500}.header-top-contact a i {color: var(--theme-color)}.header-top-right {display: flex;align-items: center;gap: 15px}.header-top-link a {color: var(--color-white);margin-right: 12px}.header-top-link a:hover {color: var(--theme-color)}

.fleet-desktop .theme-btn {width: 32.6%; padding: 5px 0px}
.header-top-social span {
    color: var(--color-white)
}
.fleet-desktop .theme-btn::before{content: '';
  width: 10%;
  height: 1000%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  filter: blur;
  background: linear-gradient(to left,transparent 0,#fff 40%,#fff 50%,#fff 60%,transparent 100%);
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: blick;
  animation-timing-function: cubic-bezier(0.47,0,0.75,0.72);
  animation-duration: 4s;
  animation-play-state: running,paused,paused,running;}

.fleet-desktop .theme-btn i.call{-webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;}

.header-top-social a {
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    margin-left: 14px;
    transition: var(--transition)
}

.header-top-social a:hover {
    color: var(--theme-color)
}

@media all and (max-width:1199px) {
    .header-top-contact ul {
        gap: 10px
    }

    .header-top-social a {
        width: 34px;
        height: 34px;
        line-height: 37px;
        margin-left: 0
    }

    .header-top-left {
        margin-right: 5px
    }
}

@media all and (max-width:992px) {
    .header-top {
        display: none
    }
}

.navbar {

    padding-top: 0;
    padding-bottom: 0;
    box-shadow: var(--box-shadow);
    z-index: 999;
    position: absolute;
    width: 90%;
    margin: 15px 5%;
    background-color: #fff;
    border-radius: 9px;
}

.navbar.fixed-top {
    background: var(--color-white);
    box-shadow: var(--box-shadow2);
    animation: slide-down .7s
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.navbar .navbar-brand .logo-display {
    display: block
}

.navbar .navbar-brand .logo-scrolled {
    display: none
}

.navbar.fixed-top .navbar-brand .logo-display {
    display: none
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
    display: block
}

.navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.navbar-toggler-mobile-icon {
    display: inline-block;
    width: inherit;
    height: inherit
}

.navbar-brand {
    margin-right: 0;

    padding: 0px 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.navbar-brand img {
    width: 140px
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline;
    font-family: 'font awesome 6 pro';
    content: "\f107";
    font-weight: 600;
    border: none;
    font-size: 14px
}

@media all and (max-width:1199px) {
    .nav-right {
        margin-left: 25px !important
    }

    .navbar .nav-item .nav-link {
        margin-right: 15px
    }

    .navbar .nav-right-btn {
        display: none
    }
}

@media all and (min-width:992px) {
    .navbar .nav-item .nav-link {
        margin-right: 20px;
        padding: 25px 0;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        text-transform: capitalize
    }

    .navbar .nav-item:last-child .nav-link {
        margin-right: 0
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        border: none;
        left: -15px;
        border-radius: 8px;
        background: var(--color-white);
        width: 220px;
        box-shadow: var(--box-shadow)
    }

    .navbar .nav-item .dropdown-menu li {
        border-bottom: 1px solid var(--border-info-color)
    }

    .navbar .nav-item .dropdown-menu li:last-child {
        margin-bottom: 0;
        border-bottom: none
    }

    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 16px;
        padding: 9px 25px;
        font-weight: 600;
        color: var(--color-dark);
        position: relative;
        overflow: hidden;
        text-transform: capitalize;
        transition: all .3s ease-in-out
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background: 0 0;
        color: var(--theme-color);
        padding-left: 32px
    }

    .navbar .nav-item .dropdown-menu .dropdown-item::before {
        content: "//";
        position: absolute;
        left: 15px;
        top: 9px;
        color: var(--theme-color);
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
        z-index: -1
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
        opacity: 1;
        visibility: visible
    }

    .navbar .nav-item .nav-link {
        position: relative
    }

    .navbar .nav-item .nav-link.active,
    .navbar .nav-item:hover .nav-link {
        color: var(--theme-color)
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg)
    }

    .navbar .dropdown-menu-end {
        right: 0;
        left: auto
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%
    }

    .navbar .dropdown-menu.fade-up {
        top: 140%
    }

    .navbar #main_nav {
        justify-content: flex-end
    }

    .nav-right {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-left: 30px
    }

    .nav-right-link {
        position: relative;
        font-size: 20px;
        color: var(--color-dark);
        transition: var(--transition)
    }

    .nav-right-link:hover {
        color: var(--theme-color) !important
    }

    .nav-right .sidebar-btn .nav-right-link,
    .nav-right .search-btn .nav-right-link {
        border: none;
        background: 0 0;
        color: var(--color-dark);
        font-size: 28px;
        padding-right: 0
    }

    .nav-right .search-btn .nav-right-link {
        font-size: 20px;
        padding: 0
    }

    .nav-right .theme-btn {
        padding: 8px 12px
    }
}

.mobile-menu-right {
    display: none
}

@media all and (max-width:991px) {
    .navbar {
        top: 0;
        right: 0;
        left: 0;
        position: fixed;
        background-color: #fff;
        border-radius: 8px;
        padding: 5px 0px;
    }

    .navbar-brand {
        padding-left: 0px
    }

    .navbar-brand img {
        width: 125px
    }

    .navbar-collapse {
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 0px;
        background-color: var(--color-white)
    }

    .dropdown-toggle::after {
        float: right
    }

    .navbar .nav-item .nav-link {
        color: var(--color-dark);
        font-weight: 400;
        transition: var(--transition)
    }

    .navbar .nav-item .nav-link:hover {
        color: var(--theme-color) !important
    }

    .navbar-toggler {
        padding: 0;
        border: none
    }

    .mobile-menu-right {
        display: flex;
        align-items: center;
        gap: 20px
    }

    .mobile-menu-right .nav-right-link {
        background: 0 0;
        border: none;
        font-size: 20px;
        color: var(--color-dark)
    }

    .mobile-menu-right .nav-right-link:hover {
        color: var(--theme-color)
    }

    .search-area.open {
        top: 50px !important
    }

    .navbar-toggler-mobile-icon {
        font-size: 25px;
        color: #000;
        font-weight: 500
    }

    .navbar .dropdown-menu {
        border-radius: 8px
    }

    .nav-right {
        display: none
    }
}

.navbar .nav-item .dropdown-submenu {
    position: relative
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
    display: none
}

.navbar .nav-item .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: 600
}

.navbar .nav-item .dropdown-submenu a:hover {
    background: 0 0;
    color: var(--color-white)
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
    top: 120%;
    left: 100%;
    opacity: 0;
    visibility: hidden
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
    top: 0;
    opacity: 1;
    visibility: visible
}

@media all and (max-width:991px) {
    .navbar .nav-item .dropdown-submenu .dropdown-menu {
        margin: 0 17px
    }

    .navbar .nav-item .dropdown-submenu .dropdown-menu {
        opacity: unset;
        visibility: unset
    }

    .navbar .nav-item .dropdown-submenu a::after {
        top: 4px
    }

    .navbar .nav-item .dropdown-submenu a:hover {
        color: var(--theme-color)
    }
}

.search-area {
    position: absolute;
    top: 85px;
    right: 0;
    background: var(--color-white);
    padding: 15px;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0/10%);
    box-shadow: 0 5px 15px rgb(0 0 0/10%);
    width: 340px;
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 1
}

.search-area.open {
    visibility: visible;
    opacity: 1;
    top: 78px
}

.search-area .form-group {
    position: relative
}

.search-area .form-control {
    padding: 12px 45px 12px 20px;
    border-radius: 10px;
    box-shadow: none
}

.search-area .form-control:focus {
    border-color: var(--theme-color)
}

.search-area .search-icon-btn {
    position: absolute;
    right: 8px;
    top: 6px;
    background: 0 0;
    border: none;
    font-size: 20px
}

.sidebar-popup {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.sidebar-popup.open {
    visibility: visible;
    opacity: 1
}

.sidebar-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 450px;
    background: var(--color-white);
    visibility: hidden;
    opacity: 0;
    padding: 40px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 9999
}

.sidebar-wrapper.open {
    right: 0;
    visibility: visible;
    opacity: 1
}

.sidebar-content {
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 75px)
}

.close-sidebar-popup {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 50px;
    text-align: center;
    border: none;
    font-size: 20px;
    background: var(--color-dark);
    color: var(--color-white);
    box-shadow: var(--box-shadow);
    transition: var(--transition)
}

.close-sidebar-popup:hover {
    background: var(--theme-color)
}

.sidebar-logo img {
    width: 220px
}

.sidebar-about {
    margin-top: 40px
}

.sidebar-about h4 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sidebar-contact {
    margin-top: 20px
}

.sidebar-contact h4 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.sidebar-contact li {
    margin: 10px 0
}

.sidebar-contact li i {
    margin-right: 5px;
    color: var(--theme-color)
}

.sidebar-contact li a:hover {
    color: var(--theme-color)
}

.sidebar-social {
    margin-top: 25px
}

.sidebar-social h4 {
    margin-bottom: 20px;
    font-size: 19px;
    text-transform: uppercase
}

.sidebar-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    margin-right: 8px;
    background: var(--color-dark);
    color: var(--color-white);
    box-shadow: var(--box-shadow)
}

.sidebar-social a:hover {
    background: var(--theme-color)
}

.main {
    margin-top: 0
}

.hero-section {
    position: relative;
    margin: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.hero-single {
    padding-top: 250px;
    padding-bottom: 400px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.hero-single::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -.5px;
    top: 0;
    background: var(--hero-overlay-color);
    opacity: .3;
    z-index: -1;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}


.hero-single1 {
    padding-top: 150px;
    padding-bottom: 50px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.hero-single1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -.5px;
    top: 0;
    background: var(--hero-overlay-color);
    opacity: .3;
    z-index: -1;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}

.hero-single1 h1{font-size: 30px; color: #fff}

.hero-single .hero-content {
    height: 100%
}

.hero-content {
    padding: 0px 0px
}

.hero-single .hero-content .hero-title {
    color: var(--color-white);
    font-size: 60px;
    font-weight: 800;
    margin: 20px 0;
    text-transform: uppercase
}

.hero-single .hero-content .hero-title span {
    color: var(--theme-color)
}

.hero-single .hero-content .hero-sub-title {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase
}

.fleetimage {
    padding-bottom: 10px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px
}

.fleetimg img {
    background-color: #f4f4f4;
    border: 3px solid var(--theme-color);
    box-shadow: var(--box-shadow);
    background-color: #fff;
}

.hero-single .hero-content p {
    color: var(--color-white);
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 16px;
    color: #ffae02;
    text-transform: uppercase;
}

.hero-single .hero-content .hero-btn {
    gap: 1rem;
    display: flex;
    margin-top: 35px;
    justify-content: start
}

.hero-slider.owl-theme .owl-nav {
    margin-top: 0
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
    color: var(--color-white);
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: var(--slider-arrow-bg);
    display: inline-block;
    cursor: pointer;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    transition: var(--transition)
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--color-white);
    color: var(--theme-color)
}

.hero-slider.owl-theme .owl-nav .owl-prev {
    left: 40px
}

.hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

@media all and (max-width:1199px) {
    .hero-single .hero-content .hero-title {
        font-size: 37px
    }

    .hero-slider.owl-theme .owl-nav .owl-prev,
    .hero-slider.owl-theme .owl-nav .owl-next {
        top: unset;
        bottom: 70px !important
    }

    .hero-slider.owl-theme .owl-nav .owl-prev {
        left: unset;
        right: 120px
    }

    .hero-slider.owl-theme .owl-nav .owl-next {
        right: 40px
    }
}

@media all and (max-width:991px) {
    .hero-single .hero-content .hero-title {
        font-size: 50px
    }
}

@media all and (max-width:767px) {
    .hero-single .hero-content .hero-sub-title {
        font-size: 18px
    }

    .hero-single .hero-content .hero-btn {
        gap: 1rem
    }
}

.play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    background: var(--theme-color);
    color: var(--color-white) !important;
    position: absolute;
    border-radius: 50%;
    z-index: 1
}

.play-btn i::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--theme-color);
    border-radius: 50px;
    animation: ripple-wave 1s linear infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease-in-out
}

@keyframes ripple-wave {
    0% {
        opacity: .8;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.booking-form .container {
    padding: 2px
}

#roundtrip .row {
    padding: 15px 10px
}

#oneway .row {
    padding: 15px 10px
}

#intercity .row {
    padding: 15px 10px
}

#airport .row {
    padding: 15px 10px
}

.nice-select {
    width: 100% !important;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    border-color: #ced4da;
    color: var(--body-text-color);
    padding: 7px 15px 7px 20px;
    border-radius: 0px;
    box-shadow: none;
    text-align: left;

}

.nice-select::after {
    width: 9px;
    height: 9px;
    right: 20px;
    margin-top: -7px
}

.nice-select:focus {
    border-color: var(--theme-color)
}

.nice-select .list {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    border-radius: 8px;
    background: rgba(255, 179, 0, .1);
    color: var(--theme-color)
}

.booking-area {
    position: relative;
    margin-top: -70px;
    z-index: 2
}

.booking-form {
    padding: 10px;
    background: var(--color-white);
    border-radius: 0px;
    box-shadow: var(--box-shadow);
    margin-top: 0px;
}

.booking-title {
    font-size: 16px;
    margin-bottom: 10px
}

.booking-form .form-group {
    margin-top: 1px;
    position: relative
}

.booking-form .form-group i {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.booking-form .form-group label {
    margin-bottom: 5px;
    color: var(--color-dark);
    font-size: 14px;
    background-color: #f6f6f6;
    line-height: 36px;
}

.booking-form .form-select,
.booking-form .form-control {
    padding: 7px 15px 7px 20px;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: none;
    color: #000;
    text-align: left;
    line-height: 40px;
    border: 2px solid #ced4da;
    height: 45px;
    font-weight: 600;
    background-color: #f6f6f6;
}

.booking-form .form-select:focus,
.booking-form .form-control:focus {
    border-color: var(--theme-color)
}

.booking-form .theme-btn {
    width: 100%;
    padding: 11px;
    margin-top: 0px;
    float: right;
}

.booking-form .theme-btn::before {
    width: 100%;
    height: 360px
}

@media all and (max-width:991px) {
    .booking-form {
        padding: 25px
    }

    .booking-form .theme-btn {
        margin-top: 25px
    }
}

.ui-datepicker .ui-datepicker-header .ui-corner-all>span,
.ui-datepicker .ui-datepicker-header .ui-state-hover>span {
    display: none
}

.ui-datepicker.ui-widget-content {
    border: none;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.ui-datepicker .ui-datepicker-header .ui-corner-all,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
    border: 0;
    background: 0 0;
    font-weight: 500;
    top: 3px
}

.ui-datepicker .ui-datepicker-prev:after {
    content: "\f100";
    left: 5px;
    top: 0;
    position: absolute;
    color: var(--color-white);
    font-family: "font awesome 6 pro"
}

.ui-datepicker .ui-datepicker-next:after {
    content: "\f101";
    right: 5px;
    top: 0;
    position: absolute;
    color: var(--color-white);
    font-family: "font awesome 6 pro"
}

.ui-datepicker .ui-widget-header {
    background: var(--theme-color);
    color: var(--color-white);
    border: none;
    border-radius: 8px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration: none
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    border-radius: 8px
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: rgba(255, 179, 0, .6);
    color: var(--color-white)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: var(--theme-color);
    color: var(--color-white)
}

.ui-timepicker-standard {
    border: none !important;
    background: var(--color-white);
    border-radius: 10px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    z-index: 2 !important
}

.ui-timepicker-standard a {
    border: none !important;
    transition: none !important;
    border-radius: 8px
}

.ui-timepicker-standard a:hover {
    background: var(--theme-color);
    color: var(--color-white)
}

.about-left {
    position: relative
}

.about-img img {
    border-radius: 15px
}

.about-experience {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    top: 0;
    left: 0;
    background: var(--color-dark);
    border-radius: 50px;
    padding: 10px 30px 10px 10px;
    color: var(--color-white);
    box-shadow: 0 0 40px 5px rgb(0 0 0/10%)
}

.about-experience-icon {
    color: var(--color-white);
    font-size: 45px;
    width: 70px;
    height: 70px;
    line-height: 63px;
    text-align: center;
    background: var(--theme-color);
    border-radius: 50px
}

.about-experience-icon img {
    width: 50px;
    filter: brightness(0) invert(1)
}

.about-right {
    position: relative;
    display: block;
    padding-left: 30px
}

.about-list-wrapper {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px
}

.about-list {
    position: relative;
    display: block
}

.about-list li {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
    font-weight: 500
}

.about-list li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "font awesome 6 pro";
    color: var(--theme-color);
    font-weight: 700
}

@media all and (max-width:991px) {
    .about-right {
        margin-top: 30px
    }
}

.service-area {
    position: relative;
    display: block;
    overflow: hidden
}

.service-item {
    position: relative;
    padding: 15px 15px 5px;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    z-index: 1
}

.service-item::before {
    content: "";
    position: absolute;
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    border-radius: 9px;
    width: 100%;
    left: 0;
    top: 0px;
    bottom: 0;
    z-index: -1
}

.service-item:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all .3s ease-in-out;
}

.faq-area img{height: 425px;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px 8px 8px 8px;}
.faq-area .service-icon {
    position: absolute;
    width: 275px;
    height: 70px;
    line-height: 15px;
    background: #fff;
    font-size: 50px;
    color: var(--color-white);
    text-align: center;
    border-top-left-radius: 9px;
    margin-top: -69px;
  right: 15px;
    box-shadow: var(--box-shadow);
    z-index: 1;
    padding: 8px 0px;
}
.service-img img {
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.navbar-brand2 {
  margin-left: 0px !important;
  margin-right: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #d5051d;
}

.service-content {
    position: relative;
    margin-top: 5px
}

.service-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--theme-color);
    font-size: 50px;
    color: var(--color-white);
    text-align: center;
    margin-top: -50px;
    right: 40px;
    box-shadow: var(--box-shadow);
    z-index: 1
}

.service-icon img {
    width: 40px
}

.service-arrow {
    margin-top: 8px
}

.service-title a {
    font-size: 22px;
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--color-dark)
}

.service-title a:hover {
    color: var(--theme-color)
}

.service-arrow .theme-btn {
    padding: 5px 22px
}

.service-single-list i {
    color: var(--theme-color);
    margin-right: 10px
}

.service-download a {
    border: 2px solid var(--theme-color);
    padding: 12px 20px;
    color: var(--color-dark);
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 50px;
    transition: var(--transition)
}

.service-download a i {
    margin-right: 10px
}

.service-download a:hover {
    background-color: var(--theme-color);
    color: var(--color-white)
}

.service-details h3 {
    color: var(--color-dark)
}

.service-details img {
    border-radius: 15px
}

.feature-area {
    position: relative;
    z-index: 1
}

.feature-bg {
    background-image: url(../img/feature/01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.feature-bg::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.feature-bg::after {
    content: "";
    position: absolute;
    background-image: url(../img/shape/shape-2.png);
    background-repeat: repeat-x;
    width: 500%;
    height: 50px;
    bottom: -10px;
    left: 0;
    animation: slide 100s linear infinite
}

@keyframes slide {
    100% {
        transform: translateX(-3400px)
    }
}

.feature-item {
    padding: 25px 12px 25px;
    text-align: center;
    position: relative;
    background: var(--color-white);
    border-radius: 15px;
    margin-bottom: 0px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    z-index: 1
}

.service-text {line-height: 17px; color: #000; font-size: 14px;padding: 0px 3px}

.feature-icon {
    width: 100px;
    height: 100px;
    line-height: 85px;
    border-radius: 50px;
    margin: 0 auto 20px;
    border: 5px solid var(--color-dark);
    background: var(--theme-color);
    transition: var(--transition)
}

.feature-icon img {
    width: 50px
}

.feature-item:hover .feature-icon {
    transform: rotateY(360deg)
}

.feature-item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px
}


.video-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px
}

.video-content::before {
    content: "";
    position: absolute;
    background: rgba(3, 2, 7, .2);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.video-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    height: 550px;
    z-index: 100
}

.video-wrapper img {
    border-radius: 12px
}

.video-area .play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.vda-2 .video-content {
    margin-bottom: -250px;
    position: relative;
    z-index: 2
}

@media all and (max-width:767px) {
    .video-wrapper {
        height: 250px
    }
}

.choose-area {
    position: relative;
    background: var(--color-dark);
    z-index: 1
}

.choose-area::before {
    content: "";
    position: absolute;
    background-image: url(../img/shape/shape-6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .04;
    z-index: -1
}

.choose-item {
    display: flex;
    gap: 15px;
    position: relative;
    background: var(--color-white);
    border-radius: 25px;
    margin-bottom: 25px;
    padding: 20px;
    box-shadow: var(--box-shadow);
    z-index: 1
}

.choose-count {
    position: absolute;
    right: 20px;
    top: -10px;
    font-size: 50px;
    font-weight: 800;
    -webkit-text-stroke: 1px var(--theme-color);
    -webkit-text-fill-color: transparent;
    z-index: -1
}

.choose-item-icon {
    width: 90px;
    height: 90px;
    line-height: 80px;
    background: var(--theme-color);
    color: var(--color-white);
    font-size: 45px;
    border-radius: 50px;
    margin-bottom: 15px;
    text-align: center
}

.choose-item-icon img {
    width: 55px
}

.choose-item-info {
    flex: 1
}

.choose-item-info h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600
}

.cha-2 {
    padding-top: 350px
}

@media all and (max-width:991px) {
    .choose-content-wrapper {
        margin-top: 40px
    }
}

@media all and (max-width:767px) {
    .choose-item {
        flex-direction: column
    }
}

.testimonial-area {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1
}


.testimonial-single {
    margin-bottom: 0px;
    background: #F9F9F9;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    z-index: 1;
    height: 310px;
}


.testimonial-single:hover::before {
    width: 80%;
    height: 80%
}

.testimonial-content {
    display: flex;
    align-items: center
}

.testimonial-quote p {
    color: var(--color-dark)
}

.testimonial-author-info {
    flex: 1;
    margin: 5px 0 5px
}

.testimonial-author-info h6{text-align: center;
  padding: 3px 0px;
  font-size: 15px;}

.testimonial-author-img {
    margin-right: 10px;
    width: 50px;
    padding: 5px;
    border-radius: 50px;
    border: 3px solid var(--theme-color);
    border-top-color: transparent;
    border-bottom-color: transparent
}

.testimonial-author-img img {
    border-radius: 50%
}

.testimonial-author-info h4 {
    font-size: 18px;
    color: var(--color-dark)
}

.testimonial-author-info p {
    color: var(--theme-color);
    font-weight: 500
}

.testimonial-quote-icon {
    position: absolute;
    right: 40px;
    bottom: -15px;
    font-size: 120px;
    color: var(--theme-color);
    opacity: .2
}

.testimonial-area .owl-dots {
    text-align: center;
    margin-top: 30px
}

.testimonial-area .owl-dots .owl-dot span {
    background: var(--theme-color);
    margin: 5px;
    border-radius: 50px;
    width: 8px;
    height: 8px;
    display: inline-block;
    transition: var(--transition)
}

.testimonial-area .owl-dots .owl-dot.active span {
    background-color: var(--theme-color);
    width: 20px
}

.testimonial-rate {
    color: var(--theme-color);
    margin-top: 12px
}

.counter-area {
    position: relative;
    z-index: 2
}

.counter-wrapper {
    background-image: url(../img/shape/shape-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: -150px;
    border-radius: 30px;
    box-shadow: var(--box-shadow)
}

.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    position: relative;
    z-index: 1
}

.counter-box .icon {
    position: relative;
    text-align: center;
    font-size: 60px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 100px;
    color: var(--color-white);
    border: 5px solid var(--color-white);
    background: var(--theme-color);
    z-index: 1
}

.counter-box .icon img {
    width: 70px
}

.counter-box .counter {
    display: block;
    line-height: 1;
    color: var(--color-white);
    font-size: 50px;
    font-weight: 600
}

.counter-box .title {
    color: var(--color-white);
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize
}

@media all and (max-width:991px) {
    .counter-area .counter-box {
        margin: 40px 0
    }
}

.cta-area {
    background: var(--theme-color);
    position: relative;
    padding: 40px 0;
    z-index: 1
}

.cta-area::before {
    content: "";
    position: absolute;
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    z-index: -1
}

.cta-area::after {
    content: "";
    position: absolute;
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -10px;
    z-index: -1
}

.cta-text h1 {
    color: var(--color-white);
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 15px
}

.cta-text p {
    color: var(--color-white)
}

.cta-number {
    font-size: 32px;
    color: var(--color-white) !important;
    font-weight: 700
}

.cta-number i {
    margin-right: 15px
}

.cta-btn .theme-btn {
    background: var(--color-dark);
    color: var(--color-white)
}

.cta-btn .theme-btn:hover::before {
    background: var(--color-white)
}

.cta-btn .theme-btn:hover {
    color: var(--color-dark)
}

.cta-divider {
    position: relative
}

.cta-divider::before {
    position: absolute;
    content: close-quote;
    width: 2px;
    bottom: 0;
    background-color: var(--color-white);
    right: -118px;
    top: 0
}

.cta-divider:after {
    width: 0;
    position: absolute;
    content: close-quote;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--color-white);
    top: 50%;
    transform: translateY(-50%);
    right: -124px
}

.blog-area {
    position: relative
}

.blog-item {
    padding: 20px;
    margin-bottom: 25px;
    background: var(--color-white);
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    transition: var(--transition)
}

.blog-item-img {
    border-radius: 15px;
    overflow: hidden
}

.blog-item-img img {
    border-radius: 15px
}

.blog-item:hover .blog-item-img img {
    transform: scale(1.1)
}

.blog-item-info {
    padding: 15px 0 0
}

.blog-item-meta ul {
    margin: 0;
    padding: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--border-info-color);
    padding-bottom: 18px
}

.blog-item-meta ul li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    color: var(--color-dark)
}

.blog-item-meta ul li i {
    margin-right: 5px;
    color: var(--theme-color)
}

.blog-item-meta a:hover {
    color: var(--theme-color)
}

.blog-title {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.blog-item-info p {
    margin-bottom: 16px
}

.blog-item-info .theme-btn {
    margin-top: 15px
}

.blog-item-info h4 a {
    color: var(--color-dark)
}

.blog-item-info h4 a:hover {
    color: var(--theme-color)
}

.blog-thumb-img {
    margin-bottom: 20px
}

.blog-single-content img {
    border-radius: 15px
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.blog-meta .blog-meta-left ul {
    display: flex;
    align-items: center;
    gap: 20px
}

.blog-meta .blog-meta-left ul li {
    font-weight: 500
}

.blog-meta i {
    margin-right: 5px;
    color: var(--theme-color)
}

.blog-meta a {
    color: var(--body-text-color);
    font-weight: 500
}

.blog-meta a:hover {
    color: var(--theme-color)
}

.blog-details-title {
    font-size: 34px;
    color: var(--color-dark)
}

.blockqoute {
    background: var(--theme-bg-light);
    border-left: 5px solid var(--theme-color);
    padding: 30px;
    font-size: 17px;
    font-style: italic;
    margin: 20px 0;
    border-radius: 0;
    position: relative;
    z-index: 1
}

.blockqoute::before {
    content: "\f10e";
    position: absolute;
    right: 150px;
    top: -20px;
    font-size: 140px;
    font-family: 'font awesome 6 pro';
    color: var(--theme-color);
    opacity: .2;
    z-index: -1
}

.blockqoute-author {
    margin-top: 20px;
    padding-left: 60px;
    position: relative;
    color: var(--color-dark)
}

.blockqoute-author::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: var(--theme-color);
    left: 0;
    top: 10px
}

.blog-details-tags {
    display: flex;
    align-items: center;
    gap: 20px
}

.blog-details-tags h5 {
    color: var(--color-dark)
}

.blog-details-tags ul {
    display: flex;
    align-items: center;
    gap: 15px
}

.blog-details-tags ul a {
    background: var(--theme-bg-light);
    color: var(--color-dark);
    padding: 3px 18px;
    border-radius: 50px;
    transition: var(--transition)
}

.blog-details-tags ul a:hover {
    background: var(--theme-color);
    color: var(--color-white)
}

.blog-author {
    display: flex;
    justify-content: start;
    align-items: center;
    background: var(--theme-bg-light);
    border-radius: 15px;
    margin: 50px 0;
    padding: 20px
}

.blog-author-img {
    width: 350px;
    padding: 8px;
    border: 5px solid transparent;
    border-right-color: var(--theme-color);
    border-radius: 50%
}

.blog-author-img img {
    border-radius: 50%
}

.author-name {
    font-size: 22px;
    color: var(--theme-color);
    margin: 8px 0
}

.author-info {
    padding: 0 20px
}

.author-social {
    margin-top: 10px
}

.author-social a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    border: 2px solid var(--theme-color);
    border-radius: 50px;
    margin-right: 5px;
    color: var(--theme-color);
    transition: var(--transition)
}

.author-social a:hover {
    color: var(--color-white);
    background: var(--theme-color)
}

.blog-comments {
    margin-bottom: 50px
}

.blog-comments h3 {
    color: var(--color-dark)
}

.blog-comments-wrapper {
    margin: 30px 0
}

.blog-comments-single {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    margin-top: 50px
}

.blog-comments-single img {
    border-radius: 50%
}

.blog-comments-content {
    padding: 0 0 0 20px
}

.blog-comments-content span {
    font-size: 14px;
    color: var(--theme-color);
    font-weight: 500
}

.blog-comments-content a {
    font-weight: 500;
    margin-top: 5px;
    color: var(--theme-color)
}

.blog-comments-content a:hover {
    color: var(--color-dark)
}

.blog-comments-content h5 {
    color: var(--color-dark)
}

.blog-comments-reply {
    margin-left: 50px
}

.blog-comments-form {
    padding: 30px;
    margin-top: 50px;
    border-radius: 10px;
    background: var(--theme-bg-light)
}

.blog-comments-form h3 {
    margin-bottom: 20px
}

.blog-comments-form .form-group {
    margin-bottom: 20px
}

.blog-comments-form .form-control {
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: none;
    transition: var(--transition)
}

.blog-comments-form .form-control:focus {
    border-color: var(--theme-color)
}

@media all and (max-width:767px) {
    .blog-meta {
        flex-direction: column;
        font-size: 15px
    }

    .blog-meta .blog-meta-left ul {
        gap: 10px
    }

    .blog-details-tags {
        flex-direction: column;
        align-items: flex-start
    }

    .blog-author {
        flex-direction: column;
        text-align: center;
        padding: 25px
    }

    .author-info {
        margin-top: 25px
    }

    .blog-author-img {
        border: none
    }

    .blog-comments-single {
        flex-direction: column;
        text-align: center;
        padding: 30px 0;
        box-shadow: var(--box-shadow);
        margin-bottom: 30px;
        border-radius: 10px
    }

    .blog-comments-single img {
        margin: 0 auto 20px
    }

    .blog-comments-reply {
        margin-left: 0
    }
}

.widget {
    background: var(--theme-bg-light);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px
}

.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
    color: var(--color-dark)
}

.widget .widget-title::before {
    position: absolute;
    content: '';
    width: 15px;
    border-bottom: 3px solid var(--theme-color);
    bottom: 0;
    left: 0
}

.widget .widget-title::after {
    position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid var(--theme-color);
    bottom: 0;
    left: 22px
}

.widget .search-form .form-control {
    padding: 12px 15px;
    border-radius: 12px;
    box-shadow: none
}

.widget .search-form {
    position: relative
}

.widget .search-form .form-control:focus {
    border-color: var(--theme-color)
}

.widget .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    padding: 8px 18px 6px;
    background: 0 0;
    border: none;
    color: var(--theme-color)
}

.widget .category-list a {
    display: block;
    padding: 10px 0;
    font-weight: 500;
    border-bottom: 1px solid #ced4da;
    transition: var(--transition)
}

.widget .category-list a:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.widget .category-list a:hover {
    padding-left: 10px;
    color: var(--theme-color)
}

.widget .category-list a i {
    margin-right: 5px;
    color: var(--theme-color)
}

.widget .category-list a span {
    float: right
}

.widget .recent-post-single {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px
}

.widget .recent-post-img {
    margin-right: 20px
}

.widget .recent-post-img img {
    width: 120px;
    border-radius: 8px
}

.widget .recent-post-bio h6 {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize
}

.widget .recent-post-bio span {
    font-size: 14px;
    color: var(--theme-color)
}

.widget .recent-post-bio span i {
    margin-right: 5px
}

.widget .recent-post-bio h6 a:hover {
    color: var(--theme-color)
}

.widget .social-share-link a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
    text-align: center;
    margin-right: 5px;
    border-radius: 50px;
    transition: var(--transition)
}

.widget .social-share-link a:hover {
    background: var(--theme-color);
    color: var(--color-white)
}

.widget .tag-list a {
    background: var(--color-white);
    color: var(--color-dark);
    padding: 5px 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 50px;
    display: inline-block;
    transition: var(--transition)
}

.widget .tag-list a:hover {
    background-color: var(--theme-color);
    color: var(--color-white)
}

.contact-wrapper {
    background: var(--color-white);
    border-radius: 10px;
    padding: 20px;
    box-shadow: var(--box-shadow)
}

.contact-img {
    position: relative
}

.contact-img::before {
    content: "";
    position: absolute;
    border: 6px solid var(--theme-color);
    border-radius: 25px 50% 50% 50%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.contact-img img {
    width: 100%;
    padding: 15px;
    border-radius: 40px 50% 50% 50%
}

.contact-form-header {
    margin-bottom: 30px
}

.contact-form-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color-dark)
}

.contact-form .form-group {
    margin-bottom: 25px
}

.contact-form .form-group .form-control {
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: none;
    transition: var(--transition);
    text-align: left;
}

.contact-form .form-group .form-control:focus {
    border-color: var(--theme-color)
}

.contact-map {
    margin-bottom: -9px
}

.book-ride .booking-form {
    background-color: #fff
}

.contact-map iframe {
    width: 100%;
    height: 450px
}

.contact-content {
    margin-bottom: 50px
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 20px;
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    transition: var(--transition)
}

.contact-info::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border: 3px solid var(--theme-color);
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 20px;
    right: 15px;
    top: 15px;
    transition: var(--transition)
}

.contact-info:hover::before {
    width: 80%;
    height: 80%
}

.contact-info:hover {
    transform: translateY(-8px)
}

.contact-info-icon i {
    font-size: 35px;
    color: var(--color-white);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    background: var(--theme-color)
}

.contact-info h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-dark)
}

.contact-info p {
    color: var(--color-dark);
    font-weight: 500;
    font-size: 16px
}

@media all and (max-width:768px) {
    .contact-content {
        margin-top: 50px;
        margin-bottom: 0
    }
}

.team-area {
    position: relative;
    overflow: hidden
}

.team-item {
    padding: 0 20px 20px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    transition: var(--transition);
    z-index: 1
}

.team-item::before {
    content: "";
    position: absolute;
    background: var(--color-white);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    z-index: -1
}

.team-item:hover {
    transform: translateY(-10px)
}

.team-img img {
    border-radius: 10px;
    padding: 6px;
    border: 3px solid var(--theme-color);
    box-shadow: var(--box-shadow);
    background-color: #fff;
}

.team-content {
    padding: 10px 0 5px
}

.team-bio h5 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.team-bio span {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color);
    text-transform: capitalize
}

.team-bio h5 a:hover {
    color: var(--theme-color)
}

.team-social {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    transition: var(--transition)
}

.team-social a {
    color: var(--color-white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin: 0 4px;
    background: var(--theme-color);
    box-shadow: var(--box-shadow)
}

.team-social a:hover {
    background: var(--color-dark);
    color: var(--color-white)
}

.team-social h6 {
    margin-top: 28px;
    color: var(--color-white);
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    transform: rotate(-90deg)
}

.team-social h6::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: var(--color-white);
    left: -50px;
    top: 7px
}

.team-single-img img {
    border-radius: 20px
}

.team-single-content {
    padding-left: 15px
}

.team-single-name {
    margin-bottom: 10px
}

.team-single-name p {
    font-weight: 500;
    color: var(--theme-color)
}

.team-single-info {
    margin-top: 20px
}

.team-single-info li {
    margin: 10px 0
}

.team-single-info-left {
    font-weight: 500
}

.team-single-info-right {
    margin-left: 10px
}

.team-single-info-left i {
    color: var(--theme-color);
    margin-right: 5px
}

.team-single-social a {
    height: 35px;
    width: 35px;
    line-height: 32px;
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
    text-align: center;
    border-radius: 50px;
    margin-right: 5px
}

.team-single-social a:hover {
    background: var(--theme-color);
    color: var(--color-dark)
}

.team-single-overview {
    margin-top: 70px
}

.team-single-overview-img img {
    border-radius: 20px
}

@media(max-width:991px) {
    .team-single-img {
        margin-bottom: 20px
    }

    .team-single-overview-img {
        margin-top: 20px
    }
}

.book-ride .booking-form {
    padding: 20px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.book-ride-head {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--border-info-color)
}

.book-ride .theme-btn {
    margin-top: 12px;
    text-align: center
}

.book-ride .form-check {
    margin-top: 25px
}

.book-ride .form-check-input {
    margin-top: 7px;
    box-shadow: none
}

.book-ride .form-check-input:focus {
    border-color: var(--theme-color)
}

.book-ride .form-check-label {
    color: var(--color-dark)
}

.rate-item {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: var(--color-white);
    margin-bottom: 0px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgb(6 22 58/10%);
    transition: all .9s ease-in-out;
    z-index: 1
}

.rate-item:hover {
    transform: translateY(-10px)
}

.rate-header-content {
    margin: 20px 0 20px;
    text-align: center
}

.rate-header-content h4 {
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase
}

.rate-header-content p {
    color: var(--theme-color);
    font-weight: 500
}

.rate-content {
    background: var(--color-dark);
    padding: 30px;
    border-radius: 20px;
    position: relative;
    z-index: 1
}

.rate-content::before {
    content: "";
    position: absolute;
    background-image: url(../img/shape/shape-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .15;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.rate-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    font-size: 56px;
    color: var(--color-white);
    background: var(--theme-color);
    position: relative;
    box-shadow: var(--box-shadow);
    margin: -80px auto 0
}

.rate-icon::before {
    content: "";
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    border: 2px dashed var(--theme-color);
    border-radius: 50%;
    animation: rotate 9s linear infinite
}

@keyframes rotate {
    100% {
        transform: rotate(180deg)
    }
}

.rate-icon img {
    width: 55px
}

.rate-feature {
    margin-top: 30px
}

.rate-feature ul {
    margin-bottom: 25px
}

.rate-feature ul li {
    position: relative;
    margin: 10px 0;
    color: #fff
}

.rate-feature ul li i {
    color: var(--theme-color);
    margin-right: 5px
}

.rate-feature ul li span {
    float: right
}

.rate-item .theme-btn {
    width: 100%
}

.rate-item .theme-btn:hover {
    color: var(--color-dark)
}

.rate-item .theme-btn::before {
    background: var(--color-white)
}

.taxi-area {
    position: relative
}

/*.taxi-item{display: none}*/

.taxi-item {
    background: var(--color-white);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: var(--box-shadow)
}

.taxi-img {
    margin-bottom: 25px;
    padding: 20px;
    background: var(--theme-bg-light);
    border-radius: 15px
}

.taxi-head {
    text-align: center
}

.taxi-head h4 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase
}

.taxi-head span {
    font-weight: 500;
    color: var(--theme-color)
}

.taxi-feature {
    padding-top: 20px;
    margin: 20px 0 30px;
    border-top: 1px solid var(--border-info-color);
    position: relative
}

.taxi-feature::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 6px;
    background: var(--theme-color);
    border-radius: 50px;
    left: 50%;
    top: -4px;
    transform: translateX(-50%)
}

.taxi-feature ul li {
    padding: 4px 0
}

.taxi-feature ul li span {
    float: right
}

.taxi-feature ul li i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: var(--color-white);
    border-radius: 50px;
    margin-right: 10px;
    text-align: center;
    background: var(--theme-color)
}

.taxi-content .theme-btn {
    width: 100%
}

.filter-btns {
    text-align: center;
    text-decoration: none;
}

.filter-btns li {
    display: inline-block;
    background: #000;
    color: #000;
    border-radius: 0px;
    margin: 0 5px 8px 0;
    padding: 8px 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px
}

.filter-btns li.active {
    background: var(--theme-color)
}

.taxi-single-img {
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: var(--theme-bg-light);
    position: relative;
    margin-bottom: 15px;
}

/*.taxi-single-img::before {
    content: "";
    position: absolute;
    border: 3px solid var(--theme-color);
    border-radius: 15px;
    width: 95%;
    height: 95%;
    left: -15px;
    bottom: -15px;
    z-index: -1
}*/
.fleetsdta {
    background-color: #d5051d;
    padding: 10px;
    border-radius: 10px
}

.spec .rwquest {
    background-color: #d5051d;
    padding: 15px 10px;
    border-radius: 5px;
}

.spec .rwquest h5 {
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 600;
    text-align: center;
}

.spec .rwquest .form-control {
    border: 1px solid #f4f4f4;
    border-radius: 0px;
    padding-bottom: 10px;
    background-color: #fcfbf7;
}

.spec .rwquest .form-group {
    padding-bottom: 10px;
}

.taxi-single-img img {
    margin-left: 0px;
}

.taxi-single-details {
    padding-left: 0px
}

.taxi-single-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-info-color)
}

.taxi-single .container {
    max-width: 1250px
}

.taxi-single-tagline {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3px
}

.taxi-single-meta {
    margin-bottom: 10px
}

.taxi-single-meta li {
    color: #000;
}

.taxi-single-overview h4 {
    background-color: #d5051d;
    padding: 10px;
    border-radius: 5px
}

.taxi-single-meta li {
    display: inline-block;
    margin-right: 12px
}

.taxi-single-meta li i {
    color: var(--theme-color);
    margin-right: 5px
}

.taxi-single-meta span {
    font-weight: 500
}

.taxi-key-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px
}

.taxi-key-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px
}

.taxi-key-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--color-white);
    background: var(--theme-color);
    border-radius: 50px;
    text-align: center;
    margin-top: 6px
}

.taxi-key-content {
    flex: 1
}

.taxi-key-item p {
    font-weight: 500
}

.taxi-single-btn {
    margin-top: 20px
}

.taxi-single-overview {
    margin-top: 20px;
    background: var(--theme-bg-light);
    padding: 30px;
    border-radius: 15px
}

.taxi-single-list li {
    margin: 5px 0
}

.taxi-single-list li i {
    color: var(--theme-color);
    margin-right: 5px
}

@media all and (max-width:1199px) {
    .taxi-single-img img {
        margin-left: -10px;
        max-width: 100%
    }

    .taxi-single-details {
        padding-left: 20px
    }
}

@media all and (max-width:991px) {
    .taxi-single-details {
        margin-top: 80px
    }
}

@media all and (max-width:767px) {
    .taxi-single-img {
        margin-left: 25px;
        height: 300px
    }
}

.download-area {
    position: relative
}

.download-wrapper {
    position: relative;
    background-image: url(../img/shape/shape-7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;
    z-index: 1
}

.download-btn {
    display: flex;
    gap: 15px
}

.download-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 20px;
    background: var(--theme-color);
    color: var(--color-white);
    border-radius: 50px;
    box-shadow: var(--box-shadow)
}

.download-btn a:first-child {
    background: var(--theme-color)
}

.download-btn a:last-child {
    background: var(--color-dark)
}

.download-btn a:hover {
    background: var(--color-dark)
}

.download-btn a:last-child:hover {
    background: var(--theme-color)
}

.download-btn a i {
    font-size: 40px
}

.download-btn-content {
    display: flex;
    flex-direction: column
}

.download-btn-content span {
    font-weight: 500;
    font-size: 14px
}

.download-img {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 55%
}

@media all and (max-width:991px) {
    .download-img {
        position: relative;
        right: 35px;
        width: 150%
    }
}

@media all and (max-width:767px) {
    .download-btn {
        flex-direction: column
    }

    .download-btn a {
        max-width: 180px
    }
}

.faq-area .accordion-item {
    border: none;
    margin-bottom: 5px;
    background: var(--color-white);
    border-radius: 12px !important;
    box-shadow: var(--box-shadow)
}

.faq-img img {
  border-radius: 15px;
  height: 417px;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px 8px 8px 8px;
}

.faq-right {padding: 15px; border-radius: 7px; background-color: #fff;box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);}
.faq-area .accordion-item span {
    width: 45px;
    height: 45px;
    margin-right: 15px
}

.faq-area .accordion-item i {
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50px;
    background: var(--theme-color);
    text-align: center;
    color: var(--color-white);
    font-size: 9px;
    margin-right: 6px;
}

.faq-area .accordion-button:not(.collapsed) {
    color: var(--theme-color);
    background: 0 0;
    box-shadow: inset 0 -1px 0 rgb(0 0 0/13%);
    background-color: #d5051d;
    color: #000
}

.accordion-item {
    margin-top: 10px
}

.accordion-button {
    border-radius: 0 !important;
    background: 0 0;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-dark);
    box-shadow: none !important
}

.accordion-button:not(.collapsed) {
    border-bottom: 1px solid var(--theme-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+)
}

@media all and (max-width:991px) {
    .faq-right {
        margin-bottom: 50px
    }

    .accordion-button {
        font-size: 16px
    }
}

.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
    margin: 80px 10px 0px 10px;
}

.site-breadcrumb::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--hero-overlay-color);
    opacity: .75;
    z-index: -1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.site-breadcrumb .breadcrumb-title {
    font-size: 40px;
    color: var(--color-white);
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize
}

.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1
}

.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: var(--color-white);
    font-weight: 500;
    text-transform: capitalize
}

.site-breadcrumb .breadcrumb-menu li a {
    color: var(--color-white);
    transition: all .5s ease-in-out
}

.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: '\f101';
    font-family: 'font awesome 6 pro';
    right: -21px;
    top: 1px;
    text-align: center;
    font-size: 16px;
    color: var(--color-white)
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
    display: none
}

.site-breadcrumb .breadcrumb-menu li a:hover {
    color: var(--theme-color)
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: var(--theme-color)
}

@media(max-width:991px) {
    .site-breadcrumb {
        padding-top: 200px
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px
}

.pagination .page-link {
    border: none;
    background: var(--color-dark);
    color: var(--color-white);
    margin: 0 10px;
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    transition: var(--transition)
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background: var(--theme-color);
    color: var(--color-white)
}

body.rtl-mode {
    direction: rtl
}

body.rtl-mode .item-area {
    direction: ltr
}

body.rtl-mode .price-wrapper {
    direction: rtl
}

@media(min-width:992px) {
    body.rtl-mode .navbar-brand {
        margin-left: 3rem
    }

    body.rtl-mode .navbar .nav-item .nav-link {
        margin-left: 3rem;
        margin-right: 0
    }
}

.login-form {
    padding: 40px;
    background: var(--color-white);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    position: relative
}

.login-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    right: 50px;
    background: var(--theme-color);
    height: 12px;
    border-radius: 0 0 50px 50px
}

.login-form::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
    background: var(--theme-color);
    height: 12px;
    border-radius: 50px 50px 0 0
}

.login-form .login-header {
    text-align: center;
    margin-bottom: 50px
}

.login-form .login-header img {
    width: 200px;
    margin-bottom: 10px
}

.login-form .login-header h3 {
    color: var(--theme-color);
    margin-bottom: 5px;
    font-weight: 800
}

.login-form .login-header p {
    font-size: 20px
}

.login-form .login-footer {
    margin-top: 25px
}

.login-form .login-footer p {
    text-align: center
}

.login-form .login-footer a {
    color: var(--theme-color);
    transition: .5s
}

.login-form .login-footer a:hover {
    color: var(--color-dark)
}

.login-form .form-group {
    margin-bottom: 20px
}

.login-form label {
    color: var(--color-dark);
    margin-bottom: 5px
}

.login-form .form-group .form-control {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 12px 18px;
    box-shadow: none;
    transition: .5s
}

.login-form .form-group .form-control:focus {
    border-color: var(--theme-color)
}

.login-form .form-check-input {
    box-shadow: none;
    border-radius: 2
}

.login-form .forgot-pass {
    color: var(--theme-color);
    transition: .5s
}

.login-form .forgot-pass:hover {
    color: var(--color-dark)
}

.login-form .theme-btn {
    width: 100%
}

.login-form .theme-btn::before {
    width: 420px;
    height: 420px
}

.login-form .theme-btn i {
    margin-right: 5px
}

.login-form .form-check-input {
    margin-top: 6.3px
}

.login-form .form-check-label a {
    color: var(--theme-color);
    transition: .5s
}

.login-form .form-check-label a:hover {
    color: var(--theme-color)
}

.form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.social-login {
    border-top: 1px solid #f1f1f1;
    margin-top: 15px
}

.social-login p {
    margin: 10px 0
}

.social-login-list {
    text-align: center
}

.social-login-list a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--theme-color);
    border-radius: 50px;
    margin: 5px
}

.social-login-list a i {
    color: var(--color-white)
}

.social-login-list a:hover {
    background: var(--color-dark)
}

@media only screen and (max-width:991px) {
    .login-form {
        padding: 40px 20px
    }
}

.nav-right-account img {
    width: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 3px solid var(--theme-color);
    cursor: pointer
}

.nav-right-account .dropdown-menu {
    border: none;
    min-width: 200px;
    border-radius: 10px;
    box-shadow: var(--box-shadow)
}

.nav-right-account .dropdown-menu li a i {
    margin-right: 5px
}

.nav-right-account .dropdown-menu .dropdown-item {
    padding: 8px 20px;
    font-weight: 500
}

.nav-right-account .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: var(--theme-color);
    padding-left: 25px
}

.mobile-menu-right {
    gap: 20px
}

.mobile-menu-right .nav-right-account img {
    width: 35px;
    padding: 0;
    border: none
}

.user-profile-sidebar {
    background: var(--color-white);
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 20px;
    box-shadow: var(--box-shadow)
}

.user-profile-sidebar-top {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-info-color)
}

.user-profile-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50px
}

.user-profile-img img {
    border-radius: 50%
}

.profile-img-file {
    display: none
}

.user-profile-img button {
    position: absolute;
    border-radius: 50px;
    background: var(--theme-color);
    color: var(--color-white);
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: none;
    right: 0;
    bottom: 0
}

.user-profile-sidebar-list li {
    margin: 5px 0
}

.user-profile-sidebar-list li a {
    color: var(--color-dark);
    padding: 6px 6px 6px 15px;
    display: block;
    font-weight: 500;
    transition: var(--transition)
}

.user-profile-sidebar-list li a:hover {
    padding-left: 20px
}

.user-profile-sidebar-list li a i {
    margin-right: 5px;
    color: var(--theme-color)
}

.user-profile-sidebar-list .active i {
    color: var(--color-white)
}

.user-profile-sidebar-list .active {
    background: var(--theme-color);
    color: var(--color-white);
    border-radius: 8px
}

.user-profile-card {
    background: var(--color-white);
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: var(--box-shadow)
}

.user-profile-card-title {
    color: var(--color-dark);
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-info-color)
}

.user-profile-card .text-success {
    color: var(--theme-color) !important
}

.user-profile-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-info-color)
}

.user-profile-card-header .user-profile-card-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.user-profile-card-header-right {
    display: flex;
    align-items: center;
    gap: 20px
}

.user-profile-search .form-group {
    position: relative
}

.user-profile-search .form-control {
    padding: 10px 12px 10px 35px;
    box-shadow: none;
    border-radius: 10px
}

.user-profile-search .form-control:focus {
    border-color: var(--theme-color)
}

.user-profile-search i {
    position: absolute;
    left: 12px;
    top: 15px
}

.user-profile-card-header .theme-btn {
    padding: 8px 15px
}

.profile-info-list li {
    margin: 12px 0;
    font-weight: 500
}

.profile-info-list li span {
    float: right;
    font-weight: 400
}

.user-profile-form .form-group {
    margin-bottom: 20px
}

.user-profile-form .form-group label {
    color: var(--color-dark);
    margin-bottom: 5px
}

.user-profile-form .form-control {
    padding: 14px 20px;
    border-radius: 10px;
    box-shadow: none;
    border-color: #e8e8e8
}

.user-profile-form .nice-select {
    border-color: #e8e8e8
}

.user-profile-form .nice-select:focus,
.user-profile-form .form-control:focus {
    border-color: var(--theme-color)
}

.user-profile-form .theme-btn {
    width: unset
}

.user-profile .badge-success {
    background: #dcfce7;
    color: #22c79c
}

.user-profile .badge-info {
    background: #f3e8ff;
    color: #a855f7
}

.user-profile .badge-primary {
    background: #dbf7fd;
    color: #0dcaf0
}

.user-profile .badge-danger {
    background: #fee2e2;
    color: #ef4444
}

.dashboard-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/3%)
}

.dashboard-widget-info span {
    font-weight: 500
}

.dashboard-widget-info h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px
}

.dashboard-widget-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50px
}

.dashboard-widget-color-1 {
    background: rgba(98, 89, 202, .15);
    color: #6259ca
}

.dashboard-widget-color-1 h1 {
    color: #6259ca
}

.dashboard-widget-color-1 .dashboard-widget-icon {
    background: #6259ca;
    color: #fff
}

.dashboard-widget-color-2 {
    background: rgba(14, 198, 198, .15);
    color: #29bf6c
}

.dashboard-widget-color-2 h1 {
    color: #29bf6c
}

.dashboard-widget-color-2 .dashboard-widget-icon {
    background: #29bf6c;
    color: #fff
}

.dashboard-widget-color-3 {
    background: rgba(255, 179, 0, .15);
    color: #d5051d
}

.dashboard-widget-color-3 h1 {
    color: #d5051d
}

.dashboard-widget-color-3 .dashboard-widget-icon {
    background: #d5051d;
    color: #fff
}

.table-list-info a {
    display: flex;
    align-items: center;
    gap: 10px
}

.table-list-info h6 {
    transition: all .5s ease-in-out
}

.table-list-info p {
    color: var(--color-dark)
}

.table-list-info:hover h6 {
    color: var(--theme-color)
}

.table-list-info span {
    color: var(--color-dark)
}

.table-list-info img {
    width: 90px;
    border-radius: 8px
}

.user-profile-card .table>:not(caption)>*>* {
    vertical-align: middle;
    padding: .8rem
}

.profile-setting .form-check {
    margin-bottom: 10px
}

.profile-setting .form-check-input {
    margin-top: 6.5px;
    box-shadow: none
}

@media all and (max-width:767px) {
    .table-listing-info a {
        display: block
    }

    .table-listing-info h6 {
        margin-top: 10px
    }

    .user-profile-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .user-profile-card-header-right {
        flex-direction: column-reverse;
        align-items: flex-start
    }
}

.coming-soon {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: relative
}

.coming-soon .container {
    position: relative
}

.coming-soon:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.coming-soon .newsletter-form {
    position: relative;
    margin-top: 30px
}

.coming-soon .newsletter-form .input-newsletter {
    height: 55px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 25px
}

.coming-soon .newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    height: auto;
    border: none;
    border-radius: 50px;
    background: var(--theme-color);
    display: inline-block;
    color: var(--color-white);
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    transition: .5s
}

.coming-soon .newsletter-form button:hover {
    background-color: var(--theme-color);
    color: var(--color-white)
}

.coming-social {
    margin-top: 30px;
    text-align: center
}

.coming-social a {
    color: var(--color-white);
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid var(--color-white);
    display: inline-block;
    transition: .5s
}

.coming-social a:hover {
    background: var(--theme-color);
    border-color: var(--theme-color)
}

.countdown-wrap {
    margin-top: 30px
}

.countdown-single {
    background: var(--theme-color);
    padding: 20px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    box-shadow: var(--box-shadow)
}

.countdown-single h2 {
    color: var(--color-white)
}

.countdown-single h5 {
    color: var(--color-white)
}

.error-wrapper {
    text-align: center
}

.error-wrapper h1 {
    font-size: 250px;
    letter-spacing: 5px;
    font-weight: 700;
    color: var(--theme-color)
}

.error-wrapper h1 span {
    color: var(--color-dark)
}

.error-wrapper h2 {
    margin-top: 30px;
    margin-bottom: 10px
}

.error-wrapper img {
    width: 100%
}

.error-wrapper .theme-btn {
    margin-top: 30px
}

@media all and (max-width:767px) {
    .error-wrapper h1 {
        font-size: 160px
    }
}

.partner {
    position: relative
}

.partner-slider {
    padding-top: 50px;
    border-top: 1px solid var(--border-info-color)
}


.terms-content:not(:last-child) {
    margin-bottom: 54px
}

.terms-content:first-child {
    margin-top: -3px
}

.terms-content .terms-list {
    margin-top: 37px
}

.terms-content h3 {
    margin-bottom: 23px;
    position: relative
}

.terms-content p:not(:last-child) {
    margin-bottom: 26px
}

.terms-list li:not(:last-child) {
    margin-bottom: 16px
}

.footer-area {
    background: var(--color-dark);
    position: relative;
    z-index: 1
}

/*.footer-area::before {
    content: "";
    position: absolute;
    background-image: url(../img/shape/shape-2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    z-index: -1
}*/

.footer-widget-box {
    margin-bottom: 20px
}

.footer-widget {
    position: relative;
    z-index: 1
}

.footer-logo img {
    width: 210px;
    margin-bottom: 20px
}

.copyright {
    position: relative;
    padding: 10px 0;
    background: var(--footer-bg2);
    border-bottom: 5px solid var(--theme-color);
    z-index: 1
}


.copyright .footer-menu {
    margin: 0;
    padding: 0;
    text-align: right
}

.copyright .footer-menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px
}

.copyright .footer-menu li a {
    color: var(--footer-text-color);
    transition: var(--transition)
}

.copyright .footer-menu li a:hover {
    color: var(--theme-color)
}

.copyright .copyright-text {
    color: var(--footer-text-color);
    margin-bottom: 0;
    font-size: 16px
}

.copyright .copyright-text a {
    color: var(--theme-color);
    font-weight: 500
}

.footer-widget-title {
    color: var(--color-white);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 600;
    z-index: 1
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 2px;
    background: rgba(255, 255, 255, .2);
    bottom: 0;
    left: 0
}

.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: var(--theme-color);
    bottom: 0;
    left: 18px
}

.footer-list {}

.footer-list li a {
    color: var(--color-white);
    transition: var(--transition)
}

.footer-list li a i {
    margin-right: 5px;
    color: var(--theme-color)
}

.footer-list li a:hover {
    padding-left: 10px;
    color: var(--theme-color)
}

.footer-widget-box p {
    color: var(--color-white);
    padding-right: 18px;
    margin-bottom: 0px
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end
}

.footer-social li a i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    background: var(--color-dark);
    color: var(--theme-color);
    transition: var(--transition)
}

.footer-social li a i:hover {
    background: var(--color-white);
    color: var(--theme-color)
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--footer-text-color);
    font-size: 16px;
    margin-bottom: 10px
}

.footer-contact li a {
    color: var(--footer-text-color);
    -webkit-transition: .3s;
    transition: .3s
}

.footer-contact li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 50px;
    background: var(--theme-color);
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--color-white)
}

.subscribe-form .form-control {
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: none;
    border: none
}

.subscribe-form .theme-btn {
    margin-top: 20px;
    width: 100%;
    padding: 14px
}

.subscribe-form .theme-btn:hover {
    color: var(--theme-color)
}

.subscribe-form .theme-btn::before {
    background: var(--color-white)
}

@media all and (max-width:1199px) {
    .footer-widget-box {
        margin-bottom: 50px
    }
}

@media all and (max-width:991px) {
    .footer-widget-wrapper {
        padding-bottom: 0
    }

    .copyright .footer-menu {
        float: left;
        margin-top: 20px;
        text-align: left
    }

    .copyright .footer-menu li {
        margin-left: 0;
        margin-right: 15px
    }
}

@media all and (max-width:767px) {
    .footer-widget-wrapper {
        padding-bottom: 0
    }

    .footer-social {
        justify-content: flex-start;
        margin-top: 20px
    }

    .copyright::before {
        clip-path: polygon(30% 1%, 100% 0, 100% 100%, 0% 100%)
    }

    .copyright .copyright-text a {
        color: var(--theme-color)
    }
}


.footer-shape img {
    position: absolute;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    opacity: .1;
    z-index: -1
}

@media all and (max-width:991px) {
    .home-3 .hero-single {
        padding-top: 220px
    }

    .home-3 .hero-single .hero-img {
        margin-top: 80px
    }
}


.navbar-brand1 .fa {
    font-size: 14px;
    background-color: #d5051d;
    padding: 11px;
    color: #fff;
    border-radius: 50px
}

.navbar-brand1 .testimonial-author-info h4 {
    font-size: 13px
}

.navbar-brand1 .testimonial-author-info p {
    font-size: 23px;
    color: #000;
}


.navbar-brand1 {
    margin-left: 0px !important;
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #d5051d;
}

.navbar-brand1 .col-md-3 {
    padding: 0px
}

.navbar-brand1 .list-icon .fa {
    background-color: #d5051d;
    width: 45px;
    height: 45px;
    font-size: 20px;
    padding: 13px;
    margin: 10px;
    color: #fff;
    border-radius: 6px;
}


.navbar-brand2 .fa {
    font-size: 14px;
    background-color: #d5051d;
    padding: 11px;
    color: #fff;
    border-radius: 50px
}

.navbar-brand2 .testimonial-author-info h4 {
    font-size: 13px
}

.navbar-brand2 .testimonial-author-info p {
    font-size: 23px;
    color: #000;
}


.navbar-brand2 {
    margin-left: 0px !important;
    margin-right: 0px;
    padding-right: 5px;
    padding-left: 5px;
    border-left: 0px solid #d5051d;
}

.faq-area .service-icon {}
.navbar-brand2 .col-md-3 {
    padding: 0px
}

.navbar-brand2 .list-icon .fa {
    background-color: #d5051d;
    width: 45px;
    height: 45px;
    font-size: 20px;
    padding: 13px;
    margin: 10px;
    color: #fff;
    border-radius: 6px;
}


.list-text {
    padding: 16px 5px
}

.list-text h6 {
    font-size: 14px
}

.list-text h3 {
    font-size: 22px;
    font-weight: 600
}


.wrapper {
    width: 980px;
    margin: auto;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
}

ul.tabs li {
    float: left;
    display: inline;
    margin-right: 1px;
    cursor: pointer;
    font-weight: bold;
}

ul.tabs li a {
    width: 195px;
    line-height: 30px;
    background: #09F;
    text-align: center;
    float: left;
    text-decoration: none;
    color: #fff;
}

ul.tabs li a:hover,
ul.tabs li a.active {
    background: #fff;
    color: #09f;
}

.tab_content_container {
    width: 940px;
    height: 200px;
    float: left;
    background: #fff;
    padding: 20px;
    margin-top: 1px;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    display: block;
}

.tab_content {
    display: none;
    position: absolute;
    width: 940px;
    height: 200px;
    overflow: auto;
    overflow-x: hidden;
}

.tab_content_active {
    display: block;
    position: absolute;
    width: 940px;
    height: 200px;
    overflow: auto;
    overflow-x: hidden;
}

.tab_content_active span {
    float: left;
    width: 100px;
    margin-right: 20px;
}

.maintabs .nav-item {
    text-align: center;
}

.booking-form {
    background-color: #fff;
    display: flex;
  position: relative;
  top: 10px;
  z-index: 999;
    padding: 17px 10px 10px 10px;
  margin-bottom: 10px;
  background-image: url('../img/fleetpattern.png');
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.maintabs {
    border-bottom: none
}

.maintabs .nav-link {
    list-style: none;
    padding: 7px 52px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: all ease 0.5s;
    letter-spacing: 1px;
    display: inline-flex;
    border: 1px solid #ffac3c;
    font-size: 14px;
    margin-top: 0px;
    border-radius: 0px !important;
}


.mainlist li {
    width: 32%;
  text-align: center;
  background-color: #f6f6f6;
  margin: 0px 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

ul.sublist {
    margin: 5px 100px
}

.sublist li {
    width: 50%;
    text-align: center;
}

ul.sublist1 {
    margin: 5px 100px
}

.sublist1 li {
    width: 33%;
    text-align: center;
}

span {
    cursor: pointer;
}

.number {
    margin: 0px;
}

.minus,
.plus {
    width: 34px;
    height: 34px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 1px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

input {
    height: 45px;
    width: 100%;
    padding: 0px 15px;
    text-align: left;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.mainlist {
    border-bottom: 0px;
    margin: 0px auto;
}

.mainlist .nav-item .nav-link {
    padding: 5px;
    border: 2px solid #d5051d !important;
    border-radius: 0px;
    margin: 0px 1px;
    font-size: 16px;
    color: #000
}

.sublist {
    border-bottom: 0px
}

.sublist .nav-item .nav-link {
    padding: 2px;
    border: 2px solid #000 !important;
    border-radius: 0px;
    margin: 0px 1px;
    font-size: 16px;
    color: #000
}

.sublist1 {
    border-bottom: 0px
}

.sublist1 .nav-item .nav-link {
    padding: 2px;
    border: 2px solid #000 !important;
    border-radius: 0px;
    margin: 0px 1px;
    font-size: 14px;
    color: #000
}


.nav-tabs .nav-link.active {
    background-color: #d5051d;
    color: #fff
}

.hero-section .theme-btn {
    background-color: #000
}

.typed {
    color: #d5051d;
    text-transform: uppercase;
    font-size: 30px;
}

.feature-content img {
    width: 25px
}

.feature-content p {
    color: #000;
    padding: 5px;
    margin: 0px 50px;
    border-radius: 7px
}

.feature-content .typecars {
    font-size: 16px;
}

.site-heading h2 {
    font-size: 30px;
    font-weight: 400
}

.about-text {
    text-align: center;
    color: #000
}

.section-larger {
    padding: 50px 0px
}

.section-larger h6 {
    padding-bottom: 10px
}

.section-larger p {
    text-align: justify;
    color: #000;
    padding-bottom: 15px
}


.col-icon-bg-cntr {
    width: 100%;
    background-color: #f2efe1;
    padding: 10px 10px;
    border-radius: 10px;
    position: relative;
    transition: all .4s ease-in-out;
}

.team-bio h5 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 400;
}

.team-bio img {
    width: 25px
}


.fleet-desktop .theme-btn1
{
  font-size: 12px;
  color: #fff;
  padding: 5px 20px;
  transition: all .5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: .5px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #006400;
  box-shadow: var(--box-shadow);
  z-index: 1;
} 

.mobile-fleets a {
    font-weight: 600;
}

.fleetspage .theme-btn {
    font-size: 14px;
    padding: 5px 12px;
    background-color: #A52B46;
    color: #fff;
    margin-top: 6px;
    border-radius: 3px;
    letter-spacing: 0px;
}

.fleet-mobile {
    display: none;
}

.feedback-content h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #d5051d
}

.feedback-content p {
    color: #000;
    padding-bottom: 15px
}

.blockquote-footer {
    margin-top: 20px;
    font-size: 20px;
    color: #d5051d;
}

.section-large h5 {
    font-size: 20px
}

.section-large {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cont {
    margin-top: 0px !important;
    background-color: #d5051d;
    border-radius: 10px;
}

.cont .form-content {
    padding: 20px;
}

.list-items li {
    color: #5d646d;
}

.contact-address li {
    position: relative;
    padding: 10px 10px 10px 70px;
    margin-bottom: 3px;
}

.contact-address li>.icon-element {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 18px;
    padding: 0px;
}

.font-size-16 {
    font-size: 14px !important;
}

.icon-element {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #d5051d;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    position: relative;
    font-size: 20px;
    color: #000;
}

.map__desc {
    color: #000;
    font-weight: 0;
    font-size: 16px;
    line-height: 18px;
}

.address-book {
    background-color: transparent;
    border-radius: 10px;
    padding: 0px
}

.address-book h5 {
    color: #000
}

.ptb-50 {
    padding: 30px 0px
}

.cars .feature-icon img {
    width: 65px
}

.team-area h4 {
    color: #000 !important;
    font-size: 30px
}

.number input {
    font-size: 16px
}

.nav-masterContainer {
    display: none;
}

.service-area h4 {
    font-size: 30px;
    color: #000
}

@media all and (max-width:520px) {
    .team-area h4 {
        color: #000 !important;
        font-size: 18px
    }

    .testimonial-area1 .service-area h4 {
        font-size: 18px;
        color: #000
    }

    .fixme {
        display: block;
    }

    .pd-20 {
        padding: 10px 0px
    }

    .pd-50 {
        padding: 10px 0;
    }

    .theme-btn {
        padding: 5px 15px;
    }

    .site-breadcrumb {
        padding-top: 130px;
    }

    .section-larger {
        padding: 20px 0px;
    }

    .highlight-top h6 {
        font-size: 14px
    }

    .highlight-top p {
        font-size: 12px;
        line-height: 20px
    }

    .heading-divider {
        border: 1px solid var(--theme-color);
        width: 90px;
        height: 6px;
        border-radius: 50px;
    }

    .mb-3 {
        margin-bottom: 5px !important;
    }

    .about-text {
        text-align: justify !important;
        color: #000;
        line-height: 18px;
        font-size: 12px
    }

    .navbar-brand1 .testimonial-author-img {
        margin-right: 4px;
        width: 37px;
        padding: 0px 5px;
        border-radius: 50px;
        border: 3px solid var(--theme-color);
        border-top-color: transparent;
        border-bottom-color: transparent;
        height: 35px;
    }

    .navbar-brand1 .fa {
        font-size: 12px;
        padding: 5px;
    }

    .navbar-brand1 .testimonial-author-info p {
        font-size: 16px;
        color: #000;
        font-weight: 600
    }

    .navbar-brand1 {
        margin-left: 0px !important;
        margin-right: 5px;
        padding-right: 0px;
        border-right: 0px solid #d5051d;
    }

    .navbar.fixed-top {
        background: var(--color-white);
        box-shadow: var(--box-shadow2);
        animation: slide-down .7s;
    }

    .navbar.fixed-top .navbar-brand1 .testimonial-author-info p {
        font-size: 14px;
        color: #000;
        font-weight: 600
    }

    .navbar.fixed-top .navbar-toggler-mobile-icon {
        color: #000;
    }


    .hero-single {
        padding-top: 10px;
    }

    .hero-single .hero-content .hero-sub-title {
        font-size: 26px !important;
        font-weight: none !important;
        margin-bottam: 40px;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: 0px;
    }

    .typed {
        color: #d5051d;
        text-transform: uppercase;
        font-size: 18px;
    }

    .booking-form {
        padding: 5px 1px 1px;
        margin-top: 10px;
    }

    ul.sublist {
        margin: 5px 60px;
    }

    ul.sublist1 {
        margin: 5px 12px;
    }

    .booking-form .form-group label {
        font-size: 14px
    }

    .booking-form .form-control {
        padding: 10px;
        border-radius: 3px;
        font-size: 16px;
    }

    .rightside {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .booking-form .form-group {
        margin-top: 0px;
        position: relative;
    }

    input {
        height: 45px;
        width: 70px;
    }

    input::placeholder {
        font-size: 12px
    }

    #example {
        line-height: 13px;
        margin-bottom: 5px;
        height: 15px;
        text-align: center;
    }

    .hero-single {
        padding-bottom: 10px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px
    }

    .pd-40 {
        padding: 10px 0px;
    }

    .about-area h2 {
        font-size: 18px !important
    }

    

    .fleet-mobile {
        display: block !important;
    }

    .team-item::before {
        height: 100%;
        border-radius: 10px
    }

    .team-item {
        padding: 0 5px 5px;
        margin-bottom: 4px
    }

    .team-area .row .col-6 {
        padding: 0px 2px !important
    }

    .feature-item h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .feature-item {
        padding: 10px 5px;
        margin-bottom: 5px
    }

    .feature-area .col-6 {
        padding: 0px 5px !important
    }

    .nav-masterContainer {
        display: block;
    }

    .site-heading h2 {
        font-size: 18px;
        font-weight: 400;
    }

    p.site-title {
        font-size: 18px !important;
        color: #000
    }

    .fleetimg {
        text-align: center;
    }

    .feature-icon {
        width: 65px;
        height: 65px;
        line-height: 60px;
        border-radius: 50px;
        margin: 0 auto 6px;
        border: 2px solid var(--color-dark);
        background: var(--theme-color);
        transition: var(--transition)
    }

    .feature-content p {
        color: #000;
        font-size: 14px;
    }

    .feature-content p img {
        width: 20px;
    }

    .team-area h2 {
        font-size: 18px
    }

    .booking-form .form-group i {
        position: absolute;
        right: 15px;
        bottom: 11px;
    }

    #example .typed_cursor {
        display: none !important;
        height: 35px
    }

    .booking-form .theme-btn {
        margin-top: 10px;
    }

    .site-breadcrumb {
        padding: 80px 0px 20px
    }

    .site-breadcrumb h1 {
        font-size: 20px !important
    }

}


#list-1 {
    columns: 2;
    column-gap: 5px;
    width: 100%;
}

#list-2 {
    border: 3px solid blue;
    columns: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    /* can change this */
    width: 200px;
}

#list-2 li {
    width: 100px;
    height: auto;
}

.testimonial-area1 h2 {
    color: #000
}

.team-bio h6 {
    font-size: 15px !important
}

.service-area h2 {
    color: #000;
    font-weight: 18px
}

.callbutton a {
    color: #fff;
    padding: 10px;
    text-align: center;
    display: block;
    text-transform: uppercase
}

.fixme {
    z-index: 999999;
    width: 96%;
    bottom: 60px
}

.callbutton {
    background: linear-gradient(-45deg, #d5051d, #fe6002, #d5051d, #d5051d);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    display: block;
    width: 100%;
    margin: 5px 7px;
    border-radius: 6px;
    display: block !important
}

@keyframes gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}


.fadeInUp-animation {
    animation: 4.5s fadeInUp;
}

.nav-wrapper {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin: 0px auto;
    background: #fff;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
}

.nav-wrapper .active-grid-circle {
    display: grid;
    width: 100%;
}

.nav-grid {
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.nav-grid .nav-grid-items {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav-grid .nav-grid-items .icon {
    color: #000;
    font-size: 20px;
}

.red {
    color: #A52B46;
}

.grid-item-active {
    display: flex !important;
    align-items: center;
    justify-content: center;
    -webkit-animation: zoomIn .255s cubic-bezier(0.46, 0.03, 0.21, 0.93);
    animation: zoomIn .255s cubic-bezier(0.46, 0.03, 0.21, 0.93);
}

.nav-masterContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.nav-masterContainer.theme-dark .nav-wrapper {
    background: #313131;
}

.nav-masterContainer.theme-dark .nav-grid .nav-grid-items .icon {
    color: #eee;
}

.nav-masterContainer.theme-dark .nav-grid .nav-grid-items.active .icon {
    color: #A52B46;
}


.box-shadow {
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, .1);
}

.ttm-bgcolor-white .review {
    margin: 10px;
}

.review h3 {
    font-size: 16px;
    margin: 0px;
}

.review h4 {
    font-size: 16px;
    margin: 0px;
}

.review h5 {
    font-size: 60px;
    line-height: 72px;
}

.feed label {
    text-align: left !important;
}

.about-area .address-book {
    padding: 10px
}

.maharaja-tt {
    padding-top: 15px;
    background-color: #fcfbfb
}

.maharaja-tt .container-fluid {
    max-width: 1300px;
    padding: 0px
}

.maharaja-tt .gallery {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px
}

.gallery .big {
    padding: 5px !important
}

.maharaja-tt .col-lg-6 {
    padding: 0px 5px !important
}

.maharaja-tt .gallery .row {
    margin: 0px
}

.maharaja-tt .video-gall {
    padding: 10px 0px;
    border-radius: 5px
}
.video-gall {padding: 10px;}

.maharaja-tt .video-gall video {
    width: 100%;
}

.gallery .col-md-4 {
    padding: 0px 5px
}

.maharaja-tt .col-md-5 {
    padding: 0px 5px
}

.site-breadcrumb li {
    color: #fff
}

h4.site-title {
    font-size: 30px;
    color: #000
}

.specde h3 {
    font-size: 18px
}

.specde h6 {
    font-size: 14px;
    text-align: center;
}

.specification h3 {
    margin-bottom: 10px
}

.specification p {
    text-align: justify;
    color: #000
}

.maharaja-tt p {
    text-align: justify;
    color: #000;
    line-height: 24px;
}

.out {
    background-color: #d5051d;
}

.out h2 {
    color: #fff;
    font-size: 18px;
}

.faq-area {
    padding: 5px 20px;
}

.faq-area .container-fluid {
    max-width: 1300px;
    padding: 0px;
}

.accordion {
    padding: 15px
}

.faq-area p {
    text-align: left;
    color: #000;
    line-height: 22px;
}

.accordion-header button {
    padding: 10px;
    background-color: #d5051d;
    color: #000
}

.footer-list li.fleetsli a {
    font-size: 16px
}

.wrapper-1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.wrapper-2 {
    padding: 10px;
    text-align: center;
}

.wrapper-2 img {
    width: 150px !important
}

.wrapper-1 h1 {
    font-family: 'Raleway', Arial Black, Sans-Serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #fafafa;
    margin: 0;
    margin-top: 40px;
}

.wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #fafafa;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    line-height: 1.5;
}

.go-home:hover {
    opacity: 0.9;
}

.go-home a {
    font-family: 'Raleway', Arial Black;
    font-size: 1rem;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.footer-like {
    margin-top: auto;
    background: rgb(31, 38, 130);
    padding: 6px;
    text-align: center;
}

.footer-like p {
    margin: 0;
    padding: 4px;
    color: #fafafa;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}

.footer-like p a {
    text-decoration: none;
    color: #5892FF;
    font-weight: 600;
}

.footer-like p a:hover {
    color: #FFF;
}


@media (min-width:600px) {
    .thankyoucontent {
        max-width: 1000px;
        margin: 0 auto;
    }

    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
    }


}


.contact .container {
    max-width: 850px
}

.contact .list-items {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px
}

.contact .contact-address li {
    position: relative;
    padding-left: 60px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid rgba(128, 137, 150, .1);
}


@media (min-width:600px) {
    .thankyoucontent img {
        width:
    }
}


.onestyle {
    font-size: 35px
}

.feature-content p.seaters {
    background-color: #d5051d;
}

.team-bio h5 {
    font-weight: 600
}


.testimonial-quote .content {
    display: -webkit-box;


    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
}

.testimonial-quote .content.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
}

.testimonial-quote .content+.read-more.hidden {
    display: none;
}


.testimonial-quote button {
    background: none;
    border: none
}

.login-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1099;
    background-color: rgba(0, 0, 0, .6);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}

.login-popup .form-group {
    margin-bottom: 10px !important
}

.login-popup.show {
    visibility: visible;
    opacity: 1
}

.login-popup .box {
    background-color: #fff;
    width: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    margin-left: 50px;
    transition: all 1s ease;
    padding: 2px;
    border: 10px solid #d5051d
}

.login-popup.show .box {
    opacity: 1;
    margin-left: 0
}

.login-popup .box .img-area {
    flex: 0 0 40%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.login-popup .box .img-area h1 {
    font-size: 30px
}

.login-popup .box .img-area .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/bg.jpg);
    background-size: cover;
    background-position: center;
    animation: zoomInOut 7s linear infinite;
    z-index: -1
}


@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.testimonial-rate img {
    width: 150px !important
}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;

}

#overlay {
    display: none;
    /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#close-popup {
    font-size: 30px;
    float: right;
}


#blink {
    font-size: 30px;
    font-weight: 700;
    color: #d5051d;
    transition: 0.5s;
}


.site-breadcrumb {
    padding-top: 150px !important;
    padding-bottom: 50px;
}


.review ul li i {
    font-size: 100px;
    color: var(--theme-color);
}

.review ul {
    text-align: center;
}

.review ul li {
    display: inline-block;
}

.taxi {
    padding: 30px 0px
}

.taxi .nav-tabs .nav-link {
    width: 163px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600
}

.taxi .nav-tabs .nav-link.active {
    background-color: #d5051d;
    color: #000
}

.taxi .hero-section .theme-btn {
    background-color: #d5051d
}

.taxi nav {
    max-width: 55%;
    margin: 0px auto;
    text-align: center;
}

.taxi .nav button {
    background-color: #000;
    margin: 0px 5px;
    border-radius: 50px;
    width: 150px;
    color: #fff;
    font-weight: 600
}


.news-block_two {
    position: relative;
    margin-bottom: 30px;
}

.news-block_two-inner {
    position: relative;
    border-radius: 8px;
    padding: 10px 10px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--color-three);
}

.news-block_two-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--main-color);
}

.news-block_two-image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block_two-inner:hover .news-block_two-image img {
    opacity: 0.70;
    transform: scale(1.06, 1.06) rotate(2deg);
}

.news-block_two-image:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 50%;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    background: var(--color-four);
    background: linear-gradient(to top, var(--color-four) 0%, rgba(var(--main-color-rgb), 0) 100%);
}

.news-block_two-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    text-align: center;
}

.news-block_two-meta {
    position: relative;


}

.news-block_two-meta li {
    position: relative;
    font-size: 16px;
    margin-right: 10px;
    padding-right: 15px;
    display: inline-block;
    color: rgba(var(--white-color-rgb), 1);
}

.news-block_two-meta li:before {
    position: absolute;
    content: '';
    right: -1px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: var(--main-color);
}

.news-block_two-meta li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.news-block_two-meta li:last-child::before {
    display: none;
}

.news-block_two-title {
    position: relative;
    font-weight: 600;
    max-width: 380px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

.news-block_two-title a {
    position: relative;
    color: var(--white-color);
}

.news-block_two-title a:hover {
    color: var(--main-color);
}

.news-block_two-more {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    margin-top: 18px;
    display: inline-block;
    color: #000;
    background-color: #d5051d;
    padding: 5px 10px;
    border-radius: 7px;
}

.news-block_two-more i {
    position: relative;
    font-size: 10px;
    font-weight: 700;
}

.news-block_two-more:hover {
    color: var(--main-color);
}

.taxi .nav-tabs .nav-link {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    letter-spacing: 0px
}

.booking-form .select {
    height: 45px !important;
    line-height: 11px;
    padding: 17px 15px;
    font-size: 16px;
    border: 2px solid #ced4da;
    margin-bottom: 10px;
}


.faq-area h2 {
    font-size: 20px
}

.nice-select span.current {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding: 0px 15px
}

.accordion h2 {
    margin-bottom: 10px;
}

.accordion p {
    font-family: CerebriSans, sans-serif;
    font-size: 17px
}

.accordion h3 {
    font-size: 20px;
    margin: 10px 0px
}

.accordion ul li {
    list-style: circle;
    margin-left: 15px;
    color: #000
}

#intercity {
    margin-top: 10px
}

#outstation{margin-top: 10px}
#airport{margin-top: 10px}
.form {
    width: 100%;
    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: sans-serif;
    background: #fff;
    border-radius: 8px;
}

.form-item {
    position: relative;
    margin-bottom: 15px
}

.form-item input {
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    border: solid 1px #ccc;
    transition: all .3s ease;
    padding: 0 15px;
    text-align: left;
}

.form-item label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 8px;
    left: 10px;
    font-size: 12px;
    background: #fff;
    padding: 0 47px 0px 15px;
    color: #999;
    transition: all .3s ease
}

.form-item input:focus+label,
.form-item input:valid+label {
    font-size: 11px;
    top: -10px
}

.form-item input:focus+label {
    color: blue
}

#example
 {
    display: block
}


.input-field {
    position: relative;
    margin-bottom: 0px;
}

.input-field input {
    height: auto;
    border-radius: 6px;
    font-size: 18px;
    padding: 0 15px;
    border: 2px solid #ced4da;
    background: transparent;
    color: #fff;
    outline: none;
}

.input-field select {
    height: auto;
    border-radius: 6px;
    font-size: 18px;
    padding: 0 15px;
    border: 2px solid #ced4da;
    background: transparent;
    color: #fff;
    outline: none;
}

.input-field label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 19px;
    pointer-events: none;
    transition: 0.3s;
    font-weight: 600;
    padding: 0px 20px;
}

input:focus {
    border: 2px solid #18ffff;
}

input:focus~label,
input:valid~label {
    top: 0;
    left: 15px;
    font-size: 16px;
    padding: 0 2px;
    background: #fff;
}

select:focus {
    border: 2px solid #18ffff;
}

select:focus~label,
select:valid~label {
    top: 0;
    left: 15px;
    font-size: 16px;
    padding: 0 2px;
    background: #fff;
}


.fleetenq {
    height: auto;
    background-color: #fff;
    margin-top: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px
}

.fleetenq h5 {
    margin-bottom: 10px
}

.booking-form1 .nice-select {
    line-height: 32px;
}



.booking-form1 h3{font-size: 16px; padding-bottom: 10px}

.booking-title1 {
    font-size: 25px;
    margin-bottom: 10px;
    width: 100% !important;
}

.booking-form1 .form-group {
    margin-top: 1px;
    position: relative
}

.booking-form1 .form-group i {
    position: absolute;
    right: 20px;
    bottom: 13px
}

.booking-form1 .form-group label {
    margin-bottom: 5px;
    color: var(--color-dark);
    font-size: 14px;
    background-color: #fff;
}

.booking-form1 .form-select,
.booking-form1 .form-control {
    padding: 7px 15px 7px 20px;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: none;
    color: var(--body-text-color);
    text-align: left;
    line-height: 40px;
    background-color: #fff;
    margin-bottom: 10px;
}

.booking-form1 .form-select:focus,
.booking-form1 .form-control:focus {
    border-color: var(--theme-color)
}

.booking-form1 .theme-btn {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    float: right;
}

.booking-form1 .theme-btn::before {
    width: 100%;
    height: 360px
}

@media all and (max-width:991px) {
    .booking-form1 {
        padding: 25px
    }

    .booking-form1 .theme-btn {
        margin-top: 25px
    }
}

.booking-form1 .nice-select span.current {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding: 0px 0px
}


.stars1 .fa {
    color: #d5051d
}


.footer-nav-menu li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    margin-bottom: 2px;
}

.footer-nav-menu li a {
    color: #fff;
}


.aboutfoot h5 {
    text-align: center;
    font-size: 20px
}

.aboutfoot h3 {
    text-align: left;
    font-size: 18px;
    margin-top: 10px
}

.aboutfoot p {
    text-align: left;
    font-size: 16px;
    color: #000
}

.aboutfoot ul li {
    text-align: left;
    font-size: 16px;
    color: #000;
    list-style: circle;
    margin-left: 20px
}

.login-popup {
    display: none
}

.innerpages {
    padding: 30px
}

.innerpages .container {
    max-width: 1300px
}

.innerpages p {
    text-align: justify;
}

.innerpages h3 {
    display: block;
}

.innerpages .serviceimage {
    border: 3px solid #FE0000;
    padding: 3px;
    border-radius: 14px
}

.innerpages .serviceimage img {
    border-radius: 14px
}

.innerpages .serviceheading {
    vertical-align: middle;
    margin: auto;
    padding: 50px 0px
}

.innerpages p {
    font-size: 16px;
    color: #000
}

.innerpages h2 {
    font-size: 30px;
    color: #fe0000
}

.chooseus {
    padding: 15px 0px
}

.innerpages .chooseus h3 {
    font-size: 20px;
    color: #fe0000
}

.innerpages .chooseus li {
    font-size: 16px;
    color: #000
}

.innerpages .chooseus table td {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #000
}

.innerpages .serviceheading ul li {
    margin-left: 20px;
    font-size: 16px;
    color: #000
}

.innerpages .serviceheading ul li:before {
    font-family: FontAwesome;
    content: "\f138";
    position: absolute;
    left: 1em;
    color: #fe0000;
}

.storedetail ul {
    margin-bottom: 0px
}

.storedetail {
    background-color: #111111;
    padding: 15px
}

.storedetail h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(128, 137, 150, .1);
    padding-bottom: 10px
}

.storedetail p {
    color: #fff
}

.storedetail iframe {
    border-radius: 10px
}

.storedetail a {
    margin: 0px 2px;
    text-align: center;
    font-size: 16px;
    background-color: #FE0000;
    padding: 10px 20px;
    margin-top: 5px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600
}

select option {
    height: 400px
}

.feature-icon img {
    width: 75px
}

.blog-item-info {
    padding: 2px 10px !important;
}

.descriptionss h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.descriptionss p {
    font-size: 18px;
    font-weight: 500;
    color: #000
}

.descriptionss .shop-tab {
    position: sticky;
    top: 120px;
    padding: 18px 11px;
    margin-top: -180px;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.56);
    z-index: 999;
    background-color: #fff;
}

.descriptionss input {
    height: 50px;
    font-size: 17px;
    margin-bottom: 15px
}

.custom-btn2 {
    height: 45px !important;
    font-size: 17px
}

.descriptionss select {
    height: 55px !important;
    font-size: 17px;
    margin-bottom: 15px
}

.nearyou {
    color: #FE0000;
}

.form-group>span {
    text-align: center;
    padding:
        14px 16px;
    font-size: 16px;
    line-height: 20px;
    color: var(--group-color);
    background-color: #f5f5f5;
    border: 1px solid var(--group-border);
    transition:
        background 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.form-group>span,
.form-group .form-field {
    white-space:
        nowrap;
    display: block;
}

.custom-btn2 {
    display: inline-block;
    background-color: #FE0000;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding:
        8px 35px;
    margin-right: 0px;
    position: relative;
    z-index: 1;
}

.googlereview {
    padding: 20px 0px
}

.google-rank-section {
    text-align: center;
    padding: 10px 10px;
    border: 3px solid #d5051d;
}

.google-rank-section .heading {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 29px;
}

.google-rank-section img {
    width: 200px;
    margin-bottom: 20px;
}

.google-rank-section .ratings {
    font-size: 18px;
    color: #555;
}

.ratings .stars span .fa {
    color: #fdd307;
}


.rating {
    margin-top: 0px;
    border: none;
    float: left;
}

.rating>label {
    color: #90A0A3;
    float: right;
}

.rating>label:before {
    margin: 5px;
    font-size: 2em;
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
}

.rating>input {
    display: none;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #F79426;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #FECE31;
}

textarea .form-control1 {
    height: 50px !important;
    margin-bottom: 15px;
    width: 100%;
    border: 2px solid #ced4da;
    padding: 10px !important
}

.overview {
    margin-top: 20px
}

.overview .container-fluid {
    max-width: 1330px
}


.fleetcontent {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px
}

.fleetsdetails {
    background-color: #fcfbfb;
    padding: 20px 0px
}

.review-sec .review-header {
    position: relative;
    border-bottom: 1px solid #ced4da;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-radius: 0;
    background: none;
}

.specification-card h4 {
    font-size: 16px;
    font-weight: 600;
}

.review-sec h4::before {
    content: "";
    background: #d5051d;;
    border-radius: 8px;
    width: 20px;
    height: 4px;
    left: 0;
    position: absolute;
    bottom: -3px;
}

.specification-card .featureslist {
    margin-bottom: 15px;
}

.specification-card .feature-img {
    width: 55px;
    height: 55px;
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    margin: 0 12px 0 0;
    flex-shrink: 0;
    padding: 10px 10px;
}

.specification-card .feature-img img {
    width: 35px;
}

.specification-card .featues-info h6 {
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}

.fleetfaq {
    padding-top: 15px;
}

.fleetfaq .accordion {
    padding: 0px !important;
}


.fleetoverview {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px
}

.specde {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px
}

.testimonial-area {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    background-image: url('../img/fleetpattern.png');
    background-repeat: repeat;
}

.overview {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px
}

.fleetfaq {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px
}

.testimonial-area h3 {
    padding-bottom: 10px
}

.tex .testimonial-single {
    margin-bottom: 0px;
    background: #fff !important;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    z-index: 1;
}



.spec-details img {
    border-radius: 50%
}

.spec-details h3 {
    text-align: center;
    padding: 15px 0px;
    font-size: 14px !important;
}


.review {
    background-color: #ffffff; /* or keep your existing bg */
    color: #222222; /* Dark text for light background */
}

.review h5 {
    color: #000000; /* Black or very dark */
    font-weight: bold;
}

.review p {
    color: #333333; /* Dark enough to meet 4.5:1 contrast */
}

.review a {
    color: #0056b3; /* High-contrast blue link */
    text-decoration: underline;
}

.review a:hover {
    color: #003d80; /* Even darker on hover */
}


.footer-list li a {
    display: inline-flex;      /* aligns icon + text */
    align-items: center;
    padding: 0px 8px;         /* increases clickable area */
    min-height: 24px;          /* WCAG recommendation */
}
.footer-list li {
    margin-bottom: 4px;        /* spacing between links */
}


.feature-content1 p{color: #000}

.gallery img{padding: 15px}

.termscon{padding: 20px 0px}
.feature-content1 p{color: #000}
.termscon h4{font-size: 18px !important}
.termscon p{color: #000 !important; padding-bottom: 10px !important}
.contact-address .mapsli{padding-left: 0px !important}

.team-bio p{color: #000}



.footer {
  background-color: #043436;
  background-position: center center;
  background-attachment: scroll;
  padding: 20px 0 0;
}
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .featured-icon-box.icon-align-before-content.style7 {
  padding: 5px 7px !important;
  border-radius: 7px;
}
.featured-icon-box.icon-align-before-content.style7 .ttm-icon {
  height: 64px;
  width: 64px;
  line-height: 64px;
}
.ttm-bgcolor-white{
    background-color: #fff;
}
.ttm-icon_element-fill.ttm-icon_element-color-skincolor i {
  color: #fe6002 !important;
  font-size: 36px;
  padding: 15px;
}
.featured-icon-box.icon-align-before-content.style7 .featured-content {
  padding-left: 20px;
}

.featured-icon-box.icon-align-before-content .featured-icon{
  display: table-cell;
  vertical-align: middle;
}

.featured-icon-box.icon-align-before-content .featured-content{
  display: table-cell;
  vertical-align: middle;
}

.social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
}
.payment ul li {
  list-style: none;
  display: inline-block;
}

.team-item1 {
    padding: 0 20px 20px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    transition: var(--transition);
    z-index: 1
}

.team-item1::before {
    content: "";
    position: absolute;
    background: #000;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    width: 100%;
    height: 82%;
    left: 0;
    bottom: 0;
    z-index: -1
}

.enq-form {margin-top: -130px }

.testimonial-area1 {padding-top: 30px}

.single-testimonial {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 5px;
  border-radius: 9px;
}

.testi-author img {
  float: left;
  padding: 4px 0px;
}
.ta-info img {
  width: 30px;
  margin-right: 5px;
}
.single-testimonial .testiimg img {
  background-color: #f6f6f6;
  padding: 5px;
  width: 70px;
  height: 50px;
  margin-right: 10px;
}

.pricing-btn .btn {
background: linear-gradient(90deg,rgba(254, 88, 3, 1) 0%, rgba(255, 122, 1, 1) 100%);
  border-color: #FFC000;
  color: #fff;
  width: 100%;
    
}
.pricing-btn .btn:hover{
     border-color:  #FFC000;
}
.pricing-btn .btn::before {
      background: #FFC000;
    border-color:  #FFC000;
}
.pricing-btn {
  width: 100%;
  margin: auto;
}

.pricing-box .btn{
    font-size: 15px;
  font-weight: 600;
  line-height: 1.3em;
  padding: 8px 15px;
  background: rgb(254, 88, 3);
  background: linear-gradient(90deg,rgba(254, 88, 3, 1) 0%,rgba(255, 122, 1, 1) 100%);
  color: #f8f8f8;
  margin: 0px 3px;
}

.testimonial-area2 {padding-top: 0px}


.faq-area{
    background-color: #fff;
    padding: 40px 0px 20px;
    margin-bottom: 0px;
    background-image: url('../images/dot_map_2-1.png');
    --background-overlay: '';
    background-position: top right;
  background-repeat: no-repeat;
  background-size: 960px auto;
}



.faq-container {
    max-width: 800px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    width: 100%;
    padding: 15px;
    background: #f7f7f7;
    border: none;
    outline: none;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.faq-question::after {
    content: "+";
    float: right;
    font-size: 20px;
}

.faq-question.active::after {
    content: "-";
}

.faq-answer {
    display: none;
    padding: 15px;
    background: #fff;
    line-height: 1.6;
}
.accordion-button::after {
    background-size: 1.25rem;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}




  .acc-container {
  width: 100%;
}
.acc-container{margin: auto}
.acc {
  margin-bottom: 10px;
}

.faq {padding: 20px}
.faq h3{padding: 5px 0px}
.acc-head {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px 13px;
  font-size: 18px;
  position: relative;
  cursor: pointer;

 }

 .acc-head::before,
 .acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #000;
  transition: all .3s;
 }

 .acc-head::before {
  right: 20px;
  width: 2px;
  height: 15px;
  margin-top: -8px;
  color: #fff;
}

.acc-head::after {
  right: 13px;
  width: 17px;
  height: 2px;
  margin-top: -2px;
  color: #fff;
}

.acc-head p {
  color: #000;
}
 .acc-head.active::before {background-color: #fff}
  .acc-head.active::after {background-color: #fff}
.acc-content {
  padding: 0px 0px;
  display: none;
  background-color: #fff;

}

 .acc-content p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px;
    color: #000;
    padding: 10px 20px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
  }
        
.acc-head.active::before {
    transform: rotate(90deg);
    
}
.acc-head.active{background-color: #584c4e;}
.acc-head.active p{color: #fff;}

.acc-container{margin: auto}
.acc-head p {margin: 0px;}

.faq h3{font-size:20px;color: #d5051d}

.faq p.fullfaq{padding:5px 0px; font-size: 20px; font-weight: 600}


.hero-section1 .hero-single {padding-top: 150px;
  padding-bottom: 50px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;}


.service-title a {
  font-size: 18px;
  margin: 10px 0 5px;
  font-weight: 600;
  color: var(--color-dark);
  line-height: 18px;
} 



.vehicaltypes .service-title{text-align: center}
.vehicaltypes .service-title a {font-size: 16px;margin: 10px 0;font-weight: 600;color: #000;}
.vehicaltypes .service-arrow {margin-top: 5px;}
.vehicaltypes .theme-btn {width: 100%}
.vehicaltypes .right {border-right: 1px solid #000}
.vehicaltypes .right p{line-height: 20px}
.vehicaltypes p {font-size: 13px;line-height: 20px;text-align: center;color: #000}
.vehicaltypes .service-item {box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;border-radius: 9px;}


.fleets .service-img1 img{background-color: #f8f8f8; width: 600px;box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; border-radius: 10px}
.fleets .service-content .service-title{font-size: 20px; font-weight: 500;}
.fleets .service-title1{ color: #fff; font-size: 14px; margin-top: 4px;display: inline-block; }
.service-title1 span{background-color: #006400;padding: 4px 8px;border-radius: 5px; }
.fleets .passengers{padding: 2px 0px; color: #000; display: inline-block;}
.fleets .passengers i{width: 25px;margin-left: 17px;}
.fleets h3.service-title {padding-bottom: 5px;}
.fleets .service-content{padding: 10px 0px}
.fleets h4{font-size: 20px; font-weight: 400;padding: 10px 0px}
.fleets p{line-height: 20px; padding:5px 15px}
.fleets .service-item {border-radius: 9px;}


.enquiryform {padding:80px 0px 20px}
.enquiryform .bg{background-color: #17223A;height: 330px;}
.enquiryform .bg .col-lg-5{padding: 0px}
.enquiryform img{margin: -60px 0px 0px 0px;width: 480px}
.enquiryform .book-ride{padding: 40px 0px}
.enquiryform .book-ride h5{font-size: 38px; color: #fff;}
.enquiryform .book-ride p{font-size: 18px; color: #fff}

.enquiryform .book-ride .res{color: #FE7A30}
.enquiryform .book-ride .heading-divider{border: 3px solid #FE7A30;}
.enquiryform .book-ride  .heading-divider::after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 7px;
  width: 15px;
  border-radius: 50px;
  background: #FE7A30;
  -webkit-animation: none;
  animation: none;
}

.book-ride i{color: #FE7A30}

.book-ride ul{margin-top: 20px}
.book-ride ul li{display: inline-block; margin-right: 10px}
.book-ride ul li.req{background-color:#FE7A30; padding: 7px 20px; font-size: 16px; border-radius: 2px}
.book-ride ul li.req a{color: #fff}
.book-ride ul li.pho{border:1px solid #fff; padding: 7px 20px; font-size: 16px; border-radius: 2px;}
.book-ride ul li.pho a{color: #fff}

.clients {background-color: #f9f9f9; padding: 20px; }
.clients img{margin-bottom: 15px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}


.footer {background-color: #000; padding: 60px 0px 0px}
.footer-logo img{background-color: #fff; padding: 5px 40px;border-radius:9px}
.footer-logo p.dd{color: #fff; line-height: 20px; padding-bottom: 15px}
.footer ul li{display: inline-block; padding: 0px 40px 0px 0px;}
.footer ul li h5{color: #fff; padding: 10px 0px}
.footer ul li p{color: #fff}

.footer h5{color: #fff; padding-bottom: 15px;}
.footer .links li {display: block;}
.footer .links li a {color: #fff}
 .footer h5.qlinks{margin-top: 0px; font-weight: 400}

.footer ul.links li a i{font-size: 7px; margin-right: 5px}
 .copyright {border-top: 1px solid #fff; text-align: center; border-bottom: 0px; margin-top: 15px}}

.footer-logo p{margin-bottom: 15px}
.socialmedia li {padding-right: 5px !important}
.socialmedia li a i{color: #000;
  font-size: 23px;
  background-color: #f4f4f4;
  width: 51px;
  height: 35px;
  padding: 7px 13px;}
    .payment li{padding-right: 5px !important}

.socialmedia {margin-bottom: 10px}
.payment h5{margin-top: 10px;}
  .payment li img{width: 50px}
.footer {
    background-image: url(../images/footer-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.footer::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -.5px;
  top: 0;
  background: var(--hero-overlay-color);
  opacity: .3;
  z-index: -1;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.client-review { background-color: #fff;
    padding: 40px 0px 40px;
    margin-bottom: 0px;
    background-image: url('../images/dot_map_2-1.png');
    --background-overlay: '';
    background-position: top right;
  background-repeat: no-repeat;
  background-size: 960px auto;}
.client-review h3{font-size: 36px; font-weight: 400}
.client-review p{color: #000; padding: 5px 0px}
.exp {background-color: #D5051D; padding: 10px 20px; border-radius: 10px;margin-top: 10px}
.exp .count{font-size: 85px;font-weight: 600;stroke-width: 1px;line-height: 85px; color: #fff; padding-right: 20px}
.exp .year{padding: 0px 20px; border-left: 1px solid #f5f5f5}
.exp .year h4{color: #fff;}
.exp .year p{color: #fff;}
.client-review .pre{padding:0px 40px}


.contact-area {background-color: #fff;
    padding: 40px 0px 40px;
    margin-bottom: 0px;
    background-image: url('../images/dot_map_2-1.png');
    --background-overlay: '';
    background-position: top right;
  background-repeat: no-repeat;
  background-size: 960px auto;}

.contact-area {
    background-repeat: no-repeat;
    background-position: center center;
}
.contact-area .map {
    position: absolute;
    right: 0;
    top: 0;
}
.contact-wrapper textarea {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 200px;
    width: 100%;
    text-transform: capitalize;
    transition: .3s;
    background: #f4f4fe;
    padding: 30px 40px;
}
.contact-wrapper textarea::-moz-placeholder {
    color: #b3bdcd;
    font-size: 14px;
}
.contact-wrapper textarea::placeholder {
    color: #8990b0;
    font-size: 14px;
}
.c-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    color: #8990b0;
    font-size: 14px;
}
.contact-message.c-icon i{top: 30px;transform: unset;}
.contact-wrapper input {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 80px;
    text-transform: capitalize;
    width: 100%;
    padding: 0 40px;
    transition: .3s;
    background: #f4f4fe;
}
.contact-wrapper input::-moz-placeholder {
    color: #8990b0;
    font-size: 14px;
}
.contact-wrapper input::placeholder {
    color: #8990b0;
    font-size: 14px;
}
.contact-name {
    position: relative;
}
.contact-field label {
    display: block;
  font-size: 14px;
  font-weight: 500;
  color: #141b22;
  margin-bottom: 20px;
  cursor: unset;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  padding: 0px 10px;
}
.contact-field strong{
margin-bottom: 0px;
  display: block;
  color: #111;
  font-weight: 600;
}
.contact-field {
 padding-right: 0;
}
.contact-field input  {
    width: 100%;
border: none;
padding-left: 15px;
transition: .3s;
border-radius: 10px;
    border: 1px solid #777;
    height: calc(3.0em + .55rem + 2px);
    background: #f5f5f5;
}

.contact-field.c-name::after{content: "\f007";}
.contact-field::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 14px;
    text-align: center;
    right: 25px;
    color: #FFC000;
    bottom: 22px;
    display: none;
}
.contact-field.c-email::after{content: "\f0e0";}
.contact-field.c-subject::after{content: "\f249";}
.contact-field.c-message::after {
    content: "\f303";
    font-weight: 600;
    top: 20px;
    bottom: unset;
}
.contact-field input::placeholder,.contact-field textarea::placeholder{color: #9e9e9e;}
.contact-field textarea {
width: 100%;
padding: 15px;
transition: .3s;
height: 90px;
border: 1px solid #777;
border-radius: 10px;
    background: #fff;
}


.contact-bg {
    background-size: cover;
    background-position: center;
}
.contact-img {
    position: absolute;
    bottom: 0;
    right: 170px;
    z-index: -1;
}




.sidebar.services-sidebar .contact-bg02 {
  margin-top: 0;
  padding: 10px;
  border: 1px solid #ccc;
    background: #fff;
}
.sidebar.services-sidebar {
  position: sticky;
  top: 100px;
}

.enq-form1 {background-color: #fff;
  display: flex;
  position: relative;
  top: 10px;
  z-index: 999;
  padding: 20px;
  margin-bottom: 10px;
  background-image: url('../img/fleetpattern.png');
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  border-radius: 9px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;}

  .enq-form1 {}


.f-contact {
  display: flex;
  margin-top: 15px;
}
.f-contact li {
  float: left;
  margin-bottom: 2px !important;
  width: 100%;
}
.contact-area .footer-widget .f-contact ul li i {
  background-color: #d5051d;
}
.f-widget-title p{line-height: 26px; color: #000}
.f-contact .icon {
  float: left;
  margin-top: 7px;
  margin-right: 15px;
  width: 40px;
  color: #fff;
}
.f-contact i {
  width: 40px;
  height: 40px;
  background: #3a3a3a7d;
    background-color: rgba(58, 58, 58, 0.49);
  line-height: 40px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  float: left;
}
.f-contact span {
  color: #d0d0d0;
}
.contact-area .footer-widget .f-contact ul li span a {
  color: #000 !important;
}

.booking-form1 h4{font-size: 20px; padding-bottom: 15px}

.monphone{display: none !important;}
.monwhatsapp{display: none !important;}
.fleet-desktop .theme-btn.whats{background-color: #006400}

.clients{padding: 40px 0px}
.clients h3{font-size: 30px; font-weight: 400}
.clients ul{margin-top: 15px}
.clients ul li{display: inline-block; padding: 3px 20px}
.clients ul li:first-child {border-right: 2px solid #000}
.clients ul li h4{color: #d5051d; font-size: 26px}
.clients ul li p{color: #000; font-size: 18px}

.blog{background-color: #fff;
  padding: 10px 0px 60px;
  margin-bottom: 0px;
  background-image: url('../images/dot_map_2-1.png');
  --background-overlay: '';
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 960px auto;}
.blog .service-item{padding: 15px 15px 15px;}
.blog .service-img img
{width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px 8px 8px 8px;}

.blog .service-item .service-icon {
    position: absolute;
  width: 80%;
  height: 73px;
  line-height: 70px;
  background: #fff;
  font-size: 50px;
  color: var(--color-white);
  text-align: center;
  margin-top: -30px;
  right: 30px;
  box-shadow: var(--box-shadow);
  z-index: 1;border-radius: 8px; text-align: left; padding: 15px}
  .blog .service-item .service-icon ul{line-height: 20px}
.blog .service-item .service-icon ul li{display: inline-block;}
.blog .service-item .service-icon ul li:first-child{width: 70%}
.blog .service-item .service-icon ul li i{font-size: 22px; float: right; background-color: #f3f3f3; padding: 10px 15px; border-radius: 6px}
.blog .service-item .service-icon h5{font-size: 18px}
.blog .service-item .service-icon p{font-size: 12px; color: #000; line-height: 18px}
.footerone {
    display: none
}

.footerone ul li {
    display: inline-block;
    padding: 10px 0
}

.footerone ul li a {
    color: #fff
}

.service_popular {padding: 48px 5px 48px;line-height: 1.3em;font-family: "Roboto";background-color: #f8f8f8;}
.service_popular h2 {font-size: 33px;margin-bottom: 5px;font-weight: 700;text-align: center;}
.service_popular p {font-size: 16px;line-height: 1.3em;font-weight: 400;text-align: center;}
.service_popular ul {list-style-type: none !important;padding: 0px !important;margin: 0px;}
.service_popular ul li {list-style-type: none !important;font-size: 16px;line-height: 2em;font-weight: 400;margin-bottom: 10px;text-align: left;}
.service_popular ul li i {font-size: 21px;color: #ff7900;margin-right: 10px;}
.service_popular ul li .btn {font-size: 14px;padding: 0px;color: #ff7900;line-height: 1.3em;font-weight: 500;}
.service_popular ul li .btn:hover {padding: 0px;font-size: 14px;color: #113a3c;line-height: 1.3em;font-weight: 400;}

@media (min-width: 300px) and (max-width: 400px) 
{   
    .clients {padding: 13px 0px;}
    .clients h3 {font-size: 20px;font-weight: 400;text-align: center;}
    .blog .service-item {margin-top: 30px;}
    .monphone{display: block;}
    .monwhatsapp{display: block;}
    .container{padding: 0px 16px !important}
    .booking-form .container{padding: 0px 0px !important}
    .navbar {margin: 5px 5% !important; z-index: 99999;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
    .mainlist {margin-top: 5px;}
    .mainlist li {margin: 0px 0px 0px 3px;}
    .mainlist .nav-item .nav-link {padding: 3px 5px;border:2px solid #d5051d !important; font-size: 14px;}
    .enq-form {margin-top: -10px;}
    .faq-area {padding: 20px 0px 0px;}
    .faq-area img {height: 200px;}
    .faq {padding: 0px 0px;}
    .enquiryform .book-ride {padding: 10px 0px;}
    .enquiryform .bg {height: 520px;}
    .service-item {margin-bottom: 10px;}
    .faq-area .service-icon {width: 154px;height: 40px;margin-top: -40px;padding: 0px}
    .testimonial-author-info h6 {padding: 3px 0px;font-size: 10px;}
    .navbar-brand2 .testimonial-author-info p {font-size: 13px;color: #000;}
    .navbar-brand2 .fa {font-size: 10px;padding: 10px;color: #fff;border-radius: 50px;}
    .faq-area .service-icon {line-height: 0px;}
    .testimonial-author-info {flex: 1;margin: 2px 0 5px;}
    .faq h3 {font-size: 14px;}
    .faq p.fullfaq {padding: 0px 0px;font-size: 12px;font-weight: 600;line-height: 18px;}
    .faq-area p {text-align: left;color: #000;line-height: 16px;font-size: 12px;}
    .contact-address li > .icon-element {left: 0px;top: 5px;width: 39px;height: 39px;line-height: 40px;font-size: 17px;  padding: 0px;}
    .contact-address li {position: relative;padding: 0px 0px 10px 50px;}
    .client-review {padding: 20px 0px 20px;}
    .client-review .pre {padding: 0px 15px;}
    .client-review h3 {font-size: 16px;font-weight: 600;}
    .client-review p {color: #000;padding: 0px 0px;font-size: 13px;line-height: 17px;}
    .exp {background-color: #D5051D;padding: 5px; margin: 10px 0px}
    .exp .count {font-size: 50px; padding-right: 0px; line-height: 60px}
    .exp .year {padding: 0px 14px;border-left: 1px solid #f5f5f5;}
    .testimonial-single {height: 250px}
    .exp .year h4 {font-size: 16px;}
    .enquiryform .book-ride h5 {font-size: 24px;color: #fff;}
    .book-ride ul li.pho {padding: 7px 10px; font-size: 12px;}
    .book-ride ul li.req {padding: 7px 10px;font-size: 12px;}
    .testimonial-single {padding: 20px}
    .partner-img{padding: 14px}
    .footer {background-color: #000; padding: 25px 0px 110px;}
    .footer-logo img {display: none;}
    .footer-logo p.dd {padding-bottom: 0px;}
    .footer ul li {display: inline-block;padding: 0px 25px 0px 0px;}
    .qlinks{margin-top: 20px !important}
    .testimonial-author-img {margin-right: 4px;width: 38px;padding: 4px 0px;border-radius: 50px; border: 3px solid var(--theme-color);  border-top-color: transparent; border-bottom-color: transparent; top: 10px;}
    .service-arrow .theme-btn { padding: 5px 22px !important;}
    .vehicaltypes .service-item {padding: 10px 15px}
    .vehicaltypes .service-title{text-align: center}
    .vehicaltypes .service-title a {font-size: 14px;margin: 5px 0;font-weight: 600;color: #000;}
    .vehicaltypes .service-arrow {margin-top: 5px;}
    .vehicaltypes .theme-btn {width: 100%}
    .vehicaltypes .right {border-right: 1px solid #000}
    .vehicaltypes .right p{line-height: 18px}
    .vehicaltypes p {font-size: 13px;line-height: 18px;text-align: center;color: #000}
    .vehicaltypes .service-item {box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;border-radius: 9px;}

    .site-heading p {margin-top: 0px;}
    .fleets p {line-height: 15px;padding: 0px 0px 5px; font-size: 13px}
    .site-heading {margin-bottom: 5px;}
    .fleets .service-content .service-title { text-align: left; font-size: 16px}
    .fleets .service-content .service-title {padding-bottom: 0px}
    .fleets .service-content {padding: 0px 0px;}
    .fleets .service-title1 span{font-size: 12px;}
    .fleets .passengers i {font-size: 12px; width: 21px}
    .fleets .passengers {font-size: 14px}

    .fleet-desktop .theme-btn{font-size: 9px;padding: 5px 0px;width: 32.3%;}
    .fleet-desktop .theme-btn.whats{background-color: #006400}
    .service-item {padding: 15px 15px 5px}

    .acc-head {padding: 10px 15px;}
    .faq-area .faq{padding: 0px 15px}

    .footerone {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #fff !important;
        color: #fff;
        text-align: center;
        display: block;
        z-index: 99999;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-top: 2px solid #ff7801
    }
    .carousel {
        margin-top: 0px !important;
        width: 100% !important
    }
    .footerone ul {
        margin: 5px 0 !important;
        padding: 0 !important
    }
    .footerone ul li {
        display: inline-block;
        padding: 6px 12px
    }
    .footerone ul li a {
        color: #043436
    }

    .blog .service-img img{width: 100%;height: 200px;object-fit: cover;object-position: center center;border-radius: 8px 8px 8px 8px;}
}