﻿@charset "UTF-8";
@font-face {
  font-family: "Trajan Pro";
  src: url("https://db.onlinewebfonts.com/t/7330cea698bc9dfd4bd024a38ea56a9a.eot");
  /* IE9*/
  src: url("https://db.onlinewebfonts.com/t/7330cea698bc9dfd4bd024a38ea56a9a.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/7330cea698bc9dfd4bd024a38ea56a9a.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/7330cea698bc9dfd4bd024a38ea56a9a.woff") format("woff"), url("https://db.onlinewebfonts.com/t/7330cea698bc9dfd4bd024a38ea56a9a.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/7330cea698bc9dfd4bd024a38ea56a9a.svg#Trajan Pro") format("svg");
  /* iOS 4.1- */
  font-display: swap;
}
.bg-white {
  background-color: #fff;
}

.bg-sky {
  background-color: #2dacad !important;
}

.bg-gold {
  background-color: #d29f25 !important;
}

.bg-red {
  background-color: #a20e0a !important;
}

.bg-green {
  background-color: #008837 !important;
}

.bg-orange {
  background-color: #ff9900 !important;
}

.bg-blue {
  background-color: #00a0c6 !important;
}

.text-white {
  color: #fff !important;
}

html {
  font-family: "Open Sans", sans-serif;
  color: #707070;
}
@media (max-width: 415px) {
  html {
    font-size: 14px;
  }
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trajan Pro";
}

a,
a:hover {
  text-decoration: none;
}

.uk-button {
  color: #fff;
  min-width: 160px;
  line-height: 50px;
  height: 50px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center !important;
}
.uk-button span.uk-icon {
  vertical-align: text-bottom;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .uk-button span.uk-icon {
    width: 0;
    transform: translateX(-30px);
  }
}
.uk-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
  transition: all 0.3s ease-in-out;
}
.uk-button:hover {
  background-color: #f47832;
  border: 1px solid #e5e5e5;
  color: #fff;
  min-width: 177px;
}
.uk-button:hover span.uk-icon {
  transition: all 0.3s ease-in-out;
  transform: translateX(0px);
  width: 20px;
}
.uk-button:hover:after {
  width: 100%;
  background-color: transparent;
}

:focus {
  outline: none;
}

.uk-dotnav > * > * {
  width: 20px;
  height: 4px;
  margin: 10px 0;
  border: 1px solid rgba(199, 199, 199, 0.7);
  border-radius: 0;
  background: #c7c7c7;
}

.uk-dotnav > .uk-active > * {
  background-color: #d29f25c2;
  border-color: #d29f25;
}

.uk-alert-danger ul {
  color: #707070;
}
.uk-alert-danger ul li {
  padding-bottom: 10px;
}

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

.header_border:after {
  content: url(/Images/icons/border_bottom.svg);
  height: 5px;
  display: table;
}
@media (max-width: 959px) {
  .header_border:after {
    margin: auto;
  }
}

h1, h2 {
  text-transform: uppercase;
}

/* =========================================================================
         - MASTER Sections for All Pages ( Common and Main Components )-
  =========================================================================*/
