.btn:focus,
.form-control,
.navigation .btn,
input[type=text] {
    box-shadow: none
}

a,
a:focus,
a:hover {
    text-decoration: none
}

html {
    overflow-x: hidden
}

body {
    line-height: 1.6;
    font-family: poppins, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #000;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: cursive;
    font-weight: 900;
    color: #111
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem;
    line-height: 24px
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

input[type=text] {
    height: 45px;
    outline: 0;
    font-size: 14px
}

.form-control:focus,
input[type=text]:focus {
    box-shadow: none;
    border: 1px solid #ff715b
}

.form-control {
    border-radius: 0
}

#navbar,
.header-top-bar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.btn {
    display: inline-block;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .5px;
    padding: .7rem 2rem;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: .35s
}

.btn-main,
.btn-main-2 {
    border-color: #56ab91;
    padding: 7px 13px;
    color: #fff;
    background: #56ab91;
    font-weight: 600
}

.btn.btn-icon i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px
}

.service-item.mb-4,
img.img-fluid.shadow {
    box-shadow: 12px 12px 15px #757575
}

.btn-main {
    border-radius: 0
}

.btn-main:hover {
    color: #fff;
    background: #56ab91;
    border: 2px solid #56ab91;
    transform: scale(1.1)
}

.btn-main-2:hover {
    color: #fff;
    background: #56ab91;
    border: #56ab91;
    transform: scale(1.1);
    transition: .3s ease-in-out
}

section.section.booknow {
    padding: 29px 0;
    background-color: transparent
}

.btn-round {
    border-radius: 0
}

.btn:active:focus,
.btn:focus,
a:focus {
    outline: 0
}

.bg-dark {
    background: #111
}

.section {
    padding: 100px 0
}

.section-title {
    margin-bottom: 70px
}

.section-title p {
    color: #666;
    font-family: Montserrat, sans-serif
}

.text-md {
    font-size: 2.25rem
}

a {
    color: #111
}

a:focus,
a:hover {
    color: #000
}

.page-title {
    padding: 170px 0 16px;
    position: relative
}

.page-title .block h1,
h2.text-center {
    color: #fff
}

.pr-5,
.px-5 {
    padding-right: 0 !important
}

.header-top-bar {
    background: #000;
    font-size: 14px;
    padding: 10px 0;
    color: #fff
}

.top-bar-info li a {
    color: #fff;
    margin-right: 16px
}

.top-right-bar a span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle
}

.header-padding {
    padding: 5px 60px !important
}

.navigation {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1
}

#navbar {
    background-color: #fff
}

#navbar .nav-link {
    padding-left: 16px;
    color: #111;
    font-family: Lato, sns-serif;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    transition: .25s
}

img.ft-icon {
    margin-right: 10px
}

.navbar-brand {
    font-weight: 600
}

@media (max-width:480px) {
    h2.mt-2.mb-4.mb-lg-0.cntct {
        color: #000 !important;
        font-size: 25px
    }

    h2.mb-4.head-size {
        margin-top: 55px
    }

    .navbar-nav {
        text-align: left
    }

    #navbar {
        background: #fff
    }

    .navbar-toggler {
        color: #111
    }

    h2 {
        font-size: 1.3rem;
        font-weight: 600
    }

    .header-padding {
        padding: 0 24px
    }
}

@media (max-width:400px) {
    .header-top-bar {
        display: none
    }

    .header-padding {
        padding: 5px 15px !important
    }

    #navbar {
        background: #fff
    }

    .navbar-toggler {
        color: #111
    }
}

@media (min-width:768px) and (max-width:992px) {
    .bannerFormBody .row {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:992px) {
    #navbar {
        background: #fff
    }

    .navbar-toggler {
        color: #111
    }

    .header-padding {
        padding: 0 24px
    }
}

.bg-1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, .6), rgb(0 0 0 / 69%)) 0 0/cover, url("../imagess/airport-bg.webp") center center/cover no-repeat
}

.bg-2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, .6), rgb(0 0 0 / 69%)) 0 0/cover, url("../imagess/services-bg.webp") center center/cover no-repeat
}

