body,
a,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'Poppins', sans-serif;
    color: #444;
    text-decoration: none;
}

body {
    background: white;
}

a:hover {
    color: #0099FF;
    text-decoration: none;
}

.paragrapgh-setting li h3 {
    font-size: 18px !important;
    margin-top: 15px !important;
}

.l-1 li i {
    margin-top: 6px;
    color: #295C97;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.card-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    text-decoration: none;
}

.card-header h3 {
    font-size: 18px !important;

}

@media only screen and (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

section#top-header ul li {
    display: inline-block;
    list-style: none;
    padding: 11px 15px;
}



section#top-header {
    background: #295c97;
}

section#top-header ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}

section#top-header ul li a i {
    padding-right: 12px;
    font-size: 17px;
}

section#top-header ul li span {
    color: white;
}

section#top-header ul {
    margin: 0;
    padding: 0;
}

.top-header-left-side.text-right li {
    padding: 11px 15px;
    text-align: center;
}

.top-header-left-side.text-right li i {
    padding: 0 7px !important;
}

.text-right.navigation ul.custom.menu li {
    display: inline-block;
    padding: 13px 12px;
}

.text-right.navigation ul.custom.menu {
    list-style: none;
    padding: 0px !important;
}

.logo-area {
    background-color: #fff;
}

section#logo-area .logo-area-main.text-left img {
    max-width: 80%;
}

nav.navbar.navbar-expand-md.navbar-white.bg-white {
    padding: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {

    background: #000;

}
@media(max-width:599px){
    .nav-link{
        color:#04121C !important;
    }
}
a.trial-setting-area {
    color: #fff;
    background: #000;
    font-weight: 660;
    padding: 9px 21px;
    text-decoration: none;
    margin-top: -3px;
    display: block;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.active,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

a.trial-setting-area:hover,
a.custom-part-setting:hover {
    background: #000;
}

a.dropdown-item {
    padding: 11px 19px;
}

section#slider-area .banner-text {
    padding: 60px 25px 0 25px;
    color: #fff;
   
}

.main-title {
    color: #fff !important;
    font-weight: 600;
    /*line-height: 68px;*/
    font-size: 40px !important;
}

.cont-form {
    background: #dddddd78;
    padding: 10px;
}

p.banner-description {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

a.book-now-area {
    display: inline-block;
    margin-top: 25px;
    background: #000;
    color: #fff;
    padding: 16px 25px;
    font-weight: 600;
    text-transform: uppercase;
}

section#slider-area {
    background-image: linear-gradient(to right, rgba(66, 134, 244, 0.42), rgba(55, 59, 68, 0.71)),
        url(../../images/site1.jpg);
    background-size: cover;
    background-position: right;
    color: #fff;
    padding: 100px 0 50px;
}

.account-form {
    margin-top: 120px;
}

nav#navigation-bar {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 0;
    background: #04121c;
}

nav#navigation-bar img.logo.horizontal-logo {
    max-width: 100%;
    height: 60px;
    width: 160px;
}

nav#navigation-bar ul li a {
    padding: 14px;
    margin: 0 5px;
    font-weight: 300;
}

/*
nav#navigation-bar ul li a:hover{
    text-decoration: underline;
    text-decoration-color: orange;
    color: #444;
    text-underline-offset: 4px;
}
*/
h1.Setting-custom {
    color: #000;
    font-size: 55px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 60px;
}

.general-title.text-center h3 {
    font-size: 22px;
}

a.custom-part-setting {
    color: #fff;
    background: #000;
    font-weight: 660;
    padding: 9px 21px;
    text-decoration: none;
    display: block;
    width: 150px;
    text-align: center;
    margin-top: 25px;
    height: 50px;
    line-height: 33px;
    font-size: 18px;
}

.slider-left-text-side p {
    line-height: 28px;
    letter-spacing: .5px;
}

.wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-main {
    position: relative;
    display: inline-block;
}

.video {
    height: 90px;
    width: 90px;
    line-height: 99px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #000;
    z-index: 999;
}

.video i {
    font-size: 30px;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 165px;
    height: 165px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -34px;
    bottom: -36px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.top-three-boxes-setting {
    border: 5px solid #f1c77b;
    border-radius: 15px;
    padding: 8px;
    background: orange;
}

.top-three-boxes-setting:hover {
    box-shadow: 8px 11px 14px 11px #ccc;
}

section#below-banner-area div img {
    background: #EDEDED;
    padding: 18px;
    border-radius: 27%;
    max-width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px;
}

section#below-banner-area {
    /*background: #000;*/
    padding: 30px 0;
}

