/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
* Set up a decent box model on the root element
*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  font-weight: 300;
  color: #070D0B;
}

body {
  font-size: 16px;
  font-weight: 300;
  font-family: "Lora", serif;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/**
* Basic styles for links
*/
p {
  color: #070D0B;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
/**
 * Basic typography style for copy text
 */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

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

.xtreme-button {
  position: relative;
  display: inline-block;
  color: #ECF5FD;
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 10px 35px;
  background-color: #78BAf9;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  color: #070D0B;
}
.xtreme-button:hover {
  background-color: #153B50;
  color: #ECF5FD;
}
.xtreme-button.xtreme-bordered {
  border: 2px solid #78BAf9;
  background-color: transparent;
  color: #78BAf9;
}
.xtreme-button.xtreme-bordered:hover {
  background-color: #78BAf9;
  color: #ECF5FD;
}
.xtreme-button.xtreme-bordered.light-button {
  border-color: #ECF5FD;
  color: #ECF5FD;
}
.xtreme-button.xtreme-bordered.light-button:hover {
  background-color: #ECF5FD;
  color: #153B50;
}
.xtreme-button.small {
  transform: scale(0.75);
  transform-origin: center;
}

.main-menu {
  height: 100%;
}
.main-menu li {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.main-menu li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 35px;
  font-weight: 400;
  letter-spacing: 0.25px;
  position: relative;
}
.main-menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ECF5FD;
  transition: all 0.25s ease-in-out;
}
.main-menu li a:hover::before {
  width: 100%;
}
.main-menu li.extra-nav {
  position: relative;
}
.main-menu li.extra-nav .nav-extra {
  position: absolute;
  width: 235px;
  top: 70px;
  left: 0;
  height: auto;
  background-color: #3a3a3a;
  padding-bottom: 16px;
  display: none;
}
.main-menu li.extra-nav .nav-extra li {
  display: block;
  padding: 0px 16px;
  padding-top: 14px;
}
.main-menu li.extra-nav .nav-extra li a {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}
.main-menu li:hover.extra-nav .nav-extra {
  display: block;
}
.main-menu .has-dropdown a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.main-menu .has-dropdown .is-dropdown {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 0;
  width: 100%;
  display: none;
  background-color: #3a3a3a;
  padding: 40px 0;
}
.main-menu .has-dropdown .is-dropdown .nav-pills .nav-link {
  border-radius: 0;
  background-color: transparent;
  padding: 6px 15px;
  margin-bottom: 8px;
  text-align: left;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.25px;
  width: 200px;
}
.main-menu .has-dropdown .is-dropdown .nav-pills .nav-link.active {
  color: #78BAf9;
  border-right: 2px solid #78BAf9;
}
.main-menu .has-dropdown:hover .is-dropdown {
  display: flex;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 8px 0;
  transition: all 0.5s ease-in-out;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
header #logo {
  position: relative;
  z-index: 3;
}

.sticky {
  position: fixed;
  background: #3a3a3a;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.sticky #logo {
  height: 70px;
}
.sticky .main-menu li a {
  font-size: 18px;
  color: #ECF5FD;
}
.sticky .main-menu li a::before {
  background-color: #070D0B;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  font-size: 15px;
  word-spacing: -0.15em;
  font-weight: 400;
}

.grid figure h2 span {
  font-weight: 400;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Layla *****/
/*---------------*/
figure.effect-layla {
  background: #3a3a3a;
}

figure.effect-layla img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

figure.effect-layla figcaption {
  padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: "";
  opacity: 0;
}

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  transform-origin: 100% 0;
}

figure.effect-layla h2 {
  transition: transform 0.35s;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}

figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
  opacity: 0.4;
  transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  transform: scale(1);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  transition-delay: 0.15s;
}

#nav-toggle {
  display: none;
}

.mobile-nav {
  display: none;
}

.search-bar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 109px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.35s;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.search-bar form {
  width: 80%;
  height: 100%;
  position: relative;
  margin: auto;
}
.search-bar input {
  width: 100%;
  padding-top: 32px;
  padding-left: 32px;
  margin: auto;
  font-size: 26px;
  border: none;
  border-bottom: 2px solid #eaeaea;
}
.search-bar .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #eaeaea;
}
.search-bar .form-control:focus {
  box-shadow: none;
  border-color: transparent;
  border-bottom: 2px solid #eaeaea;
}
.search-bar.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transition: all ease-in-out 0.35s;
}

