@font-face {
  font-family: 'FinancierDisplayBold';
  src: url('../fonts/FinancierDisplayBold.eot');
  src: url('../fonts/FinancierDisplayBold.eot') format('embedded-opentype'),
    url('../fonts/FinancierDisplayBold.woff2') format('woff2'),
    url('../fonts/FinancierDisplayBold.woff') format('woff'),
    url('../fonts/FinancierDisplayBold.ttf') format('truetype'),
    url('../fonts/FinancierDisplayBold.svg#FinancierDisplayBold') format('svg');
}

@font-face {
  font-family: 'SuisseIntlSemiBold';
  src: url('../fonts/SuisseIntlSemiBold.eot');
  src: url('../fonts/SuisseIntlSemiBold.eot') format('embedded-opentype'),
    url('../fonts/SuisseIntlSemiBold.woff2') format('woff2'),
    url('../fonts/SuisseIntlSemiBold.woff') format('woff'),
    url('../fonts/SuisseIntlSemiBold.ttf') format('truetype'),
    url('../fonts/SuisseIntlSemiBold.svg#SuisseIntlSemiBold') format('svg');
}

@font-face {
  font-family: 'SuisseIntlRegular';
  src: url('../fonts/SuisseIntlRegular.eot');
  src: url('../fonts/SuisseIntlRegular.eot') format('embedded-opentype'),
    url('../fonts/SuisseIntlRegular.woff2') format('woff2'),
    url('../fonts/SuisseIntlRegular.woff') format('woff'),
    url('../fonts/SuisseIntlRegular.ttf') format('truetype'),
    url('../fonts/SuisseIntlRegular.svg#SuisseIntlRegular') format('svg');
}

@font-face {
  font-family: 'SuisseIntlMedium';
  src: url('../fonts/SuisseIntlMedium.eot');
  src: url('../fonts/SuisseIntlMedium.eot') format('embedded-opentype'),
    url('../fonts/SuisseIntlMedium.woff2') format('woff2'),
    url('../fonts/SuisseIntlMedium.woff') format('woff'),
    url('../fonts/SuisseIntlMedium.ttf') format('truetype'),
    url('../fonts/SuisseIntlMedium.svg#SuisseIntlMedium') format('svg');
}

@font-face {
  font-family: 'SuisseIntlBold';
  src: url('../fonts/SuisseIntlBold.eot');
  src: url('../fonts/SuisseIntlBold.eot') format('embedded-opentype'),
    url('../fonts/SuisseIntlBold.woff2') format('woff2'),
    url('../fonts/SuisseIntlBold.woff') format('woff'),
    url('../fonts/SuisseIntlBold.ttf') format('truetype'),
    url('../fonts/SuisseIntlBold.svg#SuisseIntlBold') format('svg');
}

@font-face {
  font-family: 'FinancierDisplaySemibold';
  src: url('../fonts/FinancierDisplaySemibold.eot');
  src: url('../fonts/FinancierDisplaySemibold.eot') format('embedded-opentype'),
    url('../fonts/FinancierDisplaySemibold.woff2') format('woff2'),
    url('../fonts/FinancierDisplaySemibold.woff') format('woff'),
    url('../fonts/FinancierDisplaySemibold.ttf') format('truetype'),
    url('../fonts/FinancierDisplaySemibold.svg#FinancierDisplaySemibold')
      format('svg');
}

@font-face {
  font-family: 'FinancierDisplayRegular';
  src: url('../fonts/FinancierDisplayRegular.eot');
  src: url('../fonts/FinancierDisplayRegular.eot') format('embedded-opentype'),
    url('../fonts/FinancierDisplayRegular.woff2') format('woff2'),
    url('../fonts/FinancierDisplayRegular.woff') format('woff'),
    url('../fonts/FinancierDisplayRegular.ttf') format('truetype'),
    url('../fonts/FinancierDisplayRegular.svg#FinancierDisplayRegular')
      format('svg');
}