section.about-us.pt-5.pb-5 {
    background: #fff;
}

section.driver-setting-area.pt-5.pb-5 {
    background-image: url(/images/manchesterairport1.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 40px 0;
}

.top-three-boxes-setting.text-center p {
    color: #fff;
    font-size: 15px;
    padding: 10px;
}

h3.main-part-two {
    color: #fff;
    font-size: 19px;
}

a.video.video-popup.mfp-iframe {
    color: #000;
}

#custom_carousel .item {

    color: #000;
    background-color: #eee;
    padding: 20px 0;
}

#custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #ddd
}

#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width: 90px
}

#custom_carousel .controls li.active {
    background-color: #eee;
    border-top: 3px solid orange;
}

#custom_carousel .controls a small {
    overflow: hidden;
    display: block;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold
}

section#tab-carosle {
    padding: 60px 0;
}

h3.below-banner-area {
    font-size: 35px;
    padding: 12px 0;
    text-transform: capitalize;
    line-height: 50px;
}

section#tab-carosle h6.small-tagline-area {
    color: #000;
    font-size: 18px;
}

section#tagline-area {
    background: #000;
    padding: 30px 0 15px;
    margin: 0;
}

.check li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    padding-right: 5px;
    position: relative;
    top: 2px;
    color: #000;
    font-size: 20px;
    margin-right: 20px;
}

.large-check li {
    font-size: 18px;
    margin: 20px;
    margin-left: 0;
    font-family: Lato, sans-serif;
}

ul.check.large-check {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.large-check li strong {
    color: #000;
}

section#tagline-area-points {
    padding: 40px 0;
    background: #f7f7f7;
}

.tc-infobox {
    font-size: 25px;
    text-align: center;
    margin: 10px;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 5px;
    display: block;
}

.background-area-images-setting {
    background: #121214;
    padding: 60px 0px 0px;
}

.client-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 4px solid #fff;
    margin: 0px auto 20px;
    border-radius: 100%;
}

.carousel-content {
    padding: 10px 0px 30px;
}

.carousel-content h3 span {
    font-size: 17px;
    font-weight: normal;
    color: #e8e8e8;
    text-transform: uppercase;
}

.client-img img {
    width: 100%;
}

#testimonial {
    text-align: center;
    padding: 40px 0px;
    color: #fff;
    background: #f7f7f7;
}

#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    font-size: 36px;
}

#testimonial h2 {
    font-size: 35px;
    padding-bottom: 20px;
    display: inline-block;
    font-size: 30px;
    font-style: normal;
    color: #000;
}

.call-to-action {
    background: linear-gradient(rgba(27, 47, 69, 0.6), rgba(27, 47, 69, 0.8)),
        url(../../images/banr-2.jpg);
    background-size: cover;
    padding: 190px 0 100px 0;
}



h2.call-to-action-heading {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff !important;
    margin-bottom: 17px;
}

h1.call-to-action-heading {
    color: #fff;
}

section#call-to-action p {
    font-size: 17px;
    color: #fff;
}

a.call-to-acton-button-setting {
    background: #fff;
    color: #000;
    padding: 15px 25px;
    font-size: 18px;
    display: block;
    width: 245px;
    margin: 35px auto 0;
}

footer {
    background: #04121c;
    padding-top: 17px;
}

.d-flex div i {
    color: #4EA9FC;
}

section.footer-part-area {
    padding: 40px 0;
    background: #E9ECEE;
}

.c1 h5,
.c1 p {
    color: #fff !important;
}

.footer-address i {
    position: absolute;
    color: #4c4c4c;
    left: -10px;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .footer-address i {
        left: 8px;
    }

    .footer-address li {
        margin-left: 14px;
    }
}

ul.footer-navigation {
    list-style: none;
    padding: 0;
}

h4.footer-heading {
    font-size: 18px;
    margin-bottom: 5px;
    color: #4c4c4c;
    font-weight: 500;
    text-transform: uppercase;
}

ul.footer-navigation li a {
    color: #484848;
    font-size: 16px;
    line-height: 195%;
    font-weight: 300;
}

ul.footer-navigation li a:hover {
    color: #295c97;
    text-decoration: none;
}

ul.footer-navigation li a i {
    color: #295c97;
    font-size: 17px;
    font-weight: 600;
}

.footer-desc {

    font-weight: 300;
}

section.footer-part-area ul.center-side li a i {
    padding-right: 10px;
    color: white;
}

section.footer-part-area ul.center-side li a {
    font-weight: 300;
    color: white;
    font-size: 16px;
    line-height: 175%;
}