.search-close {
  position: absolute;
  right: 25px;
  top: 30px;
  cursor: pointer;
}
.search-close i {
  font-size: 28px;
}

.tab-only {
  display: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .main-menu .has-dropdown a {
    margin-left: 20px;
    margin-right: 20px;
  }
  .main-menu li a {
    margin-right: 20px;
    font-size: 14px;
  }
  header #logo {
    height: 70px;
  }
  .sticky .main-menu li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  header #logo {
    width: auto;
  }
  .sticky #logo {
    height: 60px;
  }
  .main-menu {
    display: none;
  }
  .main-menu li {
    height: auto;
    padding: 10px 0;
  }
  .main-menu .has-dropdown .is-dropdown {
    position: static;
  }
  #nav-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px;
    z-index: 9;
    width: auto;
    text-decoration: none;
    font-size: 24px;
    color: #ECF5FD;
    display: block;
  }
  .search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 9;
    width: auto;
    text-decoration: none;
    font-size: 24px;
    color: #ECF5FD;
    display: block;
  }
  .search-bar {
    height: 83px;
  }
  .search-bar form {
    width: 95%;
  }
  .search-bar input {
    padding-left: 20px;
    padding-top: 28px;
    font-size: 24px;
  }
  .search-close {
    top: 28px;
    right: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-nav {
    position: fixed;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    top: 0%;
    left: 0%;
    z-index: 99;
    padding-top: 45px;
    transform: translateX(0%);
    transition: all ease-in-out 0.35s;
    overflow-x: scroll;
    display: block;
  }
  .mobile-nav.translate-nav {
    transform: translateX(-100%);
    transition: all ease-in-out 0.35s;
  }
  .mobile-nav .mobile-nav-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 18px;
    padding: 6px;
    background-color: #153B50;
    color: #fff;
  }
  .mobile-nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile-nav li .dropdown-icon {
    float: right;
    font-size: 18px;
  }
  .mobile-nav a {
    text-decoration: none;
    font-size: 18px;
    color: #153B50;
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 1px solid #eaeaea;
    display: block;
  }
  .mobile-nav .m-subnav li {
    padding-right: 0;
  }
  .mobile-nav .m-subnav a {
    font-weight: 500;
    color: #5a5a5a;
  }
}
@media only screen and (max-width: 700px) {
  header #logo {
    height: 75px;
    width: auto !important;
  }
  .search-bar {
    height: 75px;
  }
  .search-bar form {
    width: 100%;
  }
  .search-bar input {
    padding-top: 24px;
    padding-right: 45px;
    font-size: 18px;
  }
  .search-close {
    top: 17px;
  }
}
footer .main-footer {
  background-color: #153B50;
  background-image: url("../images/linemountaians.png");
  padding: 60px 0 20px 0;
  background-blend-mode: screen;
  background-size: contain;
  background-position: top;
}
footer .main-footer .section-title {
  margin-bottom: 10px;
}
footer .main-footer .section-title span {
  background-color: #153B50;
  color: #ECF5FD;
}
footer .main-footer .section-title:before {
  background-color: #ECF5FD;
}
footer .main-footer .section-subtitle2 {
  color: #ECF5FD;
}
footer .main-footer .main-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer .main-footer .main-list li {
  padding: 10px 20px;
}
footer .main-footer .main-list li a {
  font-size: 16px;
  font-weight: 400;
  color: #ECF5FD;
  text-decoration: none;
}
footer .main-footer .footer-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 20px 0 20px 0;
}
footer .main-footer .footer-contact li {
  padding: 10px 55px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
footer .main-footer .footer-contact li:first-of-type {
  border: none;
}
footer .main-footer .footer-contact li p {
  line-height: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: #ECF5FD;
}
footer .main-footer .footer-contact li a {
  font-size: 20px;
  color: #ECF5FD;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
}
footer hr {
  border-color: rgba(255, 255, 255, 0.5);
  margin: 30px 0;
}
footer .footer-date-time {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.foot-bottom {
  background-color: #3a3a3a;
  color: #fff;
}

.foot-bottom p {
  color: #fff;
}

@media only screen and (max-width: 600px) {
  footer .affiliations {
    flex-wrap: wrap;
  }
  footer .affiliations li {
    width: calc(33% - 15px);
    padding: 0;
    border: none;
  }
  footer .affiliations li img {
    height: 40px;
    width: auto;
    margin: 20px auto;
  }
  footer .main-footer .footer-contact {
    flex-direction: column;
  }
  footer .main-footer .footer-contact li {
    border: none;
    margin: 10px 0;
    padding: 10px 0;
  }
  footer .main-footer .main-list li {
    padding: 10px 15px;
  }
  footer .footer-date-time {
    width: 100%;
    border: none;
  }
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.modal-form {
  padding: 0 25px;
  padding-bottom: 20px;
}

.input-container {
  position: relative;
  margin: 25px auto;
  width: 100%;
}

.input-container input[type=text], .input-container input[type=email], .input-container input[type=date], .input-container select, .input-container textarea {
  font-size: 20px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 5px 0;
  background-color: transparent;
  outline: none;
}

.input-container textarea {
  height: 105px;
}

.input-container .label {
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc;
  transition: all 0.3s ease;
  pointer-events: none;
}

.input-container input[type=text]:focus ~ .label,
.input-container input[type=text]:valid ~ .label,
.input-container input[type=email]:focus ~ .label,
.input-container input[type=email]:valid ~ .label,
.input-container input[type=date]:focus ~ .label,
.input-container input[type=date]:valid ~ .label,
.input-container select:focus ~ .label,
.input-container select:valid ~ .label,
.input-container textarea:focus ~ .label,
.input-container textarea:valid ~ .label {
  top: -20px;
  font-size: 16px;
  color: #153B50;
}

.input-container.date-container .label {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
  transition: all 0.3s ease;
  pointer-events: none;
}

.input-container .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #153B50;
  transform: scaleX(0);
  transition: all 0.3s ease;
}

.input-container.area .underline {
  bottom: 6px;
}

.input-container input[type=text]:focus ~ .underline,
.input-container input[type=text]:valid ~ .underline,
.input-container input[type=email]:focus ~ .underline,
.input-container input[type=email]:valid ~ .underline,
.input-container input[type=date]:focus ~ .underline,
.input-container input[type=date]:valid ~ .underline,
.input-container select:focus ~ .underline,
.input-container select:valid ~ .underline,
.input-container textarea:focus ~ .underline,
.input-container textarea:valid ~ .underline {
  transform: scaleX(1);
}

@media only screen and (max-width: 992px) {
  .modal-dialog {
    max-width: 630px;
  }
  .modal-form {
    padding: 0 15px;
  }
}
.useful-link-wrapper {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  position: sticky;
  top: 95px;
}
.useful-link-wrapper .useful-link-heading {
  padding: 10px 20px;
  background-color: #fafafa;
}
.useful-link-wrapper .useful-link-heading .heading-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 4px;
}
.useful-link-wrapper .useful-link-body .useful-link {
  text-decoration: none;
  color: #000;
  padding: 12px 15px;
  display: block;
  border-bottom: 1px solid #eaeaea;
  font-weight: 500;
  transition: all ease-in-out 0.35s;
}
.useful-link-wrapper .useful-link-body .useful-link:hover {
  padding-left: 20px;
  font-weight: 600;
  transition: all ease-in-out 0.35s;
}
.useful-link-wrapper .useful-link-body .useful-link.active-link {
  padding-left: 20px;
  font-weight: 600;
  background-color: #fafafa;
  color: #153B50;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 35px;
}

td, th {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 15px 12px;
}

td {
  font-weight: 400;
}

tr:nth-child(even) {
  background-color: #f7f7f7;
}

thead tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

#landing {
  height: 75vh;
}
#landing.landing-inner {
  position: relative;
  width: 100%;
  align-items: flex-end;
}
#landing.landing-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.45;
  z-index: 1;
}
#landing .landing-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#landing .landing-text {
  padding-bottom: 35px;
  padding-left: 25px;
  position: relative;
  width: 80%;
  z-index: 1;
}
#landing .landing-text .landing-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
#landing .landing-content {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  text-align: left;
}
#landing .landing-button {
  margin-top: 25px;
}

