.site-header .logo {
  padding: 5px;
}
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.admin-bar .main-header {
  top: 32px;
}
/*************************************************************
Menu Defaults
*************************************************************/
.dropdown-toggle::after {
  vertical-align: 0.2em;
  margin-left: 5px;
}
.header-navbar .navbar {
  padding: 0 15px;
}
.header-navbar a,
.header-navbar a.nav-link {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: initial;
}
.header-navbar a.navbar-brand img {
  max-width: 140px;
}
.header-navbar .dropdown-menu {
  margin: 0;
  padding: 0;
  border: 1px solid #000;
}
.header-navbar .dropdown-menu .menu-item {
  margin: 0;
}
.header-navbar .navbar-toggler {
  padding: 4px;
  margin: 0;
  transform: translateY(5px);
  font-size: 20px;
  border: none;
  border-radius: 0;
}
.header-navbar .navbar-toggler:focus,
.header-navbar .navbar-toggler:active,
.header-navbar .navbar-toggler:hover {
  outline: none;
  border: none;
}
.header-navbar .navbar-collapse.collapse {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.menu-icon {
  display: inline-block;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #263c8e;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-9px, -7px);
}
.navbar-collapse {
  justify-content: left;
}
.nav-item .dropdown-toggle::after {
  transform: rotate(-90deg);
}
.nav-item.show .dropdown-toggle::after {
  transform: rotate(0deg);
}
.header-navbar ul {
  list-style: none;
  padding: 0;
}
.header-navbar nav {
  padding-top: 0;
  padding-bottom: 0;
}
.header-navbar i {
  color: #263c8e;
}
.header-navbar .nav-contact i,
.header-navbar a.menu-title > i {
  float: right;
}
.header-navbar nav .dropdown-item {
  padding: 0;
}
.header-navbar .menu-title {
  border-bottom: solid 2px #888;
  padding: 0.25rem 0;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 18px;
  line-height: 22px;
}
.header-navbar .phone-number-link i {
  color: #d10e1c;
}
.header-navbar a.invoice-btn {
  color: #263c8e;
  border: 2px solid #263c8e;
  transition: 300ms ease;
  white-space: nowrap;
  padding: 0.5rem;
  display: inline-block;
}
.main-header .header-navbar a.booknow-btn {
  background-color: transparent;
  border: 5px solid #d10e1c;
  display: inline-block;
  color: #d10e1c;
  font-weight: 800;
  text-transform: unset;
  font-size: 22px;
  padding: 0.75rem 2rem;
  white-space: nowrap;
}
.main-header .header-navbar a.booknow-btn:hover {
  background-color: #d10e1c;
  color: white;
}
.header-navbar .navbar-nav.ml-auto.mr-5.mt-lg-0 {
  align-items: center;
}
.header-navbar a.invoice-btn {
  text-transform: uppercase;
}
.header-navbar a.invoice-btn input {
  background-color: white;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 0;
  color: #263c8e;
}
.header-navbar a.invoice-btn:hover input,
.header-navbar a.invoice-btn:active input,
.header-navbar a.invoice-btn:focus input {
  color: white;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 0;
  background-color: #263c8e;
}
.header-navbar .navbar-nav .nav-phone a.nav-link,
.header-navbar .navbar-nav .nav-social a.nav-link {
  padding: 0 0.25rem;
}
.header-navbar .nav-social {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.header-navbar .dropdown-menu-large {
  display: none;
  width: 100%;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  border-radius: 0;
  border: none;
}
.header-navbar .dropdown-menu-large.show {
  display: inline-flex;
}
.header-navbar .show .dropdown-menu-large ul.menu li a {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.nav-contact {
  display: flex;
}
.nav-contact i {
  color: #263c8e;
  float: right;
  font-size: 24px;
  line-height: 40px;
}
.air-header {
  background-color: black;
  padding: 10px;
}
.air-header .btn-red {
  font-size: 17px;
}
.air-header .col-sm-5 img {
  width: 150px;
}

.phone-link {
  display: none;
}

@media (min-width: 1250px) and (max-width: 1400px) {
  .header-navbar a,
  .header-navbar a.nav-link {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  .navbar-expand-lg.header-navbar a.invoice-btn {
    font-size: 12px;
    padding: 0.25rem 0.2rem;
  }
  .buttons a.booknow-btn,
  .header-navbar .nav-social {
    display: none !important;
  }
  .header-navbar .navbar-collapse.collapse {
    -ms-flex-pack: left !important;
    justify-content: left !important;
  }
}
@media (max-width: 1018px) {
  .navbar-expand-lg.header-navbar a.invoice-btn {
    display: none;
  }
}
@media (min-width: 992px) {
  #company-1 {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .header-navbar a.navbar-brand {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .header-navbar ul.navbar-nav {
    border-top: solid 2px #eee;
    padding-top: 10px;
    margin-top: 10px;
    width: 100%;
  }
  .nav-link {
    padding: 0;
  }
  .header-navbar .dropdown-menu-large.show {
    padding: 0;
  }
  .header-navbar .dropdown-menu-large {
    display: none;
    position: relative;
  }
  .header-navbar .dropdown-menu-large.show {
    display: block;
    position: relative;
    top: auto;
  }
  .header-navbar .menu-title {
    border-bottom: solid 1px #888;
    padding-bottom: 5px;
    padding: 0 0.2rem;
  }
  .header-navbar .col-md-4 {
    padding: 0;
  }
  .navbar-nav a.nav-link {
    line-height: 25px;
    padding: 0.5rem;
  }
  .header-navbar .invoice-button-item input {
    background-color: white;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0;
    color: #000;
  }
  .navbar-nav a.phone-link {
    color: #fff;
    display: block;
    margin: 8px 0px -3px 9px;
    max-width: fit-content;
  }
}
@media (min-width: 1700px) {
  #menu-primary > li {
    margin: 0 25px;
  }
  #menu-primary li a {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .air-header .col-sm-5,
  .air-header .col-sm-7 {
    text-align: center !important;
  }
}
/*************************************************************
Banner Styles
*************************************************************/
.banner-cta h2,
.banner-cta h3,
.banner-cta h4,
.banner-cta h5,
.banner-cta h6,
.banner-cta p,
.banner-cta span {
  color: #fff;
}
.banner-cta h3 {
  font-size: 15px;
  margin-bottom: 0;
}
.banner-cta h4 {
  font-size: 12px;
}
.banner-cta p {
  font-size: 12px;
}
.banner-cta a {
  color: #000;
  transition: 300ms ease;
}
.banner-cta a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .banner-cta h3 {
    font-size: 10px;
  }
  .banner-cta h4 {
    font-size: 10px;
  }
  .banner-cta p {
    font-size: 10px;
  }
}
/*************************************************************
Page top
*************************************************************/
.page-top-container.video-container {
  position: relative;
}
.page-id-325 .entry-content,
.page-id-323 .entry-content {
  padding-top: 0;
  background: none;
}
.entry-content {
  padding-top: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.01));
  background-size: 100% 80vh;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .entry-content {
    padding-top: 50px;
  }
}
.page-top-container.video-container.black-bg-first {
  margin-bottom: 0px !important;
}
.video-container .video-section,
.video-container .image-section {
  width: 100%;
  height: calc(100vh - 89px);
  overflow: hidden;
  position: relative;
}
.video-container.small .video-section,
.video-container.small .image-section {
  height: unset;
}
.video-container .video-section:after,
.video-container .image-section:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(38, 60, 142, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(38, 60, 142, 0.5)),
    color-stop(100%, rgba(255, 255, 255, 0.1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(38, 60, 142, 0.5) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(38, 60, 142, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(38, 60, 142, 0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(38, 60, 142, 0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#263C8E', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.page-top-container.video-container .video-section .video-div,
.video-container .image-section .image-div {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.page-top-container.video-container video,
.video-container .image-section .image-div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  min-height: 750px;
}
.page-top-container.video-container.small video,
.page-top-container.small .image-section .image-div img {
  max-height: 750px;
}
.page-top-container .page-title {
  margin: 0 auto !important;
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%) !important;
}
.page-top-container.small .page-title {
  top: 50%;
}
.page-top-container .page-title h1 {
  text-transform: uppercase;
  font-size: 85px;
  font-weight: 800 !important;
  color: #ffffff;
  text-shadow: 3px 3px 6px #00000096;
}
.page-top-container .page-title h1 strong {
  display: block;
  font-weight: 800;
  font-size: 0.58em;
  background: #263c8e;
  width: fit-content;
  margin: 0 auto;
  padding: 1.25rem 6rem;
  letter-spacing: 2.5px;
}
.page-top-container .page-top-icons {
  position: absolute;
  color: #fff;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
}
.page-top-container .page-top-icons p {
  font-size: 30px;
  line-height: 35px;
  text-shadow: 3px 3px 6px #00000086;
}
.page-top-container .page-top-icons .icon {
  height: auto;
  font-size: 28px;
  margin-bottom: 0.75rem;
}
.page-top-container .page-top-icons .icon .fa-star {
  line-height: 48px;
}
.page-top-container div.down-arrow {
  width: 100%;
  background: #111;
  /*    position: relative;*/
  z-index: 100;
  cursor: pointer;
}
.page-top-container div.down-arrow::before {
  content: '╲╱';
  color: #fff;
  position: absolute;
  opacity: 1;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  font-size: 17px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  bottom: 40px;
  left: 50%;
  margin-left: -30px;
  /* animation: bounce 2s ease infinite; */
}
.header-navbar div.dropdown-menu {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.header-navbar div.dropdown-menu.show {
  max-height: 300px;
}
.page-id-682 .header-navbar a.booknow-btn,
body.air a.booknow-btn {
  color: white;
  float: right;
}
.page-id-682 .header-navbar a.booknow-btn:hover {
  color: #d10e1c;
}
@media (min-width: 1950px) {
}
@media (max-width: 1375px) {
  .icon i.fas.fa-star {
    font-size: 20px !important;
  }
}
@media (max-width: 1200px) {
  .page-top-container.video-container .video-section,
  .video-container .image-section {
    height: auto;
  }
  .page-top-container.video-container video,
  .video-container .image-section .image-div img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: 0;
  }
  .page-top-container .page-top-icons {
    width: 60%;
    bottom: 2rem;
  }
  .page-top-container .page-top-icon-col {
    width: 33%;
  }
  .page-top-container .page-title h1 {
    font-size: 84px;
  }
  .page-top-container .page-top-icons .icon i {
    font-size: 48px;
  }
  .page-top-container .page-top-icons p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .page-top-container.video-container .video-section {
    height: auto;
  }
  .page-top-container.video-container video {
    width: 100%;
    height: auto;
    display: block;
    margin-left: 0;
  }
  .page-top-container .page-top-icons {
    width: 60%;
  }
  .page-top-container .page-top-icon-col {
    width: 33%;
  }
  .page-top-container .page-title h1 {
    font-size: 72px;
  }
  .page-top-container .page-top-icons .icon i {
    font-size: 48px;
  }
  .page-top-container .page-top-icons p {
    font-size: 22px;
  }
  .page-top-container.video-container .video-section {
    height: auto;
  }
  .page-top-container.video-container video {
    width: 150%;
    height: auto;
    display: block;
    margin-left: -30%;
  }
  .page-top-container div.down-arrow::before {
    bottom: unset;
    color: #263c8e;
  }
}
@media (max-width: 768px) {
  .page-top-container .page-title h1 strong {
    font-size: 0.75em;
    padding: 1.25rem;
  }
  .page-top-container .page-top-icons .row {
    flex-direction: column;
  }
  .page-top-container .page-top-icons .col-md-4 {
    padding: 0;
    margin-bottom: 1rem;
  }
  .page-top-container .page-top-icons {
    width: 85%;
  }
  .page-top-container .page-top-icon-col {
    width: auto;
  }
  .page-top-container .page-title h1 {
    font-size: 32px;
  }
  .page-top-container .page-top-icons .icon i {
    font-size: 45px;
  }
  .page-top-container .page-top-icons p {
    font-size: 16px;
    line-height: 1.2;
  }
  .page-top-container.video-container .video-section {
    height: auto;
  }
  .page-top-container.video-container video {
    width: 130%;
    height: auto;
    display: block;
    margin-left: -15%;
  }
  .icon i.fas.fa-star {
    font-size: 15px !important;
  }
}
@media (max-width: 450px) {

   .page-id-2481 .page-top-container .page-top-icons .col-md-4 {
   margin-bottom: 0rem;
  }
  .page-id-2481 .page-top-container .page-top-icons .icon {
    margin-bottom: 0rem;
  }
}
@media (max-width: 349px) {
  .page-top-container .page-title h1 {
    font-size: 30px;
  }

}

/* Menu Updates */
.menu-main-container {
  width: 100%;
}
.navbar {
  position: relative;
}
#menu-main {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}
#menu-main > li {
  margin: 0 2rem;
  display: flex;
  align-items: center;
}
#menu-main > li > a .icon {
  font-size: 0.8em;
  margin-left: 3px;
  transform: translateY(-2px);
  transition: transform 0.3s ease-in-out;
}
#menu-main > li.active > a .icon {
  transform: rotate(90deg) translateX(-2px);
}
#menu-main a {
  font-size: 18px;
  display: inline-block;
}
#menu-main > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f8f9fa;
  max-height: 0px;
  padding: 0 1rem;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

#menu-main > li.active .sub-menu {
  padding: 1rem;
  max-height: 500px;
}
#menu-main > li .sub-menu li {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
#menu-main > li .sub-menu li a {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
#menu-main > li .sub-menu li a .icon {
  color: #263c8e;
}
#menu-main > li .sub-menu li:first-child a {
  border-bottom: solid 2px #888;
  margin-bottom: 0.5rem;
  color: #adb5bd;
  font-weight: 800;
}
#menu-main > li .sub-menu li:first-child a:hover {
  color: #263c8e;
}
@media (max-width: 1500px) {
  #menu-main > li {
    margin: 0 0.5rem;
  }
}
@media (max-width: 1250px) {
  #menu-main {
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .menu-main-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    background: white;
    transition: max-height 0.3s ease-in-out;
  }
  .menu-main-container.active {
    max-height: 500px;
  }
  #menu-main {
    flex-direction: column;
  }
  #menu-main > li {
    display: block;
    margin: 0;
  }
  #menu-main > li .sub-menu {
    position: relative;
    top: unset;
    left: unset;
  }
  #menu-main a {
    padding: 0.75rem 1rem;
    width: 100%;
  }
}
