/* ===================================================
    Table of Contents
=====================================================
    1.0 About Section
		1.1 Video Box
	2.0 Services Section
		2.1 Swiper Navigation
		2.2 Swiper Dots
		2.3 Service Details
		2.4 Service Sidebar
	3.0 Booking Section
		3.1 Booking Car
		3.2 Date Time Picker
		3.3 Booking Form
	4.0 Pricing Section
		4.1 Pricing Tab Menu
    5.0 Cab Details
	6.0 Download Section
		6.1 Download Section 2
	7.0 Testimonials Section
	8.0 CTA Section
		8.1 CTA Section 2
	9.0 Team Section
	10.0 Cab Booking Form
	11.0 Faq's Section
	12.0 Contact Section
	13.0 Footer Section
		13.1 Mid Footer
		13.2 Subscribe Form
		13.3 Copyright Section
=====================================================
    Main CSS
==================================================== */

/*=== 1.0 About Section ===*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --body-font: 'Roboto', sans-serif;
    --heading-font: 'Inter', sans-serif;
    --theme-color: #FFB300;
    --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
}
.about-section .section-heading h2 {

    line-height: 42px;
    margin-bottom: 20px;
}

.about-img {
    position: relative;
    margin-top: -80px;
    z-index: 1;
}

.about-img:before {
    background-color: #ca7e05;
    border-radius: 2px;
    transform: skew(-20deg, 0deg);
    content: "";
    width: 200px;
    height: calc(100% + 70px);
    position: absolute;
    right: 200px;
    bottom: -80px;
    z-index: -1;
}

.about-img img {
    border-radius: 3px;
}

.about-img .about-img1 {
    max-width: 300px;
    transform: translate(20px, 40px);
}

.about-img .about-img2 {
    max-width: 200px;
    position: absolute;
    right: 80px;
    bottom: 0;
}

.round-text {
    position: absolute;
    right: 100px;
    top: 60px;
}

.round-text img {
    animation-name: spin;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.round-text:before {
    background-image: url(../img/location-marker.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-info {
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
}

.about-info li {
    display: flex;
    column-gap: 15px;
}

.owner-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.signature {
    width: 140px;
}

.about-info li h2 a {
    color: #ff9900;
    font-weight: 700;
    margin: 0;
}

.owner h4,
.about-info li h2 span {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #666;
    display: block;
    margin-bottom: 5px;
}

.owner h4 {
    margin: 0;
}

/*=== 1.1 Video Box ===*/
.video-box-inner {
    position: relative;
    text-align: right;
}

.video-box-inner>img {
    width: 400px;
    border-radius: 5px;
}

.video-box {
    width: 250px;
    border-radius: 5px;
    position: absolute;
    left: 30px;
    bottom: -30px;
}

.video-box>img {
    width: 100%;
    border-radius: 5px;
}

.video-box .play-btn {
    background-color: #ff9900;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
    box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-box .play-btn svg {
    fill: #fff;
    width: 40px;
    margin-left: 5px;
}

.video-box .play-btn .ripple,
.video-box .play-btn .ripple:before,
.video-box .play-btn .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -webkit-animation: rippleanim 3s infinite;
    -moz-animation: rippleanim 3s infinite;
    -ms-animation: rippleanim 3s infinite;
    -o-animation: rippleanim 3s infinite;
    animation: rippleanim 3s infinite;
}