#booking {
  padding: 60px 0;
}
#booking .booking-form-wrapper {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
}
#booking .booking-form-wrapper .booking-form-heading {
  padding: 20px 35px;
  background-color: #fafafa;
  display: flex;
  gap: 30px;
  align-items: center;
}
#booking .booking-form-wrapper .booking-form-heading .heading-image img {
  width: 150px;
}
#booking .booking-form-wrapper .booking-form-heading .heading-text {
  width: calc(100% - 180px);
}
#booking .booking-form-wrapper .booking-form-heading .heading-title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 4px;
}
#booking .booking-form-wrapper .booking-form-heading .heading-info {
  font-size: 18px;
}
#booking .booking-form-wrapper .booking-form-body {
  padding: 25px 35px;
}
#booking .booking-form-wrapper .booking-form-body .personal-info-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #153B50;
}
#booking .booking-form-wrapper .booking-form-body .personal-info-form {
  margin-bottom: 30px;
}
#booking .useful-link-wrapper {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  position: sticky;
  top: 95px;
}
#booking .useful-link-wrapper .useful-link-heading {
  padding: 10px 20px;
  background-color: #fafafa;
}
#booking .useful-link-wrapper .useful-link-heading .heading-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 4px;
}
#booking .useful-link-wrapper .useful-link-body .useful-link {
  text-decoration: none;
  color: #153B50;
  padding: 12px 15px;
  display: block;
  border-bottom: 1px solid #eaeaea;
  font-weight: 500;
  transition: all ease-in-out 0.35s;
}
#booking .useful-link-wrapper .useful-link-body .useful-link:hover {
  padding-left: 20px;
  font-weight: 600;
  transition: all ease-in-out 0.35s;
}

