.list-inline,
.topBar .wrapper {
  align-items: center;
  display: flex;
}
.benefitsWrapper .cusCards,
.last-para p,
.service-car h4,
.stationSecWrapper,
.stationSecWrapper .cusCards {
  text-align: center;
}
.contactSecInner p {
  font-size: 17px;
}
.services-sec {
  background-color: #f5f5f5;
}
.contentSecInner h2 {
  color: #000;
  font-weight: 600;
}
.appsLinks p {
  color: #fff;
  font-size: 20px;
  padding: 15px 0 0;
}
h3.contact-hd {
  font-size: 25px;
  color: #000;
}

.last-para p {
  padding: 0 0 25px;
  font-size: 20px;
  width: 95%;
  margin: 0 auto;
}
.service-box {
  position: relative;
  overflow: hidden;
}
.service-info {
  position: absolute;
  top: 100%;
  height: 100%;
  left: 0;
  right: 0;
  padding: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 1s;
  opacity: 0;
}
.hover-box:hover .service-info {
  top: 0;
  opacity: 1;
  height: 100%;
}
.service-car img {
  width: 100%;
  height: auto;
}
.list-inline {
  font-size: 18px;
  justify-content: center;
  flex-direction: column;
}
.list-inline-item img {
  filter: brightness(10);
}
:root {
  --dark-blue: #121c26;
  --orange: #f67d34;
  --green: #04a44a;
  --black: #000;
  --white: #fff;
  --textColor: #3f3b52;
  --headingColor: #3b393a;
  --facebook: #3b5998;
  --twitter: #55acee;
  --pinterest: #bd081c;
  --insta: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
}



.secPadding {
  padding: 5rem 0;
}


.smBtnsWrapper {
  display: flex;
  gap: 10px;
}
.smBtnsWrapper a {
  display: none;
  align-items: center;
  justify-content: center;
  width: 49.6px;
  height: 37.6px;
  background: #04a44a;
  border-radius: 5px;
}
.smBtnsWrapper a img {
  width: 24px;
  height: 24px;
}
.smBtnsWrapper a img {
  filter: brightness(0) invert(1);
}


