@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,600,700|Montserrat:900,700");
html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: "system-ui", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #000;
  padding: 0 !important;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Verdana", sans-serif;
  font-weight: 900;
  color: #111;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}
/* 
p {
  line-height: 30px;
} */

.bg-light{
  background-color:#000 !important;
}

h2.mb-4.head-size {
  color: white;
} 

input[type=text] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
/* input[type=text]:focus {
  box-shadow: none;
  border: 1px solid #FF715B;
} */

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #FF715B;
}
.modal-backdrop.fade.show {
    z-index: -000000;
}
.modal-backdrop.show {
    z-index: -000;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0.7rem 2rem;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.35s ease;
}
div#navbarsExample09 {
    background-color: black;
}

section.our-ser {
  padding-top: 100px;
  background-color: #FBAC3A;
}
section.section.service.gray-bg {
  background-color:#eeeeee;

}
.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: transparent;
  color: #000000;
  border-color: #000000;
  padding: 7px 13px;
  font-weight: 600;
  border-radius: 0;
}
.btn-main:hover {
  color: white;
  background: #A020F0;
  border: 2px solid #A020F0;
  transform: scale(1.1);
}

.btn-main-2 {
  background: #FF2A2A;
  color: #ffffff;
  padding: 7px 10px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: fit-content;
}
.btn-main-2:hover {
  color: rgb(255, 255, 255);
  background: #FF2A2A;
  border:white;
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
section.section.booknow {
  padding: 29px 0;
  background-color: transparent;
}

.btn-round {
  border-radius: 50px;
}

.btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-dark {
  background: #111;
}

.section {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 100px;
}
.section-title p {
  color: #666;
  font-family: "Montserrat", sans-serif;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}
.navbar-toggler:focus, .navbar-toggler:hover{
  outline: none;
}
.dropdown-item{
  font-size: 13px;
}
/* Links */
a {
  color: #111;
  text-decoration: none;
}

a:focus, a:hover {
  color: red;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.page-title {
  padding: 170px 0px 20px 0px;
  position: relative;
}
.page-title .block h1 {
  color: #000000;
  -webkit-text-shadow: 10px 10px 15px #ffffff;
  text-shadow: 10px 10px 15px #ffffff;
}

ul.navbar-nav.m-auto {
  margin-right: 0 !important;
}

.header-top-bar {
  background: #000;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}
.top-bar-info li a {
    color: #fff;
    margin-right: 20px;
  }
.top-right-bar a span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #FF2A2A !important;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #FF2A2A !important;
}

@media (max-width: 480px) {
  h2 {
    font-size: 2.3rem;
    line-height: 36px;
  }
  h2.mt-2.mb-4.mb-lg-0.cntct {
    color: rgb(0, 0, 0) !important;
    font-size: 25px;
}
h2.mb-4.head-size {
  margin-top: 55px;
}
.navbar-nav{
  text-align:left;
}
}

.header-padding {
  padding: 15px 60px !important;
}

.navigation {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 99999;
}

img.home-icon {
  margin-bottom: 4px !important;
  margin-right: 4px !important;
}

.navigation .btn {
  box-shadow: none;
}

#navbar {
  background-color:rgb(0, 0, 0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#navbar .nav-link {
  margin-left: 20px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Verdana", sns-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.25s ease;
}
#navbar .nav-link .active {
  border-bottom: 4px solid #FF2A2A;

}

#navbar .nav-link:hover{
  transition: 0.3s ease;
  border-bottom: 4px solid #FF2A2A;
  padding: 6px 0; 
}
img.ft-icon {
  margin-right: 10px;
}
img.img-fluid.shadow {
  -webkit-box-shadow: 0 0 15px #FF2A2A;
  box-shadow: 0 0 15px #FF2A2A;
  border : 2px solid rgba(0, 0, 0, 0.811);
  border-radius: 10px;
}

.bg-1 {
  position: relative;
  overflow: hidden;
  background: url("../images/services-bg.webp") no-repeat center top; 
  background-color: rgba(255,255,255,0.1);
  background-size: cover;
  /* height:400px; */

}
.bg-2 {
  position: relative;
  overflow: hidden;
  background: url("../images/about-us-bg.webp") no-repeat top center; 
  background-color: rgba(255,255,255,0.1);
  background-size: cover;

}
.bg-2 .overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .75;
  background: #ffffff !important;
 }

.bg-1 .overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .75;
  background: #ffffff !important;
 }

.navbar-brand {
  font-weight: 600;
}