header,
.header {
  background: none;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 2.8px;
  color: #fff;
}
header .uk-light,
header .uk-light .uk-navbar-nav > li > a,
.header .uk-light,
.header .uk-light .uk-navbar-nav > li > a {
  color: #fff;
}
header i.uk-icon,
.header i.uk-icon {
  color: #d29f25 !important;
}
header::before,
.header::before {
  content: "";
  height: 250px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.55), rgba(255, 255, 255, 0));
}
header .project.uk-flex,
.header .project.uk-flex {
  align-items: center;
}
header .project.uk-flex strong,
.header .project.uk-flex strong {
  font-size: 9px;
  letter-spacing: 1.1px;
}
@media (max-width: 1199px) {
  header svg.uk-svg,
.header svg.uk-svg {
    color: #d29f25;
    min-width: 29px;
  }
  header[class*=uk-position-top].uk-position-top,
.header[class*=uk-position-top].uk-position-top {
    overflow: hidden;
    padding: 0px 5px 0px !important;
    position: sticky !important;
    background: white;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    z-index: 10;
  }
  header nav.uk-margin-medium-top,
.header nav.uk-margin-medium-top {
    margin-top: 5px !important;
  }
  header::before,
.header::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
    height: 0px;
  }
}
@media (min-width: 1200px) {
  header nav.uk-container,
.header nav.uk-container {
    position: relative;
    z-index: 1;
  }
  header:after,
.header:after {
    content: "";
    height: 180px;
    position: inherit;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 0;
    background: url(/images/backgrounds/header-pattern-left.svg) left -170px top 0px, url(/images/backgrounds/header-pattern-right.svg) right -170px top 0px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .uk-navbar-dropdown,
.header .uk-navbar-dropdown {
    padding: 0px;
    margin-top: 35px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0 0 5px 5px;
  }
}
@media (min-width: 1199px) {
  header .uk-hidden\@l,
.header .uk-hidden\@l {
    display: none;
  }
}

.sticky-header {
  background: url(/images/backgrounds/stickyH-pattern-left.png) left -20px center, url(/images/backgrounds/stickyH-pattern-right.png) right -20px center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 0 10px !important;
  position: relative !important;
  transition: all 1s ease-in-out;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.sticky-header::before {
  content: none;
}
.sticky-header .uk-light,
.sticky-header .uk-light .uk-navbar-nav > li > a {
  color: #707070 !important;
  margin-top: 0px !important;
}
@media (max-width: 1199px) {
  .sticky-header.uk-position-top {
    padding: 10px !important;
  }
}

.uk-sticky-placeholder {
  height: 0 !important;
  transition: all 1s ease-in-out;
}

.header-v2 {
  position: relative;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.header-v2:before {
  content: none;
}
@media (min-width: 1200px) {
  .header-v2 .weather {
    margin: 30px 0 15px;
    margin-left: auto;
    color: #333;
    min-width: 280px;
    text-align: right;
  }
  .header-v2 .uk-navbar-nav {
    margin-left: auto;
  }
  .header-v2 .uk-navbar-nav > li > a {
    color: #333 !important;
    font-size: 13px;
    font-weight: bold;
    font-family: "Trajan Pro";
    padding: 0 0px 0 25px;
    letter-spacing: 0;
    min-height: 60px;
    position: relative;
  }
  .header-v2 .uk-navbar-nav > li.uk-active > a:after {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    background: #d29f25;
    bottom: 0;
    width: 70%;
  }
  .header-v2 .uk-navbar-dropdown-nav > li > a {
    color: #333 !important;
    font-size: 13px;
    font-weight: bold;
    font-family: "Trajan Pro";
    padding: 0px 5px;
    padding: 5px 15px;
    letter-spacing: 0;
    min-height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
  }
  .header-v2 .uk-navbar-dropdown-nav > li:hover > a {
    background: rgba(210, 159, 37, 0.5);
  }
  .header-v2 .uk-navbar-dropdown-nav > li.uk-active > a {
    color: #fff !important;
    background: #d29f25;
  }
  .header-v2:before {
    content: "";
    height: 60px;
    position: absolute;
    width: 70%;
    bottom: 0px;
    right: 0;
    left: unset;
    top: unset;
    background-image: linear-gradient(to left, #f6f6f6, rgba(255, 255, 255, 0));
  }
}

@media (min-width: 1200px) {
  .header-v2.sticky-header::before {
    top: 10px;
  }
  .header-v2.sticky-header .uk-navbar-dropdown {
    margin-top: 0;
    top: 80px !important;
  }
  .header-v2.sticky-header .uk-navbar-nav > li.uk-active > a:after {
    bottom: -10px;
  }
}

.home-two .banner ul.uk-slideshow-nav {
  transform: translateY(-50px);
  min-width: 100px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
}
.home-two .banner iframe.uk-cover {
  width: 140vw !important;
}
@media (min-width: 1200px) {
  .home-two .banner {
    height: calc(100vh - 0px);
    min-height: 520px;
  }
  .home-two .banner iframe.uk-cover {
    height: 140vh !important;
    width: 140vw !important;
    margin-top: -30px;
  }
  .home-two .banner ul.uk-slideshow-nav {
    transform: translateY(-270px);
  }
}

@media (min-width: 1200px) {
  .home-two.home-v2 .banner {
    height: calc(100vh - 135px) !important;
  }
  .home-two.home-v2 .banner iframe.uk-cover {
    height: 140vh !important;
    width: 140vw !important;
  }
}

.mini-banner {
  overflow: hidden;
}
.mini-banner > img.background {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.mini-banner .uk-scrollspy-inview {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
@media (max-width: 1199px) {
  .mini-banner > img.background {
    height: 200px;
    height: 160px;
  }
  .mini-banner .uk-position-bottom {
    display: none;
  }
}

a.booking-fixed {
  position: fixed;
  right: 0;
  bottom: 20px;
  background: #2dacad;
  padding: 10px 20px;
  color: #fff;
  border-radius: 15px 0 0 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center !important;
  transition: all 0.3s ease-in-out;
  height: auto;
  z-index: 1;
}
a.booking-fixed:hover {
  transition: all 0.3s ease-in-out;
  padding: 20px 20px;
}

a.booking-fixed.left_red {
  background: #a20e0a;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  left: 0;
  right: unset;
  font-size: 14px;
  bottom: 35%;
  transform: rotateZ(180deg);
  padding: 40px 20px;
  border-radius: 5px 0 0 5px;
}
a.booking-fixed.left_red:hover {
  transition: all 0.3s ease-in-out;
  padding: 45px 25px;
}
@media (max-width: 959px) {
  a.booking-fixed.left_red {
    bottom: 3%;
    padding: 20px 10px;
    font-size: 17px;
  }
  a.booking-fixed.left_red:hover {
    transition: all 0.3s ease-in-out;
    padding: 25px 15px;
  }
}

.breadcrumb {
  text-align: center;
}
.breadcrumb h1 {
  font-size: 24px;
  letter-spacing: 5px;
  margin: 21px 0 20px 0;
  text-align: center !important;
  color: #d29f25;
  text-transform: uppercase;
}
.breadcrumb h1.header_border:after {
  margin: auto;
}
html[dir=rtl] .breadcrumb h1 {
  text-align: center !important;
}
.breadcrumb h2 {
  margin: 0;
}
.breadcrumb strong {
  font-size: 18px;
  margin: 18px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 5.5px;
  font-family: "Open Sans", sans-serif;
  color: #707070;
}
.breadcrumb p {
  max-width: 964px;
  font-size: 16px;
  line-height: 1.63;
  margin: auto;
}

.fullwidth_booking {
  background: #2dacad;
  color: #fff;
}
.fullwidth_booking .datepaker-btn {
  width: 250px;
  max-width: 100%;
  border: 1px solid;
  color: #fff;
  padding: 3px 10px;
  margin-right: 5px;
  min-height: 30px;
}
.fullwidth_booking .datepaker-btn .uk-icon {
  float: right;
}
.fullwidth_booking dt {
  font-size: 27px;
  line-height: 25px;
}
.fullwidth_booking .uk-button {
  margin-bottom: 0;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border-radius: 0;
  text-align: center;
}
.fullwidth_booking .datepaker-input {
  width: 90%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  z-index: 1;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .fullwidth_booking .booking_wrapper {
    flex-direction: column;
    text-align: center;
  }
}

.activities-header a {
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
  padding: 30px 19px;
}
.activities-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.activities-header a.active {
  background: rgba(0, 0, 0, 0.1);
}
.activities-header p {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 3.5px;
}
@media (max-width: 1199px) {
  .activities-header {
    margin-top: -1px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .activities-header a {
    padding: 30px 0px;
    display: block !important;
  }
  .activities-header p {
    text-align: center;
    margin: auto;
  }
}
@media (max-width: 639px) {
  .activities-header img {
    width: 30px;
  }
  .activities-header a {
    padding: 10px 10px;
  }
  .activities-header p {
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 16px;
  }
  .activities-header br {
    display: none;
  }
}

section.subscribe {
  background-color: #387a80;
}
section.subscribe .subscribe-inner {
  width: 100%;
  padding: 50px 0 40px;
  text-align: center;
}
@media (min-width: 1200px) {
  section.subscribe .subscribe-inner {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
section.subscribe h3 {
  color: #d29f25;
  font-size: 20px;
  text-transform: uppercase;
}
section.subscribe h3 span {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
  font-family: "Trajan Pro";
  display: block;
}
section.subscribe input {
  min-width: 270px;
  height: 38px;
  background: none;
  border: 1px solid;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 5px 20px 5px;
  padding: 0 5px;
}
@media (min-width: 1200px) {
  section.subscribe input {
    min-width: 318px;
  }
}
section.subscribe ::placeholder {
  color: rgba(255, 255, 255, 0.774);
}
section.subscribe .uk-button {
  color: #d29f25;
  height: 40px;
  line-height: 40px;
  letter-spacing: 2.75px;
  background: none;
  border: 1px solid;
  border-radius: 0;
  margin-bottom: 0;
}
@media (max-width: 840px) {
  section.subscribe .uk-button {
    display: block;
    margin: auto;
    max-width: 580px;
  }
}
@media (max-width: 665px) {
  section.subscribe a.uk-button {
    max-width: 280px;
  }
}

footer {
  background-color: #000;
  /*---------------------*/
  /*---------------------*/
  /*---------------------*/
}
footer .uk-description-list {
  min-width: 105px;
}
footer .uk-grid {
  margin-left: 0;
}
footer .uk-flex {
  justify-content: space-between;
}
footer .logo {
  align-items: center;
  display: flex;
}
footer .logo img {
  height: 160px;
}
footer .uk-list {
  width: max-content;
}
footer .uk-list a {
  color: #999999;
  transition: all 0.3s ease-in-out;
  position: relative;
  right: 0px;
  text-decoration: none;
}
footer .uk-list a:hover {
  color: #00a0c6;
  text-decoration: none;
  right: -10px;
}
footer .uk-list > li:nth-child(n+2),
footer .uk-list > li > ul {
  margin-top: 5px;
}
footer .list-items h4 {
  color: #d29f25;
  font-size: 20px;
  text-transform: capitalize;
}
footer .list-items h4 span {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}
footer .list-items > div {
  justify-content: space-evenly;
}
footer .list-items .order_-1 {
  order: -1;
}
footer .icons .uk-iconnav {
  justify-content: center;
}
footer .icons dl {
  margin: 20px 0 20px 0;
  color: #cccccc;
}
footer .icons dl img.icon {
  min-height: 46px;
}
footer .icons dl dt {
  color: #cccccc;
  font-size: 12px;
  font-weight: 600;
}
footer .icons dl dd {
  font-size: 10px;
}
footer .icons .uk-description-list:nth-of-type(2) dl {
  margin: 26px 0 20px 0;
}
footer .sub-footer {
  background-color: #141414;
  padding: 10px 0;
  text-align: center;
  color: #cccccc;
  font-size: 12px;
}
footer .sub-footer .uk-grid {
  min-height: 40px;
}
footer .sub-footer a {
  color: #cccccc;
}
@media (max-width: 1199px) {
  footer .uk-flex > * {
    text-align: center;
    margin: auto;
    width: 100%;
  }
  footer ul.uk-list {
    margin: auto;
  }
  footer .list-items {
    margin-bottom: 60px;
  }
  footer .uk-grid.uk-grid-stack > * {
    padding-right: 30px;
  }
  footer .uk-child-width-1-2.uk-grid > div {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  footer .uk-first-column {
    padding-left: 0;
  }
}
@media (min-width: 960px) {
  footer .uk-grid > div:not(.uk-first-column) .uk-list {
    border-left: 1px solid rgba(198, 159, 54, 0.2);
    padding-left: 15px;
  }
}

.uk-offcanvas-bar {
  background-color: white;
}
.uk-offcanvas-bar.uk-offcanvas-push {
  min-width: 320px;
}
.uk-offcanvas-bar .uk-close {
  color: #d29f25 !important;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #eee;
}
.uk-offcanvas-bar ul.uk-nav {
  padding: 0px 5px 15px;
}
.uk-offcanvas-bar a.uk-button {
  background: #d29f25 !important;
  min-width: 47.5%;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  margin-bottom: 5px;
  padding: 0 28px;
}
.uk-offcanvas-bar a.uk-button.marina {
  background: #00a0c6 !important;
}
.uk-offcanvas-bar ul.uk-nav li {
  margin: 5px 0;
  border-bottom: 2px solid rgba(112, 112, 112, 0.05);
  font-size: 16px;
}
.uk-offcanvas-bar ul.uk-nav li:last-of-type {
  border-bottom: none;
}
.uk-offcanvas-bar ul.uk-nav li a {
  color: #707070 !important;
}
.uk-offcanvas-bar ul.uk-nav li a:hover {
  color: #d29f25 !important;
}
.uk-offcanvas-bar ul.uk-nav li.uk-active {
  border-bottom: 2px solid #d29f25 !important;
}
.uk-offcanvas-bar ul.uk-nav li.uk-active a {
  color: #d29f25 !important;
}
.uk-offcanvas-bar .langs img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: 40px;
  margin: 0 3px;
}
.uk-offcanvas-bar .social_media a {
  margin: 0.5rem;
  display: inline-block;
}
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    width: 400px;
  }
}

a.uk-icon.uk-totop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 100px;
  background: rgba(228, 228, 228, 0.7);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

span.required {
  color: #d54929;
  font-weight: 900;
}

/* Start the subscribers modal */
.modal--subscribers {
  background: rgba(0, 0, 0, 0.8);
}
.modal--subscribers .uk-modal-dialog {
  width: 770px;
  position: relative;
  padding: 0;
}
.modal--subscribers .modal-title {
  font-size: 26px;
  color: #d29f25;
  text-align: center !important;
}
.modal--subscribers .uk-modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.modal--subscribers .uk-modal-close:hover {
  color: #fff !important;
  border: 1px solid;
  background: #d29f25;
}
.modal--subscribers label.uk-text-small {
  font-size: 12px;
  cursor: pointer;
}
.modal--subscribers input:not(.uk-checkbox) {
  background-color: #fbfbfb !important;
  border: 1px solid #c9c9c9 !important;
}
.modal--subscribers .uk-checkbox:checked {
  background-color: #d29f25;
}
.modal--subscribers .modal-button-subscribe {
  color: #d29f25;
  border: 1px solid;
  background: #fff;
  width: 110px;
  line-height: 30px;
  text-align: center;
  margin-left: 6px;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.modal--subscribers .modal-button-subscribe:hover {
  color: #fff;
  border: 1px solid;
  background: #d29f25;
}
.modal--subscribers .image {
  position: relative;
}
.modal--subscribers .image:after {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  display: block;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, white, transparent), linear-gradient(0deg, white, transparent);
}
.modal--subscribers span.required {
  display: none;
}
@media (max-width: 959px) {
  .modal--subscribers form {
    padding-right: 25px;
  }
  .modal--subscribers input:not(.uk-checkbox) {
    background-color: transparent !important;
  }
  .modal--subscribers .image img {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.15;
    z-index: -1;
    object-fit: cover;
    height: 100%;
  }
  .modal--subscribers .image::after {
    content: none;
  }
}
[dir=rtl] .modal--subscribers .uk-padding-remove-right {
  padding-left: 0 !important;
  padding-right: 30px !important;
}
[dir=rtl] .modal--subscribers .image:after {
  background: linear-gradient(270deg, white, transparent), linear-gradient(0deg, white, transparent);
}
[dir=rtl] .modal--subscribers .uk-modal-close {
  border: 2px solid #d29f25;
}

/*End the subscribers modal*/
/* =========================================================================
                   -RTL- Arabic Pages - Add dir="rtl" to HTML
    ----
   cd App.UI\wwwroot\css>
    ---- don't use it here ------
    rtlcss bundle.css bundle-ar.css
  =========================================================================*/
html[dir=rtl] {
  font-family: "Tajawal", sans-serif !important;
}
html[dir=rtl] header,
html[dir=rtl] .header,
html[dir=rtl] .subscribe,
html[dir=rtl] footer {
  direction: ltr;
}
html[dir=rtl] span,
html[dir=rtl] p,
html[dir=rtl] a,
html[dir=rtl] .uk-h1,
html[dir=rtl] .uk-h2,
html[dir=rtl] .uk-h3,
html[dir=rtl] .uk-h4,
html[dir=rtl] .uk-h5,
html[dir=rtl] .uk-h6,
html[dir=rtl] .uk-heading-2xlarge,
html[dir=rtl] .uk-heading-large,
html[dir=rtl] .uk-heading-medium,
html[dir=rtl] .uk-heading-small,
html[dir=rtl] .uk-heading-xlarge,
html[dir=rtl] h1,
html[dir=rtl] h2,
html[dir=rtl] h3,
html[dir=rtl] h4,
html[dir=rtl] h5,
html[dir=rtl] h6,
html[dir=rtl] .uk-offcanvas-bar a.uk-button {
  font-family: "Tajawal", sans-serif !important;
  letter-spacing: 0 !important;
}
@media (min-width: 1200px) {
  html[dir=rtl] span,
html[dir=rtl] p,
html[dir=rtl] a,
html[dir=rtl] .uk-h1,
html[dir=rtl] .uk-h2,
html[dir=rtl] .uk-h3,
html[dir=rtl] .uk-h4,
html[dir=rtl] .uk-h5,
html[dir=rtl] .uk-h6,
html[dir=rtl] .uk-heading-2xlarge,
html[dir=rtl] .uk-heading-large,
html[dir=rtl] .uk-heading-medium,
html[dir=rtl] .uk-heading-small,
html[dir=rtl] .uk-heading-xlarge,
html[dir=rtl] h1,
html[dir=rtl] h2,
html[dir=rtl] h3,
html[dir=rtl] h4,
html[dir=rtl] h5,
html[dir=rtl] h6,
html[dir=rtl] .uk-offcanvas-bar a.uk-button {
    text-align: right !important;
  }
}
html[dir=rtl] ul {
  padding-left: unset;
}
@media (min-width: 1200px) {
  html[dir=rtl] ul {
    text-align: right !important;
  }
}
html[dir=rtl] header .project.uk-flex, html[dir=rtl] .header .project.uk-flex {
  font-family: "Tajawal";
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 12px;
}
html[dir=rtl] .uk-offcanvas-bar ul.uk-nav li a {
  font-family: "Tajawal", sans-serif !important;
}
html[dir=rtl] .uk-offcanvas-bar .btns-group img {
  margin-left: 10px;
}
html[dir=rtl] .uk-icon.uk-slidenav-next svg {
  transform: rotate(180deg);
}
html[dir=rtl] .uk-icon.uk-slidenav-previous svg {
  transform: rotate(180deg);
}
html[dir=rtl] .breadcrumb strong {
  letter-spacing: 1px;
  font-family: "Tajawal", sans-serif !important;
}
html[dir=rtl] .investment-page .strong {
  letter-spacing: 1px;
  font-family: "Tajawal", sans-serif !important;
}
html[dir=rtl] .investment-page .uk-text-left {
  text-align: right !important;
}
html[dir=rtl] .activities-page .activities-header p {
  text-align: right;
  margin-left: unset;
  margin-right: 20px;
}
html[dir=rtl] .subscribe .uk-button, html[dir=rtl] .subscribe input {
  font-family: "Tajawal", sans-serif !important;
  letter-spacing: unset;
  text-align: center;
}
html[dir=rtl] .uk-margin-auto-left {
  margin-right: auto !important;
}
html[dir=rtl] .order_-1 {
  order: 0;
}
html[dir=rtl] .fullwidth_booking .datepaker-btn .uk-icon {
  float: left;
}
html[dir=rtl] .fullwidth_booking dd {
  margin-left: 60px;
  margin-right: 0;
}
html[dir=rtl] footer .uk-list a {
  left: 0px;
  font-family: "Tajawal", sans-serif !important;
  right: unset;
}
html[dir=rtl] footer .uk-list a:hover {
  right: unset;
  left: -10px;
}
html[dir=rtl] footer .icons dl dd {
  margin-left: 0;
}
html[dir=rtl] footer .icons dl dd {
  font-size: 15px;
}
@media (max-width: 700px) {
  html[dir=rtl] {
    overflow-x: hidden;
  }
}
@media (min-width: 960px) {
  html[dir=rtl] footer .uk-grid > div:not(.uk-first-column) .uk-list {
    border-right: 1px solid rgba(198, 159, 54, 0.2);
    padding-right: 15px;
    border-left: unset;
    padding-left: unset;
  }
  html[dir=rtl] .sub-footer .uk-grid div:first-child p {
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  html[dir=rtl] .uk-icon[uk-icon=arrow-right] {
    transform: rotate(180deg) !important;
  }
}

.gold-svg {
  color: #d29f25;
}

.landing-page {
  /* =========================================================================
                   -RTL- Arabic Pages - Add dir="rtl" to HTML
  =========================================================================*/
}
.landing-page .uk-slidenav.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke-width: 5;
}
.landing-page .uk-icon.uk-close {
  padding-top: 50px;
  padding-right: 50px;
}
.landing-page .check li {
  position: relative;
  padding-left: 5px;
  padding-bottom: 5px;
  list-style: none;
}
.landing-page .check li:before {
  display: block;
  position: absolute;
  left: 0;
  content: "✓";
  margin: 0px 10px 0px -10px;
}
.landing-page .banner ul.uk-slideshow-items {
  height: calc(100vh - 160px);
}
.landing-page .banner .overlay-mask {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.45));
}
.landing-page .banner .landing_offer {
  color: #fff;
}
.landing-page .banner .landing_offer h1 {
  font-size: 30px;
  line-height: 45px;
}
.landing-page .banner .landing_offer strong {
  font-size: 20px;
}
.landing-page .banner .landing_offer strong span {
  font-size: 18px;
  font-weight: 400;
}
.landing-page .banner .landing_offer sub {
  bottom: -0.1em;
}
.landing-page .banner .landing_offer small {
  font-size: 16px;
}
.landing-page .banner .landing_offer img {
  width: 66px;
  height: 66px;
}
@media (min-width: 960px) {
  .landing-page .banner .landing_offer h1 {
    font-size: 36px;
    letter-spacing: 4px;
  }
  .landing-page .banner .landing_offer strong {
    font-size: 24px;
  }
  .landing-page .banner .landing_offer img {
    width: 86px;
    height: 86px;
  }
  .landing-page .banner .overlay-mask {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent);
  }
}
.landing-page h2 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #2dacad;
  line-height: 28px;
}
.landing-page h3 {
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #d29f25;
  line-height: 23px;
}
.landing-page .weather span {
  font-size: 20px;
  line-height: 26px;
}
.landing-page .booking-wizard {
  background-color: #f2f6fa;
}
.landing-page .booking-wizard h2 {
  color: #d29f25;
}
.landing-page .booking-wizard h3 {
  color: #2dacad;
  text-transform: uppercase;
}
.landing-page .booking-wizard input.uk-input:focus,
.landing-page .booking-wizard .contact_us-page select.uk-select:focus {
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #d29f25;
}
.landing-page .booking-wizard .header_steps > * {
  --circle-size: 80px;
  position: relative;
}
.landing-page .booking-wizard .header_steps > * li {
  list-style: none;
}
.landing-page .booking-wizard .header_steps > * .steps h3 {
  color: #707070;
}
.landing-page .booking-wizard .header_steps > * .steps a {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-page .booking-wizard .header_steps > * .steps ul:before {
  background-color: rgba(112, 112, 112, 0.4);
  content: "";
  position: absolute;
  height: 1px;
  width: 68%;
  top: var(--circle-size);
  transform: translateX(20px);
}
.landing-page .booking-wizard span.circle {
  --circle-size: 80px;
  width: var(--circle-size);
  height: var(--circle-size);
  line-height: var(--circle-size);
  margin: auto;
  text-align: center;
  border-radius: 50%;
  font-size: 23px;
  font-weight: bold;
  display: block;
  position: relative;
  border-right: 15px solid #f2f6fa;
  border-left: 15px solid #f2f6fa;
  color: #707070;
  background: #dadde0;
}
.landing-page .booking-wizard span.circle.activeX {
  color: #fff;
  background: #2dacad;
}
.landing-page .booking-wizard .steps li.current span.circle,
.landing-page .booking-wizard .steps li.done span.circle {
  color: #fff;
  background: #2dacad;
}
.landing-page .booking-wizard .steps li.current h3,
.landing-page .booking-wizard .steps li.done h3 {
  color: #2dacad;
}
.landing-page .booking-wizard .inner-step fieldset {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  min-height: 375px;
  border: 0;
}
.landing-page .booking-wizard span.number,
.landing-page .booking-wizard span.current-info {
  display: none;
}
.landing-page .booking-wizard .step-number.title {
  display: none;
}
.landing-page .booking-wizard label.uk-form-label {
  font-size: 15px;
  color: #707070;
  line-height: 26px;
}
.landing-page .booking-wizard label.error {
  color: red;
}
.landing-page .booking-wizard .uk-subnav-pill a {
  padding: 0;
  min-width: 200px;
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  color: #707070;
  margin-bottom: 15px;
}
.landing-page .booking-wizard .uk-subnav-pill > .uk-active > a {
  background-color: #d29f25;
  color: #fff;
}
.landing-page .booking-wizard .apartments-ul img {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
  height: 120px;
  object-fit: cover;
}
.landing-page .booking-wizard .apartments-ul h4 {
  font-size: 14px;
  bottom: 0;
  position: absolute;
  font-family: "Open Sans", sans-serif;
  width: -webkit-fill-available;
  color: #707070;
  margin: 0;
  padding: 15px;
  border: 1px solid #cccccc;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background: #fff;
}
.landing-page .booking-wizard .apartments-ul small {
  color: #e28000;
  margin-left: 5px;
}
.landing-page .booking-wizard .apartments-ul span.price {
  width: 90px;
  height: 30px;
  position: absolute;
  font-size: 11px;
  color: gray;
  background: white;
  line-height: 30px;
  border-radius: 0 5px 5px 0;
  top: 15px;
  padding-left: 10px;
}
.landing-page .booking-wizard .apartments-ul span.price strong {
  font-size: 14px;
}
.landing-page .booking-wizard .apartments-ul .soldout {
  font-size: 14px;
  color: #fff;
  background-color: #a20e0a;
  width: 90px;
  height: 30px;
  position: absolute;
  line-height: 30px;
  border-radius: 0 5px 5px 0;
  top: 15px;
  padding-left: 10px;
}
.landing-page .booking-wizard .apartments-ul .soldout + .price {
  display: none;
}
.landing-page .booking-wizard .apartments-ul .uk-active h4,
.landing-page .booking-wizard .apartments-ul .uk-active small {
  color: #fff;
}
.landing-page .booking-wizard .apartments-ul .uk-active h4 {
  background: #d29f25;
}
.landing-page .booking-wizard .actions {
  justify-content: space-between;
  padding: 10px 10px;
  align-items: center;
}
.landing-page .booking-wizard .actions ul {
  list-style: none;
  padding: 0;
}
.landing-page .booking-wizard .actions ul li {
  display: inline-block;
  margin-left: 15px;
}
.landing-page .booking-wizard a.uk-button {
  background-color: #d29f25;
  border: #d29f25;
  text-transform: uppercase;
  min-width: 120px;
  line-height: 40px;
  height: 40px;
}
.landing-page .booking-wizard a.uk-button span.uk-icon {
  margin-bottom: -3px;
}
.landing-page .booking-wizard .lightbox > div:not(:first-of-type) {
  opacity: 0;
  width: 0;
  height: 0;
}
.landing-page .booking-wizard .lightbox > div:first-of-type img {
  width: 200px;
  height: 170px;
  object-fit: cover;
  border-radius: 5px;
}
.landing-page .booking-wizard a.uk-inline {
  border-radius: 5px;
  overflow: hidden;
}
.landing-page .booking-wizard .uk-position-cover {
  background: rgba(0, 0, 0, 0.5);
}
.landing-page .booking-wizard ul.uk-switcher {
  touch-action: auto;
}
.landing-page .booking-wizard .apartment_details {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px 25px;
  border-radius: 5px;
}
.landing-page .booking-wizard .apartment_details h5 {
  font-family: "Open Sans", sans-serif;
  color: #707070;
  font-weight: bold;
  margin: 10px;
}
.landing-page .booking-wizard .apartment_details .features img {
  min-height: 32px;
}
.landing-page .booking-wizard .apartment_details .features svg {
  min-width: 40px;
  color: #d29f25;
}
.landing-page .booking-wizard .apartment_details .features p {
  padding: 0px 5px;
}
.landing-page .booking-wizard .apartment_details span.apartment_price {
  font-size: 24px;
  display: inline-block;
  width: -webkit-fill-available;
  padding: 10px;
}
.landing-page .booking-wizard .apartment_details span.apartment_price strong {
  color: #d29f25;
}
.landing-page .booking-wizard .apartment_details a.bg-sky.uk-button {
  display: block;
  font-size: 12px;
  margin-top: 30px;
  font-weight: bold;
}
.landing-page .booking-wizard table strong {
  color: #d29f25;
  font-size: 24px;
}
.landing-page .booking-wizard .uk-table th {
  min-width: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
}
.landing-page .booking-wizard .uk-table td {
  vertical-align: middle;
  font-size: 18px;
  color: #707070;
}
.landing-page .booking-wizard button.remove {
  color: #a20e0a;
  font-size: 14px;
  line-height: 26px;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}
.landing-page .booking-wizard button.remove em {
  transform: rotate(45deg);
}
.landing-page .booking-wizard .uk-table-hover tbody tr:hover {
  background: #c8fafa;
}
.landing-page .booking-wizard .uk-table-striped tbody tr:nth-of-type(1) {
  border-top: none;
}
.landing-page .booking-wizard tbody {
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.landing-page .booking-wizard tbody td:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}
.landing-page .booking-wizard .step3 h4 {
  color: #d29f25;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.landing-page .booking-wizard .step3 > div ul {
  list-style: none;
  grid-template-columns: auto auto;
  padding-left: 0;
}
.landing-page .booking-wizard .step3 > div ul .uk-description-list > * {
  display: inline-block;
}
.landing-page .booking-wizard .uk-description-list > dt {
  color: #707070;
  font-weight: 600;
  text-transform: capitalize;
}
.landing-page .booking-wizard .costs {
  padding-left: 40px;
  border-left: 1px solid #e5e5e5;
  min-width: 140px;
}
.landing-page .booking-wizard .costs dt {
  font-weight: 500;
}
.landing-page .booking-wizard .costs dd {
  margin-left: 0;
  font-size: 24px;
}
.landing-page .booking-wizard .gold {
  color: #d29f25;
}
.landing-page .accommodation {
  background-color: #f2f6fa;
}
.landing-page .accommodation h2 {
  margin: 15px auto 40px;
}
.landing-page .accommodation .uk-panel {
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.landing-page .accommodation .uk-panel h3 {
  font-size: 20px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #fff;
  text-align: left;
  letter-spacing: 0px;
}
.landing-page .accommodation img:not(.icon) {
  min-width: 375px;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}
.landing-page .accommodation .overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 135px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
}
.landing-page .accommodation span strong {
  font-size: 20px;
}
.landing-page .accommodation img.icon {
  margin-right: 7px;
  vertical-align: sub;
}
.landing-page .accommodation .uk-position-bottom {
  padding: 15px 25px 20px;
}
.landing-page .accommodation .uk-grid-margin.uk-first-column {
  margin-top: 0px;
}
.landing-page .facilities h2 {
  color: #fff;
  margin: 15px auto 10px;
}
.landing-page .apartments_features svg.uk-svg {
  height: 60px;
  min-width: 64px;
  color: #2dacad;
}
.landing-page .apartments_features .uk-margin-top {
  padding-right: 20px;
  padding-left: 20px;
}
.landing-page .apartments_features p {
  font-weight: 600;
  min-width: 140px;
  color: #707070;
  text-align: center;
}
.landing-page .display-grid {
  color: #fff;
  display: grid;
  padding-top: 40px;
  grid-template-columns: auto auto auto;
}
.landing-page .gallery-carousel img:not(.icon) {
  width: 100%;
  text-align: center;
  height: 350px;
  object-fit: cover;
}
.landing-page .gallery-carousel .overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
}
.landing-page .to_do {
  --transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.landing-page .to_do h3 {
  margin: 15px auto 60px;
  font-size: 22px;
  letter-spacing: 4px;
  color: #2dacad;
  line-height: 28px;
}
.landing-page .to_do h4 {
  font-size: 16px;
  font-family: "Open Sans";
  transition: var(--transition);
  transform: translateY(45px);
}
.landing-page .to_do img:not(.icon) {
  min-width: 212px;
  width: 100%;
  height: 212px;
  object-fit: cover;
  transition: var(--transition);
  object-position: center;
}
.landing-page .to_do span {
  opacity: 0;
  transition: var(--transition);
  display: block;
  font-size: 12px;
}
.landing-page .to_do a.uk-panel:hover {
  transition: var(--transition);
}
.landing-page .to_do a.uk-panel:hover img {
  transition: var(--transition);
  transform: scale(1.2);
}
.landing-page .to_do a.uk-panel:hover .overlay {
  height: 100%;
  transition: var(--transition);
  background: linear-gradient(0deg, rgba(162, 14, 10, 0.8), rgba(162, 14, 10, 0.8));
}
.landing-page .to_do a.uk-panel:hover h4 {
  transform: translateY(-100%);
}
.landing-page .to_do a.uk-panel:hover span {
  opacity: 1;
  height: unset;
  transform: translateY(-165%);
}
@media (max-width: 959px) {
  .landing-page .booking-wizard h3 {
    font-size: 23px;
    margin-top: 10px;
    text-align: center;
  }
  .landing-page small {
    margin-left: unset;
    display: block;
    width: 100%;
  }
  .landing-page .display-grid {
    grid-template-columns: auto auto;
  }
  .landing-page .costs dt {
    font-weight: 500;
    border-left: 5px solid gray;
    padding-left: 10px;
    margin-left: 15px;
  }
  .landing-page .uk-active h4 {
    padding: 0 10px 10px;
  }
}
@media (max-width: 753px) {
  .landing-page .uk-table {
    text-align: center;
  }
  .landing-page .uk-table tbody tr {
    border-bottom: 20px solid rgba(0, 0, 0, 0.52) !important;
  }
  .landing-page .uk-table,
.landing-page .uk-table tbody,
.landing-page .uk-table tfoot,
.landing-page .uk-table td,
.landing-page .uk-table th,
.landing-page .uk-table tr {
    display: block;
  }
  .landing-page .uk-table td:empty {
    padding: 0;
  }
  .landing-page .uk-table tfoot td.uk-text-center {
    width: 40%;
    display: inline-block !important;
    line-height: 35px;
  }
}
@media (max-width: 639px) {
  .landing-page .header_steps > *,
.landing-page .booking-wizard span.circle,
.landing-page .header_steps > * .steps ul:before {
    --circle-size: 60px;
  }
  .landing-page .display-grid {
    grid-template-columns: auto;
  }
  .landing-page .booking-wizard .uk-subnav-pill a {
    height: 110px;
  }
  .landing-page .apartment_features {
    border-bottom: 1px solid #ccc;
  }
  .landing-page .apartment_features .uk-margin-top {
    margin-top: 0px !important;
    min-width: 139px;
  }
  .landing-page .apartment_features .text-center.uk-flex-around {
    text-align: left;
    padding: 0 10px;
    justify-content: space-evenly;
  }
  .landing-page .booking-wizard .apartment_details .features p {
    display: inline-block;
    margin: 0px 0 10px 0;
    padding: 0px 3px;
  }
  .landing-page .booking-wizard .apartment_details .features img {
    width: 17px;
    min-height: unset;
  }
  .landing-page .booking-wizard .apartment_details .features img + svg {
    max-height: 20px;
    width: auto;
    min-width: unset;
  }
  .landing-page .booking-wizard .apartment_details a.bg-sky.uk-button {
    display: inline-block;
    margin: 20px auto;
    width: 100%;
    margin-top: 0px;
  }
  .landing-page .step2 .uk-padding {
    padding: 30px 0;
  }
  .landing-page .step2 .uk-subnav-pill a {
    height: 150px;
    min-width: unset;
  }
  .landing-page .step2 .apartments-ul h4 {
    padding: 5px 15px;
    min-height: 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
  }
  .landing-page .step2 .apartments-ul span.price {
    width: 80px;
    height: 25px;
    font-size: 9px;
    line-height: 25px;
  }
  .landing-page .step2 .apartments-ul span.price strong {
    font-size: 12px;
  }
  .landing-page .step2 .apartments-ul .soldout {
    font-size: 12px;
    width: 70px;
    height: 25px;
    line-height: 25px;
  }
  .landing-page .step2 .apartment_details {
    padding: 15px 5px;
  }
  .landing-page .step2 h5 {
    text-align: center;
  }
  .landing-page .step2 span.apartment_price {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .landing-page .uk-flex\@s {
    display: flex;
  }
  .landing-page .step3 > div ul {
    display: grid;
  }
  .landing-page .booking-wizard .uk-subnav-pill a {
    min-width: 160px;
  }
}
@media (min-width: 960px) {
  .landing-page .uk-flex\@m {
    display: flex;
  }
  .landing-page .uk-float-left\@m {
    float: left;
  }
  .landing-page .uk-float-right\@m {
    float: right;
  }
  .landing-page .booking-wizard .actions {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .landing-page .uk-flex\@l {
    display: flex;
  }
  .landing-page .uk-d-block\@l {
    display: block;
  }
  .landing-page .banner {
    min-height: 100vh;
  }
  .landing-page .features > div {
    width: 600px;
  }
}
.landing-page html[dir=rtl] .check li {
  margin-right: unset;
  margin-left: -30px;
}
.landing-page html[dir=rtl] .check li:before {
  display: block;
  position: absolute;
  left: unset;
  content: "✓";
  margin: 0px 10px 0px -10px;
  right: -30px;
}
.landing-page html[dir=rtl] .booking-wizard .costs {
  padding-left: unset;
  border-left: unset;
  padding-right: 40px;
  border-right: 1px solid #e5e5e5;
}

/* =========================================================================
                          - Home_Page & Home_Banner -
  =========================================================================*/
.banner-container img.uk-cover {
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.banner-container .uk-slidenav-previous {
  content: url(../images/icons/arrow-l.svg);
  max-width: 30px;
  left: 9.5%;
  top: 57.5%;
}
.banner-container .uk-slidenav-next {
  content: url(../images/icons/arrow-r.svg);
  max-width: 30px;
  right: 9.5%;
  top: 57.5%;
}

.banner {
  /*
  @media (max-width: 700px) {
      video.uk-cover {
          transform: translate(-50%,-50%);
          max-height: 100%;
          top: 0;
          bottom: 0;
      }
  }

  @media (max-width: 460px) {
      video.uk-cover {
          transform: translate(-50%,-50%);
          max-height: 70%;
          top: 0;
          bottom: 0;
      }
  }*/
}
.banner img.uk-cover {
  height: 100vh;
  object-position: top;
}
@media (max-width: 1199px) {
  .banner .uk-position-bottom {
    position: relative !important;
    padding: 60px 5px 0px !important;
  }
}
@media (max-width: 1000px) {
  .banner video.uk-cover {
    transform: translate(-50%, -20%);
    max-height: 100%;
    top: 0;
    bottom: 0;
  }
}
.banner .uk-panel {
  display: none;
}
@media (min-width: 768px) {
  .banner .uk-panel {
    display: block;
    margin: auto;
  }
  .banner .uk-panel > * {
    font-family: "Trajan Pro";
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
  }
  .banner .uk-panel p {
    font-size: 50px;
    line-height: 55px;
    text-shadow: 5px 10px 7px rgba(0, 0, 0, 0.5);
  }
  .banner .uk-panel span {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1200px) {
  .banner .uk-panel p {
    font-size: 60px;
    line-height: 110px;
  }
  .banner .uk-panel span {
    font-size: 32px;
    line-height: 54px;
  }
}

.boxes .uk-card {
  max-height: 150px;
  max-width: fit-content;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.boxes .uk-card a {
  color: #fff;
  display: block;
}
.boxes .uk-card img.card-background {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.boxes .uk-card img.icon {
  transition: all 0.5s ease-in-out;
}
.boxes .uk-card p {
  font-size: 14px;
  line-height: 1.33;
  letter-spacing: 2.4px;
  width: 102px;
  text-align: center !important;
}
.boxes > div:first-child .uk-card .uk-overlay-default {
  background: rgba(45, 172, 173, 0.75);
}
.boxes > div:nth-child(2) .uk-card .uk-overlay-default {
  background: rgba(210, 159, 37, 0.75);
}
.boxes > div:nth-child(3) .uk-card .uk-overlay-default {
  background: rgba(162, 14, 10, 0.75);
}
.boxes > div:nth-child(4) .uk-card .uk-overlay-default {
  background: rgba(0, 136, 55, 0.75);
}
.boxes > div:nth-child(5) .uk-card .uk-overlay-default {
  background: rgba(255, 153, 0, 0.75);
}
.boxes > div:nth-child(6) .uk-card .uk-overlay-default {
  background: rgba(213, 73, 41, 0.75);
  background: rgba(255, 153, 0, 0.75);
}
.boxes > div:last-child .uk-card .uk-overlay-default {
  background: rgba(0, 160, 198, 0.75);
}
.boxes .uk-card:hover {
  transform: translateY(-20px);
}
.boxes .uk-card:hover img.icon {
  transform: translateY(-120px);
}
.boxes .uk-card:hover .uk-position-cover {
  top: 40px;
  background: none;
  transition: all 0.5s ease-in-out;
  padding-top: 0px;
}
.boxes > div:first-child .uk-card:hover .uk-overlay-default {
  background: linear-gradient(to bottom, transparent, rgba(45, 172, 173, 0.75));
}
.boxes > div:nth-child(2) .uk-card:hover .uk-overlay-default {
  background: linear-gradient(to bottom, transparent, rgba(210, 159, 37, 0.75));
}
.boxes > div:nth-child(3) .uk-card:hover .uk-overlay-default {
  background: linear-gradient(to bottom, transparent, rgba(162, 14, 10, 0.75));
}
.boxes > div:nth-child(4) .uk-card:hover .uk-overlay-default {
  background: linear-gradient(to bottom, transparent, rgba(0, 136, 55, 0.75));
}
.boxes > div:nth-child(5) .uk-card:hover .uk-overlay-default {
  background: linear-gradient(to bottom, transparent, rgba(255, 153, 0, 0.75));
}
.boxes > div:last-child .uk-card:hover .uk-overlay-default {
  background: linear-gradient(to bottom, transparent, rgba(0, 160, 198, 0.75));
}
@media (max-width: 1199px) {
  .boxes .uk-card {
    max-height: 100px;
  }
  .boxes .uk-position-cover img.icon {
    display: none;
  }
}

.home-page .intro-text {
  font-size: 18px;
  margin: 0px;
}
.home-page .uk-cover-container img.uk-cover {
  object-fit: cover;
  object-position: center;
}
.home-page .tiles.uk-grid-collapse > div .uk-tile-default {
  background: rgba(255, 255, 255, 0.3);
}
.home-page .tiles.uk-grid-collapse > div .uk-h2 {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 4.8px;
}
.home-page .tiles.uk-grid-collapse > div p.main {
  line-height: 1.63;
  margin-top: -15px;
}
.home-page .tiles.uk-grid-collapse > div .uk-button {
  height: 40px;
  line-height: 38px;
  letter-spacing: 2px;
}
.home-page .tiles.uk-grid-collapse > div img.uk-width-1-1,
.home-page .tiles.uk-grid-collapse > div img.slideshow-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-page .tiles.uk-grid-collapse > div li.uk-transition-active {
  min-height: 100%;
  display: inline-block;
}
.home-page .tiles.uk-grid-collapse > div ul.uk-slideshow-nav {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 20px;
}
.home-page .tiles.uk-grid-collapse > div .carousel {
  text-align: center;
  color: #fff;
}
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel {
  width: 90%;
  height: 200px;
  border-radius: 10px;
  margin: auto;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel img:not(.icon) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel .uk-overlay {
  color: #fff;
  background-image: linear-gradient(to top, transparent, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.08));
  padding: 10px 10px;
  transform: translateY(70%);
  transition: all 0.5s ease-in-out;
}
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel .uk-overlay .rate-stars.uk-iconnav > *,
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel .uk-overlay span.card-header {
  padding-left: 4px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel .uk-overlay span.card-header {
  padding: 5px 15px 0;
}
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel .uk-overlay h3 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  transform: translateY(-340%);
}
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel .uk-overlay span {
  font-size: 12px;
  color: #fff;
  letter-spacing: 2.2px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel:hover {
  transform: translateY(-20px);
}
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel:hover .uk-overlay {
  transform: translateY(0%);
  transition: all 0.5s ease-in-out;
  background: rgba(210, 159, 37, 0.75);
}
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel:hover .uk-overlay .rate-stars.uk-iconnav > *,
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel:hover .uk-overlay span.card-header {
  transform: translateY(0);
  opacity: 1;
}
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel:hover .uk-overlay h3 {
  transform: translateY(0%);
}
.home-page .tiles.uk-grid-collapse > div .carousel .uk-panel:hover .uk-overlay span {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 1120px) {
  .home-page .tiles.uk-grid-collapse > div .carousel {
    min-width: 666px;
    transform: translateX(-155px);
  }
}
@media (min-width: 960px) {
  .home-page .tiles.uk-grid-collapse > div img.uk-width-1-1 {
    min-height: 100%;
  }
  .home-page .tiles.uk-grid-collapse > div ul.uk-slideshow-items {
    min-height: 525px !important;
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .home-page .tiles.uk-grid-collapse > div .uk-tile-default {
    max-width: 460px;
    padding-left: 75px;
  }
  .home-page .tiles.uk-grid-collapse > div:nth-child(even) .uk-tile-default {
    padding-right: 100px;
    padding-left: 0px;
  }
  .home-page .tiles.uk-grid-collapse > div ul.uk-slideshow-items {
    min-height: 608px !important;
    margin-top: 0px;
  }
}
.home-page .HolidayApartments {
  background: url(/Images/backgrounds/apartments.svg) left -13% bottom -5% no-repeat;
}
.home-page .HolidayApartments h1,
.home-page .HolidayApartments h2,
.home-page .HolidayApartments h3 {
  color: #00a0c6;
}
.home-page .HolidayApartments a.uk-button {
  background-color: #2dacad;
}
.home-page .HolidayApartments .booking span.checkin {
  width: 63px;
}
.home-page .HolidayApartments .booking h3 {
  letter-spacing: 3.2px;
  font-size: 16px;
}
@media (max-width: 959px) {
  .home-page .HolidayApartments .booking .uk-flex-inline {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 959px) and (max-width: 1140px) {
  .home-page .HolidayApartments .booking span.checkin {
    display: block;
  }
}
.home-page .HolidayApartments .booking .uk-button:not(.datepaker-btn) {
  min-width: 160px;
  margin-bottom: 0px;
}
@media (min-width: 960px) and (max-width: 1000px) {
  .home-page .HolidayApartments .booking .uk-button:not(.datepaker-btn) {
    min-width: 120px;
    padding: 0;
  }
}
.home-page .HolidayApartments .booking .datepaker-btn {
  border: 1px solid #e5e5e5;
  width: 235px;
  background-color: #fff;
  border-radius: 0;
  color: #707070;
  margin: 0px 10px 20px 0px;
  padding: 0;
}
.home-page .HolidayApartments .booking .datepaker-btn span.uk-icon {
  width: 20px;
  transform: translateX(0px);
}
.home-page .HolidayApartments + .uk-slideshow .uk-dotnav > .uk-active > * {
  background-color: #2dacad;
}
.home-page .LuxuryHotels {
  background: url(/Images/backgrounds/Hotels.svg) right -50% bottom -20% no-repeat;
}
.home-page .LuxuryHotels .uk-h2 {
  color: #d29f25;
}
.home-page .Leisure_Activities {
  background: url(/Images/backgrounds/Activities.svg) left -10% bottom 0% no-repeat;
}
.home-page .Leisure_Activities .uk-h2 {
  color: #a20e0a;
}
.home-page .Leisure_Activities a.uk-button {
  background-color: #a20e0a;
}
@media (min-width: 1120px) {
  .home-page .Leisure_Activities > div .carousel {
    transform: translateX(-65px) !important;
  }
}
.home-page .Leisure_Activities > div .carousel .uk-panel .uk-overlay h3 {
  transform: translateY(-240%);
}
.home-page .Leisure_Activities .uk-panel:hover .uk-overlay {
  background: rgba(162, 14, 10, 0.75) !important;
}
.home-page .Leisure_Activities .uk-dotnav > .uk-active > * {
  background-color: #a20e0a;
  border-color: rgba(162, 14, 10, 0.75);
}
.home-page .InvestmentPlans {
  background: url(/Images/backgrounds/Investment.svg) right 0% bottom -7% no-repeat;
}
.home-page .InvestmentPlans .uk-h2 {
  color: #008837;
}
.home-page .InvestmentPlans a.uk-button {
  background-color: #008837;
}
.home-page .InvestmentPlans .uk-panel:hover .uk-overlay {
  background: rgba(0, 136, 55, 0.75) !important;
}
.home-page .InvestmentPlans .uk-dotnav > .uk-active > * {
  background-color: #008837;
  border-color: rgba(0, 136, 55, 0.75);
}
.home-page .InvestmentPlans > div .carousel .uk-panel .uk-overlay h3 {
  transform: translateY(-200%);
  height: 45px;
}
.home-page .Airport {
  min-height: 380px;
}
.home-page .Airport .uk-tile-default {
  margin-left: auto;
}
.home-page .Airport .uk-h2 {
  color: #d29f25;
}
.home-page .Airport a.uk-button {
  background-color: #d29f25;
  margin-top: 10px;
}
.home-page .Airport:after {
  position: absolute;
  right: -30px;
  top: calc(50% - 35px);
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 30px solid white;
}
@media (min-width: 960px) {
  .home-page .Airport:after {
    content: "";
  }
}
.home-page .Marina {
  min-height: 380px;
}
.home-page .Marina .uk-h2 {
  color: #00a0c6;
}
.home-page .Marina a.uk-button {
  background-color: #00a0c6;
  margin-top: 10px;
}
.home-page .Marina:after {
  position: absolute;
  left: -30px;
  top: calc(50% - 35px);
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 30px solid white;
}
@media (min-width: 960px) {
  .home-page .Marina:after {
    content: "";
  }
}
@media (max-width: 959px) {
  .home-page .tiles > [class*=_img] > img {
    max-height: 500px;
  }
  .home-page .HolidayApartments {
    order: 1;
  }
  .home-page .Apartments_img {
    order: 2;
  }
  .home-page .Hotels_img {
    order: 4;
  }
  .home-page .LuxuryHotels {
    order: 3;
  }
  .home-page .Leisure_Activities {
    order: 5;
  }
  .home-page .Activities_img {
    order: 6;
  }
  .home-page .Investment_img {
    order: 8;
  }
  .home-page .InvestmentPlans {
    order: 7;
  }
  .home-page .Airport {
    order: 9;
    padding-top: 80px;
  }
  .home-page .Airport_img {
    order: 10;
  }
  .home-page .Marina_img {
    order: 12;
  }
  .home-page .Marina {
    order: 11;
    padding-top: 80px;
  }
}

.mini-banner.test-parallax {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}
@media (max-width: 1199px) {
  .mini-banner.test-parallax {
    height: 160px;
  }
}

.home-two {
  /*    @media(min-width:768px) {
      .banner .uk-slideshow-items {
          &:before, &:after {
              content: "";
              width: 17%;
              z-index: 1;
              height: 100%;
              position: absolute;
              background-position: left center;
              background-image: url(/images/banner/decoration.svg);
              //background-color: black;
          }

          &:before {
              left: 0;
              transform: rotate(180deg);
              top: -17px;
          }

          &:after {
              right: 0;
          }
      }
  }*/
}
.home-two .sections > div {
  background-attachment: fixed;
}
.home-two .sections > div:nth-of-type(even) .uk-container {
  text-align: right;
}
.home-two .uk-container {
  height: inherit;
}
.home-two section {
  display: inline-block;
  text-align: center;
  max-width: 400px;
  height: inherit;
  background-blend-mode: color-burn;
  padding-top: 12%;
  padding-bottom: 12%;
}
.home-two p.slogan {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.home-two h1,
.home-two h2 {
  font-size: 24px;
  color: white !important;
  margin: 5px 0 55px 0;
  letter-spacing: 4px;
  text-align: center !important;
}
.home-two a.uk-position-relative {
  overflow: hidden;
  display: block;
  border-radius: 50%;
  max-width: 150px;
  min-height: 110px;
  height: 100%;
  margin: auto;
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.1);
  filter: drop-shadow(1px 1px 4px rgba(255, 255, 255, 0.3));
}
.home-two .uk-position-absolute {
  color: #fff;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  border-radius: 50%;
  transition: all 1s ease-in-out;
  text-align: center !important;
  background: linear-gradient(0, rgba(0, 0, 0, 0.75), transparent);
}
.home-two .uk-position-absolute > span {
  position: inherit;
  transition: all 0.5s ease-in-out;
  /* bottom: calc(100% - 70%);
  left: 0;
  right: 0;
  margin: auto 15%; */
  text-align: center !important;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: max-content;
  max-width: 50%;
  box-sizing: border-box;
}
.home-two .uk-position-absolute i {
  transition: all 0.5s ease-in-out;
  position: relative;
  opacity: 0;
  transform: translate(0px, -30px);
}
.home-two a:not(.uk-button):hover span {
  opacity: 0;
  transform: translate(50%, 100%);
}
.home-two a:not(.uk-button):hover i {
  transform: translate(0px, 50px);
  opacity: 1;
}
.home-two .sections > div:first-child .uk-grid > div:last-child .uk-position-absolute,
.home-two .sections > div:nth-child(4) .uk-grid > div:last-child .uk-position-absolute {
  background: rgba(0, 0, 0, 0.75);
}
.home-two a.uk-button {
  margin: 50px 10px -50px;
  padding: 0 10px 0 15px;
}
@media (max-width: 1199px) {
  .home-two a.uk-button {
    margin: 50px 10px 0px;
  }
}
.home-two .HolidayApartments {
  background-color: rgba(45, 172, 173, 0.9);
}
.home-two .LuxuryHotels {
  background-color: rgba(194, 149, 51, 0.85);
}
.home-two .LuxuryHotels a.uk-button:hover {
  background-color: #d29f25;
}
.home-two .Leisure_Activities {
  background-color: rgba(161, 24, 59, 0.85);
}
.home-two .InvestmentPlans {
  background-color: rgba(86, 136, 14, 0.85);
}
.home-two .HolidayApartments {
  background-color: rgba(45, 172, 173, 0.85);
}
.home-two .Airport_v2 {
  background-color: rgba(224, 114, 25, 0.85);
}
.home-two .Marina_v2 {
  background-color: rgba(43, 201, 220, 0.85);
}
.home-two .Airport_v2 p.slogan, .home-two .Marina_v2 p.slogan {
  font-size: 20px;
}
.home-two .Airport_v2 h2, .home-two .Marina_v2 h2 {
  letter-spacing: 3px;
}
.home-two .Airport_v2 h2 + p.main, .home-two .Marina_v2 h2 + p.main {
  color: #fff;
  margin-top: -40px;
}
.home-two .Airport_v2 a.uk-position-relative, .home-two .Marina_v2 a.uk-position-relative {
  height: 135px;
  width: 135px;
}
@media (min-width: 500px) {
  .home-two .Airport_v2 a.uk-position-relative, .home-two .Marina_v2 a.uk-position-relative {
    height: 150px;
    width: 150px;
  }
}
.home-two .Airport_v2 .uk-position-absolute, .home-two .Marina_v2 .uk-position-absolute {
  background: linear-gradient(0, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.65));
}
.home-two .Airport_v2 .uk-position-absolute > span, .home-two .Marina_v2 .uk-position-absolute > span {
  bottom: 18%;
}
@media (max-width: 639px) {
  .home-two .sections > div {
    background-image: none !important;
  }
  .home-two .section {
    max-width: 100%;
  }
}

/* =========================================================================
                          - Common Sections & Divs -
  =========================================================================*/
.mini-banner .boxes .uk-card {
  border-radius: 10px 10px 0 0;
  height: 60px;
  min-width: 146px;
  transition: all 0.3s ease-in-out;
}
.mini-banner .boxes .uk-card a {
  height: 100%;
}
.mini-banner .boxes .uk-card img.icon, .mini-banner .boxes .uk-card svg.icon {
  width: 0;
  height: 0;
  transform: translateX(-100px);
  opacity: 0;
}
.mini-banner .boxes .uk-card:hover {
  transform: translateY(0px);
  height: 170px;
}
.mini-banner .boxes .uk-card:hover img.icon, .mini-banner .boxes .uk-card:hover svg.icon {
  width: 100%;
  height: 100%;
  transform: translateX(0);
  opacity: 1;
}
.mini-banner .boxes .uk-card:hover .uk-overlay-default {
  padding-top: 35px;
  top: 0;
}
.mini-banner .boxes .uk-card.active {
  transform: translateY(0px);
  height: 60px;
  opacity: 0;
  animation-name: show;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes show {
  from {
    opacity: 0;
    height: 60px;
  }
  to {
    opacity: 1;
    height: 170px;
  }
}
.mini-banner .boxes .uk-card.active img.icon, .mini-banner .boxes .uk-card.active svg.icon {
  width: 100%;
  height: 100%;
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s ease-in-out !important;
}
.mini-banner .boxes .uk-card.active .uk-overlay-default {
  padding-top: 35px;
  top: 0;
}
@media (max-width: 1199px) {
  .mini-banner .boxes .uk-card {
    width: 100%;
    text-align: center;
    min-height: 100px;
    border-radius: 10px;
  }
}
.mini-banner .boxes > div:first-child .uk-card .uk-overlay-default {
  background: rgba(45, 172, 173, 0.75);
}
.mini-banner .boxes > div:nth-child(2) .uk-card .uk-overlay-default {
  background: rgba(210, 159, 37, 0.75);
}
.mini-banner .boxes > div:nth-child(3) .uk-card .uk-overlay-default {
  background: rgba(162, 14, 10, 0.75);
}
.mini-banner .boxes > div:nth-child(4) .uk-card .uk-overlay-default {
  background: rgba(0, 136, 55, 0.75);
}
.mini-banner .boxes > div:nth-child(5) .uk-card .uk-overlay-default {
  background: rgba(177, 114, 182, 0.75);
}
.mini-banner .boxes > div:last-child .uk-card .uk-overlay-default {
  background: rgba(10, 80, 161, 0.75);
}
.mini-banner .boxes > div {
  /*  
  &:first-child .uk-card .uk-overlay-default {
      background: rgba(210, 159, 37, 0.75); //Luxury Hotels
  }

  &:nth-child(2) .uk-card .uk-overlay-default {
      background: rgba(45, 172, 173, 0.75); //HOLIDAY APARTMENTS
  }

  &:nth-child(3) .uk-card .uk-overlay-default {
      background: rgba(162, 14, 10, 0.75); //Things To Do
  }

  &:nth-child(4) .uk-card .uk-overlay-default {
      background: rgba(10, 80, 161, 0.75); //Services
  }

  &:nth-child(5) .uk-card .uk-overlay-default {
      background: rgba(177, 114, 182, 0.75); //Gallery
  }

  &:last-child .uk-card .uk-overlay-default {
      background: rgba(0, 136, 55, 0.75); //Investment Plans
  }

  */
}

/* =========================================================================
                       - Hotels Listing Page -
  =========================================================================*/
.hotels_listing-page .listing_sections {
  /* Start Carousel*/
  /* End Carousel*/
}
.hotels_listing-page .listing_sections .uk-card:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(/Images/backgrounds/bg_Pattern_Repeat.svg);
  background-color: #d29f25;
  z-index: -1;
}
.hotels_listing-page .listing_sections .uk-card:after {
  content: "";
  width: 100%;
  position: absolute;
  background: rgba(210, 159, 37, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.hotels_listing-page .listing_sections .uk-card-body {
  background: #fff;
}
.hotels_listing-page .listing_sections h2 {
  line-height: 1.3;
  letter-spacing: 4.8px;
  color: #d29f25;
  margin: 0 0 0px 0;
}
.hotels_listing-page .listing_sections p span {
  font-size: 20px;
  font-weight: 600;
  color: #d29f25;
}
.hotels_listing-page .listing_sections .uk-svg {
  color: #d29f25;
}
.hotels_listing-page .listing_sections .uk-iconnav > * {
  padding-left: 5px;
}
.hotels_listing-page .listing_sections .features p {
  margin-top: 15px;
}
.hotels_listing-page .listing_sections .features img,
.hotels_listing-page .listing_sections .features svg {
  min-height: 33px;
}
.hotels_listing-page .listing_sections a.uk-button {
  background: #d29f25;
  min-width: 48%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 5px;
  border: 1.2px solid #d29f25;
  text-align: center !important;
}
.hotels_listing-page .listing_sections a.uk-button:last-child {
  background: #fff;
  border: 1.2px solid rgba(0, 0, 0, 0.1);
  color: #707070;
}
.hotels_listing-page .listing_sections a.uk-button span.uk-icon {
  vertical-align: text-top;
}
.hotels_listing-page .listing_sections ul.uk-slideshow-items {
  min-height: 400px !important;
}
.hotels_listing-page .listing_sections .uk-dotnav > * > * {
  border: 1px solid #707070;
  background: #707070;
}
.hotels_listing-page .listing_sections .uk-dotnav > .uk-active > * {
  background-color: #fff;
  border-color: #fff;
}
.hotels_listing-page .listing_sections section.uk-card:nth-child(even) .uk-card-body {
  border: 1px solid #e5e5e5;
}
.hotels_listing-page .listing_sections section.uk-card:nth-child(even) p span {
  color: #707070;
}
.hotels_listing-page .listing_sections section.uk-card:nth-child(even) .uk-dotnav > .uk-active > * {
  background-color: #d29f25;
  border-color: #d29f25;
}
@media (max-width: 1199px) {
  .hotels_listing-page .listing_sections .uk-card-body {
    text-align: center;
  }
  .hotels_listing-page .listing_sections .uk-flex-middle {
    display: block;
    padding-top: 10px;
  }
  .hotels_listing-page .listing_sections .uk-iconnav {
    justify-content: center;
  }
  .hotels_listing-page .listing_sections p.uk-margin-left {
    margin-left: 0px !important;
  }
  .hotels_listing-page .listing_sections .uk-cover-container {
    order: 2;
  }
  .hotels_listing-page .listing_sections .uk-dotnav > .uk-active > * {
    background-color: #fff !important;
    border-color: #fff !important;
  }
}
@media (max-width: 639px) {
  .hotels_listing-page .listing_sections .features p {
    padding: 0 10px;
  }
  .hotels_listing-page .listing_sections a.uk-button {
    margin-bottom: 15px;
    display: block;
  }
}
@media (min-width: 960px) {
  .hotels_listing-page .listing_sections a.uk-button:last-child {
    margin-left: 3%;
  }
}
@media (min-width: 1200px) {
  .hotels_listing-page .listing_sections .uk-card-body {
    padding: 50px 40px 50px 90px;
    max-height: 430px;
  }
  .hotels_listing-page .listing_sections .uk-cover-container {
    transform: translate(60px, -40px);
  }
  .hotels_listing-page .listing_sections ul.uk-slideshow-items {
    min-height: 400px !important;
  }
  .hotels_listing-page .listing_sections section.uk-card:nth-child(even) {
    background: none;
  }
  .hotels_listing-page .listing_sections section.uk-card:nth-child(even):before, .hotels_listing-page .listing_sections section.uk-card:nth-child(even):after {
    content: none;
  }
  .hotels_listing-page .listing_sections section.uk-card:nth-child(even) .uk-card-body {
    padding: 50px 70px 50px 60px;
  }
  .hotels_listing-page .listing_sections section.uk-card:nth-child(even) .uk-cover-container {
    transform: translate(-60px, -40px);
  }
  .hotels_listing-page .listing_sections section.uk-card:nth-child(even) .uk-card-media-right {
    order: 2;
  }
}
.hotels_listing-page .uk-margin-medium-bottom:last-child {
  margin-bottom: 0px !important;
}

/* =========================================================================
                        - Hotel Details Page -
  =========================================================================*/
.hotel_details-page h2 {
  color: #d29f25;
  font-size: 24px;
  letter-spacing: 4px;
}
.hotel_details-page .banner {
  overflow: hidden;
  color: #fff;
}
.hotel_details-page .banner .uk-slideshow-items > * {
  max-height: 250px;
}
@media (min-width: 450px) {
  .hotel_details-page .banner .uk-slideshow-items > * {
    max-height: unset;
  }
}
@media (min-width: 768px) {
  .hotel_details-page .banner .uk-slideshow-items {
    min-height: 35vh !important;
  }
  .hotel_details-page .banner .uk-slideshow-items > * {
    max-height: 380px;
  }
}
@media (min-width: 1200px) {
  .hotel_details-page .banner {
    max-height: 100vh;
  }
  .hotel_details-page .banner .uk-slideshow-items {
    min-height: 100vh !important;
  }
  .hotel_details-page .banner .uk-slideshow-items > * {
    max-height: unset;
  }
}
.hotel_details-page .title_box .logo.uk-overlay {
  max-width: 200px;
  padding: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  background-color: #2dacad;
}
.hotel_details-page .title_box .logo img {
  min-height: 105px;
  height: 100%;
  object-fit: contain;
}
.hotel_details-page .title_box a {
  color: #fff;
}
.hotel_details-page .title_box a svg {
  width: 30px;
}
.hotel_details-page .title_box .uk-iconnav > *:not(:first-child) {
  padding-left: 5px;
}
.hotel_details-page .title_box h1 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0 5px 0;
}
.hotel_details-page .title_box p {
  text-align: left;
}
.hotel_details-page .title_box strong {
  font-size: 30px;
  line-height: 26px;
  margin: 0;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
}
.hotel_details-page .title_box .button {
  min-width: 150px;
  transition: all 0.3s ease-in-out;
}
.hotel_details-page .title_box .button:hover {
  background: #a57d1d !important;
}
@media (max-width: 1199px) {
  .hotel_details-page .title_box h1 {
    font-size: 23px;
    text-align: center;
  }
  .hotel_details-page .title_box .hotel_price {
    margin-top: 0px;
  }
}
@media (max-width: 821px) {
  .hotel_details-page .title_box {
    border-left: 1px solid #2dacad;
    border-bottom: 1px solid #d29f25;
  }
  .hotel_details-page .title_box .hotel_price {
    padding-left: 20px;
  }
  .hotel_details-page .title_box .uk-flex-1 {
    flex: auto;
    width: 100%;
    order: -1;
  }
  .hotel_details-page .title_box .logo.uk-overlay {
    max-height: 150px;
    margin: auto;
    border: none;
  }
}
@media (max-width: 410px) {
  .hotel_details-page .title_box h1 {
    font-size: 20px;
  }
  .hotel_details-page .title_box .logo.uk-overlay {
    margin: 0;
    max-width: max-content;
    padding: 0px 5px;
    border: 1px solid rgba(255, 255, 255, 0.8);
  }
  .hotel_details-page .title_box .logo.uk-overlay img {
    width: 160px;
    display: inline-block;
  }
  .hotel_details-page .title_box .button {
    width: fit-content;
    min-width: 140px;
    margin-left: auto;
  }
}
@media (min-width: 822px) {
  .hotel_details-page .title_box .logo.uk-overlay {
    padding: 0px 25px;
  }
}
.hotel_details-page main .uk-flex {
  padding: 30px 0px 50px;
}
.hotel_details-page main hr.uk-divider-vertical {
  padding: 0;
  margin: 0 0px 0 15px;
  min-height: 70px;
  height: auto;
}
.hotel_details-page main .overview p {
  max-width: 740px;
}
.hotel_details-page main a {
  color: #707070;
}
.hotel_details-page main a:hover {
  color: #2dacad;
}
.hotel_details-page main span.uk-icon {
  margin-right: 10px;
  color: #d29f25;
}
.hotel_details-page main .hotel-contact p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.hotel_details-page main p.tripadvisor {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 65vw;
  margin-right: auto;
  width: 300px;
}
@media (max-width: 1199px) {
  .hotel_details-page main {
    text-align: center;
  }
  .hotel_details-page main .uk-flex > div {
    width: 100%;
  }
  .hotel_details-page main .overview p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 639px) {
  .hotel_details-page main p.tripadvisor {
    margin-left: auto;
  }
}
.hotel_details-page .breadcrumb2 {
  background-color: #f8f8f8;
  padding: 20px;
  margin: 0px 0 30px;
}
.hotel_details-page .breadcrumb2 p {
  margin-bottom: 0;
}
.hotel_details-page .breadcrumb2 a, .hotel_details-page .breadcrumb2 span {
  margin-right: 10px;
  margin-left: 10px;
}
.hotel_details-page .breadcrumb2 a {
  font-weight: bold;
}
.hotel_details-page .features {
  background-color: rgba(112, 112, 112, 0.05);
}
.hotel_details-page .features .uk-margin-top {
  padding: 0 5px;
}
.hotel_details-page .features img,
.hotel_details-page .features svg {
  height: 65px;
  width: auto;
  color: #d29f25;
  max-width: 85px;
}
@media (max-width: 1199px) {
  .hotel_details-page .features img,
.hotel_details-page .features svg {
    height: 45px;
    width: auto;
    color: #d29f25;
  }
}
.hotel_details-page .carousel .uk-grid > * {
  padding-left: 0px;
}
.hotel_details-page .carousel .uk-overlay-default {
  opacity: 0;
}
.hotel_details-page .carousel .uk-active .uk-overlay-default {
  opacity: 1;
  background: rgba(210, 159, 37, 0.8);
  color: #fff;
  text-align: center !important;
  max-width: 786px;
  margin: auto;
  border-radius: 5px;
  bottom: 50px;
}
.hotel_details-page .carousel h3 {
  letter-spacing: 3.8px;
  text-align: center !important;
  text-transform: uppercase;
}
.hotel_details-page .carousel .uk-panel img {
  width: 100%;
}
.hotel_details-page .carousel .uk-flex-inline {
  margin: 0 10px;
  margin-top: 25px;
}
.hotel_details-page .carousel .room-features svg {
  color: white;
}
.hotel_details-page .carousel span {
  padding-left: 10px;
  text-align: left;
  height: 32px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  align-items: center;
  display: flex;
}
.hotel_details-page .carousel .uk-slider-items > li:after {
  content: "";
  right: -17%;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(139, 75, 75, 0), transparent);
  width: 17%;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.hotel_details-page .carousel .uk-slider-items > li:before {
  content: "";
  left: -17%;
  top: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), transparent);
  width: 17%;
  position: absolute;
  transition: all 0s ease-in-out;
  z-index: 1;
}
.hotel_details-page .carousel li.uk-active:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent);
}
.hotel_details-page .carousel li.uk-active:before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.75), transparent);
}
@media (max-width: 992px) {
  .hotel_details-page .carousel .uk-width-3-4 {
    width: 100%;
  }
  .hotel_details-page .carousel .uk-position-bottom {
    position: relative !important;
    top: 0;
    max-width: 100% !important;
    padding-right: 0px;
  }
  .hotel_details-page .carousel .room-features {
    padding: 0 20px;
  }
}
.hotel_details-page .about {
  position: relative;
  text-align: center;
}
.hotel_details-page .about .video > div {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}
.hotel_details-page .about img {
  width: 100%;
  object-fit: cover;
}
.hotel_details-page .about ul.uk-slideshow-nav {
  margin-left: 10px;
  margin-top: -30px;
  position: relative;
}
.hotel_details-page .about .uk-dotnav > * {
  cursor: pointer;
}
.hotel_details-page .about .uk-dotnav > * > * {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #ffffff;
  pointer-events: none;
  cursor: pointer;
}
.hotel_details-page .about .uk-dotnav > .uk-active > * {
  background-color: #d29f25c2;
  border-color: #d29f25;
}
@media (min-width: 1200px) {
  .hotel_details-page .about {
    text-align: left;
  }
  .hotel_details-page .about:before {
    content: "";
    width: 44%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(/Images/backgrounds/bg_Pattern_Repeat.svg);
    background-color: #d29f25;
    z-index: -1;
  }
  .hotel_details-page .about:after {
    content: "";
    width: 44%;
    position: absolute;
    background: rgba(210, 159, 37, 0.5);
    top: 0%;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

/* =========================================================================
                       - Apartments Listing Page -
  =========================================================================*/
.Apartments_listing-page {
  /*  .uk-text-truncate {
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }*/
}
.Apartments_listing-page .uk-tile-default h1 {
  color: #00a0c6;
}
.Apartments_listing-page .apartments_features .uk-card {
  margin: 0 7.5px;
}
.Apartments_listing-page .apartments_features svg.uk-svg {
  height: 60px;
  min-width: 64px;
  color: #2dacad;
}
.Apartments_listing-page .apartments_features p {
  font-weight: 600;
  min-width: 140px;
  text-align: center !important;
  margin: 20px -40px 0 -40px;
}
@media (max-width: 800px) {
  .Apartments_listing-page .apartments_features .uk-card {
    margin: 0 0;
    padding: 20px 20px;
  }
  .Apartments_listing-page .apartments_features svg.uk-svg {
    height: 40px;
  }
  .Apartments_listing-page .apartments_features p {
    min-width: auto;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
  }
}
.Apartments_listing-page .apartments_features .amenities:not(.new) .uk-card {
  padding: 20px 30px;
  border-radius: 20px;
  background: rgba(45, 172, 173, 0.55);
  color: #fff;
}
.Apartments_listing-page .apartments_features .amenities:not(.new) p {
  max-width: 80%;
  margin: auto;
  min-height: 46px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Apartments_listing-page .apartments_features .amenities.new li {
  text-align: left;
  font-weight: 400;
  position: relative;
  margin: 5px 0;
}
.Apartments_listing-page .apartments_features .amenities.new li:before {
  display: block;
  position: absolute;
  left: 18px;
  top: 0px;
  content: "✓";
  color: #d29f25;
}
.Apartments_listing-page .listing_sections {
  background-color: rgba(112, 112, 112, 0.1);
}
.Apartments_listing-page .listing_sections hr.uk-divider-vertical {
  height: 50px;
}
.Apartments_listing-page .listing_sections h2,
.Apartments_listing-page .listing_sections h3 {
  color: #2dacad;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-left: 15px;
}
.Apartments_listing-page .listing_sections .price {
  font-size: 20px;
  font-weight: 500;
  color: #d29f25;
}
.Apartments_listing-page .listing_sections .price sub {
  font-size: 13px;
  bottom: 0;
}
.Apartments_listing-page .listing_sections .card-media .lightbox {
  position: relative;
  transition: all 1s ease-in-out;
}
.Apartments_listing-page .listing_sections .card-media .lightbox .lightbox_gallery {
  position: relative;
  width: 459px;
  height: 416px;
  max-width: 100%;
}
.Apartments_listing-page .listing_sections .card-media .lightbox a.uk-inline {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.Apartments_listing-page .listing_sections .card-media .lightbox a.uk-inline img {
  position: absolute;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}
.Apartments_listing-page .listing_sections .card-media .lightbox a.uk-inline::after {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.Apartments_listing-page .listing_sections .card-media .lightbox a.uk-inline:hover:after {
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.Apartments_listing-page .listing_sections .card_details {
  width: 60%;
  display: inline-block;
}
.Apartments_listing-page .listing_sections .features img, .Apartments_listing-page .listing_sections .features svg {
  min-height: 32px;
  max-height: 33px;
  color: #d29f25;
}
.Apartments_listing-page .listing_sections .features p {
  padding: 0px 5px;
}
.Apartments_listing-page .listing_sections .features .uk-slidenav-next {
  margin-left: -10px;
}
.Apartments_listing-page .listing_sections .features .uk-slidenav-previous {
  margin-right: -10px;
}
.Apartments_listing-page .listing_sections .features .uk-icon.uk-slidenav {
  border: 2px solid;
  color: #2dacad;
  border-radius: 50%;
  transform: translateY(-40px);
  background: #fff;
}
.Apartments_listing-page .listing_sections .features .uk-icon [stroke*="#"]:not(.uk-preserve) {
  stroke: #d29f25;
  stroke-width: 3px;
}
.Apartments_listing-page .listing_sections .uk-card-footer {
  background-color: #2dacad;
  color: #fff;
  padding: 30px;
  border-top: none;
  border-top: 1px solid rgba(255, 255, 255, 0);
}
.Apartments_listing-page .listing_sections .uk-card-footer p {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  padding: 0 20px;
}
.Apartments_listing-page .listing_sections .uk-card-footer .price {
  min-width: 200px;
  display: flex;
  flex-direction: column-reverse;
}
.Apartments_listing-page .listing_sections .uk-card-footer .price span {
  font-size: 20px;
}
.Apartments_listing-page .listing_sections .uk-card-footer .price sub {
  font-size: 15px;
}
.Apartments_listing-page .listing_sections .uk-card-footer .price > * {
  font-weight: bolder;
  display: inline-block;
}
.Apartments_listing-page .listing_sections .uk-card-footer .dt {
  font-size: 20px;
}
.Apartments_listing-page .listing_sections .uk-card-footer .dd {
  font-size: 15px;
}
.Apartments_listing-page .listing_sections .uk-card-footer a.uk-button {
  min-width: 225px;
  height: 90px;
  line-height: 90px;
  margin: 0;
  position: relative;
  border-radius: 0;
}
.Apartments_listing-page .listing_sections .uk-card-footer p.total, .Apartments_listing-page .listing_sections .uk-card-footer .title {
  font-size: 20px;
}
.Apartments_listing-page .listing_sections .uk-card-footer:nth-of-type(3) {
  background-color: #168E8F;
}
.Apartments_listing-page .listing_sections .uk-card-footer:nth-of-type(3) .price {
  margin-right: 20px;
  min-width: unset;
}
.Apartments_listing-page .listing_sections .uk-card-footer:nth-of-type(3) button.uk-button {
  min-width: 80px;
  margin-right: 20px;
  padding: 0 20px;
}
.Apartments_listing-page .listing_sections .uk-form-label {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.Apartments_listing-page .listing_sections dl.total {
  display: inline-block;
}
.Apartments_listing-page .listing_sections button.uk-button {
  line-height: 40px;
  height: 40px;
  background: #fff;
  color: gray;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 12px;
  padding: 0 0px;
  min-width: 200px;
}
.Apartments_listing-page .listing_sections span.uk-icon {
  width: auto;
  transform: translateX(0px);
}
.Apartments_listing-page .listing_sections .currency-button {
  /*
  select option[value="USD"] {
      background-image: url(../images/flags/USD.png);
  }

  select option[value="EUR"] {
      background-image: url(../images/flags/EUR.png);
  }

  select option[value="EGP"] {
      background-image: url(../images/flags/EGP.png);
  }*/
}
.Apartments_listing-page .listing_sections .currency-button .uk-button {
  min-width: 160px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: -10px;
}
.Apartments_listing-page .listing_sections .currency-button .uk-dropdown {
  margin-top: 0px;
  min-width: 160px;
  padding: 15px 0px;
  text-align: left;
}
.Apartments_listing-page .listing_sections .currency-button img {
  height: 20px;
  width: 30px;
  text-align: left;
  margin-right: 7px;
  margin-top: -2px;
}
.Apartments_listing-page .listing_sections .currency-button li {
  transition: all 0.3s ease-in-out;
}
.Apartments_listing-page .listing_sections .currency-button li:hover {
  background: rgba(0, 0, 0, 0.09);
}
.Apartments_listing-page .listing_sections .currency-button .uk-dropdown-nav > li > a {
  color: #707070;
  padding: 5px 25px;
}
.Apartments_listing-page .listing_sections .booking {
  margin: 0;
  margin-left: auto;
  border-radius: 0;
  font-size: 20px;
  height: 66px;
  line-height: 66px;
  border: none !important;
}
@media (min-width: 395px) and (max-width: 891px) {
  .Apartments_listing-page .listing_sections dl.total {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1245px) {
  .Apartments_listing-page .listing_sections .card-media .lightbox .lightbox_gallery {
    width: 440px;
  }
}
@media (max-width: 1199px) {
  .Apartments_listing-page .listing_sections .card-media {
    width: 100%;
  }
  .Apartments_listing-page .listing_sections .card-media .lightbox .lightbox_gallery {
    width: 100vw;
  }
  .Apartments_listing-page .listing_sections .card-media img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .Apartments_listing-page .listing_sections .card_details {
    width: 100%;
    margin-left: 0px;
    display: inline-block;
    text-align: center;
  }
}
@media (max-width: 890px) {
  .Apartments_listing-page .listing_sections .uk-card-footer {
    padding: 20px;
  }
  .Apartments_listing-page .listing_sections .uk-card-footer > * {
    margin: 10px auto;
    text-align: center !important;
    width: 100%;
    justify-content: center;
  }
  .Apartments_listing-page .listing_sections .uk-card-footer a.uk-button {
    height: 50px;
    line-height: 50px;
  }
  .Apartments_listing-page .listing_sections .uk-card-footer hr.uk-divider-vertical {
    display: none !important;
  }
}
@media (max-width: 505px) {
  .Apartments_listing-page .listing_sections .uk-card-footer p {
    text-align: center !important;
  }
  .Apartments_listing-page .listing_sections p.total {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 20px !important;
    display: block;
  }
  .Apartments_listing-page .listing_sections hr.uk-divider-vertical + * {
    width: 40% !important;
  }
  .Apartments_listing-page .listing_sections .uk-margin-left.price.text-white {
    margin-left: 0px !important;
    margin: 15px 0px 5px;
  }
  .Apartments_listing-page .listing_sections .apartment .uk-card-footer:nth-of-type(3) .price {
    min-width: 90px;
    margin-right: 2px !important;
  }
  .Apartments_listing-page .listing_sections .apartment .uk-card-footer:nth-of-type(3) .price span {
    font-size: 15px;
  }
  .Apartments_listing-page .listing_sections .apartment .uk-card-footer:nth-of-type(3) button.uk-button {
    width: 100%;
    min-width: 150px;
    margin-right: 0;
    padding: 0 10px;
  }
  .Apartments_listing-page .listing_sections .apartment .uk-card-footer:nth-of-type(3) p.total {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 20px !important;
    display: block;
  }
  .Apartments_listing-page .listing_sections .apartment .uk-card-footer:nth-of-type(3) a.uk-button.bg-gold.booking {
    width: 100%;
  }
  .Apartments_listing-page .listing_sections .apartment .uk-card-footer:nth-of-type(3) a.uk-button.bg-gold.booking span.uk-icon {
    transform: translateY(10px);
  }
}
.Apartments_listing-page .soldout .ribbon {
  display: block !important;
  color: #fff;
  font-size: 20px;
  font-family: "Trajan Pro";
  position: absolute;
  width: 330px;
  transform: rotate(-45deg) translate(-105px, 0px);
  padding: 5px;
  z-index: 2;
  user-select: none;
}
.Apartments_listing-page .soldout .uk-card-footer, .Apartments_listing-page .soldout .booking {
  display: none;
}

.checkout-page .booked > * > * {
  font-size: 22px !important;
}
.checkout-page .breadcrumb a.uk-button {
  height: 40px;
  line-height: 40px;
  min-width: 130px;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 12px !important;
}
.checkout-page .breadcrumb a.uk-button:hover {
  min-width: 130px;
}
.checkout-page .checkout-bg {
  background-color: #F2F6FA;
}
.checkout-page .booked-row {
  background: #F8F8F8;
}
.checkout-page .booked-row > * {
  min-width: 135px;
}
.checkout-page .booked-row > *:nth-child(odd) {
  background: #fff;
}
.checkout-page .booked-row h2 {
  color: #2dacad;
  font-size: 24px;
}
.checkout-page .booked-row .image {
  width: 245px;
}
.checkout-page .booked-row p {
  font-size: 18px;
}
.checkout-page .booked-row p img {
  margin-right: 5px;
}
.checkout-page .booked-row strong {
  color: #d29f25;
  margin-top: 20px;
}
.checkout-page .booked-row strong + * {
  line-height: 30px;
  height: 40px;
  display: inline-grid;
  align-content: center;
}
.checkout-page .booked-row strong.total {
  font-size: 24px;
  margin-bottom: 8px;
}
.checkout-page .booked-row select {
  padding: 10px;
}
.checkout-page .booked-row .uk-button {
  background: #fff;
  border-color: #eee;
  min-width: 108px;
  width: 108px;
  line-height: 40px;
  height: 40px;
  color: gray;
  padding: 0 20px;
  margin: auto;
}
.checkout-page .booked-row span.uk-icon {
  width: unset;
  transform: unset;
}
.checkout-page .booked-row i.uk-icon {
  border: 1px solid;
  border-radius: 50%;
  padding: 2px;
  width: 12px;
  vertical-align: text-bottom;
}
@media (max-width: 959px) {
  .checkout-page .booked-row {
    margin-left: 0;
  }
  .checkout-page .booked-row > * {
    background: #fff;
    border: 1px solid #f8f8f8;
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  .checkout-page .booked-row > div:nth-of-type(2) {
    padding-left: 50px;
  }
}
.checkout-page h2 {
  color: #2dacad;
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
}
.checkout-page .information .uk-form-label {
  color: #707070;
  font-size: 15px;
}
.checkout-page .information input.uk-input,
.checkout-page .information select.uk-select {
  height: 35px !important;
}
.checkout-page .information input.uk-input:focus,
.checkout-page .information select.uk-select:focus {
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #d29f25;
}
.checkout-page .information textarea:focus {
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #d29f25;
}
.checkout-page .total-footer {
  background-color: #1F9697;
}
.checkout-page .total-footer span {
  font-size: 20px;
}
.checkout-page .total-footer .uk-icon {
  color: gold;
}
.checkout-page .total-footer b {
  font-size: 30px;
}
.checkout-page .text-gold {
  color: #d29f25;
}

.receipt-page .receipt-bg {
  background-color: #F2F6FA;
}
.receipt-page h1, .receipt-page h2, .receipt-page h3 {
  color: #2dacad;
}
.receipt-page dl {
  min-width: 230px;
  display: flex;
  justify-content: space-between;
}
.receipt-page dt, .receipt-page dd {
  display: inline-block;
}
.receipt-page .uk-table thead th {
  font-size: 18px;
  color: #707070;
  text-align: center;
}
.receipt-page .uk-table > * > tr > td:nth-child(1), .receipt-page .uk-table > * > tr > th:nth-child(1) {
  text-align: left;
}
.receipt-page .uk-table tfoot {
  border-top: 1px solid #e5e5e5;
}
.receipt-page .uk-table tfoot td {
  text-align: center;
}
.receipt-page .uk-table .total b {
  font-size: 18px;
  transform: translateY(3px);
  display: block;
}
.receipt-page .uk-table .price {
  font-size: 21px;
}
.receipt-page .uk-table tfoot .price {
  background: #eee;
}
@media (max-width: 959px) {
  .receipt-page .confirmation {
    padding: 0;
  }
  .receipt-page .uk-table > * > tr > td:nth-child(1) {
    text-align: center !important;
  }
  .receipt-page .uk-table.uk-table-responsive tfoot {
    width: 100%;
    display: inline-block;
  }
  .receipt-page .uk-table.uk-table-responsive tfoot tr {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .receipt-page .uk-table.uk-table-responsive tfoot tr td {
    padding: 20px 0 !important;
    width: 49% !important;
    display: inline-block;
  }
  .receipt-page .uk-table.uk-table-responsive tfoot tr td:nth-child(1) {
    display: none;
  }
  .receipt-page .uk-text-muted {
    white-space: nowrap;
  }
}

/* =========================================================================
                       - Activities Pages -
  =========================================================================*/
/* ----------------------------------------- */
.activities-page main h1 {
  font-size: 32px;
  color: #d29f25;
  line-height: 30px;
  letter-spacing: 3.5px;
  margin-bottom: 10px;
}
.activities-page main h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #707070;
  letter-spacing: 1.75px;
  margin-top: 0px;
}
.activities-page main ul.uk-tab:before {
  content: none;
}
.activities-page main ul.uk-tab > * {
  margin: auto;
}
.activities-page main ul.uk-tab a {
  height: 45px;
  min-width: 200px;
  margin: 0 0 5px;
  border-radius: 5px;
  display: flex;
  padding: 5px 15px;
  align-items: center;
  justify-content: space-between;
  border: 5px solid transparent;
  border-bottom: 4px solid;
}
.activities-page main ul.uk-tab a span {
  font-size: 16px;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .activities-page main ul.uk-tab a {
    justify-content: center;
    min-width: 125px;
    padding: 0px 5px 5px;
  }
  .activities-page main ul.uk-tab a img, .activities-page main ul.uk-tab a svg {
    display: none;
  }
  .activities-page main ul.uk-tab a span {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.activities-page main ul.uk-tab li:hover a {
  background-color: rgba(162, 14, 10, 0.2);
}
.activities-page main ul.uk-tab li:nth-child(1) a {
  color: #0a50a1;
}
.activities-page main ul.uk-tab li:nth-child(1).uk-active > a {
  background-color: #0a50a1;
}
.activities-page main ul.uk-tab li:nth-child(2) a {
  color: #e95a5a;
}
.activities-page main ul.uk-tab li:nth-child(2).uk-active > a {
  background-color: #e95a5a;
}
.activities-page main ul.uk-tab li:nth-child(3) a {
  color: #00a0c6;
}
.activities-page main ul.uk-tab li:nth-child(3).uk-active > a {
  background-color: #00a0c6;
}
.activities-page main ul.uk-tab li:nth-child(4) a {
  color: #d29f25;
}
.activities-page main ul.uk-tab li:nth-child(4).uk-active > a {
  background-color: #d29f25;
}
.activities-page main ul.uk-tab > .uk-active > a {
  border-bottom: none;
  color: #fff !important;
}
@media (max-width: 539px) {
  .activities-page main.uk-padding {
    padding: 35px 5px;
  }
  .activities-page main h1 {
    font-size: 21px;
  }
}
.activities-page .carousel {
  background: url(/Images/backgrounds/bg_Pattern_Repeat.svg);
  margin-top: 150px;
  margin-bottom: -90px;
  position: relative;
}
.activities-page .carousel:before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  max-width: 100%;
  top: 0;
  background: rgba(36, 190, 227, 0.75);
}
.activities-page .carousel svg {
  color: #d29f25;
}
.activities-page .carousel > .uk-container {
  transform: translateY(-130px);
  position: relative;
  z-index: 1;
}
.activities-page .carousel .uk-card {
  max-width: 570px;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
}
.activities-page .carousel .uk-card-default .uk-card-title {
  margin-bottom: -5px;
}
.activities-page .carousel .uk-card-default .uk-card-title a {
  color: #d29f25;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 22px;
}
.activities-page .carousel .card-img {
  width: 100%;
  object-fit: cover;
}
.activities-page .carousel .uk-card-media-top {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  background-color: rgba(238, 238, 238, 0.5);
}
.activities-page .carousel .card-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  scrollbar-width: none;
  color: #fff;
  overflow: scroll;
  padding: 40px 35px;
}
.activities-page .carousel .card-overlay h4 {
  color: #d29f25;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.activities-page .carousel .card-overlay::-webkit-scrollbar {
  width: 3px;
  color: #fff;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}
.activities-page .carousel .card-overlay::-webkit-scrollbar-thumb {
  background-color: #d29f25;
}
.activities-page .carousel .uk-flex {
  align-items: center;
  justify-content: space-between;
}
.activities-page .carousel p > * {
  color: #707070;
  margin: 10px 0;
  display: block;
}
.activities-page .carousel .card-logo img {
  max-width: 120px;
  object-fit: cover;
}
.activities-page .carousel .card-logo:before {
  content: "";
  width: 5px;
  background-color: #f2f2f2;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30%;
}
@media (max-width: 539px) {
  .activities-page .carousel .uk-card-title a {
    font-size: 16px;
  }
  .activities-page .carousel .uk-card-body {
    padding: 30px 5px;
  }
  .activities-page .carousel .uk-card-body > div {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  .activities-page .carousel .card-logo {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1100px) {
  .activities-page .carousel .uk-card-body {
    padding: 30px 10px;
  }
}
.activities-page .gallery {
  position: relative;
  padding: 75px 0;
  background: #fff;
  overflow-x: hidden;
}
.activities-page .gallery .uk-container {
  position: relative;
  z-index: 1;
}
.activities-page .gallery .halfColoredBg {
  width: 50%;
  height: 100%;
  background: #d29f25 no-repeat left center;
  position: absolute;
  top: 0;
}
.activities-page .gallery .halfColoredBg:before {
  content: url(/images/gallery/play_bg.png);
  left: -30%;
  top: 10%;
  position: absolute;
}
.activities-page .gallery:after {
  content: url(/images/gallery/gallery_bg.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .activities-page .gallery:after {
    opacity: 0;
  }
}
.activities-page .gallery ul {
  list-style: none;
}
.activities-page .gallery ul.uk-slideshow-items {
  min-height: 375px;
  max-width: 710px;
  margin: auto;
  max-height: 380px;
  border-radius: 5px;
}
.activities-page .gallery .swiper-container a {
  border-radius: 5px;
  overflow: hidden;
  pointer-events: none;
}
.activities-page .gallery .swiper-container .swiper-slide-active a {
  pointer-events: auto;
}
.activities-page .gallery .swiper-container img {
  max-width: 710px;
  max-height: 380px;
}
.activities-page .gallery .swiper-container .swiper-slide {
  max-width: 700px;
}
@media (max-width: 768px) {
  .activities-page .gallery .swiper-container .swiper-slide {
    max-width: 95%;
  }
}
.activities-page .gallery li.swiper-slide-active a.video:after {
  content: url(/images/icons/play_video.png);
  position: absolute;
  text-align: center;
  margin: auto;
  top: 80px;
  right: 0;
  left: 0;
}

.centers {
  display: none;
}
.centers .centers_listing {
  background-image: url(/Images/backgrounds/centers-listing.jpg);
}
.centers .centers_listing .float-right {
  padding-top: 60px;
  background-color: rgba(10, 80, 161, 0.75);
}
.centers .centers_map {
  background-color: rgba(10, 80, 161, 0.75);
  padding-left: 7px;
}
.centers .image img {
  height: 100%;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  border: 4px solid #fff;
}
.centers ul {
  height: 940px;
  overflow-x: hidden;
  overflow-y: scroll;
  list-style: none;
}
.centers ul li {
  margin-bottom: 20px;
}
.centers ul a {
  color: #fff;
}
.centers ul::-webkit-scrollbar-thumb {
  background-color: white;
}
.centers ul::-webkit-scrollbar {
  width: 2.5px;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}
@media (min-width: 960px) {
  .centers ul {
    padding: 0px 15px 0px 100px;
    margin: 0 0 0px 0;
  }
}
.centers .card-body {
  padding: 5px 10px 5px 15px;
}
.centers .card-body h3.uk-card-title {
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 7px;
}
.centers .card-body span:nth-child(n+2) {
  margin-left: 30px;
}
.centers .card-body p {
  margin: 10px 0 0;
}
.centers .uk-card:hover {
  transition: all 0.3s ease-in-out;
  background: #d29f25;
}
.centers .uk-card:hover .image img {
  border: 4px solid #d29f25;
}
.centers .center-info {
  z-index: 1;
}
.centers .uk-drop {
  width: 540px;
  background: #fff;
  color: #707070;
  border-radius: 5px;
  padding: 20px 30px;
  overflow: hidden;
}
.centers .uk-drop h4 {
  top: 0;
  left: 0;
  width: 80%;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  letter-spacing: 4px;
  background: #d29f25;
  padding: 15px 0 5px 30px;
  text-transform: uppercase;
  border-radius: 5px 0 5px 0;
}
.centers .uk-drop .uk-close {
  position: relative;
  right: -96%;
  color: red;
}
.centers .uk-drop .uk-close svg {
  width: 20px;
  height: 31px;
  font-size: 30px;
}
.centers .uk-drop .uk-grid > div {
  background: #f8f8f8;
  font-size: 14px;
  line-height: 40px;
  border-radius: 5px;
  margin: 5px 5px;
  max-width: calc(50% - 10px);
}
.centers .uk-drop .uk-grid > div img {
  margin-right: 10px;
}
.centers .uk-drop p {
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 959px) {
  .centers ul {
    padding-left: 30px;
    padding-right: 30px;
  }
  .centers .centers_listing .float-right {
    padding-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .centers .uk-drop {
    max-width: 100vw;
    padding: 20px 20px;
    margin-left: 0px;
    transform: translateX(15px);
  }
  .centers .uk-drop .uk-grid {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    margin-left: 0px;
  }
  .centers .uk-drop h4 {
    width: 75%;
    font-size: 22px;
    padding: 10px 0 5px 25px;
    line-height: 30px;
  }
  .centers .uk-drop .uk-close {
    right: -93%;
    top: -10px;
  }
  .centers .uk-drop .uk-grid > div {
    font-size: 11px;
  }
  .centers .uk-drop .uk-grid > div img {
    display: none;
  }
  .centers .uk-drop p {
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0 0 5px;
  }
}
@media (max-width: 639px) {
  .centers ul {
    padding-right: 15px;
    padding-left: 15px;
  }
  .centers ul a {
    border-bottom: 1px solid #d29f25;
    padding-bottom: 10px;
  }
  .centers .image {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .centers .image {
    display: none;
  }
}

/* ------=---------------------------------- */
.activities-scuba_diving-page .carousel:before {
  background: rgba(36, 190, 227, 0.75);
}
.activities-scuba_diving-page .centers {
  display: block;
}

.activities-boat_trips-page .carousel:before {
  background: rgba(36, 190, 227, 0.75);
}

.activities-desert_safari-page .carousel:before {
  background: rgba(162, 14, 10, 0.75);
}

.activities-other_activites-page .carousel:before {
  background: rgba(144, 144, 144, 0.75);
}
.activities-other_activites-page .uk-card-body {
  padding: 20px 40px;
}
.activities-other_activites-page .card-logo,
.activities-other_activites-page address {
  display: none;
}

/* =========================================================================
                - Activities - Dining Page
  =========================================================================*/
.activities-dining-page .restcaffe {
  position: relative;
  background: url(/Images/backgrounds/bg_Pattern_Repeat.svg);
  background-color: rgba(207, 72, 68, 0.95);
}
.activities-dining-page .restcaffe:before {
  content: "";
  width: 100%;
  right: 0;
  left: 0;
  height: 100%;
  display: block;
  position: absolute;
  max-width: 100%;
  top: 0;
  background: rgba(207, 72, 68, 0.75);
}
.activities-dining-page .restcaffe:nth-child(even) {
  background: #fff;
}
.activities-dining-page .restcaffe:nth-child(even) .uk-card-media-left {
  order: 1;
}
.activities-dining-page .restcaffe:nth-child(even)::before {
  content: none;
}
.activities-dining-page .restcaffe .uk-card-body p {
  max-height: 200px;
  overflow: auto;
  padding-right: 10px;
}
.activities-dining-page h2 {
  color: #d29f25;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2.5px;
  margin-bottom: auto;
}
.activities-dining-page h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #707070;
}
.activities-dining-page .uk-card-footer {
  color: #fff;
  background-color: #d29f25;
  padding: 20px 20px;
  border-top: 0px solid #e5e5e5;
}
.activities-dining-page .uk-card-footer span.uk-icon {
  margin-right: 5px;
}
.activities-dining-page .social {
  margin: 0.6rem 1rem 0rem 1rem;
}
.activities-dining-page a {
  color: #fff;
}
.activities-dining-page .uk-slideshow {
  max-height: 450px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .activities-dining-page .restcaffe .uk-card-media-left {
    order: 1;
  }
}
@media (max-width: 639px) {
  .activities-dining-page .restcaffe {
    padding: 30px 0px;
  }
  .activities-dining-page h2 {
    margin: 0 0 10px 0;
  }
  .activities-dining-page h3 {
    text-align: center;
    font-size: 17px;
  }
  .activities-dining-page p {
    text-align: center;
    font-size: 14px;
  }
  .activities-dining-page .social {
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
  }
  .activities-dining-page .social:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .activities-dining-page .uk-float-left, .activities-dining-page .uk-float-right {
    float: unset;
    text-align: center;
  }
  .activities-dining-page .uk-card-header img {
    margin-bottom: 10px;
  }
}

/* =========================================================================
                - Activities - Other Services Page
  =========================================================================*/
.activities-services .uk-panel:nth-child(odd) {
  background-color: rgba(10, 80, 161, 0.05);
}
.activities-services .uk-panel > img {
  object-fit: cover;
  max-height: 600px;
  width: 100%;
}
@media (min-width: 960px) {
  .activities-services .uk-panel > img {
    width: 44%;
  }
}
@media (min-width: 1200px) {
  .activities-services .uk-panel > img {
    height: 600px;
    margin-bottom: 0 !important;
  }
}
.activities-services .uk-panel a {
  color: #707070;
}
.activities-services .uk-panel a:hover {
  color: #1e87f0;
}
@media (min-width: 1400px) {
  .activities-services .uk-panel > div {
    padding-right: 8vw;
    padding-left: 8vw;
  }
}
.activities-services h2, .activities-services h3 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 3px;
  color: #d29f25;
  margin: 0 0 0 0;
}
.activities-services .slogan {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.activities-services h4 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  font-weight: bolder;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.activities-services svg {
  color: #d29f25;
  vertical-align: text-top;
}
.activities-services .banks .uk-card {
  border-radius: 5px;
  overflow: hidden;
  max-width: 280px;
  margin: auto;
  display: block;
}
.activities-services .banks img {
  width: 280px;
  margin: auto;
  display: block;
}
.activities-services .banks h5 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin-bottom: 0;
  height: 50px;
  font-weight: bold;
  font-size: 14px;
  padding: 25px 10px 0;
}
@media (min-width: 1200px) {
  .activities-services .banks .uk-card {
    margin: unset;
  }
  .activities-services .banks a {
    padding-left: 0 !important;
  }
}

/* =========================================================================
                - Contact Us Page -
  =========================================================================*/
.contact_us-page {
  /* -------------------- */
}
.contact_us-page .information {
  background-color: #f8f8f8;
  position: relative;
  padding-top: 250px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .contact_us-page .information:before {
    background-color: #00a0c6;
    content: "";
    height: 100%;
    width: 51%;
    position: absolute;
    right: 0;
    z-index: 0;
  }
}
.contact_us-page h2 {
  color: #d29f25;
  font-size: 20px;
  letter-spacing: 2px;
}
.contact_us-page .uk-form-label {
  color: #707070;
  font-size: 15px;
}
.contact_us-page input.uk-input,
.contact_us-page select.uk-select {
  height: 35px !important;
}
.contact_us-page input.uk-input:focus,
.contact_us-page select.uk-select:focus {
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #d29f25;
}
.contact_us-page textarea:focus {
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #d29f25;
}
.contact_us-page .uk-button {
  letter-spacing: 1.8px;
  height: 40px;
  line-height: 40px;
}
.contact_us-page iframe {
  position: relative;
}
.contact_us-page .address {
  background-color: #00a0c6;
  z-index: 0;
}
.contact_us-page .address * {
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.contact_us-page .address h3 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 3px;
  margin-top: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact_us-page .address p {
  margin: 0 0 7px 0;
}
.contact_us-page .address .hotline {
  font-size: 58px;
  font-weight: lighter;
  font-family: "Trajan Pro";
}
.contact_us-page .address .hotline img {
  vertical-align: sub;
}
@media (max-width: 519px) {
  .contact_us-page .address .hotline {
    font-size: 35px;
  }
  .contact_us-page .address .hotline img {
    vertical-align: bottom;
  }
}
.contact_us-page .address a:hover {
  color: #0066cc;
}
.contact_us-page .carousel {
  background-image: url(/Images/backgrounds/Resorts.jpg);
  position: relative;
  background-size: cover;
}
.contact_us-page .carousel:before {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.contact_us-page .carousel h3 {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.contact_us-page .carousel .uk-card {
  background-color: #fff;
  border-radius: 5px;
}
.contact_us-page .carousel .card-header h4 {
  text-align: left;
  color: #d29f25;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  text-transform: uppercase;
  min-height: 50px;
  align-items: center;
  display: flex;
}
.contact_us-page .carousel p,
.contact_us-page .carousel p a {
  color: #707070;
  text-align: left;
  margin: 0 0 10px 0;
}
.contact_us-page .carousel a:hover {
  color: #0066cc;
}
.contact_us-page .carousel .uk-slidenav {
  color: white;
}

.thanks-page h1 {
  color: #d29f25;
  letter-spacing: 2px;
  font-size: 38px;
}
.thanks-page h1 + p {
  font-size: 20px;
}
.thanks-page .information {
  padding-top: 10px !important;
}

/* =========================================================================
                - About Us Page -
  =========================================================================*/
.about_us-page .slogan {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0px 0px -5px;
  display: block;
  font-size: 16px;
}
.about_us-page main h1 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #d29f25;
}
.about_us-page main dl.uk-description-list {
  width: 220px;
  height: 200px;
  padding: 30px 30px;
  margin: auto;
}
.about_us-page main dl.uk-description-list svg.uk-svg {
  color: #d29f25;
}
.about_us-page main dl.uk-description-list > dt {
  font-size: 30px;
  line-height: 26px;
  margin-bottom: 8px;
  font-weight: bolder;
  color: #707070;
}
.about_us-page main dl.uk-description-list > dt small {
  font-size: 16px;
  font-weight: 100;
  text-transform: lowercase;
}
@media (max-width: 639px) {
  .about_us-page main dl.uk-description-list {
    width: 150px;
    height: 150px;
    padding: 10px 0px;
  }
  .about_us-page main svg.uk-svg {
    height: 45px;
  }
}
.about_us-page .about-owner {
  background: #2dacad;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.about_us-page .about-owner h2 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 3.4px;
  margin-bottom: 15px;
}
.about_us-page .about-owner img.background {
  position: absolute;
  object-fit: cover;
  width: 55%;
}
.about_us-page .about-owner .uk-grid {
  margin-left: 0;
}
.about_us-page .about-owner .abs {
  right: 270px;
  letter-spacing: 3px;
  line-height: 76px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 57px;
  font-family: "Trajan Pro";
}
.about_us-page .about-owner .before {
  top: -10px;
}
.about_us-page .about-owner .after {
  bottom: -20px;
}
@media (max-width: 1199px) {
  .about_us-page .about-owner img.background {
    width: 100%;
    opacity: 0.3;
  }
}
.about_us-page .partners h2 {
  color: #d29f25;
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 3.8px;
}
.about_us-page .partners .slogan {
  font-size: 22px;
  letter-spacing: 2.5px;
}
.about_us-page .partners h3 {
  font-size: 20px;
  margin: 13px auto;
  color: #707070;
  letter-spacing: 3.8px;
}
.about_us-page .partners .uk-subnav-pill > * > :first-child {
  background: #f8f8f8;
  line-height: 26px;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 2px;
  text-transform: capitalize;
}
.about_us-page .partners img {
  width: 220px;
  object-fit: cover;
}
.about_us-page .partners .uk-subnav-pill > .uk-active > a {
  background: #d29f25;
  color: #fff;
}
.about_us-page .partners .uk-card-body {
  background: #f8f8f8;
  min-height: 202px;
  border-radius: 5px;
}
.about_us-page .partners h4 {
  color: #d29f25;
}
.about_us-page .awards {
  background-image: url("/Images/HomeBanner1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.about_us-page .awards:before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 83, 158, 0.85);
}
.about_us-page .awards h2 {
  font-size: 22px;
  color: #d29f25;
  margin-top: 30px;
  letter-spacing: 3.8px;
  z-index: 1;
}
.about_us-page .awards span.slogan {
  z-index: 1;
  color: #fff;
  letter-spacing: 2.5px;
}
.about_us-page .awards * {
  box-sizing: border-box;
}
.about_us-page .awards *::before, .about_us-page .awards *::after {
  box-sizing: border-box;
}
.about_us-page .awards .date {
  text-align: center;
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #d29f25;
  font-family: "Trajan Pro";
}
.about_us-page .awards h3 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #d29f25;
  font-weight: bold;
}
.about_us-page .awards .timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.about_us-page .awards .timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background: #fff;
  top: 9%;
  bottom: 10%;
  left: 50%;
  margin-left: -2px;
}
.about_us-page .awards .container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}
.about_us-page .awards .container.left {
  left: 0;
}
.about_us-page .awards .container.right {
  left: 50%;
}
.about_us-page .awards .container::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 90px;
  right: -10px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0px 21px 21px 21px;
  transform: rotate(-45deg);
  z-index: 1;
}
.about_us-page .awards .container.right::after {
  left: -12px;
  transform: rotate(140deg);
}
.about_us-page .awards .container::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 3px;
  top: calc(33% + 1px);
  top: 100px;
  right: 0px;
  background: #ffffff;
  z-index: 1;
}
.about_us-page .awards .container.right::before {
  left: 8px;
}
.about_us-page .awards .container .img {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}
.about_us-page .awards .container .img a::before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.about_us-page .awards .container .img:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(46% - 8px);
  right: -14px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0px 0px 40px 0px;
  transform: rotate(140deg);
  z-index: 0;
}
.about_us-page .awards .container .img:hover a::before {
  opacity: 1;
}
.about_us-page .awards .container.right .img {
  left: unset;
  right: 15px;
}
.about_us-page .awards .container.right .img:after {
  transform: rotate(-50deg);
  right: unset;
  left: -14px;
}
.about_us-page .awards .container.right .content {
  padding: 10px 10px 30px 30px;
}
.about_us-page .awards .container .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #006e51;
}
.about_us-page .awards .container .content p {
  color: #fff;
}
.about_us-page .awards .container .details {
  width: 300px;
  margin: 0;
  color: #fff;
  float: right;
}
.about_us-page .awards .container .details p {
  margin-left: 20px;
}
.about_us-page .awards .container .details p i.uk-icon {
  margin-left: -20px;
}
.about_us-page .awards .container.right .details {
  float: left;
}
.about_us-page .awards .container.bottom {
  width: auto;
  display: inline-block;
  left: calc((100% - 175px) / 2);
  z-index: 5;
}
.about_us-page .awards .container.bottom::after {
  right: 44%;
  top: -15px;
  border-radius: 50%;
}
.about_us-page .awards .container.bottom::before {
  content: none;
}
.about_us-page .awards .container.bottom p {
  color: #fff;
  margin: 0;
}
@media (max-width: 1199px) {
  .about_us-page .awards .container .img {
    display: none;
  }
}
@media (max-width: 767px) {
  .about_us-page .awards .timeline::after {
    left: 90px;
  }
  .about_us-page .awards .container {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }
  .about_us-page .awards .container .details {
    width: 100%;
  }
  .about_us-page .awards .container.right {
    left: 0%;
  }
  .about_us-page .awards .container.left::after, .about_us-page .awards .container.right::after {
    left: 82px;
  }
  .about_us-page .awards .container.left::before, .about_us-page .awards .container.right::before {
    left: 100px;
    border-color: transparent #006e51 transparent transparent;
  }
  .about_us-page .awards .container.left .date, .about_us-page .awards .container.right .date {
    right: auto;
    left: 15px;
  }
  .about_us-page .awards .container.left .content, .about_us-page .awards .container.right .content {
    padding: 30px 30px 30px 30px;
  }
  .about_us-page .awards .bottom.content {
    left: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
  .about_us-page .awards .bottom.content::after {
    right: 45%;
    top: -25px;
  }
}
@media (max-width: 500px) {
  .about_us-page .awards .container {
    width: 100%;
    padding-left: 15px;
  }
  .about_us-page .awards .timeline::after {
    left: 10px;
  }
  .about_us-page .awards .container.left .content,
.about_us-page .awards .container.right .content {
    padding: 30px 0px 0px 10px;
  }
  .about_us-page .awards .container.left::after,
.about_us-page .awards .container.right::after {
    left: 0px;
  }
  .about_us-page .awards .container.left::before,
.about_us-page .awards .container.right::before {
    left: 0;
  }
  .about_us-page .awards .bottom.content::after {
    right: 89%;
    top: -25px;
  }
}

/* =========================================================================
                - News, News Article Pages -
  =========================================================================*/
.news-page i[uk-icon=calendar] {
  color: #d29f25;
}
.news-page main h1.header_border {
  font-size: 24px;
  letter-spacing: 3px;
  color: #d29f25;
  margin-bottom: 0px;
}
.news-page main h1.header_border + p {
  margin-top: 8px;
}
.news-page main button.uk-button {
  color: #707070;
  min-width: 210px;
  height: 66px;
  font-size: 18px;
  letter-spacing: 3px;
}
.news-page main button.uk-button span.uk-icon {
  width: auto;
  transform: translateX(0px);
  transition: none !important;
}
.news-page main button.uk-button:hover {
  background-color: #d29f25;
  color: #fff;
}
.news-page main button.uk-button + .uk-dropdown {
  z-index: 9;
}
@media (max-width: 639px) {
  .news-page main .uk-flex > * {
    width: -webkit-fill-available;
  }
}
@media (min-width: 640px) {
  .news-page main .header_border:after {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .news-page main button.uk-button {
    height: 50px;
    font-size: 16px;
    letter-spacing: 2.5px;
  }
}
.news-page .news-area {
  margin-top: 100px;
  background-color: #d29f25;
}
.news-page .news-area .uk-subnav {
  margin-top: -120px;
  margin-bottom: 30px;
}
.news-page .news-area .uk-subnav-pill > * > :first-child {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 40px;
  width: 170px;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  padding: unset;
}
.news-page .news-area .uk-subnav-pill > * > :first-child a {
  color: #707070;
  font-weight: bold;
  display: inline-block;
  padding: 40px 0;
  width: 100%;
  text-align: center !important;
}
.news-page .news-area .uk-subnav .uk-active > :first-child {
  background: #d29f25;
  box-shadow: none;
  border: 1px solid #fff;
}
.news-page .news-area .uk-subnav .uk-active > :first-child a,
.news-page .news-area .uk-subnav .uk-active > :first-child svg {
  color: #fff;
}
.news-page .news-area svg.uk-svg {
  color: #d29f25;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  min-height: 53px;
}
.news-page .news-area .news-fields .uk-card {
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 639px) {
  .news-page .news-area .news-fields .uk-card {
    text-align: center;
  }
}
.news-page .news-area img.uk-cover {
  max-height: 400px;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
  min-height: -webkit-fill-available;
}
.news-page .news-area .uk-card-title {
  color: #d29f25;
  margin-top: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 24px;
}
@media (max-width: 639px) {
  .news-page .news-area .uk-card-title {
    letter-spacing: 2px;
    font-size: 1.1rem;
  }
}
@media (max-width: 425px) {
  .news-page .news-area .uk-card-title {
    letter-spacing: 1px;
    font-size: 1rem;
  }
}
.news-page .news-area .uk-dotnav > .uk-active > * {
  background-color: #fff;
  border-color: #fff;
}
@media (max-width: 1199px) {
  .news-page .news-area {
    margin-top: 0px;
  }
  .news-page .news-area .uk-subnav {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news-page .news-area .uk-subnav-pill > * > :first-child {
    width: 140px;
  }
  .news-page .news-area .uk-subnav-pill > * > :first-child a {
    padding: 10px 0px;
  }
  .news-page .news-area .uk-subnav img, .news-page .news-area .uk-subnav svg.uk-svg {
    display: none;
  }
}
.news-page .other-news img.cover-img {
  width: 100%;
  max-height: 200px;
  height: 135px;
  object-fit: cover;
  border-radius: 5px;
}
.news-page .other-news .news-info {
  margin: 15px 0px -30px;
}
.news-page .other-news img.icon {
  height: 20px;
}
.news-page .other-news p {
  margin: 0 0 0 0;
  color: #707070;
  font-size: 12px;
}
.news-page .other-news h3 {
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  color: #707070;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .news-page .other-news .news-info {
    justify-content: space-around;
  }
  .news-page .other-news .icon, .news-page .other-news .uk-icon {
    display: none;
  }
  .news-page .other-news h3 {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .news-page.article-page .news-area .uk-card-title {
    font-size: 33px;
  }
}

/* =========================================================================
                - Properties Pages -
  =========================================================================*/
.properties-page .background {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.properties-page h2 {
  color: #d29f25;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 32px;
  margin-bottom: -15px;
}
.properties-page .main p {
  color: #707070;
}
.properties-page a.uk-button {
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #707070;
}
.properties-page .properties-panel {
  position: relative;
  height: 100vh;
  min-height: 760px;
  max-height: 860px;
  overflow: hidden;
}
.properties-page .properties-panel .uk-position-bottom {
  bottom: 60px;
}
@media (max-width: 567px) {
  .properties-page .properties-panel .uk-position-bottom {
    top: 0;
  }
}
.properties-page .properties-panel p {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.properties-page .properties-panel:before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.7) 60%, transparent);
  height: 550px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  max-height: 80%;
}
.properties-page .properties-panel .boxes {
  margin-left: -15px;
}
.properties-page .properties-panel .boxes .uk-card {
  max-height: 190px;
  width: 220px;
  max-width: 100%;
}
.properties-page .properties-panel .boxes .uk-card .uk-overlay-default {
  background: linear-gradient(to bottom, transparent, rgba(0, 160, 198, 0.75)) !important;
}
.properties-page .properties-panel .boxes .uk-card p {
  transform: translateY(40px);
}
@media (min-width: 1200px) and (max-width: 1319px) {
  .properties-page .properties-panel .boxes .uk-card {
    width: 230px;
  }
  .properties-page .properties-panel .boxes .uk-card p {
    transform: translateY(20px);
  }
}
@media (max-width: 780px) {
  .properties-page .properties-panel .boxes .uk-card {
    width: 200px;
  }
  .properties-page .properties-panel .boxes .uk-card p {
    transform: translateY(30px);
  }
}
@media (max-width: 1199px) {
  .properties-page .properties-panel:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    height: 100%;
    top: 0;
  }
  .properties-page .properties-panel .boxes .uk-card {
    width: 220px;
  }
}
@media (max-width: 546px) {
  .properties-page .properties-panel {
    min-height: 900px;
    max-height: unset;
  }
}
@media (min-width: 1200px) {
  .properties-page .properties-panel .uk-card img.icon {
    transform: translateY(-200%);
  }
  .properties-page .properties-panel .uk-card:hover img.icon {
    transform: translateY(0);
  }
}
@media (min-width: 1320px) {
  .properties-page .properties-panel .boxes .uk-card {
    width: 190px;
  }
  .properties-page .properties-panel .boxes .uk-card p {
    transform: translateY(10px);
  }
}

/*==============================*/
.properties_details-page .properties-header a.active,
.properties_details-page .properties-header a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.properties_details-page .properties-header p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  line-height: 100px;
  letter-spacing: 3px;
}
.properties_details-page h1 {
  font-size: 22px;
  color: #d29f25;
  letter-spacing: 4px;
}
.properties_details-page main .map {
  display: block;
  margin: auto;
  max-width: 280px;
}
.properties_details-page .views {
  position: relative;
}
.properties_details-page .views:before {
  position: absolute;
  width: 100%;
  height: 450px;
  background-color: #2dacad;
  content: "";
  top: 50.5%;
}
.properties_details-page .views img {
  width: 100%;
  object-fit: cover;
  height: auto;
  max-height: 300px;
}
.properties_details-page .views .uk-card {
  border-radius: 5px;
  overflow: hidden;
}
.properties_details-page .views .uk-card-title {
  color: #fff;
  background: #d29f25;
  line-height: 40px;
  padding: 10px 25px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
}
.properties_details-page h2 {
  position: relative;
  color: #fff;
  font-size: 22px;
  letter-spacing: 4px;
}
.properties_details-page ul.uk-slideshow-items {
  border-radius: 10px;
}
.properties_details-page ul.uk-slideshow-items:after, .properties_details-page ul.uk-slideshow-items:before {
  content: "";
  opacity: 0;
  position: absolute;
  width: 200px;
  z-index: 1;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}
.properties_details-page ul.uk-slideshow-items:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.4), transparent);
  left: 0px;
}
.properties_details-page ul.uk-slideshow-items:before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.4), transparent);
  right: 0px;
}
@media (max-width: 639px) {
  .properties_details-page ul.uk-slideshow-items:after, .properties_details-page ul.uk-slideshow-items:before {
    content: none;
  }
}
.properties_details-page .uk-slideshow:hover .uk-slideshow-items:after, .properties_details-page .uk-slideshow:hover .uk-slideshow-items:before {
  opacity: 1;
}
.properties_details-page .navigation li div {
  position: relative;
  margin: 10px 0;
  border-radius: 10px;
  overflow: hidden;
}
.properties_details-page .navigation li div:after {
  content: "";
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  background-color: rgba(210, 159, 37, 0.8);
  transition: opacity 0.3s ease-in-out;
  left: 0;
  cursor: zoom-in;
  right: 0;
}
.properties_details-page .navigation li div:hover:after {
  opacity: 1;
}
.properties_details-page .navigation img {
  height: 140px;
  width: auto;
  object-fit: cover;
  cursor: zoom-in;
}
@media (max-width: 639px) {
  .properties_details-page .properties-header {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .properties_details-page .views .uk-card p {
    min-height: 220px;
  }
}

/* =========================================================================
                       - Investment Page -
  =========================================================================*/
.investment-page h2 {
  color: #d29f25;
  font-size: 20px;
  letter-spacing: 5px;
}
.investment-page .components-plan {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.investment-page .components-plan:before {
  content: "";
  background: #136e38 url(/Images/investment/components-bg.svg) no-repeat;
  position: absolute;
  right: 0;
  width: 570px;
  height: 100%;
  top: 0;
  background-size: auto;
  background-position: 220% 100px;
}
.investment-page .components-plan strong {
  max-width: 375px;
  display: inline-block;
  letter-spacing: 1.65px;
}
.investment-page .components-plan img.map {
  margin: auto;
  display: block;
}
@media (max-width: 1199px) {
  .investment-page .components-plan:before {
    opacity: 0.3;
    width: 0%;
  }
  .investment-page .components-plan strong {
    max-width: unset;
  }
}
.investment-page .facts {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}
.investment-page .facts .uk-container {
  position: relative;
  z-index: 2;
}
.investment-page .facts:before {
  content: "";
  width: 100%;
  position: absolute;
  background-color: #008837;
  background-image: url(/Images/backgrounds/bg_Pattern_Repeat.svg);
  background-size: contain;
  top: 40%;
  bottom: 0;
  right: 0;
  left: 0;
}
.investment-page .facts:after {
  content: "";
  width: 100%;
  position: absolute;
  background: rgba(0, 136, 55, 0.7);
  top: 40%;
  bottom: 0;
  right: 0;
  left: 0;
}
.investment-page .facts .main {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.investment-page .facts svg.uk-svg {
  height: 60px;
  min-width: 64px;
  color: #d29f25;
}
.investment-page .facts h3 {
  color: #707070;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin: 15px;
}
.investment-page .facts h3 + p {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .investment-page .facts h2 {
    color: #fff;
  }
  .investment-page .facts p.main {
    color: #fff;
  }
  .investment-page .facts:after, .investment-page .facts:before {
    top: 0;
  }
}
@media (max-width: 768px) {
  .investment-page .facts h2 {
    color: #fff;
  }
  .investment-page .facts .uk-card.uk-card-body {
    padding: 10px 10px;
  }
  .investment-page .facts svg.uk-svg {
    display: none;
  }
  .investment-page .facts p.main {
    font-size: 14px;
  }
}
.investment-page .opportunities .uk-subnav > * {
  min-width: 285px;
}
.investment-page .opportunities .uk-subnav-pill > * > :first-child {
  color: #707070;
  background: #f8f8f8;
  padding: 10px 25px;
  border-radius: 5px;
  margin: 5px auto;
}
.investment-page .opportunities svg.uk-svg {
  vertical-align: bottom;
  margin-right: 5px;
  color: #d29f25;
}
.investment-page .opportunities .uk-subnav-pill > .uk-active > a {
  background-color: #d29f25;
  color: #fff;
}
.investment-page .opportunities .uk-subnav-pill > .uk-active > a svg.uk-svg {
  color: #fff;
}
.investment-page .opportunities .uk-card {
  background: #f8f8f8;
}
.investment-page .opportunities h4 {
  font-size: 18px;
  color: #d29f25;
}
.investment-page .eco-friendly {
  position: relative;
}
.investment-page .eco-friendly:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #136e38, transparent);
  right: 0;
  left: 0;
  top: 0;
}
.investment-page .eco-friendly .uk-background-cover {
  height: 500px;
  color: #fff;
}
.investment-page .eco-friendly .uk-container {
  width: 100%;
  z-index: 1;
}
.investment-page .eco-friendly h3 {
  color: #d29f25;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.investment-page .eco-friendly p {
  max-width: 640px;
}
.investment-page .eco-friendly img {
  margin-right: 30px;
}
.investment-page .projects h3, .investment-page .projects .uk-card-default .uk-card-title {
  color: #fff;
  line-height: 60px;
  margin-bottom: 0;
  background: #d29f25;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: bolder;
  padding: 0 10px;
}
.investment-page .projects .uk-card {
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
  max-width: 400px;
}
.investment-page .projects .uk-card > div {
  width: 100%;
}

/* =========================================================================
                       - Gallery Page -
  =========================================================================*/
.gallery-page .activities-header.bg-red svg {
  height: 40px;
  color: #d29f25;
}
.gallery-page .videos {
  background-color: #f2f6fa;
}
.gallery-page .videos img {
  border-radius: 5px;
}
.gallery-page .videos img.icon {
  max-width: 135px;
}
.gallery-page .select-album h2 {
  color: #d29f25;
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 4px;
}
.gallery-page .select-album strong {
  display: block;
  font-size: 18px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  line-height: 24px;
}
.gallery-page .select-album .uk-description-list {
  margin: 0 0 15px 0;
}
.gallery-page .select-album .uk-description-list > dt {
  font-size: 30px;
  font-weight: bold;
  color: #707070;
}
.gallery-page .select-album .uk-description-list > dd {
  font-size: 15px;
}
.gallery-page .select-album select {
  max-width: 50vw;
  margin: auto;
  display: block !important;
}
.gallery-page .albums {
  background-color: #f2f6fa;
}
.gallery-page .albums .uk-card {
  position: relative;
  border-radius: 5px 5px;
  overflow: hidden;
  max-height: 200px;
  max-width: 300px;
  margin: auto;
}
.gallery-page .albums img {
  width: 100%;
  object-fit: cover;
}
.gallery-page .albums .title {
  position: absolute;
  height: 80px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(45, 172, 173, 0.75), transparent);
  transform: translateY(80px);
  transition: transform 0.4s ease-in-out;
}
.gallery-page .albums h4 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  margin-top: 30px;
  transform: translateY(-250px);
  transition: transform 0.4s ease-in-out;
  text-align: center;
}
.gallery-page .albums .uk-card:hover .title {
  transform: translateY(0px);
}
.gallery-page .albums .uk-card:hover h4 {
  transform: translateY(0px);
}
@media (max-width: 1199px) {
  .gallery-page .albums .uk-card .title {
    transform: translateY(0px);
  }
  .gallery-page .albums .uk-card h4 {
    transform: translateY(0px);
  }
}

/* =========================================================================
                   -RTL- Arabic Pages - Add dir="rtl" to HTML
  =========================================================================*/
html[dir=rtl] .home-two h1, html[dir=rtl] .home-two h2, html[dir=rtl] .slogan {
  text-align: center !important;
}
html[dir=rtl] .sections {
  direction: rtl;
}
html[dir=rtl] .sections > div:nth-of-type(even) .uk-container {
  text-align: left;
}
html[dir=rtl] .about_us-page .partners .uk-card-body {
  text-align: right !important;
}
html[dir=rtl] .about_us-page .about-owner .uk-grid {
  margin-right: 0px;
}
html[dir=rtl] .about_us-page .awards .timeline::after {
  left: unset;
  right: 50%;
  margin-left: 0px;
  margin-right: -2px;
}
html[dir=rtl] .about_us-page .awards .container.left {
  left: unset;
  right: 10px;
}
html[dir=rtl] .about_us-page .awards .container.right {
  left: -50%;
}
html[dir=rtl] .about_us-page .awards .container::after {
  right: unset;
  left: -10px;
  transform: rotate(-45deg);
  left: 0px;
  transform: rotate(-225deg);
}
html[dir=rtl] .about_us-page .awards .container.right::after {
  left: unset;
  right: -12px;
  transform: rotate(310deg);
}
html[dir=rtl] .about_us-page .awards .container::before {
  right: unset;
  left: 0px;
}
html[dir=rtl] .about_us-page .awards .container.right::before {
  left: unset;
  right: 8px;
}
html[dir=rtl] .about_us-page .awards .container .img {
  left: unset;
  right: 15px;
}
html[dir=rtl] .about_us-page .awards .container .img:after {
  right: unset;
  left: -14px;
  transform: rotate(310deg);
}
html[dir=rtl] .about_us-page .awards .container.right .img {
  left: 15px;
  right: unset;
}
html[dir=rtl] .about_us-page .awards .container.right .img:after {
  transform: rotate(-50deg);
  right: unset;
  left: -14px;
}
html[dir=rtl] .about_us-page .awards .container.right .content {
  padding: 10px 30px 30px 10px;
}
html[dir=rtl] .about_us-page .awards .container .details {
  float: left;
}
html[dir=rtl] .about_us-page .awards .container .details span + p {
  margin-top: 30px;
}
html[dir=rtl] .about_us-page .awards .container .details p {
  margin-left: 0;
  margin-right: 20px;
}
html[dir=rtl] .about_us-page .awards .container .details p i.uk-icon {
  margin-left: 0px;
}
html[dir=rtl] .about_us-page .awards .container.right .details {
  float: right;
}
html[dir=rtl] .about_us-page .awards .container.bottom {
  left: unset;
  right: calc((100% - 175px) / 2);
}
html[dir=rtl] .about_us-page .awards .container.bottom::after {
  right: unset;
  left: 44%;
}
@media (max-width: 767px) {
  html[dir=rtl] .about_us-page .awards .timeline::after {
    left: 90px;
    right: 3%;
  }
  html[dir=rtl] .about_us-page .awards .container {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }
  html[dir=rtl] .about_us-page .awards .container.right {
    left: 0%;
  }
  html[dir=rtl] .about_us-page .awards .container.left::after, html[dir=rtl] .about_us-page .awards .container.right::after {
    left: unset;
    right: -10px;
  }
  html[dir=rtl] .about_us-page .awards .container.left::before, html[dir=rtl] .about_us-page .awards .container.right::before {
    left: unset;
    right: 0;
    border-color: transparent #006e51 transparent transparent;
  }
  html[dir=rtl] .about_us-page .awards .container.left .date, html[dir=rtl] .about_us-page .awards .container.right .date {
    right: auto;
    left: 15px;
    margin-top: -15px;
  }
  html[dir=rtl] .about_us-page .awards .bottom.content {
    left: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
  html[dir=rtl] .about_us-page .awards .bottom.content::after {
    right: 45%;
    top: -25px;
  }
}
@media (max-width: 500px) {
  html[dir=rtl] .about_us-page .awards .container {
    padding-left: 0;
    padding-right: 15px;
    right: 0px;
  }
  html[dir=rtl] .about_us-page .awards .timeline::after {
    left: unset;
    right: 10px;
  }
  html[dir=rtl] .about_us-page .awards .container.left .content,
html[dir=rtl] .about_us-page .awards .container.right .content {
    padding: 30px 10px 0px 0px;
  }
  html[dir=rtl] .about_us-page .awards .container.left::after,
html[dir=rtl] .about_us-page .awards .container.right::after {
    left: unset;
    right: 0px;
  }
  html[dir=rtl] .about_us-page .awards .container.left::after {
    right: -10px;
  }
  html[dir=rtl] .about_us-page .awards .container.left::before,
html[dir=rtl] .about_us-page .awards .container.right::before {
    left: unset;
    right: 0;
  }
  html[dir=rtl] .about_us-page .awards .bottom.content::after {
    right: unset;
    left: 45%;
    top: -5px;
  }
}
html[dir=rtl] .activities-page .carousel .card-logo:before {
  right: unset;
  left: 30%;
}
html[dir=rtl] .activities-scuba_diving-page .centers {
  overflow: hidden;
}
html[dir=rtl] .activities-scuba_diving-page .centers .centers_map {
  padding-left: 40px;
}
html[dir=rtl] .activities-scuba_diving-page .centers .uk-drop .uk-close {
  left: -96%;
  position: initial;
}
html[dir=rtl] .Apartments_listing-page .listing_sections .uk-card-footer dd {
  margin: 0 0px 0 30px;
}
html[dir=rtl] .Apartments_listing-page .listing_sections .uk-card-footer {
  padding: 0 30px 0 0px;
}
html[dir=rtl] .Apartments_listing-page .listing_sections .uk-form-label {
  margin-left: 20px !important;
  margin-right: 0px !important;
}
html[dir=rtl] .Apartments_listing-page .apartments_features .amenities.new li {
  text-align: right;
}
html[dir=rtl] .Apartments_listing-page .apartments_features .amenities.new li:before {
  right: 15px;
  left: unset;
  content: "✓";
}
html[dir=rtl] .dining-listing .uk-card .uk-float-left {
  float: right;
}
html[dir=rtl] .dining-listing .uk-card .uk-float-right {
  float: left;
}
html[dir=rtl] .gallery-page .select-album .uk-description-list {
  margin: 0 10px 10px 0;
}
html[dir=rtl] .gallery-page .select-album .uk-description-list dd {
  margin-right: 5px;
  margin-left: auto;
}
html[dir=rtl] .investment-page .facts .uk-grid * {
  text-align: center;
}
html[dir=rtl] .investment-page .components-plan:before {
  right: unset;
  left: 0;
}
html[dir=rtl] .investment-page .eco-friendly {
  position: relative;
}
html[dir=rtl] .investment-page .eco-friendly .uk-text-left {
  text-align: right !important;
}
html[dir=rtl] .investment-page .eco-friendly:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #136e38, transparent);
  right: 0;
  left: 0;
  top: 0;
}
html[dir=rtl] .investment-page .eco-friendly .uk-container > div {
  width: 55%;
  float: left;
  position: relative;
  z-index: 1;
}
html[dir=rtl] .investment-page .projects .uk-card-default .uk-card-title {
  color: #fff;
  line-height: 60px;
  margin-bottom: 0;
  background: #d29f25;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: bolder;
  padding: 0 10px;
}
html[dir=rtl] .news-page main button.uk-button {
  letter-spacing: 0;
}
html[dir=rtl] .contact_us-page .carousel .uk-card h4 {
  text-align: right;
}
html[dir=rtl] .contact_us-page .carousel .uk-card i.uk-icon {
  float: left;
  margin-right: 5px;
}
html[dir=rtl] .contact_us-page .address a {
  direction: ltr !important;
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 960px) {
  html[dir=rtl] .contact_us-page .information:before {
    right: unset;
    left: 0;
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .hotel_details-page .about:before,
html[dir=rtl] .hotel_details-page .about:after {
    right: unset;
    left: 0;
  }
  html[dir=rtl] .hotels_listing-page .listing_sections a.uk-button span.uk-icon {
    transform: translate(100px, -2px);
  }
  html[dir=rtl] .hotels_listing-page .listing_sections .uk-cover-container {
    transform: translate(-60px, -40px);
  }
  html[dir=rtl] .hotels_listing-page .listing_sections .uk-card-body {
    padding: 50px 90px 50px 40px;
  }
  html[dir=rtl] .hotels_listing-page .listing_sections section.uk-card:nth-child(even) .uk-cover-container {
    transform: translate(60px, -40px);
  }
  html[dir=rtl] .hotels_listing-page .listing_sections section.uk-card:nth-child(even) .uk-card-body {
    padding: 50px 60px 50px 70px;
  }
  html[dir=rtl] ul.rate-stars {
    justify-content: flex-start;
  }
}

@media print {
  header, footer, .subscribe, .mini-banner, hr, .uk-button {
    display: none !important;
  }

  .receipt-page .uk-table tbody td {
    max-width: 40% !important;
    display: inline-block !important;
    padding: 0px 5px !important;
    border-right: 1px solid red;
    line-height: 30px;
  }
  .receipt-page tr, .receipt-page tfoot {
    border: 0 !important;
  }
}
/* =========================================================================
                          - Home-marina_Page & Marina_Banner -
  =========================================================================*/
.marina-banner .uk-navbar-nav > li > a {
  color: white;
  margin-left: 20px;
}
.marina-banner .uk-navbar-nav > li > a img {
  z-index: 2;
  padding-top: 7px;
}
.marina-banner .uk-navbar-nav > li:not(.logo) a {
  line-height: 30px;
  font-size: 16px;
  min-height: 60px;
  bottom: -20px;
  position: relative;
  text-transform: capitalize;
}
.marina-banner .uk-navbar-nav li.uk-active {
  position: relative;
}
.marina-banner .uk-navbar-nav li.uk-active:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  background: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  border-right: 10px solid #00a0c6;
  border-left: 10px solid #00a0c6;
  border-bottom: 10px solid transparent;
}
.marina-banner .uk-navbar-nav .logo:before {
  content: url(/images/icons/marina-logo-bg.png);
  left: 0;
  position: absolute;
  max-width: 100%;
}
.marina-banner .uk-navbar-nav:before {
  content: "";
  background: #00a0c6;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}
.marina-banner .mobile-nav {
  background: #d29f25;
  color: white;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
.marina-banner .mobile-nav .uk-nav-default {
  transition: all 0.3s ease-in-out;
}
.marina-banner .mobile-nav .uk-nav-default > li > a {
  transition: all 0.3s ease-in-out;
  color: white;
  font-size: 16px;
}
.marina-banner .mobile-nav .uk-nav-default > li.uk-active > a {
  font-weight: bold;
}
.marina-banner .mobile-nav .uk-nav-default > li > a:hover {
  font-weight: bold;
}
.marina-banner .mobile-nav .logo .image {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px 0px 0px 0px;
  position: absolute;
  left: 0;
  width: 75%;
  top: -89px;
  height: 105px;
  transition: all 0.5s ease-in-out;
}
.marina-banner .mobile-nav .logo .image img {
  object-fit: scale-down;
  height: 100%;
}
.marina-banner .mobile-nav .logo .menu-button {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px 10px 0px 0px;
  position: absolute;
  right: 0;
  width: 25%;
  top: -89px;
  object-fit: scale-down;
  height: 105px;
  padding: 10.5% 0;
  padding-right: 20px;
  transition: all 0.5s ease-in-out;
  color: #154371;
  cursor: pointer;
  border: 0;
}
.marina-banner .mobile-nav > li:not(.logo) a {
  color: white;
  font-size: 16px;
  text-transform: capitalize;
}
.marina-banner .mobile-nav .uk-dropdown {
  padding-left: 0px;
  min-width: unset;
  width: 84%;
  margin: 0 8%;
}
.marina-banner .mobile-nav .uk-dropdown-nav li:not(.uk-nav-divider) {
  background: goldenrod;
  padding: 4px;
  margin-top: 0;
}
.marina-banner .mobile-nav .uk-nav-divider {
  margin-bottom: 1px;
  margin-top: 0;
}
.marina-banner .mobile-nav .uk-dropdown-grid > div {
  background: linear-gradient(180deg, #bdbdbd, #707070);
}
.marina-banner .mobile-nav .uk-dropdown-nav > li > a {
  color: white;
}
.marina-banner .mobile-nav.closed-menu {
  padding: 0 30px;
  transition: all 0.5s ease-in-out;
}
.marina-banner .mobile-nav.closed-menu .uk-nav-default > li:not(.logo) {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.marina-banner .mobile-nav.open-menu {
  padding: 30px 30px;
  margin-bottom: 20px;
}
.marina-banner .mobile-nav.open-menu .logo > * {
  top: -120px;
}
.marina-banner .mobile-nav.open-menu .uk-nav-default > li:not(.logo) {
  height: 34px;
  opacity: 1;
  overflow: visible;
}

.index-marina-page h1,
.index-marina-page h2 {
  font-size: 22px;
  line-height: 1.33;
  letter-spacing: 4.8px;
  color: #00a0c6;
}
.index-marina-page h2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.index-marina-page .main .image {
  margin: 15px auto 0;
  text-align: center;
  position: relative;
  max-height: 200px;
  height: auto;
  display: inline-block;
  max-width: 450px;
}
.index-marina-page .main .image dl.uk-description-list {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 45px;
  left: 15%;
  text-align: left;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  margin-left: 2px;
}
.index-marina-page .main .image dd {
  line-height: 30px;
  font-weight: 800;
}
.index-marina-page .main .image dt {
  line-height: 58px;
  font-size: 56px;
  margin-top: 0 !important;
  color: #fff;
  font-weight: 800;
}
@media (min-width: 790px) and (max-width: 1199px) {
  .index-marina-page .main .image {
    display: inline-block;
    width: 49%;
  }
  .index-marina-page .main .image dl {
    left: 15%;
  }
}
@media (max-width: 399px) {
  .index-marina-page .main .image dt {
    line-height: 46px;
    font-size: 44px;
  }
}
.index-marina-page a.uk-button {
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.index-marina-page .approach-chart {
  background-color: #f2fafc;
}
.index-marina-page .approach-chart .image {
  max-height: unset;
  max-width: 450px;
  height: auto;
  margin: 15px auto 0;
}
@media (max-width: 1199px) {
  .index-marina-page .approach-chart h2 {
    margin: 10px;
  }
  .index-marina-page .approach-chart p, .index-marina-page .approach-chart strong {
    margin: 7px 10px 7px;
  }
}
@media (max-width: 959px) {
  .index-marina-page .approach-chart ul.check {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-45%);
    right: 0;
    padding-left: 0;
  }
  .index-marina-page .approach-chart .check li {
    min-width: 130px;
    margin-right: auto;
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .index-marina-page .approach-chart img.icon {
    width: 35px;
  }
  .index-marina-page .approach-chart h2 {
    font-size: 15px;
  }
}
.index-marina-page .marina-services {
  background-color: #00a0c6;
  overflow: hidden;
  color: #fff;
}
.index-marina-page .marina-services h3 {
  color: #fff;
  letter-spacing: 4px;
  font-size: 22px;
  text-transform: uppercase;
}
.index-marina-page .marina-services img:not(.icon) {
  height: 100%;
  max-height: 575px;
  object-fit: cover;
  width: 100%;
}
.index-marina-page .marina-services .check {
  display: grid;
  grid-template-columns: auto;
}
@media (min-width: 600px) {
  .index-marina-page .marina-services .check {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 1200px) {
  .index-marina-page .marina-services .uk-margin-large-left {
    margin-left: 0 !important;
  }
}
.index-marina-page .marina-services p {
  line-height: 26px;
}
@media (min-width: 1400px) {
  .index-marina-page .marina-services p {
    padding-right: 100px;
  }
}
.index-marina-page .contact-info {
  background-color: #0a50a1;
  color: #fff;
}
.index-marina-page .contact-info h4 {
  color: #d29f25;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
}
.index-marina-page .contact-info .d-grid {
  display: grid;
  grid-template-columns: auto auto;
}
@media (max-width: 959px) {
  .index-marina-page .contact-info .d-grid {
    grid-template-columns: auto;
    max-width: 500px;
    margin: auto;
  }
}
@media (max-width: 1200px) {
  .index-marina-page .contact-info .info_item p {
    font-size: 14px;
  }
}
.index-marina-page .contact-info .icon-box {
  background-color: rgba(0, 0, 0, 0.12);
  width: 64px;
  height: 64px;
  text-align: center;
  margin-right: 20px;
  line-height: 64px;
  display: inline-block;
}
.index-marina-page .contact-info p {
  display: inline-block;
  vertical-align: middle;
  line-height: 27px;
  max-width: calc(100% - 90px);
}
.index-marina-page .contact-info a {
  color: #fff;
}
@media (max-width: 500px) {
  .index-marina-page .contact-info .icon-box {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    border-radius: 25px;
    display: block;
  }
  .index-marina-page .contact-info img {
    width: 20px;
  }
  .index-marina-page .contact-info br {
    display: none;
  }
}

div[class$=marina-page] .mini-banner img.background {
  height: 100%;
  object-fit: cover;
  object-position: 30%;
  min-height: 300px;
  width: 100vw;
}
@media (min-width: 1199px) {
  div[class$=marina-page] .mini-banner .mobile-nav {
    display: none;
  }
}
@media (max-width: 1199px) {
  div[class$=marina-page] .mini-banner > img.background {
    height: 300px;
  }
  div[class$=marina-page] .mini-banner .uk-position-bottom {
    position: relative !important;
    max-width: 550px;
    display: block;
    margin: auto;
  }
}
div[class$=marina-page] h1 {
  text-align: center !important;
  letter-spacing: 4.8px;
  line-height: 1.33;
  font-size: 22px;
  color: #00a0c6;
}
div[class$=marina-page] .slogan {
  font-family: "Open Sans", sans-serif;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.33;
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
  color: #707070;
}
div[class$=marina-page] .check li {
  padding-bottom: 5px;
  margin-right: -30px;
  position: relative;
  padding-left: 5px;
  list-style: none;
}
div[class$=marina-page] .check li:after {
  position: absolute;
  content: "✓";
  display: block;
  top: 1px;
  left: -16px;
}
div[class$=marina-page] .panels {
  background: url(/Images/marina/panel_Bg.jpg);
  position: relative;
}
div[class$=marina-page] .panels ul.uk-accordion > li {
  border-radius: 5px;
  padding: 24px 25px;
  background: #fff;
}
div[class$=marina-page] .panels h3.uk-accordion-title {
  margin-bottom: 0px;
  color: #d29f25;
  cursor: pointer;
  padding: 5px 0px 0;
  text-transform: uppercase;
  border-radius: 5px;
}
div[class$=marina-page] .panels .uk-accordion-title::before {
  /*background-image: url(/Images/icons/openPanel.svg);*/
  background-image: url(/Images/icons/expand_more2.svg);
}
div[class$=marina-page] .panels .uk-open > .uk-accordion-title::before {
  /*background-image: url(/Images/icons/closePanel.svg);*/
  background-image: url(/Images/icons/expand_less_2.svg);
}
@media (max-width: 767px) {
  div[class$=marina-page] .panels ul.uk-accordion > li {
    padding: 20px 15px;
  }
}

/* =========================================================================
                          - Info Page -
  =========================================================================*/
.info-marina-page main {
  position: relative;
  background: right no-repeat;
}
.info-marina-page main:after {
  content: url(/Images//marina/boatSVG.svg);
  position: absolute;
  right: 1rem;
  bottom: -145px;
  opacity: 0.85;
}
.info-marina-page .info-text {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.info-marina-page .harbor-master {
  background: left no-repeat;
  background-color: #2dacad;
  color: #fff;
  position: relative;
  background-image: url(/Images//marina/lighthouseSVG.svg);
  background-position: -170px;
}
.info-marina-page .harbor-master h2 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 4px;
}
.info-marina-page .harbor-master img {
  object-fit: cover;
}
@media (min-width: 1200px) {
  .info-marina-page .harbor-master img {
    position: absolute;
    z-index: 5;
    transform: translateY(-21%);
    width: 100%;
  }
}
.info-marina-page .marina-services {
  background: #0a50a1 no-repeat;
  background-size: cover;
  background-image: url(/Images/marina/ConsultancyBg.jpg);
  padding-right: 10px;
  padding-left: 10px;
}
.info-marina-page .marina-services h2 {
  color: #d29f25;
  text-align: center !important;
  margin-bottom: 40px;
  margin-top: 10px;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.info-marina-page .marina-services .uk-card {
  border-radius: 5px;
  overflow: hidden;
  max-width: 600px;
  margin: auto;
}
.info-marina-page .marina-services img {
  object-fit: contain;
  min-height: 140px;
}
.info-marina-page .marina-services .uk-card-default .uk-card-header {
  border-bottom: none;
  padding: 50px 40px 0px;
}
.info-marina-page .marina-services .uk-card-default .uk-card-title {
  color: goldenrod;
  font-size: 18px;
  text-align: center !important;
}
.info-marina-page .marina-services strong {
  color: #707070;
}
.info-marina-page .marina-services .uk-card-default .uk-card-footer {
  border-top: none;
  padding-top: 0px;
}
.info-marina-page .marina-services a {
  color: #d29f25;
  background: none !important;
  max-width: 100%;
}
.info-marina-page .marina-services a .uk-icon {
  vertical-align: text-bottom;
}
.info-marina-page .marina-services .uk-button-text::before {
  content: "";
  border-bottom: 1px solid #d29f25;
}

/* =========================================================================
                          - Services Page -
  =========================================================================*/
.services-marina-page main {
  position: relative;
  background: right no-repeat;
}
.services-marina-page main:after {
  content: url(/Images//marina/boatSVG.svg);
  position: absolute;
  right: 1rem;
  bottom: -145px;
  opacity: 0.85;
}

/* =========================================================================
                          - Tariff Page -
  =========================================================================*/
.tariff-marina-page {
  /*Start Table Style*/
  /*End Table Style*/
}
.tariff-marina-page main.uk-margin-large {
  margin-bottom: 20px;
}
.tariff-marina-page .uk-tab {
  text-align: center;
  justify-content: center;
}
.tariff-marina-page .uk-tab > * {
  min-width: 45%;
}
.tariff-marina-page .uk-tab > * > a {
  padding: 15px 10px 15px;
}
.tariff-marina-page .uk-tab > .uk-active > a {
  color: #d29f25;
  border-bottom: 2px solid #d29f25;
}
.tariff-marina-page .uk-svg {
  vertical-align: middle;
}
.tariff-marina-page .section-head {
  text-align: center;
}
.tariff-marina-page .section-head > * {
  display: inline-block;
}
.tariff-marina-page .section-head img {
  margin-top: -7px;
}
.tariff-marina-page .section-head h3 {
  color: #00a0c6;
  margin-left: 15px;
  font-size: 20px;
  text-transform: uppercase;
}
.tariff-marina-page p.uk-text-lead {
  border: 2px solid #707070;
  padding: 20px;
}
@media (max-width: 499px) {
  .tariff-marina-page .uk-svg {
    height: 35px;
  }
  .tariff-marina-page .section-head img {
    width: 22px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .tariff-marina-page .section-head h3 {
    margin-top: 30px;
  }
}
.tariff-marina-page .uk-table tbody td {
  text-align: center;
  color: #707070;
}
.tariff-marina-page .uk-table th {
  color: #707070;
  font-weight: bolder;
}
@media (max-width: 959px) {
  .tariff-marina-page .uk-table th {
    text-align: center;
    color: #000000;
  }
}
.tariff-marina-page .uk-table thead tr {
  width: 100vw;
  background: rgba(10, 80, 161, 0.1);
  text-align: center;
  line-height: 8px;
}
.tariff-marina-page .uk-table thead tr th {
  color: #707070;
  font-weight: bolder;
}
.tariff-marina-page .uk-table thead td {
  font-weight: bold;
}
@media (max-width: 959px) {
  .tariff-marina-page .uk-table.uk-table-responsive thead {
    display: block;
  }
  .tariff-marina-page .uk-table.uk-table-responsive tbody tr {
    width: 49%;
    border-top: 0;
    font-size: 14px;
    display: inline-block;
  }
  .tariff-marina-page .uk-table.uk-table-responsive tbody tr:first-child {
    background: #ffd;
  }
}
.tariff-marina-page .fees {
  max-width: 850px;
  margin: auto;
  text-align: center;
}
.tariff-marina-page .uk-grid p {
  background: rgba(10, 80, 161, 0.1);
  padding: 13px 20px;
  text-transform: capitalize;
}
.tariff-marina-page .uk-grid p:hover {
  background: rgba(10, 80, 161, 0.35);
  color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.15);
}
.tariff-marina-page .uk-grid > div:nth-child(odd) p {
  font-weight: bold;
}

/* =========================================================================
                          - Berthing Page -
  =========================================================================*/
.Berthing-marina-page main {
  position: relative;
}
.Berthing-marina-page main::after {
  content: "";
  width: 79%;
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
  bottom: -20px;
  background: rgba(112, 112, 112, 0.15);
}
.Berthing-marina-page h2, .Berthing-marina-page h3 {
  color: #d29f25;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
}
.Berthing-marina-page textarea:focus,
.Berthing-marina-page input:not(.uk-radio):focus {
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #d29f25;
}
.Berthing-marina-page .uk-form-label {
  color: #707070;
}
.Berthing-marina-page .radio-btns label {
  margin-right: 10px;
}
.Berthing-marina-page .fullwidth_booking {
  background: rgba(0, 160, 198, 0.5);
}
.Berthing-marina-page .fullwidth_booking span {
  display: block;
}
.Berthing-marina-page .fullwidth_booking i.uk-icon {
  position: absolute;
  right: 15px;
  line-height: 33px;
  opacity: 0;
}
.Berthing-marina-page .fullwidth_booking input.datepaker-btn {
  font-size: 16px;
  color: #fff !important;
  background: transparent;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
.Berthing-marina-page .fullwidth_booking input.datepaker-btn::placeholder, .Berthing-marina-page .fullwidth_booking input.datepaker-btn:-ms-input-placeholder, .Berthing-marina-page .fullwidth_booking input.datepaker-btn::-ms-input-placeholder, .Berthing-marina-page .fullwidth_booking input.datepaker-btn:-moz-input-placeholder, .Berthing-marina-page .fullwidth_booking input.datepaker-btn::-moz-input-placeholder, .Berthing-marina-page .fullwidth_booking input.datepaker-btn::-webkit-input-placeholder {
  color: #fff;
}
.Berthing-marina-page .form + .submit {
  margin-top: 50px;
}
.Berthing-marina-page p.note {
  max-width: 70%;
  display: inline-block;
  margin-bottom: 0;
  line-height: 50px;
}

/* =========================================================================
                          - Rules Page -
  =========================================================================*/
.rules-marina-page h2,
.rules-marina-page h3 {
  color: #00a0c6;
  font-size: 18px;
  text-transform: uppercase;
}
.rules-marina-page ul {
  padding-left: 10px;
}
.rules-marina-page .general {
  position: relative;
  background: #00a0c6;
  color: #fff;
}
.rules-marina-page .general::before {
  content: url(/Images/marina/generalSVG.svg);
  position: absolute;
  left: auto;
  bottom: 0;
}
.rules-marina-page .general h4 {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 18px;
  text-transform: uppercase;
}
.rules-marina-page .recommendations {
  position: relative;
}
.rules-marina-page .recommendations::before {
  content: url(/Images/marina/compassSVG.svg);
  position: absolute;
  right: 20px;
  bottom: 0;
}
.rules-marina-page .recommendations h4 {
  color: #00a0c6;
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.rules-marina-page .recommendations h5 {
  color: #d29f25;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 10px 0;
  letter-spacing: 3px;
}
.rules-marina-page .recommendations h5 + p {
  margin-top: 10px;
}
.rules-marina-page .panels ul.check {
  padding-left: 30px;
}
.rules-marina-page .panels ul.check li {
  padding-right: 30px;
}
@media (max-width: 639px) {
  .rules-marina-page .panels ul.check {
    padding-left: 10px;
  }
  .rules-marina-page .panels ul.check li {
    list-style: disc;
  }
  .rules-marina-page .panels ul.check li:after {
    content: none;
  }
}

/* =========================================================================
                   -RTL- Arabic Pages - Add dir="rtl" to HTML
  =========================================================================*/
html[dir=rtl] .check li {
  margin-right: unset;
  margin-left: -30px;
}
html[dir=rtl] .check li::after {
  left: unset;
  right: -16px;
}
html[dir=rtl] .uk-float-right {
  float: left;
}
@media (min-width: 960px) {
  html[dir=rtl] .uk-text-left\@m {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .uk-text-left\@l {
    text-align: right !important;
  }
}
html[dir=rtl] .marina-banner .uk-navbar-left {
  margin-left: auto;
  margin-right: unset;
}
html[dir=rtl] .marina-banner .uk-navbar-nav li.uk-active:after {
  right: 32%;
}
html[dir=rtl] .marina-banner .uk-navbar-nav .logo:before {
  transform: rotateY(180deg);
  left: unset;
  bottom: -10px;
  right: 50px;
  z-index: 1;
}
html[dir=rtl] .marina-banner .uk-navbar-nav:before {
  clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}
html[dir=rtl] .marina-banner .uk-navbar-nav > li:not(.logo) > a {
  font-weight: bold;
  padding: 0 20px 0 30px;
  font-size: 15px;
}
html[dir=rtl] .marina-banner .uk-navbar-nav li.uk-active > a:after,
html[dir=rtl] .marina-banner .uk-navbar-nav li.uk-active a.uk-open:after {
  left: 0;
  right: calc(50% - 10px);
  background: #d7a202;
}
html[dir=rtl] .marina-banner .uk-navbar-nav .uk-dropdown-nav > li > a {
  text-align: right;
  margin-left: 0;
  margin-right: 40px;
}
html[dir=rtl] .marina-banner .uk-navbar-nav .uk-dropdown-nav .uk-nav-header {
  text-align: right;
  margin-right: 40px;
}
html[dir=rtl] .index-marina-page .main .image dl.uk-description-list {
  text-align: right;
}
html[dir=rtl] .index-marina-page .contact-info .icon-box {
  margin-left: 20px;
  margin-right: 0;
  display: inline-block;
}
@media (min-width: 1400px) {
  html[dir=rtl] .index-marina-page .marina-services p {
    padding-right: unset;
    padding-left: 100px;
  }
}
html[dir=rtl] .index-marina-page .tabs .uk-overflow-auto > a svg {
  width: 70px;
}
html[dir=rtl] .info-marina-page .info_page-header p {
  letter-spacing: 0;
  margin-left: unset;
  margin-right: 10px;
}
html[dir=rtl] .info-marina-page section p.check {
  margin-left: unset;
  margin-right: 40px;
}
html[dir=rtl] .info-marina-page section p.check:before {
  transform: translate(40px, 0px);
}
@media (max-width: 1199px) {
  html[dir=rtl] .info-marina-page section p.check {
    margin-right: 0px;
  }
  html[dir=rtl] .info-marina-page section p.check:before {
    transform: translate(0%, -25px);
  }
}
html[dir=rtl] .info-marina-page section ul li:before {
  left: 10px;
}
html[dir=rtl] .info-marina-page main:after {
  left: 1rem;
  right: unset;
}
html[dir=rtl] .info-marina-page .harbor-master {
  background-position: 110%;
}
@media (min-width: 960px) {
  html[dir=rtl] .contact-marina-page .information:before {
    right: unset;
    left: 0;
    width: 40%;
  }
}
html[dir=rtl] .uk-margin-xlarge-right {
  margin-left: 70px !important;
  margin-right: unset !important;
}
html[dir=rtl] .index-marina-page .tabs .uk-tab > * > a {
  font-family: "Tajawal", sans-serif !important;
}
html[dir=rtl] .Berthing-marina-page .form + .submit a.uk-button {
  float: left;
}
html[dir=rtl] .Berthing-marina-page p.note strong {
  float: right;
  margin-left: 5px;
}
html[dir=rtl] .tariff-marina-page .section-head h3 {
  margin-right: 15px;
  margin-left: unset;
}
html[dir=rtl] .tabs span {
  margin-right: 15px;
}

.tariff-offer {
  width: 80%;
  margin: 0 auto;
}
.tariff-offer p {
  border: 2px solid #E8CF92;
  font-size: 18px;
  padding: 20px;
}

div[class$=airport-page] .mini-banner {
  overflow: visible;
}
div[class$=airport-page] .mini-banner img.background {
  height: 100%;
  object-fit: cover;
  object-position: 20%;
  min-height: 300px;
  width: 100vw;
}
@media (max-width: 1199px) {
  div[class$=airport-page] .mini-banner > img.background {
    height: 300px;
  }
  div[class$=airport-page] .mini-banner .uk-position-bottom {
    display: block;
    position: relative !important;
    max-width: 550px;
    margin: auto;
  }
}
div[class$=airport-page] h1 {
  font-size: 22px;
  line-height: 1.33;
  letter-spacing: 4.8px;
  color: #d29f25;
}
div[class$=airport-page] .slogan {
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  color: #707070;
  line-height: 1.33;
  letter-spacing: 2px;
}
div[class$=airport-page] .check li {
  position: relative;
  padding-left: 5px;
  list-style: none;
}
div[class$=airport-page] .check li:after {
  display: block;
  position: absolute;
  left: -10px;
  bottom: 0;
  content: "✓";
}
@media (max-width: 415px) {
  div[class$=airport-page] h1 {
    font-size: 20px;
    letter-spacing: 2.5px;
  }
  div[class$=airport-page] .slogan {
    font-size: 16px;
    letter-spacing: 2px !important;
  }
}

/* =========================================================================
                          - Home-Airport_Page & Airport_Banner -
  =========================================================================*/
.airport-banner nav.uk-navbar-container {
  margin-bottom: -1px;
}
.airport-banner .uk-navbar-nav.main-menu > li > a img {
  z-index: 2;
  padding-top: 7px;
}
.airport-banner .uk-navbar-nav.main-menu > li:not(.logo) > a {
  color: #000;
  line-height: 30px;
  font-size: 16px;
  min-height: 60px;
  bottom: -20px;
  position: relative;
  text-transform: capitalize;
}
.airport-banner .uk-navbar-nav.main-menu > li:not(.logo) > a .uk-icon {
  line-height: 3;
}
.airport-banner .uk-navbar-nav.main-menu li.uk-active > a:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  background: #d7a202;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 10px);
  right: 0;
  border-right: 10px solid #efb402;
  border-left: 10px solid #efb402;
  border-bottom: 10px solid transparent;
}
.airport-banner .uk-navbar-nav.main-menu li.uk-active:hover > a:after,
.airport-banner .uk-navbar-nav.main-menu li.uk-active a.uk-open:after {
  background: #707070;
}
.airport-banner .uk-navbar-nav.main-menu .logo:before {
  content: url(/images/icons/marina-logo-bg.png);
  bottom: -7px;
  left: 0;
  position: absolute;
  max-width: 100%;
}
.airport-banner .uk-navbar-nav.main-menu:before {
  content: "";
  background: #efb402;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}
.airport-banner .uk-navbar-nav.main-menu .uk-dropdown-nav .uk-nav-header {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: bolder;
  margin: 0 10px 5px;
}
.airport-banner .uk-navbar-nav.main-menu .uk-dropdown-nav img {
  margin-right: 8px;
}
.airport-banner .uk-navbar-nav.main-menu .uk-dropdown-nav > li > a {
  color: #fff;
  font-size: 14px;
  text-align: left;
  margin-left: 10px;
  max-width: 300px;
}
.airport-banner .uk-navbar-nav.main-menu .uk-dropdown-nav > li:not(:last-child) > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
.airport-banner .uk-navbar-nav.main-menu .uk-dropdown-nav > li.sub-active > a,
.airport-banner .uk-navbar-nav.main-menu .uk-dropdown-nav li:hover > a {
  color: #d29f25;
  border-color: #d29f25;
}
.airport-banner .uk-dropdown-grid > div {
  background: linear-gradient(-90deg, #7b7b7b, #707070);
}
.airport-banner .uk-dropdown-grid > div .uk-dropdown-nav {
  padding: 25px 0;
  min-height: 77%;
  background-size: auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.airport-banner .uk-dropdown-grid > div:nth-child(1) ul {
  background-image: url(/Images/airport/to-from-bg.svg);
}
.airport-banner .uk-dropdown-grid > div:nth-child(2) ul {
  background-image: url(/Images/airport/Procedures-bg.svg);
}
.airport-banner .uk-dropdown-grid > div:nth-child(3) ul {
  background-image: url(/Images/airport/Baggage-bg.svg);
}
.airport-banner .uk-dropdown {
  margin-top: 22px;
  color: #fff;
  min-width: 800px;
  width: 100%;
  left: 0;
  padding: 0 0 0 25px;
  overflow: hidden;
  top: 60px !important;
  background: #707070;
}
.airport-banner .mobile-nav {
  background: #d29f25;
  color: white;
  margin-bottom: 20px;
  border-radius: 0 0 5px 5px;
  transition: all 0.5s ease-in-out;
}
.airport-banner .mobile-nav .uk-nav-default {
  transition: all 0.3s ease-in-out;
}
.airport-banner .mobile-nav .uk-nav-default > li > a {
  transition: all 0.3s ease-in-out;
  color: white;
  font-size: 16px;
}
.airport-banner .mobile-nav .uk-nav-default .uk-icon {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.airport-banner .mobile-nav .uk-nav-default a.uk-open .uk-icon {
  transform: rotate(90deg);
}
.airport-banner .mobile-nav .uk-nav-default > li.uk-active > a {
  color: #333;
}
.airport-banner .mobile-nav .uk-nav-default > li > a:hover {
  font-weight: bold;
}
.airport-banner .mobile-nav .logo .image {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px 0px 0px 0px;
  position: absolute;
  left: 0;
  width: 75%;
  top: -89px;
  height: 105px;
  transition: all 0.5s ease-in-out;
}
.airport-banner .mobile-nav .logo .image img {
  object-fit: scale-down;
  height: 100%;
}
.airport-banner .mobile-nav .logo .menu-button {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px 10px 0px 0px;
  position: absolute;
  right: 0;
  width: 25%;
  top: -89px;
  object-fit: scale-down;
  height: 105px;
  padding: 10.5% 0;
  padding-right: 20px;
  transition: all 0.5s ease-in-out;
  color: #154371;
  cursor: pointer;
  border: 0;
}
.airport-banner .mobile-nav > li:not(.logo) a {
  color: white;
  font-size: 16px;
  text-transform: capitalize;
}
.airport-banner .mobile-nav .uk-dropdown {
  padding-left: 0px;
  min-width: unset;
  width: 84%;
  margin: 0 8%;
}
.airport-banner .mobile-nav .uk-dropdown-nav li:not(.uk-nav-divider) {
  background: #29537c;
  padding: 4px;
  margin-top: 0;
}
.airport-banner .mobile-nav .uk-nav-divider {
  margin-bottom: 1px;
  margin-top: 0;
}
.airport-banner .mobile-nav .uk-dropdown-grid > div {
  background: linear-gradient(180deg, #bdbdbd, #707070);
}
.airport-banner .mobile-nav .uk-dropdown-nav > li > a {
  color: white;
}
.airport-banner .mobile-nav.closed-menu {
  padding: 0 30px;
  transition: all 0.5s ease-in-out;
}
.airport-banner .mobile-nav.closed-menu .uk-nav-default > li:not(.logo) {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.airport-banner .mobile-nav.open-menu {
  padding: 30px 30px;
  margin-bottom: 20px;
}
.airport-banner .mobile-nav.open-menu .logo > * {
  top: -120px;
}
.airport-banner .mobile-nav.open-menu .uk-nav-default > li:not(.logo) {
  height: 34px;
  opacity: 1;
  overflow: visible;
}

.index-airport-page .main .image {
  margin: 15px auto;
  text-align: center;
}
.index-airport-page .main a.uk-button {
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.index-airport-page .main ul.uk-slideshow-items {
  min-height: 410px !important;
  border-radius: 5px;
  max-width: 500px;
  margin: auto;
}
.index-airport-page .main ul.uk-dotnav {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -10px;
}
.index-airport-page .tabs {
  background: #fbf5e8;
  position: relative;
  /*Start Table Style*/
  /*End Table Style*/
}
.index-airport-page .tabs .uk-container {
  z-index: 2;
  position: relative;
}
.index-airport-page .tabs:before {
  position: absolute;
  content: url(/Images/airport/plane1.svg);
  left: 0%;
  top: 25%;
}
.index-airport-page .tabs:after {
  position: absolute;
  content: url(/Images/airport/plane2.svg);
  right: 0%;
  bottom: 15%;
}
.index-airport-page .tabs .uk-tab {
  text-align: center;
  justify-content: center;
}
.index-airport-page .tabs .uk-tab > * {
  min-width: 45%;
}
.index-airport-page .tabs ul.uk-switcher {
  text-align: center;
}
.index-airport-page .tabs .uk-tab > * > a {
  padding: 0px 10px 15px;
  font-family: "Trajan Pro";
  font-size: 20px;
}
.index-airport-page .tabs .uk-tab > .uk-active > a {
  color: #d29f25;
  border-bottom: 2px solid #d29f25;
}
.index-airport-page .tabs .uk-svg {
  vertical-align: middle;
  direction: ltr;
}
.index-airport-page .tabs .section-head h3 {
  text-align: center;
  color: #d29f25;
}
.index-airport-page .tabs .section-head h3 + p {
  text-align: center;
}
.index-airport-page .tabs table {
  position: relative;
}
.index-airport-page .tabs .uk-table tbody td {
  color: #707070;
  min-width: 9rem;
  text-align: center;
  vertical-align: middle;
}
.index-airport-page .tabs .uk-table tbody td span {
  min-width: max-content;
  display: inline-block;
}
.index-airport-page .tabs .uk-table th {
  color: #707070;
  font-weight: bolder;
  text-align: center;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
@media (max-width: 959px) {
  .index-airport-page .tabs .uk-table th {
    text-align: center;
    color: #000000;
  }
}
.index-airport-page .tabs thead tr {
  width: 100vw;
  background: rgba(10, 80, 161, 0.1);
  text-align: center;
  line-height: 8px;
}
.index-airport-page .tabs thead tr th {
  color: #707070;
  font-weight: bolder;
}
.index-airport-page .tabs .uk-overflow-auto > a svg {
  vertical-align: text-bottom;
  height: 24px;
}
.index-airport-page .tabs .separator {
  border: 0;
  background: transparent !important;
  position: relative;
}
.index-airport-page .tabs .separator td {
  padding: 10px 12px;
}
.index-airport-page .tabs .separator strong {
  color: #d29f25;
  font-size: 20px;
  min-width: max-content;
  display: inline-block;
}
.index-airport-page .tabs .separator + tr {
  border-top: none !important;
}
.index-airport-page .tabs tr.separator:after {
  content: "";
  width: 100%;
  height: 51px;
  position: absolute;
  background: rgba(210, 160, 40, 0.15);
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
@media (max-width: 509px) {
  .index-airport-page .tabs .uk-tab > * {
    padding-left: 0;
    width: 50%;
  }
  .index-airport-page .tabs .uk-tab > * > a {
    padding: 5px 5px 5px;
    font-size: 17px;
  }
  .index-airport-page .tabs .uk-tab > * > a svg {
    display: block;
    margin: auto;
  }
  .index-airport-page .tabs:after, .index-airport-page .tabs:before {
    content: "";
  }
}
.index-airport-page .services .section-head h3 {
  text-align: center;
  color: #d29f25;
}
.index-airport-page .services .uk-grid > * > a {
  position: relative;
  display: block;
  max-width: 300px;
  margin: auto;
}
.index-airport-page .services .uk-grid > * > a:before {
  content: "";
  right: 0;
  left: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: opacity 1s ease;
  border-radius: 5px;
  z-index: 1;
  top: 0;
}
.index-airport-page .services .uk-card-default {
  border-radius: 5px;
  background: transparent;
  z-index: 1;
  text-align: center;
}
@media (max-width: 1199px) {
  .index-airport-page .services .uk-card-default {
    min-height: 200px;
  }
}
.index-airport-page .services .card-bg {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: opacity 1s ease;
  opacity: 0;
}
.index-airport-page .services .icon {
  opacity: 1;
  transition: opacity 1s ease;
  min-height: 60px;
  height: 62px;
}
.index-airport-page .services h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  transition: color 1s ease;
  margin-top: 15px;
  font-weight: bold;
  color: #707070;
  text-align: center;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-airport-page .services a:hover .card-bg {
  opacity: 1;
}
.index-airport-page .services a:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.index-airport-page .services a:hover .icon {
  opacity: 0;
}
.index-airport-page .services a:hover h4 {
  color: #fff;
}
.index-airport-page .carousel-outer {
  background: #fbf5e8;
}
.index-airport-page .carousel-outer .section-head h3 {
  color: #d29f25;
  text-align: center;
  margin: 10px 0 -10px 0;
}
.index-airport-page .carousel-outer .section-head h3 + p {
  max-width: 676px;
  margin-right: auto;
  margin-left: auto;
  color: #707070;
}
.index-airport-page .carousel .uk-grid > * {
  padding-left: 0px;
}
.index-airport-page .carousel .uk-overlay-default {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  max-width: 600px;
  max-height: 100px;
  margin: auto;
  border-radius: 5px;
  width: max-content;
  bottom: 50px;
}
.index-airport-page .carousel .uk-panel {
  height: 100%;
}
.index-airport-page .carousel img {
  min-height: 375px;
  object-fit: cover;
  width: 100%;
  height: -webkit-fill-available;
  max-height: 75vh;
}
.index-airport-page .carousel h3 {
  color: #d29f25;
}
.index-airport-page .carousel span {
  font-size: 14px;
}
.index-airport-page .carousel .uk-slider-items > li:after {
  content: "";
  right: -17%;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(139, 75, 75, 0), transparent);
  width: 17%;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.index-airport-page .carousel .uk-slider-items > li:before {
  content: "";
  left: -17%;
  top: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), transparent);
  width: 17%;
  position: absolute;
  transition: all 0s ease-in-out;
  z-index: 1;
}
.index-airport-page .carousel li.uk-active:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent);
}
.index-airport-page .carousel li.uk-active:before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.75), transparent);
}
@media (max-width: 992px) {
  .index-airport-page .carousel .uk-width-3-4 {
    width: 100%;
  }
  .index-airport-page .carousel .uk-position-bottom {
    position: relative !important;
    top: 0;
    max-width: 100% !important;
    padding-right: 0px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .index-airport-page .carousel .uk-panel img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .index-airport-page .carousel img {
    min-height: 300px;
    height: auto;
  }
}

/* =========================================================================
                          - FAQs Page -
  =========================================================================*/
.faqs-airport-page h1 {
  text-align: center !important;
}
.faqs-airport-page .tabs {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}
.faqs-airport-page .tabs .uk-container {
  position: relative;
  z-index: 2;
}
.faqs-airport-page .tabs:before {
  content: "";
  width: 100%;
  position: absolute;
  background-color: rgba(10, 80, 161, 0.5);
  background-image: url(/Images/backgrounds/bg_Pattern_Repeat.svg);
  top: 0;
  background-size: contain;
  filter: hue-rotate(180deg);
  bottom: 0;
  right: 0;
  left: 0;
}
.faqs-airport-page .tabs:after {
  content: "";
  width: 100%;
  position: absolute;
  background: rgba(10, 80, 161, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.faqs-airport-page .tabs .uk-nav-default > li > a {
  padding: 14px 25px;
  border-radius: 5px;
  margin: 5px auto;
  background: #fff;
  color: #707070;
}
.faqs-airport-page .tabs .uk-nav-default > li.uk-active > a {
  color: #fff;
  background: #d29f25;
}
.faqs-airport-page .tabs .panels ul.uk-accordion > li {
  background: #fff;
  padding: 27px 25px;
  border-radius: 5px;
}
.faqs-airport-page .tabs .panels .uk-accordion-title {
  margin-bottom: 0px;
  color: #d29f25;
  cursor: pointer;
  padding: 5px 10px 0;
  border-radius: 5px;
}
@media (max-width: 639px) {
  .faqs-airport-page .tabs .panels .uk-accordion-title {
    font-size: 1rem;
    padding: 5px 0px 0;
  }
}
.faqs-airport-page .tabs .panels .uk-accordion-title::before {
  background-image: url(/Images/icons/openPanel.svg);
}
.faqs-airport-page .tabs .panels .uk-open > .uk-accordion-title::before {
  background-image: url(/Images/icons/closePanel.svg);
}

/* =========================================================================
                          - Contact Page -
  =========================================================================*/
.contact-airport-page h1 {
  text-align: center !important;
}
.contact-airport-page .information {
  background-color: #f8f8f8;
  position: relative;
}
.contact-airport-page .information h2 {
  font-size: 20px;
  color: #d29f25;
}
.contact-airport-page .information .map {
  position: relative;
  z-index: 1;
}
.contact-airport-page .information .map #gmap_canvas img {
  max-width: none !important;
  background: none !important;
}
.contact-airport-page .information .contact-form {
  position: relative;
  z-index: 1;
}
@media (min-width: 960px) {
  .contact-airport-page .information:before {
    background-color: #d29f25;
    content: "";
    height: 100%;
    width: 51%;
    position: absolute;
    right: 0;
    z-index: 0;
  }
}
.contact-airport-page .address {
  background-color: #d29f25;
  z-index: 0;
  transform: translateX(40px);
}
.contact-airport-page .address * {
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.contact-airport-page .address h3 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 3px;
  margin-top: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-airport-page .address p {
  margin: 0 0 7px 0;
}
.contact-airport-page .address .hotline {
  font-size: 58px;
  font-weight: lighter;
  font-family: "Trajan Pro";
}
.contact-airport-page .address .hotline img {
  vertical-align: sub;
}
@media (max-width: 519px) {
  .contact-airport-page .address .hotline {
    font-size: 35px;
  }
  .contact-airport-page .address .hotline img {
    vertical-align: bottom;
  }
}
.contact-airport-page .address a:hover {
  color: #0066cc;
}
.contact-airport-page .contacts {
  background: #0a50a1;
}
.contact-airport-page .contacts h3 {
  color: #d29f25;
  text-align: center;
}
.contact-airport-page .contacts .uk-grid > div > div {
  background: rgba(0, 0, 0, 0.1);
}
.contact-airport-page .contacts .uk-grid > div > div * {
  color: #fff;
  text-align: center !important;
}
.contact-airport-page .contacts i.uk-icon svg {
  width: 40px;
  height: 40px;
}
.contact-airport-page .contacts p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 13px;
}

/* =========================================================================
                          - Services Page -
  =========================================================================*/
.info-airport-pages {
  /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
  /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
  /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
}
.info-airport-pages section:nth-of-type(even) {
  background-color: #fcf8ee !important;
}
.info-airport-pages section p > a {
  color: inherit;
  margin-top: 10px;
  display: block;
  overflow-wrap: anywhere;
  color: goldenrod;
}
.info-airport-pages section p > a:hover {
  color: #d29f25;
}
.info-airport-pages section h2 {
  font-size: 22px;
  line-height: 1.33;
  letter-spacing: 4.8px;
  color: #d29f25;
}
.info-airport-pages section h4 {
  color: #707070;
  margin-top: 20px;
  margin-left: 30px;
  letter-spacing: 3px;
}
.info-airport-pages section .slogan {
  letter-spacing: 1.5px;
  font-family: "Trajan Pro";
  font-weight: normal;
  margin-left: 10px;
  letter-spacing: 3px;
}
.info-airport-pages section p.check {
  margin-left: 40px;
  position: relative;
}
.info-airport-pages section p.check:before {
  content: url(/Images/icons/check-mark.svg);
  position: absolute;
  transform: translate(-40px, 0px);
}
@media (max-width: 1199px) {
  .info-airport-pages section p.check {
    margin-left: 0;
    margin-top: 35px;
  }
  .info-airport-pages section p.check:before {
    transform: translate(0%, -25px);
    right: 0;
    left: 0;
  }
}
.info-airport-pages section ul {
  list-style-type: none;
}
.info-airport-pages section ul li {
  display: flex;
}
@media (min-width: 1200px) {
  .info-airport-pages section ul li {
    margin-left: 25px;
  }
}
.info-airport-pages section ul li:before {
  content: "■";
  color: #d29f25;
  position: relative;
  left: -10px;
}
@media (max-width: 415px) {
  .info-airport-pages section ul {
    padding-left: 10px;
  }
}
.info-airport-pages .info_pages-header {
  background-color: #d7a202;
}
.info-airport-pages .info_pages-header a {
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
  padding: 30px 19px;
}
.info-airport-pages .info_pages-header a:hover, .info-airport-pages .info_pages-header a.uk-active {
  background: rgba(0, 0, 0, 0.1);
}
.info-airport-pages .info_pages-header p {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 3.5px;
}
@media (max-width: 1199px) {
  .info-airport-pages .info_pages-header {
    margin-top: 20px;
  }
  .info-airport-pages .info_pages-header .uk-grid {
    padding: 15px 0;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .info-airport-pages .info_pages-header a {
    padding: 30px 0px;
    display: block !important;
  }
  .info-airport-pages .info_pages-header p {
    text-align: center;
    margin: auto;
  }
}
@media (max-width: 639px) {
  .info-airport-pages .info_pages-header .uk-button {
    margin-bottom: 10px;
    margin-top: 10px;
    background: #fff;
    color: #d29f25;
    min-width: 260px;
    transition: all 0.5s ease-in-out;
  }
  .info-airport-pages .info_pages-header .uk-button:hover {
    background-color: #ffffff;
    border: 1px solid #d7a202;
    color: #387a80;
    min-width: unset;
    min-width: 260px;
    transition: all 1s ease-in-out;
  }
  .info-airport-pages .info_pages-header .uk-dropdown {
    background: #387a80;
    padding: 10px 25px;
  }
  .info-airport-pages .info_pages-header a {
    padding: 20px 20px;
  }
  .info-airport-pages .info_pages-header a > * {
    display: inline;
  }
}
@media (max-width: 1199px) {
  .info-airport-pages .assistance_inner {
    position: relative;
    right: 0;
    left: 50%;
    transform: translateX(-45%);
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.info-airport-pages .services {
  background: url(/Images/airport/info/Services-bg.svg) right 6% bottom -10% no-repeat;
}
.info-airport-pages .shopping {
  background: url(/Images/airport/info/shopping-bg.svg) left 6% bottom -10% no-repeat;
}
.info-airport-pages .dining {
  background: url(/Images/airport/info/dining-bg.svg) right 6% bottom -10% no-repeat;
}
.info-airport-pages .parking {
  background: url(/Images/airport/info/parking-bg.svg) right 6% bottom -10% no-repeat;
}
.info-airport-pages .limousine {
  background: url(/Images/airport/info/limousine-bg.svg) left 6% bottom -10% no-repeat;
}
.info-airport-pages .baggage {
  background: url(/Images/airport/info/BaggageRegulations-bg.svg) right 6% bottom -10% no-repeat;
}
.info-airport-pages .baggage ul li {
  margin-bottom: 16px;
}
.info-airport-pages .generaltips {
  background: url(/Images/airport/info/Generaltips-bg.svg) left 6% bottom -10% no-repeat;
}
.info-airport-pages .lost_found {
  background: url(/Images/airport/info/LostFound-bg.svg) right 6% bottom -10% no-repeat;
}
.info-airport-pages .Immigration {
  background: url(/Images/airport/info/Immigration-bg.svg) right 6% bottom -10% no-repeat;
}
.info-airport-pages .security {
  background: url(/Images/airport/info/Security-shield.svg) left 5% top 10% no-repeat, url(/Images/airport/info/Security-shield.svg) right 4% bottom 10% no-repeat;
}
.info-airport-pages .assistance {
  background: url(/Images/airport/info/Assistance-bg.svg) left 6% bottom -10% no-repeat;
}

/* =========================================================================
                          - Services Page -
  =========================================================================*/
.environment-airport-page section:nth-of-type(odd) {
  background-color: #fcf8ee !important;
}
.environment-airport-page section p > a {
  color: inherit;
  margin-top: 10px;
  display: block;
  overflow-wrap: anywhere;
  color: goldenrod;
}
.environment-airport-page section p > a:hover {
  color: #d29f25;
}
.environment-airport-page section h2 {
  font-size: 22px;
  line-height: 1.33;
  letter-spacing: 4.8px;
  color: #d29f25;
}
.environment-airport-page section h3 {
  color: #fff;
  font-size: 22px;
}
.environment-airport-page section h3 + p {
  color: #fff;
}
.environment-airport-page section h4 {
  line-height: 1.33;
  letter-spacing: 3px;
  color: #d29f25;
  font-size: 22px;
}
.environment-airport-page section .center-gold {
  text-align: center;
  color: #d29f25;
}
.environment-airport-page section .center-gold + p {
  color: #707070;
}
.environment-airport-page section h4.uk-card-title {
  color: #d29f25;
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 3px;
}
.environment-airport-page section h4.uk-card-title + p {
  font-size: 13px;
}
.environment-airport-page .management_system {
  background-image: url(/images/airport/environment/MANAGEMENT_SYSTEM-bg.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.environment-airport-page .aircraft_noise {
  position: relative;
}
@media (min-width: 960px) {
  .environment-airport-page .aircraft_noise:before {
    background-color: #d29f25;
    content: "";
    width: 37%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
  }
}
.environment-airport-page .aircraft_noise:after {
  position: absolute;
  content: url(/Images/airport/plane1.svg);
  left: 0%;
  z-index: -1;
  top: 25%;
}
.environment-airport-page .waste {
  position: relative;
  overflow: hidden;
}
@media (min-width: 960px) {
  .environment-airport-page .waste:before {
    background-color: #d29f25;
    content: "";
    width: 37%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
  }
}
.environment-airport-page .waste:after {
  position: absolute;
  content: url(/Images/airport/environment/waste-bg.svg);
  right: -2%;
  z-index: -1;
  top: 25%;
}
.environment-airport-page .guidelines {
  position: relative;
}
.environment-airport-page .guidelines:before {
  background-color: #d29f25;
  content: "";
  height: 40%;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}

/* =========================================================================
                   -RTL- Arabic Pages - Add dir="rtl" to HTML
  =========================================================================*/
html[dir=rtl] div[class$=airport-page] h1 {
  font-weight: bold;
}
html[dir=rtl] div[class$=airport-page] .slogan {
  text-align: right !important;
}
html[dir=rtl] .airport-banner .uk-navbar-left {
  margin-left: auto;
  margin-right: unset;
}
html[dir=rtl] .airport-banner .uk-navbar-nav.main-menu .logo:before {
  transform: rotateY(180deg);
  left: unset;
  bottom: -10px;
  right: 50px;
  z-index: 1;
}
html[dir=rtl] .airport-banner .uk-navbar-nav.main-menu:before {
  clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}
html[dir=rtl] .airport-banner .uk-navbar-nav.main-menu > li:not(.logo) > a {
  font-weight: bold;
  padding: 0 20px 0 30px;
  font-size: 15px;
}
html[dir=rtl] .airport-banner .uk-navbar-nav.main-menu li.uk-active > a:after,
html[dir=rtl] .airport-banner .uk-navbar-nav.main-menu li.uk-active a.uk-open:after {
  left: 0;
  right: calc(50% - 10px);
  background: #d7a202;
}
html[dir=rtl] .airport-banner .uk-navbar-nav.main-menu .uk-dropdown-nav > li > a {
  text-align: right;
  margin-left: 0;
  margin-right: 40px;
}
html[dir=rtl] .airport-banner .uk-navbar-nav.main-menu .uk-dropdown-nav .uk-nav-header {
  text-align: right;
  margin-right: 40px;
}
html[dir=rtl] .airport-banner .uk-navbar-nav.main-menu .uk-dropdown-nav img {
  margin-left: 8px;
}
html[dir=rtl] .index-airport-page .tabs .uk-overflow-auto > a svg {
  width: 70px;
}
html[dir=rtl] .info-airport-pages .info_pages-header p {
  letter-spacing: 0;
  margin-left: unset;
  margin-right: 10px;
}
html[dir=rtl] .info-airport-pages section p.check {
  margin-left: unset;
  margin-right: 40px;
}
html[dir=rtl] .info-airport-pages section p.check:before {
  transform: translate(40px, 0px);
}
@media (max-width: 1199px) {
  html[dir=rtl] .info-airport-pages section p.check {
    margin-right: 0px;
  }
  html[dir=rtl] .info-airport-pages section p.check:before {
    transform: translate(0%, -25px);
  }
}
html[dir=rtl] .info-airport-pages section ul li:before {
  left: 10px;
}
html[dir=rtl] .contact-airport-page .address {
  transform: translateX(-40px);
}
@media (min-width: 960px) {
  html[dir=rtl] .contact-airport-page .information:before {
    right: unset;
    left: 0;
  }
}
html[dir=rtl] .uk-margin-xlarge-right {
  margin-left: 70px !important;
  margin-right: unset !important;
}
html[dir=rtl] .index-airport-page .tabs .uk-tab > * > a {
  font-family: "Tajawal", sans-serif !important;
  text-align: center !important;
}
@media (min-width: 960px) {
  html[dir=rtl] .environment-airport-page .aircraft_noise:before {
    right: 0;
    left: unset;
  }
  html[dir=rtl] .environment-airport-page .waste:before {
    right: unset;
    left: 0;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/Mina/Documents/Clients/Port%2520Ghalib/Code/App.UI/wwwroot/css/pages/base.scss%22,%22file:///C:/Users/Mina/Documents/Clients/Port%2520Ghalib/Code/App.UI/wwwroot/css/pages/landing.scss%22,%22file:///C:/Users/Mina/Documents/Clients/Port%2520Ghalib/Code/App.UI/wwwroot/css/pages/city.scss%22,%22file:///C:/Users/Mina/Documents/Clients/Port%2520Ghalib/Code/App.UI/wwwroot/css/pages/marina.scss%22,%22file:///C:/Users/Mina/Documents/Clients/Port%2520Ghalib/Code/App.UI/wwwroot/css/pages/airport.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;EACI;EACA;AAAkF;EAClF;AAQsG;EACtG;;AAYJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;AAEA;EAJJ;IAKQ;;;;AAIR;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAiBI;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EAJJ;IAKQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAKZ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;AAEA;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;;;;AAIR;EACI;;;AAEJ;AAAA;AAAA;AAGA;AAAA;EAEI;EACA;EACA;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;EAEI;;AAGJ;AAAA;EACI;;AAGJ;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EACI;;AAEA;AAAA;EACI;EACA;;AAIR;EACI;AAAA;IACI,OApNL;IAqNK;;EAGJ;AAAA;IAEI;IACA;IACA;IACA;IACA;IACA;;EAGJ;AAAA;IACI;;EAGJ;AAAA;IACI;IACA;;;AAIR;EAEI;AAAA;IACI;IACA;;EAGJ;AAAA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;AAAA;IACI;IACA;IACA;IACA;;;AAIR;EACI;AAAA;IACI;;;;AAMZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;AAAA;EAEI;EACA;;AAGJ;EACI;IACI;;;;AAKZ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EAEI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA,YA1VL;IA2VK;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA,YAnXL;;EAsXC;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;;AAOR;EACI;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;;;AAMR;EACI;EACA;EAEA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EAfJ;IAgBQ;IACA;;EAEA;IACI;IACA;IACA;;EAGJ;IACI;;;;AAMR;EADJ;IAEQ;;EAEA;IACI;IACA;;;;AAOZ;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;IACI;IACA;;EAGJ;IAGI;;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EAEI,YArfE;EAsfF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;;AAGJ;EApBJ;IAqBQ;IACA;IACA;;EAEA;IACI;IACA;;;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA,OA5hBD;EA6hBC;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAIR;EACI,YAhkBE;EAikBF;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;IACI;IACA;;;;AAMR;EACI;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;;AAGJ;EAhJJ;IAiJQ;;;AAGJ;EAEI;IACI;IACA;IACA;IACA;;EAGJ;IACI;;;AAIR;EACI;IACI;;;;AC5yCZ;EACI,OARG;;;AAWP;AA84BI;AAAA;AAAA;;AA74BA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EAEA;;AAEA;EACI;EACA;EACA;EAEA;EACA;;AAKJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAIR;EAEQ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAIR;IACI;;;AAKZ;EACI;EACA;EACA;EACA,OAjHF;EAkHE;;AAGJ;EACI;EACA;EACA;EACA,OAxHD;EAyHC;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAEA;EACI,OArIL;;AAwIC;EACI,OA1IN;EA2IM;;AAGJ;AAAA;EAEI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI,OAvJT;;AA0JK;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,YApMV;;AA0MM;AAAA;EACI;EACA,YA5MV;;AA+MM;AAAA;EACI,OAhNV;;AAoNE;EACI;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OAjPL;EAkPK;;AAGJ;EACI,kBA3PL;EA4PK;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,OA3QT;EA4QS;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA,kBAjTV;EAkTU;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAKJ;AAAA;EAEI;;AAGJ;EACI,YAvUb;;AA4UC;EAEI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAIR;EACI,kBA9VL;EA+VK,QA/VL;EAgWK;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIA;EACI;;AAGJ;EACI;EACA,OAvZb;;AA0ZS;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI,OAtab;;AA0aK;EACI;EACA;EACA;EACA;;AAKJ;EACI,OApbT;EAqbS;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EAEI;;AAGJ;EACI;;AAIA;EACI,OAveT;EAweS;EACA;EACA;EACA;;AAGJ;EAEI;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAIR;EACI,OAhhBL;;AAohBH;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;;AAIA;EACI;EACA;EACA,OA1lBN;;AA6lBE;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA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AAGJ;EACI;;AAIR;EACI;;AAEA;EACI;;AAGJ;AAAA;EAEI;EACA;EACA,OA79CL;EA89CK;;AAGJ;EACI;AAAA;IAEI;IACA;IACA,OAt+CT;;;AA4+CC;EACI;;AAGJ;EACI;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;;AAGJ;EACI;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EArCJ;IAsCQ;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA,kBAxoDT;IAyoDS;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;;AAKhB;AAAA;AAAA;AAGA;AA+cI;AAAA;AAAA;AAAA;AAAA;;AA9cA;EACI,OA1pDD;;AA8pDC;EACI;;AAGJ;EACI;EACA;EACA,OA1qDN;;AA6qDE;EACI;EACA;EACA;EACA;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;;;AAMJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,OAtuDb;;AA4uDH;EACI;;AAEA;EACI;;AAGJ;AAAA;EAEI,OAtvDN;EAuvDM;EACA;EACA;;AAGJ;EACI;EACA;EACA,OA9vDL;;AAgwDK;EACI;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAKZ;EACI;EACA;;AAIA;EACI;EACA;EACA,OA5zDT;;AA+zDK;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAIR;EACI,kBA31DN;EA41DM;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAKR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;AAoCI;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAnCA;EAEI;EAEA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;;AAgBR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;IACI;IACA;;;AAIR;EACI;IACI;;;AAIR;EACI;IACI;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;;EAIR;IACI;IACA;IACA;IACA;;;AAIR;EACI;IACI;;EAEA;IACI;IACA;IACA;IACA;;EAKJ;IACI;IACA;;EAGJ;IACI;;;AAKZ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAIA;IACI;IACA;;EAEA;IACI;;EAIR;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAIJ;IACI;;EAEA;IACI;;;AAYhB;EACI;EA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EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,OA/pGD;EAgqGC;;AAIA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;IACI;;EAGJ;IACI;;;;AAKhB;AAAA;AAAA;AAGA;AAoGI;;AAnGA;EACI;EACA;EACA;EACA;;AAEA;EACI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;;AAKZ;EACI,OAhuGD;EAiuGC;EACA;;AAGJ;EACI,OAjuGD;EAkuGC;;AAGJ;AAAA;EAEI;;AAEA;AAAA;EACI;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EATJ;IAUQ;;EAEA;IACI;;;AAKZ;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA,OA90GL;EA+0GK;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI,OAt1GL;EAu1GK;EACA;;AAGJ;EACI;;AAGJ;EACI;;;AAMR;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;;AAGR;AAAA;AAAA;AAII;EACI;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA,OA14GL;;AA64GC;EACI;EACA;EACA;EACA;;AAEA;EACI,OAp5GT;;AAu5GK;EACI;EACA;EACA;EACA;EACA,OAv5GT;;AAy5GS;EACI;EACA;EACA;;AAKZ;EACI;IACI;IACA;IACA;;EAGJ;IACI;;;AAKZ;EACI,YAr7GF;EAs7GE;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;IACI;IACA;;;AAMR;EACI,OAr+GL;EAs+GK;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA,OA9+GL;EA++GK;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EAEA;;AAGJ;EACI,YAvgHL;EAwgHK;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI,OAlhHL;;AAshHH;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA,OA5iHL;EA6iHK;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EAEI;;AAIR;EACI;EACA;EACA;EACA;EACA,OAtkHL;EAukHK;;AAGJ;EACI;EACA;EACA,OA7kHL;EA8kHK;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;AAIA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAKZ;EACI;;AAIR;EACI;EACA;EACA;EAEA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;EAEA;IACI;;EAGJ;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EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA,YAzDL;EA0DK;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI,YAxED;EAyEC;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EAEI;;AAGJ;EAEI;;AAIR;EAEI;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EAEI;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAEA;EAEI;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;;AAGJ;EAEI;EACA;EACA;;;AAOZ;AAAA;EAEI;EACA;EACA;EACA,OAvMD;;AA0MH;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EApCJ;IAqCQ;IACA;;EAEA;IACI;;;AAIR;EACI;IACI;IACA;;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAKZ;EACI,kBA7TD;EA8TC;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EAEA;;AAGJ;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAIR;EACI;IACI;;;AAIR;EACI;;AAEA;EAHJ;IAIQ;;;AAKZ;EACI;EACA;;AAEA;EACI,OAjXL;EAkXK;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EAJJ;IAKQ;IACA;IACA;;;AAMJ;EAEI;IACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;;;AAQR;EACI;EACA;EAEA;EACA;EACA;;AAGJ;EACI;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;IACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA,OAtdD;;AAydH;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA,OArgBL;EAsgBK;EAEA;EACA;EACA;;AAGJ;AACI;EACA;;AAGJ;AACI;EACA;;AAGJ;EACI;IACI;;;;AAMhB;AAAA;AAAA;AAII;EACI;EAUA;;AARA;EACI;EACA;EACA;EACA;EACA;;AAMR;EACI;EACA;EACA;;AAGJ;EACI;EACA,kBA1jBF;EA2jBE;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EAHJ;IAIQ;IACA;IACA;IACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI,OA1lBL;EA2lBK;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI,OAtnBL;;AAynBC;EACI;EACA;;AAGJ;EACI,OApoBL;EAqoBK;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;;AAKZ;AAAA;AAAA;AAII;EACI;EAUA;;AARA;EACI;EACA;EACA;EACA;EACA;;;AAOZ;AAAA;AAAA;AAGA;AAmEI;AAoDA;;AAtHA;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI,OA7rBD;EA8rBC;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI,OA7sBL;EA8sBK;EACA;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;;;AAKJ;EACI;EACA,OA5uBL;;AA+uBC;EACI,OAhvBL;EAivBK;;AAEA;EAJJ;IAKQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI,OAhwBT;EAiwBS;;AAIR;EACI;;AAGJ;EAEQ;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAEA;IACI;;;AAOpB;EACI;EACA;EACA;;AAIA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;;AAKZ;AAAA;AAAA;AAII;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI,OAj1BD;EAk1BC;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;;AAGJ;EACI,OAz1BD;;AA41BH;EACI;;AAIJ;EACI;;AAEA;EACI;;AAIJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EAMI;;AAKZ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;;AAIR;AAAA;AAAA;AAII;AAAA;EAEI,OAt5BD;EAu5BC;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA,YAj6BD;EAk6BC;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI,OA97BL;EA+7BK;EACA;EACA;EACA;EACA;;AAGJ;EACI,OA38BL;EA48BK;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;;AAEA;EACI;;AAGJ;EAPJ;IAQQ;;EAEA;IACI;;EAGJ;IACI;;;;AAKhB;AAAA;AAAA;AAII;EACI;EACA;;AAEA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;IACI;;;AAIR;EACI;IACI;;;AAIR;EACI;EACA;;AAGJ;EACI;;AAIA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAIA;AAAA;EAEI;EACA;EACA;;AAKJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAOR;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;IACI;IACA;;;AAIR;EACI;;AAKJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EARJ;IASQ;;EAEA;IACI;;;AAKZ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAKJ;EACI;IACI;IACA;IACA;;;AAKZ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;;;AC/pCJ;EACI;;AAEA;EACI;EACA;EAEA;EACA;EACA;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;IACA;IACA;;;AAKZ;EACI;EACA;EACA;EACA,OAvCD;;AA0CH;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;;AAKZ;AAAA;AAAA;AAKI;EACI;;AAOI;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAMJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI,YAhIT;;AAoIC;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;AAAA;EAEI,OAvLT;EAwLS,cAxLT;;AA6LH;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAQR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,YAtOD;EAuOC;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAIA;EACI;;AAIR;EACI;;AAGJ;EAEI;;AAIR;EAEI;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EAEI;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAEA;EAEI;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;;AAGJ;EAEI;EACA;EACA;;;AAUR;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;AA0DA;AA6CA;;AArGA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI,OAvbL;EAwbK;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA,OAlcL;;AAocK;EACI;;AAIR;EACI;;AAGJ;EACI,OAzcL;EA0cK;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI,OArdL;EAsdK;EACA;EACA;;AAEA;EANJ;IAOQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI,OAveT;EAweS;;AAIR;EACI;EACA;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;IACI;IACA;;EAEA;IACI;IACA;;EAEA;IACI;IACA;;EAKZ;IACI;;;AAMR;EACI;EACA,OAjjBL;;AAojBC;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKZ;EACI;;AAEA;EACI,OA9oBL;EA+oBK;EACA;;AAEA;EACI;EACA;EACA;EACA,OAjpBT;;AAupBC;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI,OAzrBL;;AA4rBC;EACI;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;;AAGJ;EACI;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;;;;AAOhB;AAAA;AAAA;AAII;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,OA/yBL;;AAkzBC;EACI;EACA,YAzzBL;;AA6zBK;EACI;EACA;EACA;;AAGJ;EACI;EACA,OAr0BT;EAs0BS;EAEA;EACA;;AAEA;EARJ;IASQ;IACA;;;AAIR;EACI;;AAGJ;EACI;;;AAKhB;AAAA;AAAA;AAII;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA,OAz2BL;;AA42BC;EACI;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;IACI,kBA73BT;IA83BS;IACA;IACA;IACA;IACA;IACA;;;AAKZ;EACI,kBAz4BD;EA04BC;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EATJ;IAUQ;;EAEA;IACI;;;AAKZ;EACI;;AAIR;EACI;;AAEA;EACI,OA17BL;EA27BK;;AAGJ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;;;AAIZ;AAAA;AAAA;AAGA;AA8LI;AAQA;AAgBA;;AApNI;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI,OAp+BT;;AAw+BC;EACI;EACA;EACA;EACA,OA5+BL;;AA++BC;EACI,OA3+BL;EA4+BK;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EAVJ;IAWQ;IACA;;EAEA;IACI;IACA;IACA;;;AAKZ;EACI;;AAEA;EACI;;AAEA;EAHJ;IAIQ;;;AAIR;EACI;EACA,OAjiCT;EAkiCS;EACA;;AAIR;EACI;IACI;;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EAEI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EAzBJ;IA0BQ;;EAEA;IACI;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;EAIR;IACI;IACA;;EAGJ;IACI;;EAEA;IACI;;;AAMhB;EACI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAGR;AAAA;AAAA;AAKQ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI,OA1sCT;;AA8sCC;EACI;EACA;EACA;EACA,OAltCL;;AAqtCC;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA,OAjuCL;EAkuCK;;AAGJ;EACI;EACA,OAvuCL;;AAyuCK;EACI,OAruCT;;AAyuCC;EACI,OA/uCL;EAgvCK;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EAEI;IACI,kBAvwCT;IAwwCS;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;IACI,kBAjyCT;IAkyCS;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI,kBAzzCL;EA0zCK;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIZ;AAAA;AAAA;AAMQ;EACI;;AAGJ;EACI;;AAKR;EACI;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAIA;AAAA;EAEI;EACA;EACA;;AAKJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAKZ;EACI;;AAIA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EARJ;IASQ;;EAEA;IACI;;;AAKZ;EACI;;AAKJ;EACI;;AAGJ;EACI;IACI;IACA;;;AAMZ;EACI;EACA;;AAGJ;EACI;EACA;;AAIA;EACI;IACI;IACA;;EAGJ;IACI;IACA%22%7D */