.top-header-center-side ul li {
    border-right: 1px solid #fff;
}

section.footer-part-area ul.center-side li {

    display: block !important;
}

section.footer-part-area ul.center-side {
    padding: 0;
    list-style: none;
}

ul.social-media-footer.text-left li {
    background: #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
}

ul.social-media-footer.text-left li a {
    color: #fff;
    font-size: 18px;
}

section.copy-rigth-footer-part-area p {
    margin: 0;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    color: #fff;
}

section.copy-rigth-footer-part-area {
    background: #295c97;
    /*text-align: center;*/
}

ul.social-media-footer.text-left {
    padding: 0;
}

ul.social-media-footer.text-left li {
    background: #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}

a.call-to-acton-button-setting:hover {
    background: #fff;
    color: #000;
}

.carousel-content h3 {
    font-size: 21px;
    margin-top: 39px;
    color: #000;
}


/******* About us page CSS ******/


section#call-to-action hr {
    max-width: 8%;
    background: #fff;
    opacity: 1;
    border-color: #fff;
    margin: 20px auto;
}

section#about-us-page-section1 .col-md-6.col-sm-6 {
    padding: 0;
}

section#about-us-page-section1 .text-portion p {
    line-height: 27px;
    font-size: 16px;
}

section#about-us-page-section1 .text-portion h3.about-heading {
    font-size: 27px;
    color: #000;
    line-height: 35px;
    margin-bottom: 20px;
}

section#about-us-page-section1 .text-portion {
    padding: 28px 30px;
}

section#about-us-page-section1 img {
    max-width: 100%;
}


/*******  Video Tutorial   *******************/

nav>.nav.nav-tabs {

    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;

}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 12px 15px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -55px;
    left: -40%;
    border: 15px solid transparent;
    border-top-color: #000;
}

.tab-content {
    padding: 30px 25px;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #000;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

h2.heading-part-two {
    color: #000;
    font-size: 30px;
    margin-bottom: 25px;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.card-header {
    background: #000;
    color: #fff !important;
}

.card-header h4 {
    color: #fff;
    font-weight: 600 !important;
}


.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}

.dropdown-menu {
    margin-top: 0;
    padding: 0px
}

section.seo-services nav>div a.nav-item.nav-link.active:after {

    left: -28%;
}

.nav-link {
    color: #fff ;
}

.contact-us-boxes.text-center {
    display: block;
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 20px;
    background: 0 0;
    font-size: 22px;
    padding: 26px;
    margin: 32px 0 10px;
}

.contact-us-boxes.text-center:hover {
    background: #000;
}

.contact-us-boxes.text-center:hover a {
    color: #fff;
}

.boxes-setting-area {
    margin: 40px 0;
    background: #fff;
    min-height: 209px;
    padding: 34px;
    border-radius: 5px;
}

.boxes-setting-area h4.contact-boxes-heading-setting {
    color: #000;
    margin-bottom: 30px;
}

.boxes-setting-area hr {
    width: 17%;
    background: #000;
    margin-bottom: 33px;
}


.timeline {
    position: relative;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem 0rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #f7f7f7;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #bcd0f7;
    font-size: 1.5rem;
}

.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}

.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #000;
}

.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #000;
    border: 2px dashed #000;
}

.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;

    text-overflow: ellipsis;
    line-height: 150%;
}

.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}

.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #272e48;
    margin-bottom: 10px;
    display: inline-block;
}

.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}

.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}

.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}

.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}

.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}

.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}

.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}

.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }

    .timeline:after {
        border: 0;
    }

    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }

    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }

    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }

    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }

    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}

#myCarousel .nav {
    background: #eee;
}

#myCarousel .nav a {
    border-radius: 0px;
}

nav.navbar.navbar-expand-md.navbar-white.bg-white img.logo.horizontal-logo {
    /* max-width: 63%; */
}

nav.navbar.navbar-expand-md.navbar-white.bg-white a.navbar-brand {
    text-align: left;
}

div#navbarSupportedContent {
    width: 100%;
}

footer#main-footer-area-start .footer-logo img {
    max-width: 57%;
    padding-bottom: 8px;
}

.wrapper11.text-center img {
    width: 100%;
}

.below-banner-text.setting-banner-area-main img {
    max-width: 100%;
}

@media screen and (max-width: 600px) {
    nav.navbar.navbar-expand-md.navbar-white.bg-white img.logo.horizontal-logo {
        max-width: 325px;
    }
}

.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

.visible-md {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}

.visible-sm {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}