.banner {
    position: relative !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, .6), rgb(0 0 0 / 69%)), url(../imagess/header-heathrow-airport.webp) center center/cover no-repeat !important
}

.banner .overlay,
.overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: .75;
    background: #000 !important;
    position: absolute
}

.overlay {
    height: 400px
}

.banner .block {
    padding-top: 116px
}

.banner .block h1 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    color: #fff
}

.banner .block p {
    color: #fff;
    font-size: 17px;
    font-weight: 500
}

img.banner-img {
    position: absolute;
    bottom: -115px
}

.divider-about {
    align-items: center;
    height: 5px;
    width: 50px;
    background-color: #56ab91;
    margin-bottom: 15px !important;
    align-items: center
}

@media (max-width:480px) {
    .header-top-bar {
        display: none
    }

    .banner .block h1 {
        font-size: 35px;
        line-height: 50px
    }
}

@media (max-width:400px) {
    .banner .block h1 {
        font-size: 28px;
        line-height: 40px
    }
}

@media (max-width:768px) {
    #navbar {
        background: #fff
    }

    .navbar-toggler {
        color: #111
    }

    .header-padding {
        padding: 0 24px
    }

    .banner .block h1 {
        font-size: 28px;
        line-height: 35px
    }
}

@media (max-width:1200px) {
    .banner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: .8;
        background: #000 !important
    }

    img.banner-img {
        position: absolute;
        bottom: auto
    }

    h2.text-center {
        color: #000;
        padding: 0 24px;
        font-size: 25px
    }
}

.cta,
.service-item.mb-4 {
    background-color: #eee
}

.process,
.video-img {
    position: relative
}

.service-item.mb-4 {
    padding: 16px
}

.text-lg {
    font-size: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.service-img {
    padding-right: 16px
}

.service-img img {
    border-radius: 0 !important
}

.heading {
    margin-bottom: 90px
}

h3.mt-3.mb-3.icon {
    margin-left: 15px
}

.footer {
    background: #e7e7e7
}

.lh-35 {
    line-height: 35px
}

.logo {
    font-weight: 600;
    letter-spacing: 1px
}

.widget h4 {
    color: #000;
    font-weight: 600
}

.widget a,
.widget p {
    color: rgba(0, 0, 0, .7)
}

.hero h1,
.hero p {
    color: #fff;
    text-align: center
}

.footer-btm {
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.widget-contact h6 {
    font-weight: 500;
    margin-bottom: 18px
}

.hero {
    padding: 150px 50px 50px
}

.hero p {
    font-family: cursive;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px
}

@media only screen and (max-width:576px) {
    .container-fluid {
        padding-right: 4px;
        padding-left: 4px
    }

    .row {
        margin-right: 0;
        margin-left: 0
    }

    .header-top-bar {
        display: none
    }

    .section {
        padding: 50px 0
    }

    .fleet_info {
        text-align: center;
        display: grid;
        justify-content: center
    }

    .app_ p {
        font-size: 16px !important
    }

    .content h2,
    .cta h2 {
        font-size: 18px !important
    }

    .content p,
    .cta p {
        font-size: 13px !important
    }
}

@media only screen and (max-width:768px) {
    .banner {
        background: #4e4e4e !important
    }

    .hero {
        padding: 80px 0 0 !important
    }

    .hero .row,
    .service .row {
        margin-right: 0;
        margin-left: 0
    }

    .hero .col-12,
    .hero .container {
        padding-right: 4px;
        padding-left: 4px
    }

    .hero h1 {
        font-size: 16px !important
    }

    .hero p {
        display: none
    }

    .bannerForm {
        border-radius: 0
    }

    .bg-1,
    .bg-2 {
        padding: 116px 0 50px !important
    }
}

@media only screen and (max-width:991px) {
    .hero {
        padding: 110px 16px 16px
    }
}

.contact_ {
    padding: 24px
}

.contact_info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    font-size: 18px
}

.contact_info a:hover {
    text-decoration: underline;
    color: #a120f0
}

.content h2,
.cta h2 {
    font-size: 24px
}

.content p,
.cta p {
    font-size: 16px
}