/* mycss */
body {
  overflow-x: hidden !important;
  padding-right: 0 !important;
}
.dropdown-menu {
  background: #ffc326 !important;
  border: 2px solid black;
  padding-top: 0;
}
.dropdown-menu .dropdown-menu-c {
  width: 50%;
}
.dropdown-menu .dropdown-item {
  font-weight: 600;
  line-height: 27px;
  word-break: break-all;
}

.dropdown-menu .dropdown-item:hover {
  background: black;
  color: white;
}

.dropdown-menu.show {
  display: flex !important;
}
.drodown-2.show {
  display: block !important;
}
.nav-link {
  color: white !important;
}

.sec-inner-page-content .content {
  padding: 50px 0px;
}
.sec-inner-page-content .content .subHeadings {
  line-height: 50px;
}
.sec-inner-page-content .content ul {
  padding-left: 0;
}
.sec-inner-page-content .content ul li {
  list-style: none;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  color: #787878;
}
.sec-inner-page-content .content ul li::before {
  content: "";
  background-image: url(./images/arrow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 15px;
  width: 15px;
  display: block;
  margin-right: 10px;
}
#phone-icon {
  display: none;
}
@media (max-width: 480px) {
  .sec-inner-page-content .content .subHeadings {
    line-height: 37px;
    font-size: 25px;
    padding-bottom: 8px;
  }
}
.inner-page-banner {
  background-image: url(./images/inner-page-banner-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 991px) {
  .navbar {
    position: relative !important;
  }
  .dropdown-menu.show {
    display: block !important;
  }
  .dropdown-menu .dropdown-menu-c {
    width: 100% !important;
  }
  .bgOpacity {
    padding: 0 !important;
  }
  #phone-icon {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 3px 15px 5px 15px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .btns-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* .formBg .container:last-child{
		display: none !important;
	} */
  .topbar {
    position: absolute !important;
  }
  .header,
  .inner-page-banner {
    padding: 30px 0;
  }
}
/* mycss */
html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  background: #ffc326;
  opacity: 0.8;
}

::-webkit-scrollbar-thumb {
  background: black;
  border: 1px solid #ffc326;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}

#navbar {
  background-color: #000 !important;
  font-size: 18px;
  font-weight: bold;
  height: auto;
}
.topbar {
  position: fixed;
  z-index: 999999;
  top: 0;
  background: #ffc326;
  width: 100%;
  padding: 4px 0px;
}
.top-main {
  display: flex;
  justify-content: space-between;
}

.top-main a:nth-child(2) {
  font-size: 16px;
}
.top-main a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}
.fixed-top {
  position: fixed;
  top: 32px;
  right: 0;
  left: 0;
  z-index: 1030;
}
.nav-link {
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  /* .logo{
		position: absolute;
		left: 43.5%;
		right: 44.8%;
		text-align: center;
		z-index: 3000;
	} */

  #navbar {
    height: 55px !important;
  }

  .marginsLi {
    margin-left: 25px;
    margin-right: 25px;
  }

  .marginLeft {
    margin-left: 25px;
  }

  .marginRight {
    margin-right: 25px;
    /*margin-left: 50px;*/
  }

  .blankSpaceLi {
    width: 120px !important;
    margin-left: 0px;
    margin-right: 100px;
  }
}

.navbar-nav {
  z-index: 2000;
}

.nav-item {
  color: #ffffff !important;
  transition: color 0.3s ease;
}

.nav-item:hover {
  color: #ffc326 !important;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #ffc326 !important;
}

.header {
  /*background: url('images/carouselBg.webp');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: background 0.3s ease;
}

.bgOpacity {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 110px;
  padding-bottom: 30px;
}

.mainHeadings {
  color: #ffc326 !important;
  font-weight: bold !important;
  font-size: 47px !important;
}
.slog-para {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.slog-para span {
  display: block;
  font-size: 20px;
}
.sr-only {
  display: none;
}

.form-control,
.form-control:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.customInputs {
  color: #ffc326 !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #b4b4b4 !important;
  font-size: 18px !important;
  padding: 20px 25px !important;
  background-color: transparent !important;
}

.customInputs:focus,
.customInputs:focus::placeholder {
  color: #ffc326 !important;
  border-radius: 0 !important;
  border-color: #ffc326 !important;
  /*transition: border .3s ease;*/
  transition:
    color 0.2s ease-in-out,
    border-radius 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}