@font-face {
  font-family: 'FinancierDisplayMedium';
  src: url('../fonts/FinancierDisplayMedium.eot');
  src: url('../fonts/FinancierDisplayMedium.eot') format('embedded-opentype'),
    url('../fonts/FinancierDisplayMedium.woff2') format('woff2'),
    url('../fonts/FinancierDisplayMedium.woff') format('woff'),
    url('../fonts/FinancierDisplayMedium.ttf') format('truetype'),
    url('../fonts/FinancierDisplayMedium.svg#FinancierDisplayMedium')
      format('svg');
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(135deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(135deg);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
}

h1 {
  font-size: 70px;
  font-family: 'FinancierDisplaySemibold';
  line-height: 70px;
}

h2 {
  font-size: 54px;
  font-family: 'FinancierDisplaySemibold';
  line-height: 46px;
  margin: 0;
}

h5 {
  font-size: 16px;
  font-family: 'SuisseIntlMedium';
}

p {
  font-family: 'SuisseIntlRegular';
  font-size: 14px;
  margin-bottom: 0.5rem;
}

section {
  padding: 80px 0;
  position: relative;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

.black-bg {
  background-color: #151515;
}

.grey-bg {
  background-color: #d9d4c8;
}

.light-bg {
  background-color: #e9e9e9;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.read-more,
.view-more {
  font-weight: bold;
  font-size: 16px;
}

.read-more:after {
  content: ' ';
  background: url(../img/icons-sprite.png) no-repeat transparent;
  width: 20px;
  height: 14px;
  display: inline-block;
  background-position: 6px -68px;
  margin: 0 0 0 5px;
}

.read-more:hover {
  text-decoration: none;
}

.primary-btn,
.contact-info form input[type='submit'] {
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  background-color: #000;
  border: 2px solid #fff;
  display: inline-block;
  cursor: pointer;
  padding: 8px 20px;
  text-transform: uppercase;
  transition: 0.3s;
  width: auto;
}

.primary-btn:hover {
  border-color: #000;
  background-color: transparent;
  text-decoration: none;
  color: #000;
}

.lines-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.lines-bg .container,
.lines-bg .container .row {
  height: 100%;
}

.lines-bg .container .row .col {
  border-right: 2px solid rgb(145 145 145 / 10%);
  margin-top: 88px;
}

.lines-bg .container .row .col:first-child {
  border-left: 2px solid rgb(145 145 145 / 10%);
}

header .container,
section .container,
footer .container,
section > div {
  z-index: 9999999999999999;
  position: relative;
}

header {
  background-color: #e9e9e9;
  height: 35vh;
  /*height: auto;*/
}

.home header {
  background-image: url('../img/hero-banner.jpg');
  /*background-image: url('../img/royaljet_21557991430-1.jpg');*/
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

header .bg-light {
  background-color: transparent !important;
  padding: 50px 0;
}

header .navbar-nav li.nav-item {
  width: 108px;
}

header .navbar-nav.seconed li.raq {
  width: auto;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav.seconed .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'SuisseIntlMedium';
  color: #1c1c1b;
}

.navbar-light .navbar-nav.seconed .nav-link:hover {
  color: #000;
}

.home .navbar-light .navbar-nav .nav-link,
.home .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav.seconed .nav-item.raq .nav-link,
.navbar-light .navbar-nav.seconed .nav-link.active,
.home .navbar-light .navbar-nav.seconed .nav-link:hover {
  color: #ffffff;
}

.navbar-light .navbar-nav:first-child .nav-link {
  padding-left: 5px;
}

.navbar-light .navbar-nav .dropdown-toggle::after {
  content: none;
}

.navbar-light .navbar-nav .dropdown-menu {
  background-color: transparent;
  padding: 0;
  border: 0 none;
}

.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0 10px;
  color: #888;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'SuisseIntlMedium';
}

.home .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  color: #ffffff;
}

.navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.navbar-light .navbar-toggler {
  border-color: #000;
}

/*.navbar-nav.seconed {
    visibility: hidden;
}*/

.navbar-brand {
  margin: 0 0 0 0;
}

.home header:before {
  content: ' ';
  width: 50%;
  background: #000;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.home header:after {
  content: ' ';
  width: 50%;
  background: #000;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: 35px;
}

header h1 {
  color: #ffffff;
  width: 54%;
  padding-top: 30vh;
  /* padding-top: 15vh; */
}

.icon-arrow {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%, -10%);
  z-index: 99999;
}

.icon-arrow span {
  display: block;
  height: 0px;
  width: 0px;
  border: 8px solid;
  border-color: #d7d3c8 #d7d3c8 transparent transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  animation: animate 2s infinite;
}

.icon-arrow span:hover {
  animation: none;
}

#foundation {
  color: #e8e8e1;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#foundation .swiper-container {
  padding-top: 80px;
  cursor: url('../img/arrow-white.png'), auto;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#foundation .swiper-pagination {
  cursor: pointer;
  z-index: 9999999;
  text-align: left;
  bottom: 94%;
}