@media only screen and (max-width: 992px) {
  .tab-none {
    display: none;
  }
  #landing {
    height: 60vh;
  }
}
@media only screen and (max-width: 700px) {
  #booking .booking-form-wrapper .booking-form-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  #booking .booking-form-wrapper .booking-form-heading .heading-text {
    width: 100%;
  }
  #booking .booking-form-wrapper .booking-form-heading .heading-title {
    font-size: 21px;
  }
  #booking .booking-form-wrapper .booking-form-heading .heading-image {
    display: none;
  }
  #landing .landing-text {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 20px;
  }
  #landing .landing-text .landing-title {
    font-size: 42px;
  }
}
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.tripfinder-horizontal-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.tripfinder-horizontal-form .form-input-wrapper {
  width: calc(20% - 10px);
  height: 100%;
}
.tripfinder-horizontal-form .form-input-wrapper select {
  display: block;
  width: 100%;
  height: 43px;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  border: 2px solid #153B50;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.tripfinder-horizontal-form .form-input-wrapper .xtreme-button {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  width: 100%;
  height: 43px;
  font-weight: 700;
}

.section-title {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 32px;
}
.section-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 4px;
  z-index: 0;
  background-color: #070D0B;
  opacity: 0.1;
}
.section-title span {
  background-color: #fff;
  padding: 5px 25px;
  position: relative;
}
.section-title.side-aligned {
  margin-bottom: 0;
  font-size: 24px;
}
.section-title.side-aligned span {
  padding-left: 0;
}

.section-subtitle {
  font-family: "Nothing You Could Do", cursive;
  font-size: 36px;
  font-weight: bolder;
}

.secondary-card {
  position: relative;
  margin-bottom: 30px;
}
.secondary-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4579481793) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.355987395) 100%);
}
.secondary-card .card-image {
  height: 350px;
  overflow: hidden;
}
.secondary-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.05);
}
.secondary-card .card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  overflow: hidden;
}
.secondary-card .card-content h4 {
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
}
.secondary-card .card-content p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Nothing You Could Do", cursive;
  font-size: 20px;
  line-height: 1;
  transform: translateY(60px);
  transition: all 0.4s ease;
}
.secondary-card:hover .card-content p {
  transform: translateX(0);
}

.card-style-1 {
  position: relative;
  overflow: hidden;
}
.card-style-1 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.card-style-1 .card-image {
  height: 85vh;
}
.card-style-1 .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-style-1 .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ECF5FD;
  padding: 20px 25px;
  z-index: 2;
}
.card-style-1 .card-content .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}
.card-style-1 .card-content .title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.card-style-1 .card-content p {
  font-size: 14px;
  line-height: 19px;
  color: #ECF5FD;
}
.card-style-1 .xtreme-button {
  transform: scale(0.8);
  transform-origin: left bottom;
}