@media (max-width: 480px) {
  #navbar {
    background: #000000;
  }
  .navbar-toggler {
    color: #111;
  }
  h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .header-padding {
    padding: 10px 30px;
  }
}
@media (max-width: 400px) {
  .header-top-bar{
    display:none;
  }
  .header-padding {
    padding: 10px 15px !important;
}
  #navbar {
    background: #000000;
  }
  .navbar-toggler {
    color: #111;
  }
  .header-padding {
    padding: 10px 30px;
  }
}
@media (max-width: 768px) {
  #navbar {
    background: #000000;
  }
  .navbar-toggler {
    color: #111;
  }
  .header-padding {
    padding: 15px 30px;
  }
}
@media (max-width: 992px) {
  #navbar {
    background: #000000;
  }
  .navbar-toggler {
    color: #111;
  }
  .header-padding {
    padding: 15px 30px;
  }
}


.banner {
  position: relative;
  overflow: hidden;
  background: url("../images/gatwick-header-banner.webp") no-repeat center center; 
  background-color: rgba(255,255,255,0.1);
  background-size: cover;
  min-height: 100%;
  padding: 120px 0 30px 0;
  z-index:98;
}
/* .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .75;
  background: #ffffff;
  height: 100%;
} */
.slog-para {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #fff;

}
.slog-para span{
  font-size: 17px !important;
  display: block;
}
.banner .block {
  padding-top: 60px;
}
.banner .block h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color:#fff;
}
.banner .block p{
  color:#fff;
  font-size: 17px;
  font-weight: 500;

}

h2.mt-2.mb-4.mb-lg-0.cntct {
  color: white !important;
  margin-bottom:20px !important;
}
img.img-fluid.shadow-img {
  -webkit-box-shadow: 0 0 15px #000000;
  box-shadow: 0 0 15px #000000;
  border-radius: 10px;
  padding: 20px 10px;
}

img.banner-img{

  position:absolute;
  bottom: -115px;
}

.divider{
  height: 2px;
  width: 120px;
  background-color: #FF2A2A;
  margin-bottom:15px !important;
  margin-left:auto;
  margin-right:auto;
  align-items: center;
  border-radius: 20px;
}
.divider-about {
  height: 2px;
  width: 120px;
  background-color: #FF2A2A;
  margin-bottom: 15px !important;
  align-items: center;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .banner {
    position: relative;
    overflow: hidden;
    /*background: url("../images/london-gatwick-taxi-banner.webp") no-repeat center center; */
    background-color: rgba(255,255,255,0.1);
    background-size: cover;
  }
}
@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    position: relative;
    overflow: hidden;
    /* background: url("../images/london-gatwick-taxi-banner.webp") no-repeat center center; */
    background-color: rgba(255,255,255,0.1);
    background-size: cover;
    /* min-height: 850px !important; */

  }
}
@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .banner {
    position: relative;
    overflow: hidden;
    /* background: url("../images/london-gatwick-taxi-banner.webp") no-repeat center center; */
    background-color: rgba(255,255,255,0.1);
    background-size: cover;
    /* min-height: 850px !important; */

  }
}
@media (max-width: 992px) {
  .banner {
    position: relative !important;
    overflow: hidden !important;
    /* background: url("../images/london-gatwick-taxi-banner.webp") no-repeat center center !important; */
    background-color: rgba(255,255,255,0.1) !important;
    background-size: cover;
    /* min-height: 850px !important; */

  }
}
@media (max-width: 1200px) {
  .banner {
    position: relative !important;
    overflow: hidden !important;
    /* background: url("../images/london-gatwick-taxi-mobile-banner.webp") no-repeat !important; */
    /* min-height: 1200px !important; */
  }
  .banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #ffffff !important;
  }
  img.banner-img{

    position:absolute;
    bottom:auto;
  }
  h2.text-center {
    color: rgb(0, 0, 0);
    padding: 0 30px;
    font-size: 25px;
}
}

.process {
  position: relative;
}
p.color-white{
  color:white;
}

a.service-btn {
    color: red;
    border-bottom: 1px solid red;
}

.service-item.mb-4 {
  -webkit-box-shadow: 0 0 15px #000000;
  box-shadow: 0 0 15px #000000;
  border-radius: 10px;
  padding:20px;
}

h2.text-center {
  color: white;
}

.video-img {
  position: relative;
}

.text-lg {
  font-size: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.service-img {
  padding-right: 20px;
}
.service-img img {
  border-radius: 5px;
}

.heading {
  margin-bottom: 90px;
}

h4.mt-3.mb-3.icon {
    margin-left: 15px;
}

.feature-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .75;
 /* background: #000000 !important; */

}