.aboutSecWrapper,
.contactSecWrapper {
  background-color: #f5f5f5;
  text-align: center;
}
.airportSecWrapper .cusCards {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 7rem;
  padding-top: 8rem;
  margin: 1.5rem 0;
  text-align: center;
}
.airportSecWrapper .cusCard1 {
  background-image: url(images/airport1.png);
}
.airportSecWrapper .cusCard2 {
  background-image: url(images/airport2.png);
}
.airportSecWrapper .cusCard3 {
  background-image: url(images/airport4.png);
}
.airportSecWrapper .cusCard4 {
  background-image: url(images/airport5.png);
}
.airportSecWrapper .cusCards a {
  display: block;
  color: var(--black);
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.airportSecWrapper .cusCards span {
  display: block;
  color: var(--headingColor);
  line-height: 1;
  font-weight: 400;
}
.secHeading {
  color: var(--headingColor);
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.aboutSecWrapper p {
  font-size: 1.6rem;
  color: var(--textColor);
  margin-bottom: 0;
}
.stationSecWrapper .Wrapper {
  display: flex;
  margin: 0 -0.5rem;
}
.stationSecWrapper .cusCardsWrapper {
  display: block;
  padding: 0 0.5rem;
  text-decoration: none;
}
.stationSecWrapper .cusCards img {
  display: block;
  max-width: 100%;
  height: auto;
}
.stationSecWrapper .cusCards h2 {
  font-size: 1.6rem;
  color: var(--textColor);
  line-height: 1;
  margin-top: 1rem;
}
.contentSecWrapper .secHeading {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.contentSecWrapper .card-body ul li,
.contentSecWrapper .mainPara {
  font-size: 1.6rem;
}
.contentSecWrapper .card {
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.contentSecWrapper .card-header {
  padding: 0;
}
.contentSecWrapper #accordion button {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  color: var(--white);
  box-shadow: none;
  background: var(--green) url(images/minus.png) 1.5rem center/1.2rem no-repeat;
}
.contentSecWrapper #accordion button.collapsed {
  background: var(--green) url(images/plus.png) 1.5rem center/1.2rem no-repeat;
}
.contentSecWrapper .card-body p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.contactSecWrapper iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #dedede !important;
}
.contactSecWrapper .contactDeatils {
  text-align: left;
}
.contactSecWrapper .contactDeatils .secHeading {
  font-size: 2.5rem;
}
.contactSecWrapper .contactDeatils ul li {
  list-style: none;
  margin-bottom: 2rem;
}
.contactSecWrapper .contactDeatils ul li:last-child,
.footerSecWrapper ul li:last-child {
  margin-bottom: 0;
}
.contactSecWrapper .contactDeatils ul li span {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
}
.contactSecWrapper .contactDeatils ul li a,
.contactSecWrapper .contactDeatils ul li p {
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.areaBanner {
  background: url(images/innerSlider1.jpg) center center/cover no-repeat;
  text-align: center;
}
.areaBanner h1 {
  color: var(--white);
  font-size: 3.5rem;
  font-weight: 600;
}
.benefitsWrapper {
  padding: 4rem 0;
}
.benefitsWrapper .cusCards img {
  width: 70px;
  height: 70px;
  margin-bottom: 1.5rem;
}
.benefitsWrapper .cusCards h2 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
}
.areasWrapper h2 {
  background: var(--orange);
  color: var(--white);
  text-align: center;
  margin: 0 -1.5rem;
  padding: 1rem 0;
}
.areasWrapper ul {
  list-style: none;
  padding: 0 0 1.5rem;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.innerContentWrap h2,
.innerContentWrap h3,
.innerContentWrap h4 {
  margin-top: 3rem;
  font-weight: 600;
}
.areasWrapper ul li {
  display: inline-block;
  width: 16.66%;
  font-size: 1.5rem;
  border-bottom: 0.1rem solid #f2f2f2;
  padding: 0.8rem 0 0.8rem 1.5rem;
  background: url(images/right-arrow.png) center left/.8rem no-repeat;
}
.areasWrapper ul li a {
  color: #333;
}
.innerBannerWrap h1 {
  font-size: 3.8rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2rem;
}
.innerContentWrap h2 {
  font-size: 3rem;
}
.innerContentWrap h3 {
  font-size: 2.5rem;
}
.innerContentWrap h4 {
  font-size: 2rem;
}
.innerContentWrap p {
  font-size: 1.7rem;
}
.innerContentWrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.innerContentWrap ul li {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 1.5rem 0;
}
.innerContentWrap .paraStyle {
  border-left: 0.5rem solid var(--orange);
  padding: 1rem 0 1rem 2rem;
}
.footerSecWrapper {
  background-color: var(--dark-blue);
}
.footerSecWrapper p {
  color: var(--white);
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.footerSecWrapper h2 {
  position: relative;
  color: var(--white);
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.footerSecWrapper h2:before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  border: 1px solid var(--white);
  width: 5rem;
}
.footerSecWrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footerSecWrapper ul li {
  margin: 0.5rem 0;
}
.footerSecWrapper ul li a {
  color: var(--white);
  font-size: 1.5rem;
  transition: 0.3s;
}
.footerSecWrapper ul li a:hover {
  color: var(--orange);
  text-decoration: none;
}
.copyrightWrapper {
  background-color: var(--black);
  padding: 1.5rem 0;
}
.copyrightWrapper p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.copyrightWrapper p a {
  color: var(--green);
  text-decoration: none;
}
.copyrightWrapper .copyrightInner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyrightWrapper .socialWrapper {
  display: none;
  align-items: center;
  gap: 1.5rem;
}
.copyrightWrapper .socialWrapper h3 {
  color: var(--white);
  margin-bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .navWrapper .nav-link {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
  .navWrapper .nav-link {
    padding: 1rem !important;
  }
  .smBtnsWrapper a {
    display: flex;
  }
  .stationSecWrapper .Wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .stationSecWrapper .cusCardsWrapper {
    width: 50%;
  }
  .stationSecWrapper .cusCards img {
    width: 100%;
  }
  .stationSecWrapper .cusCards h2 {
    margin-bottom: 1rem;
    font-weight: 800;
  }
  .contactDeatils {
    margin-top: 2.5rem;
  }
  .areasWrapper ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .benefitsWrapper .cusCards h2 span,
  .topBar .wrapper .socialLinks,
  .topBar .wrapper h2 {
    display: none;
  }
  .benefitsWrapper .cusCards h2 .stationSecWrapper .Wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .stationSecWrapper .cusCardsWrapper {
    width: 50%;
  }
  .stationSecWrapper .cusCards img {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .innerBannerWrap h1 {
    margin-bottom: 0.7rem;
    font-size: 1.8rem;
  }
  .hero p span,
  .topBar {
    display: none;
  }
  .last-para,
  .stationSecWrapper {
    background-color: #e9e9e9;
  }
  .innerContentWrap h2 {
    font-size: 1.8rem;
    margin-top: 0;
  }
  .contentSecWrapper .mainPara,
  .innerContentWrap p {
    font-size: 13px;
  }
  .contentSecInner h2 {
    font-size: 18px;
  }
  .contentSecWrapper .secHeading {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .hero h1 {
    font-size: 20px;
  }
  .hero p {
    font-size: 14px;
  }
  .secHeading {
    font-size: 2rem;
  }
  .secPadding {
    padding: 4rem 0;
  }
  .heroSecWrapper.secPadding {
    padding: 1.5rem 0 0;
  }
  .navbar-brand img {
    width: 150px;
  }
  .stationSecWrapper .cusCardsWrapper {
    width: 100%;
    margin: 1rem 0;
    background-color: #fff;
    padding: 0;
  }
  .stationSecWrapper .cusCards h2 {
    margin: 2rem 0;
    font-size: 2rem;
  }
  .benefitsWrapper .cusCards img {
    width: 40px;
    height: 40px;
  }
  .benefitsWrapper .cusCards h2 {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .benefitsWrapper .cusCards span {
    display: block;
    font-size: 0.8rem;
  }
  .areasWrapper ul li {
    width: 50%;
  }
}


.lt-menu > li > a{
    font-size:1.5rem;
}