#submit {
  box-shadow: none !important;
  background: #232323 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  border-color: #ffc326 !important;
  color: #ffc326 !important;
  transition: all 0.3s ease-in-out !important;
  width: 100%;
  border-width: 2px !important;
  border-radius: 8px !important;
}

#submit:hover {
  background: #ffc326 !important;
  border-color: #232323 !important;
  color: #232323 !important;
  border-radius: 0 !important;
}

/*Booking Code Start*/
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #6693bc !important;
  font-weight: 700 !important;
  color: #fff !important;
  padding: 10px;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*Booking Code End*/

.storesBtn {
  margin-top: 2.5rem;
}

.numberSection {
  background-color: #ffffff;
}

.sameBgDiv {
  background-color: #ffc326;
  font-size: 22px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #181818;
  font-weight: 400;
  z-index: 222 !important;
}

.sameBgDivIcons {
  vertical-align: middle;
  padding: 10px;
  background: rgba(35, 35, 35, 0.1);
  color: #ffffff;
  border-radius: 100%;
}

@media screen and (min-width: 1200px) {
  .leftSkewDiv:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffc326;
    width: 100px;
    height: 100%;
    z-index: -1;
    transform: skewX(-30deg);
    right: -32px;
  }

  .rightSkewDiv:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffc326;
    width: 100px;
    height: 100%;
    z-index: -1;
    transform: skewX(-30deg);
    left: -32px;
  }
}

.numberDiv {
  font-size: 38px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #232323;
  text-align: center;
}

.phoneNumber {
  color: #ffc326 !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.phoneNumber:hover {
  color: #ffffff !important;
}

@media screen and (max-width: 989px) {
  .sameBgDiv {
    font-size: 18px !important;
  }

  .numberDiv {
    font-size: 30px !important;
  }
}
.aboutSection {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 70px;
}

.subHeadings {
  color: #232323;
}

.h1MainHeading {
  line-height: 30px;
  text-align: left;
  font-size: 24px;
}

.h1SubHeadings {
  font-size: 15px !important;
  font-weight: 200 !important;
}

.divider {
  background-color: transparent;
  background-image: linear-gradient(
    -45deg,
    transparent 10%,
    #ffc326 10%,
    #ffc326 50%,
    transparent 50%,
    transparent 60%,
    #ffc326 60%,
    #ffc326
  );
  background-size: 7px 7px;
  height: 3px;
  width: 50px;
  border: none !important;
}

.aboutPara {
  font-size: 16px;
  /*color: #787878;*/
  color: #000;
  margin-top: 4px;
  margin-bottom: 20px;
}

.aboutList {
  font-size: 16px;
  color: #232323;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.aboutList a {
  color: #232323;
  text-decoration: none;
}

#listBottomBorder,
#listBottomBorder1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.aboutListIcons {
  color: #ffc326;
  margin-right: 6px;
}

#readLess {
  display: none;
}

.readMoreLessBtns {
  box-shadow: none !important;
  background: #232323 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  border-color: #ffc326 !important;
  color: #ffc326 !important;
  transition: all 0.3s ease-in-out !important;
  border-width: 2px !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}

.readMoreLessBtns:hover {
  background-color: #ffc326 !important;
  border-color: #232323 !important;
  color: #232323 !important;
}

#readMoreContent {
  margin-top: 10px;
  display: none;
}

.readMoreAboutParas {
  font-size: 16px;
  color: #000;
}

.call-btn {
  padding: 10px;
  background-color: #232323;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
  margin: 20px 0 40px;
  display: block;
  color: #ffc326;
  font-size: 30px;
  text-decoration: none !important;
  transition: all 0.5s;
  font-weight: 500;
}
.call-btn:hover {
  background-color: #ffc326;
  color: #232323;
}