.video-box .play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.video-box .play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes rippleanim {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes rippleanim {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@media (max-width: 992px){
    .video-box {
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
    }
}

@media (max-width: 767px){
    .video-box {
        margin-top: 30px;
    }
}

/*=== 2.0 Services Section ===*/
.service-section {
    position: relative;
    z-index: 1;
}

.service-carousel {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.bg-half {
    background-image: url(../img/fort-agra-easy-peasy.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 59.54%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.car {
    padding: 5px;
    border: 1px solid #333;
    box-shadow: 3px 3px 5px 1px #888;
    margin-bottom: 25px;
    min-height: 411px;
    line-height: 30px;
    border-radius: 10px;
    border-bottom: 4px solid #faa61a
}

.car-price p {
    font-size: 20px;
    font-weight: 700
}

.footer .car-services a {
    color: #000 !important;
    font-weight: 100;
}

.car-price p span {
    font-size: 26px;
    font-weight: 700
}

.car-name h5 {
    padding: 10px;
    background-color: #faa61a;
    font-size: 19px
}

.car-img {
    padding-top: 10px;
    padding-bottom: 10px
}

.price_button a {
    color: #fff;
    border: 2px solid #faa61a;
    border-radius: 50px;
    padding: 8px 20px;
    background: #faa61a;
    box-shadow: 0 10px 14px -7px #000000a8
}

.price_button a:hover {
    box-shadow: 0 5px 14px -7px #000000a8;
    color: #424646
}

.devide {
    background: #8080804a;
    height: 1px;
    border: none;
    width: 80%;
    margin: 10px auto
}
.car {
    padding: 5px;
    border: 1px solid #333;
    box-shadow: 3px 3px 5px 1px #888;
    margin-bottom: 25px;
    min-height: 411px;
    line-height: 30px;
    border-radius: 10px;
    border-bottom: 4px solid #faa61a
}

.car-price p {
    font-size: 20px;
    font-weight: 700
}

.footer .car-services a {
    color: #000 !important;
    font-weight: 100;
}

.car-price p span {
    font-size: 26px;
    font-weight: 700
}

.car-name h5 {
    padding: 10px;
    background-color: #faa61a;
    font-size: 19px
}

.car-img {
    padding-top: 10px;
    padding-bottom: 10px
}

.price_button a {
    color: #fff;
    border: 2px solid #faa61a;
    border-radius: 50px;
    padding: 8px 20px;
    background: #faa61a;
    box-shadow: 0 10px 14px -7px #000000a8
}

.price_button a:hover {
    box-shadow: 0 5px 14px -7px #000000a8;
    color: #424646
}

.devide {
    background: #8080804a;
    height: 1px;
    border: none;
    width: 80%;
    margin: 10px auto
}

.call_to {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 220px
}

.call_heading h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 75px;
    font-size: 48px
}

.call_button a {
    border-radius: 50px;
    background-color: #faa61a;
    color: #fff;
    padding: 14px 36px;
    margin-right: 5px
}

.call_button a:hover {
    color: #faa61a;
    background: #fff;
    border: 2px solid #fff
}

.werty li {
    margin-bottom: 8px
}

.call_button a.cont {
    background: #fff;
    border: 2px solid #fff;
    color: #faa61a;
    margin-left: 5px
}

.call_button a.cont:hover {
    background-color: #faa61a;
    border: 2px solid #faa61a;
    color: #fff
}

.review_btn a {
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    background: #ef6945;
    cursor: pointer;
    vertical-align: center;
    position: absolute;
    top: 13px;
    right: 54px
}

.steps {
    background-color: #faa61a;
    padding: 40px 0
}

.ow-icon {
    float: left;
    margin-right: 10px
}

.ow-text p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-left: 53px
}

.ow-text h3 {
    color: #fff;
    font-size: 43px
}

.star {
    color: #faa61a;
    font-size: 18px
}

.fa-check {
    color: green;
    margin-right: 10px
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: var(--color-dark);
    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: 16px;
    color: var(--color-dark);
    padding: 14px 25px;
    transition: all .5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    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
}

.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;
}

.bg-half:before {
    background-color: rgba(2, 2, 2, 0.7);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.service-section .section-heading P {
    color: #ddd;
}

.service-item {
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}







.site-card {
    transition: margin-top .25s ease-in-out;
    position: relative;
    overflow: hidden;
}
.site-card, .travel {
    border-radius: 16px;
}
.site-card a {
    z-index: 1;
    display: block;
    color: inherit;
    text-decoration: none;
}
.site-card img {
    width: 100%;
    height: 100%;
    transition: transform .4s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
}
.site-card__title {
    transition:25s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    display: flex;
    align-items: flex-end;
    padding: 30px 15px 15px;
    width: 100%;
    background: linear-gradient(transparent,rgba(0,0,0,.4));
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}


.color--wedge {
    color: #e00;
}
.glow {
    font-size: 40px;
    color: #fff;
    padding-top: 20PX;
    padding-bottom: 20PX;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
  }
  
  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }
    
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
  }
  


  .site-card img {
    width: 100%;
    height: 100%;
    transition: transform .4s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-thumb {
    position: relative;
}

.service-shape-wrap {
    transform: skew(-20deg, 0deg);
    width: 200px;
    height: 200px;
    position: absolute;
    right: 20px;
    bottom: 0;
    overflow: hidden;
}

.service-shape {
    background-color: #ca7e05;
    border-radius: 2px;
    position: absolute;
    width: 80px;
    height: 180px;
    left: 80px;
    bottom: 0;
    transition: all 300ms cubic-bezier(.165, .85, .45, 1);
    transition-delay: .1s;
}

.service-shape:before {
    background-color: #222;
    border-radius: 2px;
    content: "";
    width: 80px;
    height: 140px;
    position: absolute;
    right: 60px;
    bottom: 0;
    opacity: 0.95;
    transition: all 300ms cubic-bezier(.165, .85, .45, 1);
    transition-delay: .2s;
}

.service-shape:after {
    background-color: #222;
    border-radius: 2px;
    content: "";
    width: 40px;
    height: 120px;
    position: absolute;
    right: -20px;
    bottom: 0;
    opacity: 0.95;
    transition: all 300ms cubic-bezier(.165, .85, .45, 1);
    transition-delay: .3s;
}

.service-item:hover .service-shape {
    height: 200px;
}

.service-item:hover .service-shape:before {
    height: 160px;
}

.service-item:hover .service-shape:after {
    height: 140px;
}

.service-car {
    position: absolute;
    right: -30px;
    bottom: -30px;
    max-width: 230px;
    transition: all .3s cubic-bezier(.165, .85, .45, 1);
}

.service-item:hover .service-car {
    bottom: -35px;
    right: 0;
}

.service-content {
    background-color: #fff;
    padding: 30px;
}

.service-content h3 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.service-content h3 a:hover {
    color: #ff9900;
}

.service-content p {
    margin-bottom: 20px;
}

.service-content .read-more {
    background-color: #ca7e05;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    height: 35px;
    padding: 0 23px 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.service-content .read-more:before {
    background-color: #222;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 300ms cubic-bezier(.165, .85, .45, 1);
    z-index: -1;
}

.service-content .read-more:hover:before {
    width: 100%;
}
@media (min-width: 1400px){
    .bg-half{
        height: 59.2%;
    }
}

/*=== 2.1 Swiper Navigation ===*/
.swiper-outside {
    padding: 0;
    position: relative;
}

.swiper-container {
    overflow: hidden;
}

.swiper-outside .swiper-nav {
    color: #222;
    font-size: 35px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: -45px;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.swiper-outside .swiper-nav:before {
    background-color: #ff9900;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.swiper-outside .swiper-nav.swiper-prev {
    justify-content: flex-end;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.swiper-outside .swiper-nav.swiper-next {
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    left: auto;
    right: -45px;
}

.swiper-outside:hover .swiper-nav{
    visibility: visible;
    opacity: 1;
    left: -50px;
}
.swiper-outside:hover .swiper-nav.swiper-next{
    left: auto;
    right: -50px;
}

/*=== 2.2 Swiper Dots ===*/
.service-carousel .swiper-pagination {
    bottom: 0;
    line-height: 1;
}

.swiper-pagination span {
    background-color: #222;
    border-radius: 2px;
    width: 10px;
    height: 10px;
    border-radius: 0;
    opacity: 1;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #ff9900;
    box-shadow: 0px 0px 0px 3px rgba(255, 153, 0, 0.5);
}

/*=== 2.3 Service Details ===*/
.service-details-info img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    border-radius: 5px;
    margin-bottom: 30px;
}

.service-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 30px 0;
}

.service-features li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.service-features li i {
    font-size: 50px;
    color: #ff9900;
}

.service-features li h3 {
    margin-bottom: 0;
}

.service-features li p {
    margin-bottom: 0;
}

.service-details-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    margin-top: 30px;
}

.service-details-list img {
    height: 220px;
    margin: 0;
}

.service-icon-list li i {
    font-size: 20px;
    color: #ff9900;
}

.service-icon-list li {
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.service-icon-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

/*=== 2.4 Service Sidebar ===*/
.service-sidebar ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f5f8;
    padding: 8px 15px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.service-sidebar ul li:hover {
    background-color: #ff9900;
}

.service-sidebar ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.service-sidebar ul li a {
    font-size: 17px;
    font-weight: 500;
}

.service-sidebar ul li a:hover {
    color: #222;
}

.service-sidebar ul li i {
    font-size: 20px;
    color: #ff9900;
}

.service-sidebar ul li:hover i {
    color: #fff;
}

/*=== 3.0 Booking Section ===*/
.booking-section {
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    background-color: #222;
    position: relative;
    z-index: 1;
}

.booking-section:before {
    background-color: #ff9900;
    content: "";
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.booking-section:after {
    background-color: #F4F5F8;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
    content: "";
    width: 400px;
    height: 80px;
    position: absolute;
    right: 0;
    top: -1px;
}

/*=== 3.1 Booking Car ===*/
.booking-car {
    background-image: url(../img/car-2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 85%;
    width: 780px;
    height: 439px;
    position: absolute;
    left: -280px;
    top: 50px;
    z-index: -1;
}

.booking-wrap .section-heading h2 {
    font-size: 40px;
}

.booking-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    z-index: 1;
}

.booking-form .form-field {
    position: relative;
}

.booking-form .niceSelect .current,
.booking-form .form-field input {
    background-color: #333;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    height: 50px;
    padding: 0 35px 0 20px;
    font-size: 17px;
    line-height: 50px;
    box-shadow: none;
    outline: none;
    border: 1px solid #333;
}

.booking-form .form-field input:focus {
    border: 1px solid #ff9900;
}

.booking-form .form-field i {
    color: #ff9900;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.booking-form .form-field button {
    width: 100%;
    height: 50px;
}

.booking-form .niceSelect {
    padding: 0;
    border: none;
    width: 100%;
    height: auto;
    font-size: 17px;
    color: #fff;
}

.booking-form .niceSelect .current {
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 20px;
}

.booking-form .niceSelect .list {
    background-color: #333;
    width: 100%;
    border-radius: 0;
    margin-top: -2px;
    border: none;
}

.booking-form .niceSelect .list li {
    font-size: 14px;
}

.booking-form .niceSelect .list li:not(:last-of-type) {
    border-bottom: 1px solid #444;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #ff9900;
    font-weight: normal;
}

.nice-select:after {
    display: none;
}

/*=== 3.2 Date Time Picker ===*/
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background: #ff9900;
    box-shadow: #ff9900 0 1px 3px 0 inset;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover,
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
    background: #222 !important;
    color: #fff;
}

/*=== 3.3 Booking Form ===*/
.booking-form-2 {
    position: relative;
    margin-top: -100px;
    margin-bottom: 80px;
    z-index: 1;
}

.booking-form-2:before {
    background-color: #222;
    clip-path: polygon(0 0, 90% 0%, 100% 20%, 100% 100%, 0 99%);
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.booking-car-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: calc(100% - 2px);
    overflow: hidden;
}

.booking-car-wrap:before {
    background-color: #ff9900;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    content: "";
    width: 330px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.booking-form-2 .booking-car {
    background-size: 70%;
    left: -130px;
    top: 10px;
    z-index: 0;
}

.booking-form-2 .col-lg-8 {
    padding: 60px;
}

@media (max-width: 767px) {
    .booking-form-2:before {
        clip-path: polygon(0 0, 90% 0%, 100% 8%, 100% 100%, 0 99%);
    }
}

/*=== 4.0 Pricing Section ===*/
.pricing-item {
    background-color: #fff;
    padding: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing-head-wrap {
    position: relative;
    z-index: 1;
}

.pricing-head-wrap:before {
    background-image: url(../img/pricing-bg.jpg);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 40%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: '';
    width: 100%;
    height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.pricing-head-wrap:after {
    background-color: rgba(34, 34, 34, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 40%);
    content: '';
    width: 100%;
    height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.pricing-head {
    text-align: center;
}

.pricing-head h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 0;
}

.pricing-head h3 a:hover {
    color: #222;
}

.pricing-head .location {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-car {
    text-align: center;
    padding: 60px 25px 20px;
    position: relative;
    z-index: 1;
}

.pricing-car .price {
    background-color: #ff9900;
    clip-path: polygon(85% 0%, 100% 30%, 100% 100%, 0 100%, 0 0);
    font-size: 20px;
    font-weight: 700;
    color: #222;
    padding: 10px 15px 10px 25px;
    position: absolute;
    right: 40px;
    top: 55px;
    z-index: -1;
}

.pricing-list {
    padding: 20px 40px 30px;
}

.pricing-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.pricing-list li a.default-btn {
    width: 100%;
    margin-top: 20px;
}


/*=== 4.1 Pricing Tab Menu ===*/
.pricing-tab-menu {
    justify-content: center;
    margin-bottom: 30px;
}

.pricing-tab-menu li {
    position: relative;
}

.pricing-tab-menu li .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: #999;
    padding: 0;
}

.pricing-tab-menu li .nav-link:hover,
.pricing-tab-menu li .nav-link.active {
    color: #222;
}

.pricing-tab-menu li:not(:last-of-type) {
    padding-right: 80px;
}

.pricing-tab-menu li:not(:last-of-type):before {
    background-color: #ccc;
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.tab-pane.active.show .row>div {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fade-in-bottom;
    animation-name: fade-in-bottom;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-fill-mode: both;
    transition: all 0.2s ease-in-out;
    transition-duration: 800ms;
    animation-delay: 0.1s;
}

.tab-pane.active.show .row>div:nth-child(2) {
    animation-delay: 0.2s;
}

.tab-pane.active.show .row>div:nth-child(3) {
    animation-delay: 0.3s;
}

/*=== 5.0 Cab Details ===*/
.Cab-details-img {
    position: relative;
}

.Cab-details-img:before {
    background-color: #ff9900;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    width: 40%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.Cab-details-img img {
    margin-left: -50px;
    margin-top: 100px;
}

.Cab-details-img .price {
    background-color: #222;
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    clip-path: polygon(85% 0%, 100% 30%, 100% 100%, 0 100%, 0 0);
    width: auto;
    padding: 15px 25px;
    position: absolute;
    right: 120px;
    top: 110px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    z-index: -1;
}

.Cab-details-img .price i {
    font-size: 25px;
    color: #ff9900;
    margin-right: 5px;
}

.Cab-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    row-gap: 15px;
    margin-top: 30px;
}

.Cab-features li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Cab-features li span {
    font-weight: 500;
    color: #222;
    display: flex;
    align-items: center;
}

.Cab-features li span i {
    color: #ff9900;
    font-size: 25px;
    margin-right: 5px;
}

/*=== 6.0 Download Section ===*/
.download-section {
    position: relative;
    overflow: hidden;
}

.app-feature {
    margin-top: 20px;
}

.app-feature li {
    display: inline-block;
    align-items: center;
}

.app-feature li:not(:last-of-type) {
    margin-right: 20px;
}

.app-feature li .feature-icon {
    width: 40px;
    margin-bottom: 10px;
}

.app-feature li h3 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
}

.download-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.download-btn a {
    width: 170px;
}

.download-btn a:hover {
    transform: translateY(-3px);
}
.Cab-holder {
    background-image: url(../img/Cab-background.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 100%;
    min-height: 550px;
    position: absolute;
    right: 40px;
    top: 100px;
    z-index: -1;
}

.Cab-holder .Cab {
    background-image: url(../img/Cab.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 650px;
    height: 100%;
    position: absolute;
    right: 75px;
    top: 80px;
}

.Cab-holder .mockup {
    background-image: url(../img/mockup.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 350px;
    height: 100%;
    position: absolute;
    right: 330px;
    top: -120px;
    z-index: -1;
}

.Cab-holder .charecter {
    background-image: url(../img/charecter.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 180px;
    height: 100%;
    position: absolute;
    right: 130px;
    top: 80px;
}

.location-marker {
    position: absolute;
    right: 17%;
    top: 20px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

@media (min-width: 993px) and (max-width: 1300px) {
    .Cab-holder .Cab {
        width: 390px;
        right: 75px;
        top: 80px;
    }
    .Cab-holder .mockup {
        width: 230px;
        right: 190px;
        top: -55px;
    }
    .Cab-holder .charecter {
        width: 125px;
        right: 130px;
        top: 45px;
    }
    .location-marker {
        right: 15%;
        top: 50px;
    }
}

/*=== 6.1 Download Section 2 ===*/
.download-section-2 {
    background-image: url(../img/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.download-section-2 .section-heading h2 {
    color: #fff;
}

.download-section-2 .section-heading p {
    color: #ddd;
}

.download-mockup {
    background-image: url(../img/mockup-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 380px;
    height: 100%;
    position: absolute;
    right: 250px;
    bottom: -20px;
}

.app-screen {
    width: 220px;
    position: absolute;
    right: 150px;
    bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    overflow: hidden;
}

@media ( max-width: 1200px){
    .download-mockup{
        right: 130px;
        bottom: -60px;
    }
    .app-screen{
        right: 60px;
    }
}

@media ( min-width: 1600px){
    .download-mockup{
        right: 320px;
    }
    .app-screen{
        right: 290px;
    }
}

/*=== 7.0 Testimonials Section ===*/
.testimonial-section {
    position: relative;
}

.testimonial-section:before {
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
}

.testimonial-carousel {
    overflow: hidden;
    padding: 25px 5px 5px;
}

.testimonial-carousel-2.swiper-container {
    padding: 25px 0;
}

.testi-pagination {
    margin-left: -5px;
}

.testi-pagination .swiper-pagination {
    left: 5px;
    bottom: -50px;
    text-align: left;
}

.testi-item {
    background-color: #fff;
    border-radius: 2px;
    padding: 40px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    position: relative;
}

.testi-item p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.5px;
}

.quote-icon {
    background-color: #ff9900;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    font-size: 30px;
    color: #222;
    width: 60px;
    height: 50px;
    position: absolute;
    right: 100px;
    top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.testi-author .author-thumb img {
    border-radius: 50%;
}

.testi-author .author-info h3 {
    font-size: 22px;
    margin: 0;
    display: block;
    line-height: 1;
}

.testi-author .author-info h3 span {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
}

.testimonial-carousel .swiper-pagination {
    text-align: left;
}

/* Feature List */
.feature-wrap {
    background-color: #ff9900;
    padding: 110px 40px;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    margin-left: 40px;
}

.Anmol                       Taxi Service-features li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.Anmol                       Taxi Service-features li:not(:last-of-type) {
    margin-bottom: 30px;
}

.feature-icon {
    font-size: 60px;
    color: #fff;
}

.feature-content h3 {
    color: #fff;
    font-size: 22px;
    margin: 0;
}

.feature-content p {
    margin: 0;
    color: #fafafa;
}

/*=== 8.0 CTA Section ===*/
.cta-section {
    background-image: url(../img/texture.png);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 80% 100%, 0 100%);
    background-repeat: repeat;
    background-size: cover;
    background-color: #222;
    position: relative;
    z-index: 1;
}

.cta-men {
    background-image: url(../img/cta-men.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 130px;
    bottom: -30px;
    z-index: -1;
}

.cta-content .cta-call {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.cta-content .cta-call p span {
    display: block;
}

.cta-content .cta-call p a {
    color: #ff9900;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.cta-content .cta-call i {
    background-color: rgba(255, 153, 0, 0.1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    color: #ff9900;
    border-radius: 2px;
}

.cta-content h2 {
    font-size: 46px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 20px;
}

.cta-content h2 span {
    color: #ff9900;
}

.cta-content P {
    font-size: 18px;
    font-weight: 500;
    color: #ccc;
    margin: 0;
}

/*=== 8.1 CTA Section 2 ===*/
.cta-section-2 {
    position: relative;
    z-index: 1;
}

.cta-section-2:before {
    background-color: #ff9900;
    background-image: url(../img/cta-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 90%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.cta-section-2 .cta-content h4 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.cta-section-2 .cta-content h2 {
    margin: 0;
    font-size: 36px;
    line-height: 42px;
}

.cta-section-2 .cta-content .default-btn {
    background-color: #222;
    margin-top: 20px;
}

.cta-section-2 .cta-content .default-btn:hover {
    color: #222;
}

.cta-section-2 .cta-content .default-btn:after,
.cta-section-2 .cta-content .default-btn:before {
    background-color: #fff;
}

.cta-section-2 .check-list i {
    background-color: #222;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    font-size: 12px;
    color: #ff9900;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.cta-section-2 .check-list li {
    color: #fff;
}

.cta-section-2 .check-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.cta-section-2 .cta-men {
    background-size: 95%;
    right: 90px;
    bottom: 0;
    width: 500px;
    height: 420px;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .cta-men {
        width: 450px;
        right: 70px;
        bottom: -5px;
    }
}

/*=== 9.0 Team Section ===*/
.team-thumb {
    clip-path: polygon(0 0, 90% 0%, 100% 10%, 100% 100%, 0 100%);
}

.team-thumb img{
    width: 100%;
}

.team-content {
    position: relative;
}
.pb-80 {
    padding-bottom: 80px;
}

.pt-60 {
    padding-top: 60px;
}

.quote-wrapper {
	background: var(--color-white);
	box-shadow: var(--box-shadow)
}

.quote-content {
	padding: 30px
}

.quote-content .quote-header h6 {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: var(--theme-color);
	font-size: 18px;
	letter-spacing: 2px
}

.quote-content .quote-header h2 {
	color: var(--color-dark);
	font-size: 35px;
	margin-bottom: 30px;
	margin-top: 10px;
	font-weight: 700
}

.quote-content .form-group {
	margin-bottom: 20px
}

.quote-content .form-group .form-control {
	padding: 16px 22px;
	font-size: 16px;
	border-radius: 0;
	background-color: var(--theme-bg-light);
	border: none;
	box-shadow: none
}

.quote-content .form-group .form-select {
	padding: 15px 22px;
	background-color: var(--theme-bg-light);
	border: none;
	box-shadow: none;
	border-radius: 0
}

@media all and (max-width:1199px) {
	.quote-content .quote-header h2 {
		font-size: 25px
	}
}

@media all and (max-width:991px) {
	.quote-img img {
		width: 100%
	}
}
.team-content:before {

    background-repeat: no-repeat;
    background-position: top center;
    background-size: 50%;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 50%;
    top: -65px;
    transform: translateX(-50%);
}

.team-content h3 a {
    background-color: #ff9900;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 8px 8px;
    width: 90%;
    height: 70px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto;
    margin-top: -30px;
    padding-bottom: 10px;
}

.team-content h3 a:hover {
    color: #222;
}

.team-content h4 {
    background-color: #222;
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0% 70%, 0 0);
    color: #fff;
    width: 60%;
    height: 40px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin-left: auto;
    position: absolute;
    right: 59px;
    top: 50px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}

/* Driver Details */
.driver-details {
    position: relative;
}

.driver-details img {
    width: 100%;
    border-radius: 5px;
}

.experience-box {
    background-color: #ff9900;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    padding: 30px;
    position: absolute;
    left: -20px;
    top: 50px;
    border-radius: 2px;
}

.experience-box h3 span {
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    display: block;
    color: #fff;
}

.experience-box h3 {
    font-size: 16px;
    margin: 0;
}

/*=== 10.0 Cab Booking Form ===*/
.Cab-booking-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.Cab-booking-form .form-control {
    height: 50px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 17px;
    outline: none;
    box-shadow: none;
}

.Cab-booking-form .form-control:focus {
    border: 1px solid #ff9900;
}

.Cab-booking-form .niceSelect {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
}

.Cab-booking-form .nice-select .list {
    border-radius: 2px;
    margin-top: 0;
}

.Cab-booking-form .nice-select .option {
    font-size: 15px;
}

.Cab-booking-form .nice-select .option:hover {
    color: #222;
}

.Cab-booking-form .form-field {
    position: relative;
}

.Cab-booking-form .form-field i {
    color: #ff9900;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

/*=== 11.0 Faq's Section ===*/
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    outline: none;
    box-shadow: none;
}

.accordion-button {
    background-color: #fff;
    color: #222;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #eee;
    padding: 20px 15px;
}

.accordion-button:focus {
    border-color: #eee;
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ff9900;
}

.accordion-button:not(.collapsed):after {
    background-image: inherit;
    content: "\f068";
    color: #fff;
    transform: inherit;
}

.accordion-button:after {
    background-image: inherit;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    color: #222;
    font-weight: 600;
    transform: translateY(-50%) !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=== 12.0 Contact Section ===*/
.contact-section {
    position: relative;
    z-index: 1;
}

.contact-section .map {
    background-image: url(../img/cta-map.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: -1;
}

.contact-details-wrap {
    padding-right: 60px;
}

.contact-title {
    margin-bottom: 20px;
}

.contact-title h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    display: inline-block;
}

.contact-section .contact-details li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.contact-section .contact-details li i {
    background-color: #222;
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    color: #ff9900;
    font-size: 15px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
}

.contact-form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.contact-form-group .form-field .form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.contact-form-group .form-field .form-control:focus {
    border: 1px solid #ff9900;
}

.contact-form-group .form-field.message {
    grid-column-end: span 2;
}

.contact-form-group .form-field.message .form-control {
    height: auto;
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #999 !important;
}

.contact-form .form-group .form-control:-moz-placeholder,
.contact-form .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

.contact-form .form-group .form-control::-moz-placeholder,
.contact-form .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd !important;
}

.contact-form .form-group .form-control.message {
    height: 120px;
}

#b-form-messages,
#form-messages {
    display: none;
    margin-top: 15px;
    margin-bottom: 0;
}

#b-form-messages.alert-danger,
#form-messages.alert-danger,
#b-form-messages.alert-success,
#form-messages.alert-success {
    display: block
}

.branches-section {
    position: relative;
}

.branches-list h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    background-color: #ff9900;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    margin-bottom: 20px;
}

.branches-list ul li {
    margin-bottom: 5px;
}

.branches-list ul li a {
    color: #777;
}

.branches-list ul li a:hover {
    text-decoration: underline;
    color: #ff9900;
}

/*=== 13.0 Footer Section ===*/
.footer-top-wrap {
    background-color: #F4F5F8;
    overflow: hidden;
}
.not-found-404 .footer-top-wrap {
    background-color: #222222;
}

.footer-top .footer-call {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-top .brand {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    grid-gap: 20px;
    position: relative;
    padding: 30px 70px 30px 0px;
    z-index: 2;
}

.footer-top .brand p {
    position: relative;
    padding-left: 20px;
}

.footer-top .brand p:before {
    background-color: #444;
    width: 2px;
    height: 100%;
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
}

.footer-top .brand:before,
.footer-top .brand:after {
    background-color: #222;
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    right: 150px;
    bottom: -1px;
    z-index: -1;
}

.footer-top .brand:before {
    width: 200px;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
    right: 0;
}

.footer-top .footer-call {
    padding: 32px 0px;
    position: relative;
    z-index: 1;
}

.footer-top .footer-call:before {
    background-color: #ff9900;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    content: '';
    width: 5000px;
    height: 100%;
    position: absolute;
    left: -85px;
    bottom: 0;
    z-index: -1;
}

.footer-call i {
    font-size: 45px;
    color: #fff;
}

.footer-call p span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fafafa;
    margin-bottom: 5px;
}

.footer-call p a {
    color: #222;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.footer-top .brand p,
.footer-top .footer-call p {
    color: #ccc;
    margin: 0;
}

/*=== 13.1 Mid Footer ===*/
.footer-mid-wrap {
    background-color: #04276d;
    /* background-image: url(../img/texture.png); */
    background-repeat: repeat;
    background-size: cover;
    padding: 80px 0 140px 0;
    position: relative;
    z-index: 1;
}

.footer-mid-wrap:before {
    background-image: url(../img/city-skiline.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.running-Cab {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.running-Cab .Cab {
    background-image: url(../img/truck-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 110px;
    height: 40px;
    right: 0;
    bottom: 0;
    animation: running-anim 20s linear infinite;
}

.running-Cab .Cab-2 {
    background-image: url(../img/truck-2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 110px;
    height: 40px;
    right: 30%;
    bottom: 0;
    animation: running-anim 30s linear infinite;
}

.running-Cab .Cab-3 {
    background-image: url(../img/truck-3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 70%;
    bottom: 0;
    animation: running-anim-left 35s linear infinite;
}

.footer-item .widget-title h3 {
    color: #fff;
}

.footer-links li:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer-contact li:not(:last-of-type) {
    margin-bottom: 15px;
}

.footer-links li a,
.footer-contact li {
    color: #ccc;
}

.footer-contact li span {
    display: block;
    color: #ff9900;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-links li a:hover {
    color: #ff9900;
}

@media (min-width: 992px) {
    .footer-list {
        margin-left: 15px;
    }
}

/*=== 13.2 Subscribe Form ===*/
.subscribe-form .form-control {
    background-color: #fff;
    clip-path: polygon(0% 0%, 90% 0, 100% 30%, 100% 100%, 0 100%);
    border-radius: 0;
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    box-shadow: none;
}

.subscribe-form .submit {
    background-color: #ff9900;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0 100%);
    padding: 0 35px 0 30px;
    height: 45px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #222;
    line-height: 45px;
    text-align: center;
}

.subscribe-form .submit:hover {
    background-color: #ffab2e;
}

#subscribe-result {
    display: none;
}

#subscribe-result.subs-result {
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #ccc;
    padding: 10px;
    margin-top: 15px;
}

.subscription-error {
    color: #ff0000;
}

/* Running Animation Keyframe */
@-moz-keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@-webkit-keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@-moz-keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@-webkit-keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

/*=== 13.3 Copyright Section ===*/
.copyright-wrap {
    background-color: #222;
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    border-top: 1px solid #333;
    padding: 20px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.copyright-wrap p {
    color: #ccc;
    margin: 0;
}

@media (max-width: 992px){
    .footer-top .footer-call:before{
        left: -200px;
    }
}


.bg-light{
    background-color: #8EC5FC;
background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);

}
.bg-light P{
    color: white;
    animation: fadeInRight 2s ease-in-out;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }

}
.bg-light img{
    animation: fadeInLeft 2s ease-in-out;
}
.section-padding {
    padding: 40px 0;
}
.bg-light-white {
    background-color: #f5f5f5;
}
.bx-wrapper {
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.padding-20 {
    padding: 20px;
}
.bg-custom-white {
    background-color: #fff;
}

.blog-details .post .post-wrapper .post-img, .blog-details .post .post-wrapper .blog-meta .blog-video iframe {
    height: 450px;
}
.bg-custom-white {
    background-color: #fff;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.theme-btn {
    font-size: 14px;
    color: #111111;
    padding: 14px 25px;
    transition: all .5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #ffb300;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}


.theme-btn span {
    margin-right: 5px;
}
.blog-details .post .post-wrapper .blog-meta .post-heading h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #f75304;
    margin-top: 20px;
}


.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: whitesmoke;
    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;
}

.section-padding {
    padding: 40px 0;
  }
  .section-header {
    padding-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  
  .section-header .section-heading {
      max-width: 540px;
      margin: auto
  }
  
  .section-header .section-heading h3 {
      font-size: 36px
  }
  
  .section-header .section-heading h3:after {
      content: '';
      display: block;
      width: 80px;
      height: 2px;
      background: #f75304;
      margin: 20px auto 0
  }
  .section-header .section-heading h3 {
    font-size: 36px;
  }
  
  .text-custom-black {
    color: #000;
  }
  .text-custom-blue {
    color: #f75304;
  }
  .section-header .section-heading h3:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #f75304;
    margin: 20px auto 0;
  }
  
  .gallery .tabs .nav-tabs {
      justify-content: center
  }
  
  .gallery .gallery-item {
      height: 240px;
      position: relative;
      overflow: hidden;
      box-shadow: 1px 1px 15px 0px #ec9b0e;
  }
  .py-120 {
    padding: 120px 0;
}
.book-ride .booking-form {
    padding: 40px;
}

.book-ride-head {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.booking-form {
    padding: 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%)
    ;
}
  

  .gallery .gallery-item .popup:before {
      position: absolute;
      top: 50%;
      opacity: 0;
      color: #fff;
      font-size: 26px;
      font-family: "font awesome 5 free";
      font-weight: 900;
      content: "\f00e";
      pointer-events: none;
      z-index: 9000;
      transition: .5s all;
      transform: translate(-100%, -50%);
      left: 0;
      right: 0;
      text-align: center;
      line-height: .5
  }
  
  .gallery .gallery-item .popup:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      background-color:#ec9b0e;
      content: '';
      transition: .5s all;
      margin: 10px;
      transform: translateX(-100%)
  }
  
  .gallery .gallery-item:hover .popup:before,
  .gallery .gallery-item:hover .popup:after {
      opacity: 1;
      transform: translateX(0%)
  }
  .bg-light h1{
    color: white;
    animation: fadeInRight 2s ease-in-out;
}

.button-34 {
    background: #5E5DF0;
    border-radius: 999px;
    box-shadow: #5E5DF0 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
  }
  .button-29 a{
    color: white;
  }
  /* CSS */
.button-29 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
    margin-left: 78px;
  }

  
  .button-29:focus {
    box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  }
  
  .button-29:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
  }
  
  .button-29:active {
    box-shadow: #3c4fe0 0 3px 7px inset;
    transform: translateY(2px);
  }
  
  

  .gauto-breadcromb-area {
	background: url(../img/Goa-shutterstock-1000x573.webp) no-repeat fixed 0 0/cover;
	position: relative;
	z-index: 1;
}

.gauto-breadcromb-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.72) none repeat scroll 0 0;
	z-index: -1;
}

.site-heading h4 {
	font-size: 27px;
	color: #ffb300;
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
    text-align: center;
	text-transform: capitalize;
	font-family: "Rubik", sans-serif;
}
.gauto-services-area {
    position: relative;
    background: url(../img/Goa-shutterstock-1000x573\ \(1\).webp) no-repeat fixed 0 0 / cover;
    z-index: 1;
    padding-bottom: 100px;
}
.gauto-services-area:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    z-index: -1;
}

.site-heading h2 {
	font-size: 40px;
	color: #001238;
	letter-spacing: 1px;
    text-align: center;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;

	text-transform: capitalize;
	font-family: "League Spartan";
	font-weight: 600;
}

.single-offers {
    text-align: center;
    padding: 20px;
    border: 3px solid #f0f0ff;
    margin-top: 30px;
}
.offer-image {
    width: 315px;
    margin: 0 auto;
    display: block;
}
.offer-image img {
    width: 100%;
    height: 258px;
}
.offer-text {
    margin-top: 20px;
}
.offer-text p {
   color: white;
}
.offer-text h3 {
    font-size: 23px;
    color: #ffb300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
text-align: center;
    text-transform: capitalize;
    font-family: "League Spartan";
    font-weight: 600;
}
.offer-action {
    text-align: center;
    background: #020202 none repeat scroll 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 25px auto 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

  .hero-explore {
    transition: background-color 0.3s !important;
  }
  
.rate-item {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: var(--color-white);
    margin-bottom: 25px;
    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: 30px 0 80px;
    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)
}
.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.counter-area {
    position: relative;
    z-index: 2
}

.counter-wrapper {
    box-shadow: var(--box-shadow)
}

.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    position: relative;
    z-index: 1
}

.counter-box .icon {
    position: relative;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 57px;
    color: var(--color-white);
    border: 2px solid var(--color-white);
    background: var(--theme-color);
    z-index: 1;
}

.counter-box .icon img {
    width: 40px
}

.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: 0px;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
margin-bottom: 5px;
}

@media all and (max-width:991px) {
    .counter-area .counter-box {
        margin: 10px 0
    }
}

.cta-area {
    background: var(--theme-color);
    position: relative;
    padding: 120px 0;
    z-index: 1
}


.review-icons-bg {
    background: #20a8d9;
    padding: 8px 16px;
    margin: 24px 0;
    border-radius: 16px;
    box-shadow: 0 2px 5px #0003;
    justify-content: space-evenly;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.team-area {
	position: relative;
	overflow: hidden
}

.team-item {
	padding: 15px;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
	background: var(--color-white);
	border-bottom: 4px solid var(--theme-color);
	box-shadow: var(--box-shadow);
	transition: var(--transition)
}

.team-item:hover {
	transform: translateY(-10px)
}

.team-item::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	bottom: 0;
	background: var(--theme-color);
	transition: var(--transition);
	clip-path: polygon(0 0, 0% 100%, 100% 100%)
}

.team-item::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	bottom: 0;
	background: var(--theme-color);
	transition: var(--transition);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%)
}

.team-img img {
	margin-top: -50px
}

.team-content {
	padding: 10px 0 5px
}

.team-bio h5 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: capitalize;
	background-color: #ca7e05;
}
.team-bio h5 a{
	color:#fff;
}
.team-bio span a{
	color:#fff;
}
.team-bio span {
	font-size: 16px;
	font-weight: 500;
	color: var(--theme-color);
	text-transform: capitalize;
	background: #ca7e05;
	padding: 5px;
	display: inline-block;
	margin-top: 8px;
}

.team-bio h5 a:hover {
	color: var(--theme-color)
}

.team-social {
	position: absolute;
	margin-bottom: 10px;
	text-align: center;
	top: 20px;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: var(--transition)
}

.team-item:hover .team-social {
	opacity: 1;
	right: 30px
}

.team-social a {
	display: block;
	color: var(--color-white);
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	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-area2 .team-item::before,
.team-area2 .team-item::after {
	display: none
}

.pricing-area {
	position: relative
}

  .book,
  .send-enquiry {
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #ff9900;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
  }
  
  .book:hover,
  .send-enquiry:hover {
    background-color:#ff9900;;
    color: white;
  }
  
  .site-title span {
    color:#ca7e05;
}
  .site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: #212e54
    ;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
}
.offer-action a {
	display: inline-block;
	text-transform: uppercase;
	padding: 7px 15px;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	width: 47%;
}

.offer-action:after {
	position: absolute;
	content: "";
	width: 66%;
	height: 100%;
	background: #ffb300 none repeat scroll 0 0;
	right: -36px;
	z-index: -1;
	-webkit-transform: skewX(40deg);
	transform: skewX(40deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.offer-action:hover {
	background: #ffb300 none repeat scroll 0 0;
}

.offer-action:hover:after {
	background: #020202 none repeat scroll 0 0;
}

.offer-text ul {
	text-align: center;
	margin-top: 10px;
}

.offer-text ul li {
	display: inline-block;
	font-size: 14px;
	margin: 0 3px;
}

.offer-text ul li i {
	margin-right: 5px;
	color: #ffb300
}

  
  
  
  
  


.box{
    background-color: #f42b03;
background-image: linear-gradient(316deg, #f42b03 0%, #ffbe0b 74%);

padding-top: 1.5rem;
padding-bottom: 1.5rem;
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px;
border-radius: 0.5rem;
animation: fadeInUP 3s ease-in-out;
}

@keyframes fadeInUP {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }


}


.nb{
    padding: 10px 14px;
    border: 2px solid pink;
    background: deeppink;
    border-radius: 27px;
    color: white;
}

.bon{
    padding-bottom: 30px;
   
    animation: fadeInLeft 3s ease-in-out;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }


}
.area-served {
    background: url(../img/promo_bg.jpg) no-repeat fixed 0 0/cover;
    margin-bottom:10px;
   padding: 32px 0px 32px 0px;
}

.call-box {
	background: url(../img/footer-bg.jpg)no-repeat scroll 0 0/cover;
	text-align: center;
	border-radius: 5px;
	position: relative;
	padding: 50px 0;
	z-index: 1
}

.call-box-inner {
	width: 70%;
	margin: 0 auto;
}

.call-box:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	z-index: -1;
	border-radius: 5px
}

.call-box h2 {
	font-size: 40px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "League Spartan";
	font-weight: 500;
	line-height: 50px;
}

.call-box h2 span {
	color: #ffb300
}

.call-box-inner p {
	color: #b6b6b6;
}

.call-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.call-icon {
	font-size: 50px;
	margin-right: 30px;
	color: #fff;
}

.call-text {
	text-align: left;
}

.call-text p {
	text-transform: capitalize;
	color: #e04639;
	font-size: 17px;
	margin-bottom: 5px;
}

.call-text h4 {
	color: #eee;
	font-size: 20px;
	letter-spacing: 2px
}

.call-text h4 a {
	color: #eee
}



.gauto_navigation {
    display:flex;
    flex-wrap: wrap;
    gap:18px;
}
.gauto_navigation li p
{
    color:#fff;
}
.gauto_navigation li a
{
    color:#fff;
}




.section_70 {
    padding: 70px 0;
}

.about-page-left h4 {
	font-size: 20px;
	color: #ffb300;
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	font-family: "Rubik", sans-serif;
}

.about-page-left h3 {
	font-size: 36px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "League Spartan";
	font-weight: 600;
	line-height: 45px;
}

.about-page-left p span {
	color: #111;
	text-transform: capitalize;
}

.about-page-left p {
	margin: 0 0 10px
}

.about-page-call {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-call-icon {
	font-size: 50px;
	margin-right: 30px;
	color: #ffb300;
}

.rate-item {
    padding: 0px;
}

.rate-feature ul {
    margin-bottom: 0px;
}
.taxi-feature ul li span{
font-size: 18px;
}
.rate-feature {
    margin-top: 0px;
}

.rate-feature p {
    font-size: 13px;
    margin-bottom: 10px;
}

.footer-contact li {
    display: inline-block;
}

.rate-img {
    text-align: center;
}

@media(max-width:767px) {
    .home-3 .hero-single {
        background: none;
        padding-bottom: 50px;
    }
    .booking-form {
        padding: 15px;
    }
    .filter-btns li {
        padding: 8px 12px;
    }
  .py-120 {
    padding: 190px 0;
    padding-bottom: 20px;
}.home-3 .navbar {
    background: #fff;
    border-bottom: 1px solid #dcdcdcbd;
}
    .container.position-relative {
        display: inline;
    }
    .rate-header-content {
        margin: 30px 0 80px;
        text-align: center;
        min-height: 85px;
    }
    .navbar-brand img {
        width: 155px;
    }
    .mphone {
        display: inline-block !important;
        background: #1aa6da;
        color: #fff;
        float: right;
        padding: 1px 10px;
        font-size: 20px;
        margin: 12px 15px;
        border-radius: 5px;
    }
}

.mphone {
    display: none;
}

.theme-btn {
    background: #ca7e05;
    color: #fff;
}

#callme1 img {
    width: 64px;
}
#callme1 {
    position: fixed;
    bottom: 200px;
    z-index: 999;
    right: 9px;
    width: 70px;
}
.mrq{
	background-color:#000;
	color:#fff;
}
.whatsup img {
    width: 56px;
}
.whatsup {
    position: fixed;
    right: 10px;
    width: 60px;
    bottom: 120px;
    z-index: 99;
}
.txt-cntr{
	text-align:center;
}
.mg-btm-120{
	margin-top:120px;
}
@media(max-width:767px)
{
	.emls{
	display:none;
}
.mbls{
	text-align:center;
}
}
table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}
table td {
    padding: 6px 12px;
    border-bottom: 1px solid #27272a;
}

@media(max-width:767px){
    .nn{
        padding: 0px !important;
    }
    .tb{
        padding-top: 0px !important;
        
        padding-top: 0px !important;
    }
}

 @media only screen and (max-width:480px){
  html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
 }
 
th, td, .wp-block-table th, .wp-block-table td {
    border: 1px solid #e4e4e7;
    padding: 6px 10px;
}