#foundation .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
  opacity: 1;
  background: #26241b;
  display: inline-block;
  padding: 3px 10px;
  border: 2px solid #ffffff;
  font-size: 14px;
  width: auto;
  height: auto;
  color: #eaeaea;
  border-radius: 20px;
}

#foundation .swiper-pagination .swiper-pagination-bullet:hover,
#foundation .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eaeaea;
  color: #000;
  border-color: #eaeaea;
}

.foundation-sec h2 {
  margin: 80px 0 30px 0;
}

.foundation-sec p {
  /*font-size: 12px;*/
  font-size: 14px;
  font-family: 'SuisseIntlRegular';
  line-height: 22px;
  padding: 0 22px 0 0;
}

.foundation-sec h5 {
  font-size: 18px;
  font-family: 'FinancierDisplayRegular';
  line-height: 18px;
  margin: 20px 0 40px;
}

.foundation-sec h5 span {
  font-size: 12px;
}

.foundation-sec h6 {
  font-size: 14px;
  font-family: 'SuisseIntlMedium';
  line-height: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.foundation-sec .swiper-slide h2 {
  font-size: 42px;
  line-height: 42px;
  margin-top: 0;
}

.foundation-sec .swiper-slide p {
  /*font-size: 12px;*/
  font-size: 14px;
  line-height: 16px;
  padding: 0;
}

.slide-icon {
  background-image: url(../img/icons-sprite.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  border: 1px solid;
  border-radius: 20px;
  padding: 8px;
  position: absolute;
  left: 38%;
  bottom: 45%;
}

.slide-icon.foundation {
  background-position: 7px -24px;
  border-color: #fff;
}

.slide-icon.moment {
  background-position: 7px -43px;
  border-color: #000;
  bottom: 50%;
}

.moments-sec h2 {
  margin: 0 0 30px 0;
  color: #000;
}

.moments-sec p {
  color: #000;
  /*font-size: 12px;*/
  font-size: 14px;
  font-family: 'SuisseIntlRegular';
  line-height: 18px;
  padding: 0 35px 0 0;
}

.SwiperTabs {
  padding-top: 80px;
  cursor: url('../img/arrow-black.png'), auto;
  position: relative;
  overflow: hidden;
}

.SwiperTabs .swiper-wrapper {
  z-index: 99;
}

.SwiperTabs h2 {
  margin-top: 0;
}

.moments-tabs {
  padding: 0;
  top: 0;
  text-align: left;
}

.moments-tabs span,
.tabs-pages-data .nav-tabs span {
  color: #000;
  font-size: 11px;
  font-family: 'SuisseIntlRegular';
  padding: 5px 10px;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  text-transform: uppercase;

  display: inline-block;
  line-height: 15px;
  width: auto;
  height: auto;
  opacity: 1;
  cursor: pointer;
}

#moments span.swiper-pagination-bullet {
  margin: 15px 18px 0 0;
}

.tabs-pages-data .nav-tabs span {
  margin: 15px 18px 0 0;
}

.moments-tabs span:hover,
.tabs-pages-data .nav-tabs span:hover,
.moments-tabs span.swiper-pagination-bullet-active,
.tabs-pages-data .nav-tabs span.active {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}

footer {
  padding: 60px 0 0;
  background-color: #fff;
}

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

footer ul li,
footer h5 {
  border-bottom: 2px solid #000;
}

footer a,
footer span {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'SuisseIntlRegular';
  text-decoration: none;
  line-height: 36px;
}

footer a:hover {
  color: #1c1c1b;
}

footer h5,
footer h5 a {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'SuisseIntlSemiBold';
  line-height: 36px;
  margin: 0;
}

.bottom-footer {
  position: relative;
  margin-top: 25px;
}

.bottom-footer:before {
  content: ' ';
  width: 50%;
  background: #000;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
}

.bottom-footer:after {
  content: ' ';
  width: 50%;
  background: #000;
  height: 6px;
  position: absolute;
  right: 0;
  top: -5px;
}

.bottom-footer a {
  padding: 25px 0 20px;
  display: block;
  line-height: normal;
}

/* About */

.link-icon p {
  position: relative;
}

.link-icon p a {
  content: ' ';
  background: url(../img/icons-sprite.png) no-repeat transparent;
  width: 20px;
  height: 14px;
  display: inline-block;
  background-position: 6px -68px;
  position: absolute;
  right: 0;
}

.team-section figure img {
  /*height: 280px;*/
  height: auto;
  object-fit: cover;
}

.team-bio {
  max-height: 0;
  transition: max-height 0.55s ease-out;
  overflow: hidden;
}

figure:hover .team-bio {
  max-height: 1500px;
  transition: max-height 0.5s ease-in;
}

.team-section .chairman figure img {
  height: auto;
}

.team-bio h2 {
  font-family: 'SuisseIntlMedium';
  font-size: 14px;
  line-height: 20px;
}

.team-bio figcaption p {
  font-family: 'SuisseIntlMedium';
  font-size: 10px;
}

.team-bio p {
  font-size: 12px;
}

/* Fleet */

.tabs-pages-data .nav-tabs {
  border: 0 none;
}

.tabs-pages-data .nav-tabs span {
  font-size: 14px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: url(../img/icons-sprite.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 8px;
  background-position: 6px -24px;
  right: 30px;
}

.swiper-button-prev {
  transform: rotate(180deg);
  left: 30px;
  right: auto;
}

.lightboxOverlay,
.lightbox {
  z-index: 999999999999;
}

/* News Page  */

.img-fluid.fix-height {
  max-height: 400px;
  object-fit: cover;
}

.s-news h5 {
  text-transform: uppercase;
}

.s-news h3 {
  font-family: FinancierDisplaySemibold;
  font-size: 16px;
}

.s-news p {
  width: 48%;
  margin-bottom: 0;
}

.s-news p:after {
  content: '';
  margin-bottom: 15px;
  width: 100%;
  height: 15px;
  display: block;
}

.news-grid .box {
  font-family: 'SuisseIntlMedium';
}

.news-grid .box .image {
  max-height: 275px;
  overflow: hidden;
}

.news-grid .box .image img {
  object-fit: cover;
  max-height: 275px;
  width: 100%;
}

.news-grid .box h5 {
  font-size: 16px;
  line-height: 22px;
}

.news-grid .box h6,
.news-grid .box p,
.news-grid .box .desc strong,
.news-grid .box .desc a {
  font-size: 12px;
}

/* Contact Page  */

.contact-info.modal-body {
  padding-top: 0;
}

.contact-info h4 {
  font-family: 'SuisseIntlMedium';
}

.contact-info h5 {
  font-family: 'SuisseIntlBold';
}

.contact-info h5 span {
  font-family: 'SuisseIntlRegular';
}

.contact-info p {
  font-size: 12px;
}

.contact-info label {
  display: block;
  font-size: 12px;
  color: #000;
  margin: 20px 0 0;
  font-weight: 500;
}

.contact-info form input,
.contact-info form select {
  border: 0;
  background-color: transparent;
  font-size: 14px;
  width: 100%;
  padding: 5px 0 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.contact-info form input:focus,
.contact-info form select:focus,
.contact-info form input:active,
.contact-info form select:active {
  outline: none;
}

.contact-info form input.datepicker {
  position: relative;
}

.booking_type {
  margin: 10px 0 5px;
  display: block;
}

.booking_type .wpcf7-list-item {
  margin: 0 1rem 0 0;
}

.booking_type .wpcf7-list-item label {
  color: #000;
  border-radius: 20px;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #000;
  padding: 3px 10px;
  text-transform: uppercase;
  transition: 0.3s;
  width: auto;
  font-weight: 600;
  margin: 0;
  cursor: pointer;
}

.booking_type .wpcf7-list-item label input {
  height: 0;
  width: 0;
}

.booking_type .wpcf7-list-item label.checked {
  background-color: #000;
  color: #fff;
}

.booking_type i {
  font-size: 12px;
  color: #000;
}

/* Inner Pages */

.post-content h3 {
  font-size: 16px;
  margin: 1rem 0;
  font-family: 'SuisseIntlMedium';
}

.post-content p {
  font-size: 14px;
  margin: 0 0 1rem 0;
}

.post-content ul {
  padding-left: 15px;
}

.post-content li {
  font-family: 'SuisseIntlRegular';
  font-size: 14px;
}

.gallery-items .box .image {
  position: relative;
}

.gallery-items .box .image .play-icon {
  position: absolute;
  display: block;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  transition: transform 0.3s;
  width: auto;
  cursor: pointer;
}

.gallery-items .box .image:hover .play-icon {
  transform: scale(1.2);
}

.modal {
  z-index: 9999999999999;
}

/* Device Specific Styles  */

/*@media (max-width: 1370px) {
    header .navbar-nav li.nav-item {
        width: 94px;
    }
}*/

@media (max-width: 992px) {
  h1 {
    font-size: 60px;
    line-height: 65px;
  }

  h2 {
    font-size: 45px;
  }

  h5 {
    font-size: 16px;
  }
  .s-news p {
    width: auto;
    margin-bottom: 1rem;
  }

  .s-news p:after {
    content: none;
  }

  .moments-sec p,
  .foundation-sec p {
    padding-right: 0;
  }

  .SwiperTabs {
    padding-top: 140px;
  }
}

@media (min-width: 768px) {
  .container {
    padding: 0;
  }
  /*.fleetSwiper .swiper-wrapper {
        justify-content: center;
    }*/

  .fleetSwiper .swiper-slide {
    /*width: 33.33rem !important;*/
    /*margin: 0 40px;*/
  }
}

@media (max-width: 768px) {
  header h1 {
    width: 100%;
  }
  header .bg-light {
    padding: 20px 0;
  }
  header .navbar-nav li.nav-item {
    width: 100%;
  }
  .navbar-light .navbar-nav:first-child .nav-link {
    padding-left: inherit;
  }
  .slide-icon {
    display: none;
  }
  .foundation-sec .swiper-slide img {
    margin-top: 50px;
  }
  footer ul li a {
    font-size: 14px;
  }
  footer h5,
  footer h5 a {
    font-size: 18px;
  }
  .s-news p.grid-item {
    width: 100%;
  }

  .team-section figure img {
    height: auto;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }

  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  h5 {
    font-size: 14px;
  }
}

.uppercase {
  text-transform: uppercase;
}

:focus {
  box-shadow: none;
  outline: 0;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
  box-shadow: none;
  outline: 0;
}

.open-Newsletter .modal-header {
  padding: 1.5rem 1.5rem;
}

.open-Newsletter .modal-body {
  padding: 1.5rem;
}

#our-services h2 {
  font-size: 37px;
}

@media (min-width: 768px) {
  #our-services .entery-content:first-child {
    padding-right: 45px;
  }

  #our-services .entery-content:last-child {
    padding-left: 45px;
  }
}


/*New CSS Below Here*/
.empty-legs-select{
  background: none;
  border: 0;
  border-bottom: 2px solid black;
  width: 100%;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.empty-legs-section{
    background-color: #fff;
    border-radius: 5px;
}
.empty-legs-img{
    border-radius: 6px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.faq-head{
    padding-bottom: 40px;
    border-bottom: 2px solid #000;
}
.pt-80{
    padding-top: 10rem;
}
.custom-arr{
    background-color: transparent;
    border: 0;
    cursor: pointer;
    border-bottom: 2px solid #000;
    border-radius: 0!important;
}
.custom-acc-header {
  margin-left: 0 !important; }

.custom-acc-header, .custom-acc-header:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
  color: black; }

.custom-acc-header:not(.collapsed)::after {
  background-image: url(../img/minus.png);
 }
  .custom-acc-header::after {
  background-image: url(../img/plus.png);
 }
.custom-acc-header::after{
    display: inline-block!important;
}