.visible-lg {
    display: none;
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

.heading {
    margin: 20px 0 50px;
    position: relative;
}

.heading span {
    font-weight: 500;
    color: #0099FF;
    text-transform: uppercase;
    margin: 10px 0;
}

.heading h2 {
    font-weight: 300;
    /*font-size: 28px;*/
    /*color: white;*/
}

@media (max-width: 768px) {
    .heading h2 {
        font-size: 20px;
    }
}

.btn-header {
    border: 1px solid #FF700A;
    padding: 12px;
    color: black;
    font-weight: 400;
    border-radius: 30px;
}

.btn-header:hover {
    background: #FF700A;
    color: white !important;
}

.footer .r-contact i {
    color: #FF700A;
}


.r-contact h5 {
    font-weight: 400;
    font-size: 15px;
    color: #818181;
}

.r-contact i {
    margin-right: 4px;
}

.r-contact p {
    font-weight: 500;
    /*font-size: 12px;*/
    margin: 10px 0;
}

.fleet {
    box-shadow: 0px 0px 14px 0px #d7d7d7cc;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
}

.fleet h5,
span {
    font-weight: 300;
    color: #000;
}

.fleet span {
    background: linear-gradient(to right, #4c7ff1, #4baefb);
    padding: 4px 7px;
}

.l-1 li {
    margin-bottom: 10px;
}

.fleet img {
    width: 100%;
    aspect-ratio: 3/1.5;
    object-fit: contain;
}

.fleet h5 {
    margin-bottom: 10px;
}

.counts {
    padding: 60px 0;
    background: white;
}

.counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.counts .count-box span {
    font-size: 25px;
    display: block;
    font-weight: 400;
    color: #4c4c4c;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.counts .count-box i {
    position: absolute;
    width: 54px;
    height: 54px;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #fff;
    color: #FF700A;
    border-radius: 50px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.values {
    position: relative;
}

.section-bg {
    padding: 120px 0;
    color: #fff;
}

.section-bg:before {
    content: "";
    background: #1b1b1b;
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}

.values .content h3 {
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 30px;
    color: #FF700A;
}

.values .content p {
    margin-bottom: 30px;
    color: #cccc;
    font-weight: 300;
}

.values .content .about-btn {
    padding: 8px 30px 9px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #FF700A;
}

.btnbg {
    background: linear-gradient(to right, #4c7ff1, #4baefb);
    color: #fff !important;
}

.card-header h2 button {
    width: 100% !important;
}

.values .icon-boxes .icon-box i {
    font-size: 30px;
    color: #FF700A;
    margin-bottom: 10px;
}

.values .icon-boxes .icon-box h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: white;
}

.values .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484;
}

@media (max-width: 768px) {
    .values .icon-boxes {
        margin-top: 20px;
    }
}

.services-index .card {
    border: none;
}

.services-index .card-header {
    border-radius: 10px !important;
}

.services-index .card-body {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.services-index i {
    color: #fff;
    font-size: 22px;
}

.card-header h2 {
    width: 100%;
}

.collapse .card-body {
    background: #ccc8c8;
}

.about-us h3 {
    color: #295C97;
    margin: 10px 0 20px;
    font-weight: 500;
}

.about-us p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.about-us ul {
    padding: 4px 0;
}

.about-us ul li {
    list-style: none;
    font-weight: 200;
    color: #000;
}



.about-us i {
    color: #0099FF;
}

.airport h3 {
    font-weight: 500;
    /*color: #8f8f8f8f;*/
    font-size: 18px;
    margin: 10px 0 16px;
}

.airport p {
    font-weight: 200;
    color: #8f8f8f;
    font-size: 12px;
    margin-bottom: 8px;
}

.image_wrapper {
    position: relative;
}

.image_wrapper img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.overlay_1 {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
    height: 100%;
}

.overlay {
    position: absolute;
    background: rgb(57 57 57 / 64%);
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 20px 50px;
}

.overlay h4 {
    font-weight: 400;
}

.btn-index {
    background: #295C97;
    padding: 5px 20px;
    border-radius: 25px;
    color: white;
    font-weight: 300;
}

.btn-index:hover {
    border: 1px solid #295C97;
    background: none;
    color: #4EA9FC;
}

/*aboutus page --------------------------------------------------*/
.aboutus h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;

}

.aboutus p {
    font-size: 14px;
    font-weight: 300;
    color: #525252
}

.aboutus ul {
    padding: 4px 0px;
}

.aboutus ul li {
    list-style: none;
    font-weight: 300;
    color: #525252
}

.icon-round {
    padding: 8px;
    border-radius: 50%;
    color: #00b5fd;
    border: 1px solid #cccc;
    margin: 8px 0;
}



.dark {
    background: #556576;
}

.light {
    background: #778591;
}

.inner-about span {
    color: rgba(201, 201, 201, 0.46);
    float: right;
}

.inner-about i {
    color: white;
    margin: 10px 0;
}

.bg h2,
.bg p,
.bg ul li {
    color: #fff;
    list-style-type: none;
}

.inner-about p {
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #000;
}

.inner-about {
    border: 1px solid #295c97;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 65px;
    height: 250px;
}

@media (min-width: 768px) {
    .about-features {
        display: flex;
    }

    .rr {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .inner-about {
        margin: 20px 0;
    }
}

/*faq page*/
.faqs .card,
.faqs .card-header {
    background: #04121c;
    border: none;
    border-radius: 10px;
}

.benefit-faq h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.benefit-faq p {
    font-weight: 300;
    font-size: 12px;
    color: #8f8f8f;
}

.benefit-faq i {
    color: orange;
    margin-bottom: 20px;
}

/*servcies pages --------------------------------------------*/
.sidebar {
    border: 1px solid #cccc;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    margin: 30px 0;
}

.sidebar h3 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0;
}

.sidebar p {
    font-weight: 400;
    font-size: 12px;
    color: #454545;
    margin-bottom: 14px;
}

.sidebar .btn-design {
    border-radius: 25px;
    background: lightgrey;
    padding: 10px;
    margin: 20px 0;
    color: #7f7f7f;
    font-weight: 400;
}

.sidebar .btn-design:hover {
    color: white;
    background: #FF700A;
}

.sidebar i {
    color: #ff700a;
    margin-bottom: 10px;
}

.features-1 {
    padding: 10px;
    border: 1px solid #cccc;
    margin: 20px 0;
}

.features-1 i {
    color: #FF700A;
    border: 1px solid #cccc;
    padding: 10px;
    border-radius: 50%;
    margin: 5px;
}

.page-content h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0;
}

.page-content p {
    font-size: 13px;
    font-weight: 300;
    margin: 10px 0;
    line-height: 24px;
}
/* ===========================================================================
   DARK-SECTION TEXT OVERRIDES — added 2026-06-07
   --------------------------------------------------------------------------
   The sitewide rule  (line 11-15 of this file)
   causes <strong> and inherited <p>/<li> text to fade against navy-background
   container sections (every section using linear-gradient(135deg, #295C97
   0%, #04121c 100%)).
   
   This block sets readable defaults for text inside known dark-bg containers.
   Per-page CSS can still override via higher specificity if needed.
   
   Containers with nested white/light interactive elements are INTENTIONALLY
   EXCLUDED from this fix (.rat-hero, .hp-hero, .hp-locations-band,
   .slider-area) — they need per-page handling because applying the override
   would break nested booking-form text on white backgrounds.
   ========================================================================== */

.ab-bottom-cta strong, .about-hero strong, .airport-header strong, .blog-header strong, .blog-hero strong, .blog-cta strong, .city-header strong, .cta-band strong, .destinations-header strong, .driver-bottom-cta strong, .driver-hero strong, .faq-cta strong, .fleet-cta-band strong, .fleet-hero strong, .guide-header strong, .hp-bottom-cta strong, .page-header strong, .rat-bottom-cta strong, .rat-cta-band strong, .rat-inline-widget-top strong, .service-header strong {
    color: #F69706;
}

.ab-bottom-cta p, .about-hero p, .airport-header p, .blog-header p, .blog-hero p, .blog-cta p, .city-header p, .cta-band p, .destinations-header p, .driver-bottom-cta p, .driver-hero p, .faq-cta p, .fleet-cta-band p, .fleet-hero p, .guide-header p, .hp-bottom-cta p, .page-header p, .rat-bottom-cta p, .rat-cta-band p, .rat-inline-widget-top p, .service-header p {
    color: rgba(255,255,255,0.95);
}

.ab-bottom-cta li, .about-hero li, .airport-header li, .blog-header li, .blog-hero li, .blog-cta li, .city-header li, .cta-band li, .destinations-header li, .driver-bottom-cta li, .driver-hero li, .faq-cta li, .fleet-cta-band li, .fleet-hero li, .guide-header li, .hp-bottom-cta li, .page-header li, .rat-bottom-cta li, .rat-cta-band li, .rat-inline-widget-top li, .service-header li {
    color: rgba(255,255,255,0.95);
}