.footer {
  padding-bottom: 10px;
  background: #000000;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.widget h4 {
  color: #ffffff;
  font-weight: 600;
}
.widget a {
  color: rgba(255, 255, 255);
}
.widget p {
  color: rgba(255, 255, 255);
}

.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}
.map iframe{
  width: 100%;
}
/* airport-page-sec */
.airport-page-sec{
  background-image: url(../images/airport-page-sec-img.jpg);
  padding: 150px 0px 70px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.airport-page-sec::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(23 23 23 / 15%);
}
.airport-page-sec h1{
  font-size: 45px;
    line-height: 80px;
    margin-bottom: 20px;
    color: #ffff;
}
.inner-page-content{
  padding: 80px 0px;
}
.inner-page-content h3{
  margin: 25px 0px;
}
.inner-page-content h4{
  margin-bottom: 25px;
}
.inner-page-content p span{
  font-weight: 700;
}
footer .nav-link{
  padding: 0;
}
.dropdown-item{
  color: black !important;
}

.nav-call{
  display: none;

}

.nav-fun{
  display: flex;
  align-items: center;
}



@media screen and (max-width: 991px) {
  .airport-page-sec{
    padding: 120px 0px 40px;
  }
  .airport-page-sec h1 {
    font-size: 35px;
    line-height: 60px;
    margin-bottom: 30px;
}
.btn-container{
  display: none;
}
.airport-page-sec .bannerForm{
  margin-top: 0 !important;
}
.nav-call{
  display: block !important;
}
.banner .block h1{
  color: #000 !important;
}
.slog-para{
  color: #000 !important;
}
}



@media screen and (max-width: 767px) {
  .navbar-brand img{
    width: 145px;
  }
  
}


@media screen and (max-width: 768px){
  #navbar .nav-link{
    font-size: 13px;
  }
  .dropdown-item{
    font-size: 13px;
  }
  .banner{
    background-image: none !important ;
  }
  .banner .overlay{
    background-color: #e8ede7a3 !important;
  }
  .banner .block h1{
    color: #000 !important;
  }
  .banner .block p{
    color: #000 !important;
  }
  .slog-para{
    font-size: 15px !important;

  }
  .slog-para span{
    font-size: 13px !important;
  }
  .airport-page-sec{
    padding: 100px 0px 20px;
    background-image: none;
  }
  .airport-page-sec::before{
    background-color: #e8ede7a3;
  }
  .airport-page-sec h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000;
}

.airport-page-sec .bannerForm{
  margin-top: 0 !important;
}
.inner-page-content {
  padding: 40px 0px;
}
.inner-page-content h3{
  margin: 15px 0px;
  font-size: 22px;
}
.inner-page-content h4{
  margin-bottom: 15px;
  font-size: 15px;
}
.banner .block{
  padding-top: 0 !important;
}
/* .banner{
  min-height: 600px !important;
} */

.banner .block h1{
  font-size: 22px !important  ;
  margin: 0 !important;
  margin-bottom: 10px !important;
}
.banner .block p{
  color: #000 !important;
}
.section {
  padding: 50px 0;
}
.section-title{
margin-bottom: 50px;
}
.heading {
margin-bottom: 50px;
}
.feature-sec{
margin-bottom: 30px !important;
}
h2.mt-2.mb-4.mb-lg-0.cntct {
  font-size: 20px;
}
h2 {
  font-size: 22px;
}
h2.mb-4.head-size {
  margin-top: 55px;
}
.service-item.mb-4 {
padding: 10px;
}
h4.mt-3.mb-3.icon {
margin-left: 10px;
font-size: 1rem !important;
}
p{
font-size: 14px;
}
.process h4{
font-size: 1rem;
}
.process .col-sm-6{
margin-bottom: 20px;
}
.widget{
margin-bottom: 30px !important;
}
.widget h4{
font-size: 1rem;
}
.widget a{
font-size: 14px;
}
.widget li{
font-size: 14px;
}
.download-sec .row{
justify-content: center;
text-align: center;
}
.inner-page-content li{
  font-size: 13 px;
}
.page-title .block h1{
  font-size: 22px ;
  margin-bottom: 20px !important;
}
.list-unstyled h6{
  font-size: 13px;
}
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
  #navbar .nav-link{
    margin-left: 15px;
    font-size: 13px;
  }
  .navbar-brand img{
    width: 220px;
  }
}


