.banner-slider {
    position: relative;
    background-image: url(img/banner.jpg);
    background-repeat: no-repeat;
    background-position: right -422px;
    background-size: cover;
    padding: 30px 0 10px;
}
/* .banner-slider {
    position: relative;
    padding: 11px 0 50px;
    color: #002a3a;

    background:
      linear-gradient(
        135deg,
        transparent 52%,
        #002A3A 52%,
        #002A3A 55%,
        transparent 55%
      ),
      linear-gradient(
        135deg,
        transparent 0%,
        transparent 58%,
        #002A3A 58%,
        #002A3A 100%
      ),
      url("img/banner.jpg");

    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
} */
.banner-imgs {
    position: relative;
    right: -121px;
}
@media (max-width: 768px) {
    .banner-slider {
        padding: 10px 0 35px;

        background:
          /* linear-gradient(
            135deg,
            transparent 60%,
            #002A3A 60%,
            #002A3A 63%,
            transparent 63%
          ),
          linear-gradient(
            135deg,
            transparent 0%,
            transparent 70%,
            #002A3A 70%,
            #002A3A 100%
          ), */
          url("img/banner.jpg");

        background-position: center;
    }
}

@media (max-width: 480px) {
    .banner-slider {
        padding: 10px 0 30px;

        background:
          /* linear-gradient(
            135deg,
            transparent 65%,
            #002A3A 65%,
            #002A3A 68%,
            transparent 68%
          ),
          linear-gradient(
            135deg,
            transparent 0%,
            transparent 75%,
            #002A3A 75%,
            #002A3A 100%
          ), */
          url("img/banner.jpg");

        background-position: center;
    }
}