@media only screen and (min-width: 992px) {
  .container-custom {
    padding: 0 75px;
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.section-subtitle2 {
  font-size: 22px;
  font-family: "Nothing You Could Do", cursive;
}

.package-card {
  position: relative;
}
.package-card .package-image {
  overflow: hidden;
}
.package-card .package-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.package-card .package-content {
  border: 1px solid #eaeaea;
  padding: 10px 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.package-card .package-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.package-card .package-content .expedition-features ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.package-card .package-content .expedition-features ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.package-card .package-content .expedition-features ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  width: 1px;
  height: 50%;
  transform: translateY(-50%);
  background-color: #eaeaea;
}
.package-card .package-content .expedition-features ul li:last-of-type::before {
  display: none;
}
.package-card .package-content .expedition-features ul li .icon {
  font-size: 32px;
  margin-right: 10px;
}
.package-card .package-content .expedition-features ul li .icon-text {
  line-height: 1;
  font-size: 16px;
  font-weight: 800;
}
.package-card .package-content .expedition-features ul li .icon-text span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}
.package-card .package-content .card-description p {
  font-size: 14px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.package-card .xtreme-button {
  transform: scale(0.85);
  transform-origin: left bottom;
}

.destination-card {
  position: relative;
  background-color: #fff;
}
.destination-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.destination-card .card-content {
  padding: 10px 15px;
}
.destination-card .card-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.destination-card a {
  transform: scale(0.75);
  transform-origin: bottom left;
}

.blog-card {
  position: relative;
}
.blog-card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.blog-card .card-image {
  overflow: hidden;
}
.blog-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 3;
  transition: all 0.5s ease;
}
.blog-card .blog-detail .title {
  margin: 15px 0;
  font-weight: 400;
}
.blog-card:hover .card-image img {
  transform: scale(1.1);
}

.explore-card {
  position: relative;
  border: 3px solid #ECF5FD;
}
.explore-card.h-80 {
  height: 80vh;
}
.explore-card.h-40 {
  height: 40vh;
}
.explore-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.655987395) 0%, rgba(0, 0, 0, 0) 100%);
}
.explore-card .explore-image {
  height: 100%;
  overflow: hidden;
}
.explore-card .explore-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.explore-card .explore-content {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  bottom: 0;
  padding: 20px 25px;
  font-weight: 600;
  color: #fff;
}
.explore-card .explore-content p {
  color: #fff;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.element-form {
  margin-bottom: 25px;
}
.element-form ::-moz-placeholder {
  color: #070D0B;
}
.element-form ::placeholder {
  color: #070D0B;
}
.element-form :focus {
  cursor: text;
  outline: none;
}
.element-form input, .element-form textarea {
  padding: 10px 1px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: #070D0B;
  border-bottom: 3px solid #070D0B;
  width: 100%;
}
.element-form input ~ span, .element-form textarea ~ span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #9DCCFA;
  transition: 1s;
}
.element-form input:focus ~ span, .element-form textarea:focus ~ span {
  width: 100%;
}

.custom-card {
  position: relative;
}
.custom-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}
.custom-card .image {
  width: 100%;
  height: 100%;
}
.custom-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.custom-card .custom-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px 15px 15px;
}
.custom-card .custom-card-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.custom-card .custom-card-content ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.custom-card .custom-card-content ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: calc(33.33% - 10px);
}
.custom-card .custom-card-content ul li .icon {
  font-size: 24px;
  margin-right: 4px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}
.custom-card .custom-card-content ul li .icon-text {
  line-height: 1;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
}
.custom-card .custom-card-content ul li .icon-text span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}

@media only screen and (max-width: 1024px) {
  .card-style-1 .card-image {
    height: 50vh;
  }
}
@media only screen and (max-width: 600px) {
  .tripfinder-horizontal-form .form-input-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 20px;
  }
  .card-style-1 .card-image {
    height: 70vh;
  }
  .package-card .package-content .expedition-features ul li .icon {
    font-size: 22px;
  }
  .package-card .package-content .expedition-features ul li .icon-text span {
    font-size: 12px;
  }
  .package-card .package-content .expedition-features ul li .icon-text {
    font-size: 14px;
  }
  .package-card .package-content .expedition-features ul li:before {
    right: -15px;
  }
  .destination-sections .destination-title .section-title {
    font-size: 24px;
  }
  .blog-card {
    margin-bottom: 30px;
  }
  .blog-card .blog-detail .title {
    font-size: 24px;
  }
  footer .affiliation ul li {
    width: calc(50% - 50px);
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  footer .affiliation ul {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=bookingpage.css.map */