@media screen and (max-width: 768px) {
  .call-btn {
    display: none;
  }
  ::-webkit-scrollbar {
    display: none !important;
  }
  .readMoreAboutHeadings {
    font-size: 22px;
  }
  .formBg {
    padding-top: 10px;
    background-color: #000000bd;
  }
  .mainHeadings {
    font-size: 35px;
    margin-bottom: 0;
  }
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.airportSection {
  background: url("images/airportSectionBg-min-min.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.airportSectionOpacity {
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 80px;
  padding-bottom: 80px;
}

.airportImagesAnimation {
  animation-name: airportImagesAnim;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}
@keyframes airportImagesAnim {
  50% {
    opacity: 0.2;
  }
  100% {
    transform: rotate(360deg);
  }
}

.serviceSection {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.serviceImages {
  transition: all 0.3s ease-in-out;
}

.serviceTitles {
  color: #232323;
  font-size: 20px;
}

.serviceParas {
  /*color: #b4b4b4;*/
  color: #616161;
  font-size: 16px;
}

.stationServiceSection {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.stationImagesAnim {
  animation-name: stationImagesAnim;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}
@keyframes stationImagesAnim {
  25% {
    /*opacity: 0*/
    transform: scale(1.3, 1.3);
  }

  50% {
    /*transform: scale(1.1, 1.1);*/
    opacity: 0;
  }

  100% {
    transform: none;
  }
}

.fleetSection {
  background: url("images/fleetSectionBg-min-min.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.fleetSectionOpacity {
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 80px;
  padding-bottom: 80px;
}

.fleetCards {
  padding-bottom: 10px;
  background-color: rgba(35, 35, 35, 0.7);
  border: none !important;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.fleetCardsTitle {
  color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.fleetCards .fleetCardsBody {
  flex-direction: column;
}
.fleetList {
  color: #ffc326;
  transition: all 0.3s ease-in-out;
}

.fleetIcons {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.clientSection {
  background: url("images/clientSectionBg-min-min.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.clientSectionOpacity {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background: rgba(0, 0, 0, 0.8);
}

.clientHeading {
  color: #ffc326;
}

.carousel-fade {
  /*height: 400px;*/
  /*align-items: center;*/
}

.carousel-control-prev,
.carousel-control-next {
  width: auto !important;
}

.clientImages {
  border: none !important;
  border-radius: 100% !important;
  background: #ffc326 !important;
  margin-bottom: 30px;
  width: 150px;
  height: 150px;
}

.clientParas {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: 35px;
  margin-right: 35px;
  font-style: italic;
}

.clientNames {
  font-size: 15px;
  color: #ffc326;
}

.contactSection {
  background-color: #ffffff;
  padding-top: 80px;
  /*padding-bottom: 80px;*/
}
.map iframe {
  height: 344px;
}
.mapImg {
  width: 100%;
  height: 100% !important;
}

.contactFormDiv {
  background: url("images/contactBg-min-min.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.contactBgOpacity {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contactList {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0.25rem;
}

.contactIcons {
  margin-right: 8px;
  color: #ffc326 !important;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  background-color: black;
}
.contactIcons::before {
  color: #ffc326;
}

.spanWords {
  color: #ffffff;
  font-weight: bold;
  font-size: 17px;
}

.contactFormLabels {
  font-size: 17px;
  font-weight: bold;
  color: #ffc326;
}

.contactSubmit {
  box-shadow: none !important;
  background: transparent !important;
  font-size: 17px !important;
  font-weight: bold !important;
  border-color: #ffc326 !important;
  color: #ffc326 !important;
  transition: all 0.3s ease-in-out !important;
  width: 100%;
  border-width: 2px !important;
  border-radius: 8px !important;
}

.contactSubmit:hover {
  background: #ffc326 !important;
  border-color: #232323 !important;
  color: #232323 !important;
}
.fac-download-sec {
  background: #000;
  padding: 40px 0;
}
.fac-download {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faci-txt {
  width: 50%;
}
.faci-txt p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}
.download-main {
  width: 50%;
  text-align: end;
}
.download-main-2 {
  width: 100%;
  text-align: center;
}
.download-main h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
.footer {
  background: #232323;
  /*color: #787878;*/
  color: #d8d8d8;
  font-size: 16px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.footerHeadings {
  font-size: 17px;
  color: #ffffff;
  font-weight: normal;
}

.footerDivider {
  background-color: transparent;
  background-image: linear-gradient(
    -45deg,
    transparent 10%,
    #ffc326 10%,
    #ffc326 50%,
    transparent 50%,
    transparent 60%,
    #ffc326 60%,
    #ffc326
  );
  background-size: 7px 7px;
  height: 3px;
  width: 30px;
  border: none !important;
  margin-left: 0;
}
.list-unstyled li a {
  text-decoration: none;
}
.socialIcons {
  color: #ffffff !important;
  margin-right: 7px;
  font-size: 15px !important;
  transition: all 0.2s ease-in-out;
}

.socialIcons:hover {
  color: #ffc326 !important;
}

.footerList {
  /*color: #787878 !important;*/
  color: #d8d8d8 !important;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}

.footerList:hover {
  color: #ffffff !important;
}

.fa-chevron-right {
  color: #ffc326 !important;
  font-size: 9px;
  margin-right: 9px;
  padding-bottom: 3px !important;
  vertical-align: middle;
}

.copyrightSection {
  background: #181818;
  /*color: #787878;*/
  color: #888888;
  padding-top: 27px;
  padding-bottom: 27px;
  font-size: 16px;
}

#scrollUp {
  width: 60px;
  height: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  color: #232323;
  background: #ffc326;
  text-align: center;
  font-size: 12px;
  line-height: 37px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

#scrollUp:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}

/*404 Page Styling*/
#body404 {
  background: url(images/404Bg-min.webp);
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: center;*/
}

.bgOpacity404 {
  background-color: rgba(0, 0, 0, 0.8);
}

.section404 {
  line-height: 1 !important;
}

.heading404 {
  color: #ffffff;
  font-size: 80px;
  font-weight: bold;
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

.notFound {
  color: #ffc326 !important;
  font-size: 45px;
  font-weight: 600;
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

.backTo {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0 !important;
}

h1.h1MainHeading {
  font-size: 2rem;
}
#zindex {
  z-index: 1000 !important;
}

#headingtwostyle {
  padding-top: 10px !important;
  background-color: #232323 !important;
}
#vertical_style {
  vertical-align: middle !important;
}
.font_size {
  font-size: 0px !important;
}
.orig_color {
  color: #ffc326 !important;
}

@media screen and (max-width: 767px) {
  .fac-download {
    flex-direction: column-reverse;
  }
  .faci-txt {
    width: 100%;
    text-align: center;
  }
  .download-main {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    background: #000 !important;
    background-image: none !important;
  }
  .header,
  .inner-page-banner {
    padding: 30px 0;
    background-image: none !important;
    background-color: #000 !important;
  }
  .mainHeadings {
    font-size: 25px !important;
  }
  .slog-para {
    font-size: 16px;
  }
  .slog-para span {
    font-size: 14px;
    display: none;
  }
  .aboutSection {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .inner-page-banner .divider,
  .header .divider {
    display: none;
  }
  .airportSection,
  .fleetSection {
    background-image: none;
    background: #000 !important;
  }
  .stationServiceSection {
    padding: 40px 0;
  }
  .serviceSection {
    padding: 40px 0;
  }
  .contactSection {
    padding-top: 40px;
  }
  h1.h1MainHeading {
    font-size: 22px !important ;
  }
  .aboutSection .subHeadings {
    font-size: 20px;
  }
  .fleetCards {
    margin-bottom: 10px;
  }
  .fleetCards img {
    width: 200px;
  }
  .contactFormDiv {
    background-image: none !important;
    background: #000;
  }
}

.modal-header button {
	background-color: #FFC326 !important;
}

.head-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
/* 
body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    color: #fff !important;
} */

.field-hd {
    margin-bottom: 5px;
    text-align: start;
}

/* .btn:not(:disabled):not(.disabled){
    cursor: pointer;
    color: #fff !important;
} */