[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.banner-slider .home-banner .explore-text {
    color: #2F2F2F;
    padding: 15px;
    background: #ffffff;
    border-radius: 70px;
    display: inline-block;
    margin: 0 0 10px;
}
.banner-slider .home-banner .explore-text span {
    color: #EDA600;
}
.banner-slider .home-banner h1 {
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    font-weight: 700;
    color: #111;
        font-size: 62px;
        line-height: 1.2;
}
.banner-slider .home-banner h1 span {
    color: #cf1611;
}
.banner-slider p {
    margin: 0 0 30px;
}
.btn-view {
    font-weight: 500;
    font-size: 16px;
    color: #002939;
    border: 2px solid #002939;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-radius: 5px;
    line-height: 0;
    margin: 0;
    padding: 10px 17px;
}
.banner-slider .home-banner .banner-imgs img {
    position: relative;
    z-index: 99;
}
.banner-imgs img {
    width: 100%;
}.services {
    padding: 80px 0 56px;
}
.services .service-right {
    position: absolute;
    top: 0;
    right: 0;
}
.section-heading h2 {
    position: relative;
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 36px;
    color: #111111;
}
.section-heading h2:after {
    content: "";
    position: absolute;
    background-image: url(https://swsserver.online/taxitur/assets/img/bg/title-head.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    height: 11px;
    right: 0;
    bottom: -22px;
    z-index: 99;
}
.section-heading p {
    max-width: 439px;
    margin: auto;
    font-size: 18px;
}
.services .services-group.service-date {
    border-color: #127384;
}
.services .services-group {
    margin: 0 0 24px;
    padding: 24px;
    border-bottom: 2px solid #127384;
    text-align: center;
    position: relative;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.services .services-group::before {
    position: absolute;
    top: 72px;
    right: 0;
    left: calc(50% + 65px);
    Content: "";
    border: 1px dashed #DBDBDB;
    width: calc(100% - 106px);
}
.services .services-group .services-icon {
    border-radius: 50px;
    margin: 0 0 35px;
    padding: 10px;
    background: #ffffff;
    position: relative;
    z-index: 99;
    display: inline-flex;
}
.border-secondary {
    border: 2px dashed #127384;
    background: #127384 !important;
}
.services .services-group .services-icon .icon-img {
    border-radius: 50px;
    width: 72px;
    height: 72px;
    padding: 10px;
}
.services .services-group .services-content h3 {
    font-weight: 600;
    margin: 0 0 10px;
        font-size: 22px;
    color: #111111;
}
.border-warning {
    border: 2px dashed #FF9307;
    background: #FF9307 !important;
}
.border-dark {
    border: 2px dashed #002939;
    background: #002939 !important;
}
.car-tabs > li.active > a,
.car-tabs > li > a:hover {
    background: #fff;
    border: none;
    color: #4c7cf5 !important;
    box-shadow: 0px 3px 10px rgba(0,0,0,.08);
}
.car-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}
.car-card img { width: 100%; height: 230px; object-fit: cover; }

.car-card .featured {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e10f28;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
}

.car-card .heart {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
}

.car-card .info {
    padding: 15px;
}

.car-card h4 {
    margin: 0 0 5px;
    font-size: 18px;
}

.rating i { color: #ff9f00; }

.car-meta {
    font-size: 12px;
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.car-meta span {
    display: inline-block;
    margin-right: 15px;
}
.car-footer {
    padding: 12px 15px;
    background: #f5f7fb;
    border-top: 1px solid #ddd;
}
.car-footer .price {
    font-weight: 700;
    color: #e10f28;
    font-size: 20px;
}
.btn-rent {
    background: #4c7cf5;
    border: none;
    padding: 8px 18px;
    border-radius: 4px;
    color: #fff;
    margin-top: 5px;
}
/* Slider wrapper */
.slider-wrapper {
    position:relative;
    margin:50px auto;
    max-width:1100px;
}

/* Scroll container */
.slider-container {
    overflow:hidden;
    white-space:nowrap;
    padding:20px 0;
}

/* Single card */
.car-type-item {
    display:inline-block;
    width:200px;
    background:#fff;
    height:140px;
    border-radius:10px;
    border:1px solid #eee;
    margin:0 12px;
    text-align:center;
    padding-top:25px;
    vertical-align:top;
    transition:0.3s;
}
.car-type-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

.car-type-item img {
    width:70px;
    margin-bottom:10px;
}

.car-type-title {
    font-size:17px;
    font-weight:600;
}
.car-type-count {
    color:#777;
    font-size:14px;
}

/* Arrow buttons */
.arrow-btn {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border-radius:50%;
    background:#fff;
    border:1px solid #ddd;
    text-align:center;
    line-height:45px;
    cursor:pointer;
    font-size:18px;
    transition:0.2s;
}
.arrow-btn:hover { background:#eee; }

.arrow-left { left:-60px; }
.arrow-right { right:-60px; }

/* View All button */
.view-all {
    margin-top:35px;
}
.view-all a {
    background-color: #002939 !important;
    border: 1px solid #002939 !important;
    box-shadow: inset 0 0 0 #ffffff !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    text-align: center !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.view-all button {
    padding:10px 28px;
    border-radius:5px;
    font-size:16px;
    border:2px solid #0f4cff;
    background:#fff;
    color:#0f4cff;
}
.view-all button:hover {
    background:#0f4cff;
    color:#fff;
}
/* Section Background */
.facts-section {
    background:#022c39;
    padding:90px 0 120px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

/* Title */
.facts-title h2 {
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}
.facts-title p {
    font-size:16px;
    max-width:600px;
    margin:0 auto;
    color:#cfd8dc;
}

.facts-title .underline {
    width:80px;
    height:6px;
    background:url('https://via.placeholder.com/80x6?text=') center no-repeat;
    margin:25px auto;
}

/* Cards container */
.fact-box {
    background:#fff;
    border-radius:12px;
    padding:25px 30px;
    margin-bottom:25px;
    color:#022c39;
    position:relative;
}

/* Pattern effect using base64 subtle pattern */
.fact-box {
    background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAI0lEQVQoU2NkYGD4zwABYCJgYGBg2AUYwMgAAwMDQwzEAAAOIwPxP4pRBAAAAAElFTkSuQmCC");
    background-repeat:repeat;
}

.fact-icon {
    width:75px;
    height:75px;
    background:#013645;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;
    margin-bottom:18px;
}

.fact-number {
    font-size:30px;
    font-weight:700;
    margin-bottom:5px;
}
.fact-label {
    font-size:15px;
    color:#555;
}

/* custom spacing */
.m-t-60 { margin-top:60px; }
.popular-services {
    background: #F2F7F6;
}
.popular-explore {
    padding: 80px 0 56px 0;
}
.services {
    padding: 80px 0 56px;
    float:none;
}
.section {
    position: relative;
    padding: 80px 0;
}
section.section.services {
    background: #fff;
        position: relative;
    z-index: 999;
}

/* Section Styling */
.why-section {
    text-align:center;
}
.why-section h2 {
    font-size:42px;
    font-weight:700;
}
.why-section p.subtitle {
    max-width:600px;
    margin:15px auto 50px;
    color:#777;
    font-size:15px;
}

/* Cards */
.why-card {
    background:#fff;
    border-radius:14px;
    margin-bottom:30px;
    padding:40px 30px 50px;
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
}
.why-bar {
    height:85px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:35px;
    color:#fff;
    font-size:34px;
}
.title {
    font-size:22px;
    font-weight:700;
    margin-bottom:18px;
}
.desc {
    font-size:15px;
    color:#666;
    line-height:1.6;
}
.testimonial-section {
    background:#1a1a1a;
    padding:80px 0 120px;
    color:#fff;
    position:relative;
    text-align:center;
}
.testimonial-section h2 {
    font-size:42px;
    font-weight:700;
}
.testimonial-section p.subtitle {
    margin-top:15px;
    margin-bottom:50px;
    font-size:18px;
    color:#d1d1d1;
}

/* Testimonial Card */
.testimonial-card {
    background:#fff;
    color:#000;
    border-radius:12px;
    padding:40px;
    min-height:280px;
    position:relative;
}
.testimonial-card .quote {
    position:absolute;
    right:25px;
    top:25px;
    font-size:42px;
    color:#f7d7a7;
}
.testimonial-profile {
    display:flex;
    align-items:center;
    margin-bottom:20px;
}
.testimonial-profile img {
    width:75px;
    height:75px;
    border-radius:50%;
    margin-right:15px;
}
.name {
    font-weight:700;
    font-size:20px;
}
.location {
    font-size:14px;
    color:#777;
}
.testimonial-text {
    font-size:15px;
    line-height:1.6;
    color:#444;
    margin-bottom:15px;
}
.rating i {
    color:#e91c1c;
}

/* Indicators */
.carousel-indicators li {
    background:#777;
}
.carousel-indicators .active {
    background:#e91c1c;
}
/* Section */

.faq-section h2 {
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}
.faq-section .subtitle {
    font-size:18px;
    color:#555;
    max-width:600px;
    margin:0 auto 60px;
}

/* Panel */
.panel-group .panel {
    border:none;
    border-radius:8px;
    box-shadow:none;
    margin-bottom:18px;
}
.panel-default > .panel-heading {
    background:#fff;
    border-radius:8px;
    padding:18px 25px;
}
.panel-title a {
    display:block;
    font-size:18px;
    font-weight:700;
    color:#000;
    text-decoration:none;
    position:relative;
}
.panel-title a .icon-toggle {
    position:absolute;
    right:0;
    top:2px;
    font-size:20px;
}
.panel-body {
    background:#fff;
    border-top:none;
    padding:18px 25px 25px;
    font-size:15px;
    color:#555;
    text-align:left;
}

/* Active arrow colors */
.icon-open { color:#c41d1d; }
.icon-close { color:#999; }
@media (max-width: 600px) {
  .banner-slider .home-banner h1 {
    font-size: 36px;
    text-align: center;
}
#modal {
      width: 100%;
      left: 0px !important;
   }
.hero-head h1 {
    line-height: 38px;
}
.banner-slider {
    padding: 10px 0 10px;
}
.banner-slider p {
    display:none;
}
.banner-imgs {
    text-align: center;
}
.banner-imgs img {
    width:60%;
}
}