/* ===================== Table Content Start ======================= 

Project Name 	:  Omega Group Hotels
File 			:  CSS Base
Version 		:  1.0.0
Created     	:  18/04/2024
Author 			:  Pentagon Information Technology LLC

======================== Table Content End ===================== */
/*-- 1. VARIABLES --*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --theme-font: "Montserrat", sans-serif;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-dark: #282828;
  --theme-color: #F5000A;
  --light-color: #C6CCD4;
  --color-gray: #696969;
  --text-color-rgb: 30, 45, 125;
  --header-border-color: rgba(182, 182, 182, 0.7);
  --base-text-font-size: 15px;
  --default-text-font-size: 15px;
  --text-font-weight: 400;
  --text-font-style: normal;
  --text-font-bolder-weight: bolder;
  --border-color-rgb: 225, 227, 228;
  --border-color: #e1e3e4;
}

section,
header,
footer,
main {
  height: auto;
  clear: both;
}

section,
header,
footer,
main {
  width: 100%;
  position: relative;
}

/*-- 2. MIXIN --*/
@font-face {
  font-family: "Neue June";
  src: url("../fonts/NeueJune-Light.woff2") format("woff2"), url("../fonts/NeueJune-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue June";
  src: url("../fonts/NeueJune-Regular.woff2") format("woff2"), url("../fonts/NeueJune-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue June Demi";
  src: url("../fonts/NeueJune-DemiItalic.woff2") format("woff2"), url("../fonts/NeueJune-DemiItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue June";
  src: url("../fonts/NeueJune-Italic.woff2") format("woff2"), url("../fonts/NeueJune-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue June";
  src: url("../fonts/NeueJune-BoldItalic.woff2") format("woff2"), url("../fonts/NeueJune-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue June Demi";
  src: url("../fonts/NeueJune-Demi.woff2") format("woff2"), url("../fonts/NeueJune-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue June";
  src: url("../fonts/NeueJune-LightItalic.woff2") format("woff2"), url("../fonts/NeueJune-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue June";
  src: url("../fonts/NeueJune-MediumItalic.woff2") format("woff2"), url("../fonts/NeueJune-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue June";
  src: url("../fonts/NeueJune-Bold.woff2") format("woff2"), url("../fonts/NeueJune-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue June";
  src: url("../fonts/NeueJune-Medium.woff2") format("woff2"), url("../fonts/NeueJune-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue June";
  src: url("../fonts/NeueJune-Thin.woff2") format("woff2"), url("../fonts/NeueJune-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue June";
  src: url("../fonts/NeueJune-ThinItalic.woff2") format("woff2"), url("../fonts/NeueJune-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/*-- 3. MEDIA QUERIES --*/
/*-- 4. RESET --*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
}

body {
  margin: auto;
  font-family: var(--theme-font);
  color: var(--color-black);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  width: 100%;
  letter-spacing: 0.5px;
  background: #f7f7f7;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(126, 214, 234, 0.5);
          box-shadow: inset 0 0 5px rgba(126, 214, 234, 0.5);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  outline: 1px solid var(--theme-color);
}
body .select-menu .options::-webkit-scrollbar {
  width: 5px;
}
body .select-menu .options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(126, 214, 234, 0.5);
          box-shadow: inset 0 0 5px rgba(126, 214, 234, 0.5);
}
body .select-menu .options::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  outline: 1px solid var(--theme-color);
}
body header .main-menu .left-menu .overlay-navigation nav ul::-webkit-scrollbar {
  width: 5px;
}
body header .main-menu .left-menu .overlay-navigation nav ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #999;
          box-shadow: inset 0 0 5px #999;
}
body header .main-menu .left-menu .overlay-navigation nav ul::-webkit-scrollbar-thumb {
  background-color: #0046a7;
  outline: 1px solid #0046a7;
}

ul {
  margin: 0;
  padding: 0;
  display: block;
}

li {
  list-style: none;
  font-family: var(--theme-font);
}

a,
a:hover,
a:focus,
button,
button:focus {
  outline: none !important;
  text-decoration: none;
  color: inherit;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: var(--theme-font);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

button,
input,
optgroup,
select,
textarea,
:focus,
:focus-visible {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: inherit;
  font-weight: normal;
  margin-bottom: 15px;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  border-style: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

svg {
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.is_relative {
  position: relative;
}

section,
div,
footer {
  scroll-margin-top: 150px;
}

.o-hidden {
  overflow: hidden;
}

section,
header,
footer,
main {
  position: relative;
}

.container {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1700px) {
  .container {
    max-width: 1638px;
  }
}
@media (max-width: 1699px) {
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 17px;
  }
}

.mainContent {
  padding: 120px 50px;
}
@media (max-width: 1399px) {
  .mainContent {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .mainContent {
    padding: 30px 15px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden;
}

div.site_loder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999999;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
div.site_loder div {
  text-align: center;
}
div.site_loder img {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: pulse;
  -moz-animation-duration: 1500ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: pulse;
  -ms-animation-duration: 1500ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: pulse;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (min-width: 576px) {
  div.site_loder img {
    width: 350px;
  }
}
@-webkit-keyframes overflow-repeat-x {
  0% {
    left: 50%;
  }
  49.999% {
    left: -10%;
  }
  50% {
    left: 110%;
  }
  100% {
    left: 50%;
  }
}
@keyframes overflow-repeat-x {
  0% {
    left: 50%;
  }
  49.999% {
    left: -10%;
  }
  50% {
    left: 110%;
  }
  100% {
    left: 50%;
  }
}
@-webkit-keyframes overflow-repeat-y {
  0% {
    top: 50%;
  }
  49.999% {
    top: -10%;
  }
  50% {
    top: 110%;
  }
  100% {
    top: 50%;
  }
}
@keyframes overflow-repeat-y {
  0% {
    top: 50%;
  }
  49.999% {
    top: -10%;
  }
  50% {
    top: 110%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes overflow-repeat-x-trans {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  49.999% {
    -webkit-transform: translate(-200%);
    transform: translate(-200%);
  }
  50% {
    -webkit-transform: translate(200%);
    transform: translate(200%);
  }
}
@keyframes overflow-repeat-x-trans {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  49.999% {
    -webkit-transform: translate(-200%);
    transform: translate(-200%);
  }
  50% {
    -webkit-transform: translate(200%);
    transform: translate(200%);
  }
}
@-webkit-keyframes enter-from-right {
  0% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes enter-from-right {
  0% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes enter-from-left {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes enter-from-left {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes nudge {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0px, 50px);
            transform: translate(0px, 50px);
  }
  80% {
    -webkit-transform: translate(0px, -80px);
            transform: translate(0px, -80px);
  }
}
@keyframes nudge {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0px, 50px);
            transform: translate(0px, 50px);
  }
  80% {
    -webkit-transform: translate(0px, -80px);
            transform: translate(0px, -80px);
  }
}

.load-complete {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.load-complete img {
  width: auto;
}

header {
  padding: 10px 50px 0;
  position: absolute;
  top: 0;
  z-index: 99;
}
@media (max-width: 1699px) {
  header {
    padding: 10px 50px 0;
  }
}
@media (max-width: 768px) {
  header {
    padding: 10px 15px 0;
  }
}
header .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
header .main-menu .left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}
@media (max-width: 575px) {
  header .main-menu .left-menu {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
}
header .main-menu .left-menu .open-overlay {
  position: absolute;
  left: 50px;
  top: 25px;
  z-index: 100;
  width: 170px;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  font-size: 13px;
}
@media (max-width: 768px) {
  header .main-menu .left-menu .open-overlay {
    left: 15px;
  }
}
@media (max-width: 575px) {
  header .main-menu .left-menu .open-overlay {
    right: 15px;
    left: auto;
    width: auto;
  }
}
header .main-menu .left-menu .open-overlay span {
  display: block;
  height: 1px;
  background-color: #fff;
  cursor: pointer;
  margin-top: 8px;
}
header .main-menu .left-menu .open-overlay .lines {
  width: 30px;
  margin-right: 15px;
}
@media (max-width: 575px) {
  header .main-menu .left-menu .open-overlay .lines {
    margin-right: 0;
  }
}
header .main-menu .left-menu .open-overlay h6 {
  padding-top: 10px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 13px;
}
@media (max-width: 575px) {
  header .main-menu .left-menu .open-overlay h6 {
    display: none;
  }
}
header .main-menu .left-menu .open-overlay.active {
  color: #fff;
}
header .main-menu .left-menu .open-overlay.active span.bar-middle.animate-middle-bar {
  display: none;
}
header .main-menu .left-menu .open-overlay.active span.bar-top.animate-top-bar {
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
  position: relative;
  top: 6px;
  background: #fff;
  height: 2px;
}
@media (max-width: 1199px) {
  header .main-menu .left-menu .open-overlay.active span.bar-top.animate-top-bar {
    background: #000;
  }
}
header .main-menu .left-menu .open-overlay.active span.bar-bottom.animate-bottom-bar {
  -webkit-transform: rotate(-41deg);
          transform: rotate(-41deg);
  background: #fff;
  position: relative;
  top: -4px;
  height: 2px;
}
@media (max-width: 1199px) {
  header .main-menu .left-menu .open-overlay.active span.bar-bottom.animate-bottom-bar {
    background: #000;
  }
}
header .main-menu .left-menu .open-overlay.active .open-overlay .lines {
  width: 25px;
  margin-right: 15px;
}
header .main-menu .left-menu .open-overlay.active h6 {
  display: none;
}
header .main-menu .left-menu .open-overlay .open-overlay.active .lines {
  width: 20px;
}
header .main-menu .left-menu .overlay-navigation {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
header .main-menu .left-menu .overlay-navigation video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1199px) {
  header .main-menu .left-menu .overlay-navigation video {
    display: none;
  }
}
header .main-menu .left-menu .overlay-navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media (max-width: 1199px) {
  header .main-menu .left-menu .overlay-navigation nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-y: scroll;
    height: 100vh;
  }
}
header .main-menu .left-menu .overlay-navigation nav ul li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  opacity: 0;
  height: 100vh;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1399px) {
  header .main-menu .left-menu .overlay-navigation nav ul li {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  header .main-menu .left-menu .overlay-navigation nav ul li {
    height: auto;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 50px;
    border: 1px solid #eee;
  }
}
@media (max-width: 768px) {
  header .main-menu .left-menu .overlay-navigation nav ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 30px;
    border: none;
    border-bottom: 1px solid #eee;
  }
}
header .main-menu .left-menu .overlay-navigation nav ul li:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 0;
}
@media (max-width: 1199px) {
  header .main-menu .left-menu .overlay-navigation nav ul li:before {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
header .main-menu .left-menu .overlay-navigation nav ul li figure {
  position: relative;
}
header .main-menu .left-menu .overlay-navigation nav ul li figure a {
  width: 150px;
  background: #fff;
  display: block;
  margin: 0 auto 30px;
  border-radius: 50px;
  padding: 15px 20px;
}
@media (max-width: 1399px) {
  header .main-menu .left-menu .overlay-navigation nav ul li figure a {
    margin: 0 auto 15px;
    padding: 5px 20px;
  }
}
header .main-menu .left-menu .overlay-navigation nav ul li figure a img {
  width: 150px;
}
header .main-menu .left-menu .overlay-navigation nav ul li figure a:hover {
  color: #000;
}
header .main-menu .left-menu .overlay-navigation nav ul li figure:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: rgba(0, 70, 167, 0.0784313725);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 1199px) {
  header .main-menu .left-menu .overlay-navigation nav ul li figure:after {
    display: none;
  }
}
header .main-menu .left-menu .overlay-navigation nav ul li h5 {
  color: #fff;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1399px) {
  header .main-menu .left-menu .overlay-navigation nav ul li h5 {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  header .main-menu .left-menu .overlay-navigation nav ul li h5 {
    color: #000;
  }
}
header .main-menu .left-menu .overlay-navigation nav ul li .location {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 400ms;
  transition: all 400ms;
  letter-spacing: 1px;
  padding: 0 10px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  line-height: 30px;
  padding-top: 20px;
  color: #000;
}
@media (max-width: 1399px) {
  header .main-menu .left-menu .overlay-navigation nav ul li .location {
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
  }
}
@media (max-width: 1199px) {
  header .main-menu .left-menu .overlay-navigation nav ul li .location {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
header .main-menu .left-menu .overlay-navigation nav ul li .location h6 {
  display: block;
  margin-top: 30px;
}
header .main-menu .left-menu .overlay-navigation nav ul li .location h6 a {
  text-transform: uppercase;
  color: #0046a7;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px dotted #0046a7;
  border: 1px solid #0046a7;
  width: 150px;
  display: block;
  margin: 30px auto 0;
  padding: 10px;
  border-radius: 50px;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
@media (max-width: 1399px) {
  header .main-menu .left-menu .overlay-navigation nav ul li .location h6 a {
    margin: 20px auto 0;
  }
}
header .main-menu .left-menu .overlay-navigation nav ul li .location h6 a:hover {
  color: #000;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
header .main-menu .left-menu .overlay-navigation nav ul li .location p {
  word-wrap: break-word;
}
header .main-menu .left-menu .overlay-navigation nav ul li .social-icons {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1399px) {
  header .main-menu .left-menu .overlay-navigation nav ul li .social-icons {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  header .main-menu .left-menu .overlay-navigation nav ul li .social-icons {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
header .main-menu .left-menu .overlay-navigation nav ul li .social-icons .icons a {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1399px) {
  header .main-menu .left-menu .overlay-navigation nav ul li .social-icons .icons a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  header .main-menu .left-menu .overlay-navigation nav ul li .social-icons .icons a {
    background: #0046a7;
  }
}
@media (max-width: 1199px) {
  header .main-menu .left-menu .overlay-navigation nav ul li .social-icons .icons a svg {
    fill: #fff;
  }
}
header .main-menu .left-menu .overlay-navigation nav ul li:hover:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 1;
}
header .main-menu .left-menu .overlay-navigation nav ul li:hover figure:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
header .main-menu .left-menu .overlay-navigation nav ul li:hover h5 {
  color: #000;
}
header .main-menu .left-menu .overlay-navigation nav ul li:hover .location {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 1;
}
header .main-menu .left-menu .overlay-navigation nav ul li:hover .icons a {
  background: #0046a7;
}
header .main-menu .left-menu .overlay-navigation nav ul li:hover .icons a svg {
  fill: #fff;
}
header .main-menu .left-menu .overlay-navigation nav ul li:hover .icons a:hover {
  background: #000;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
header .main-menu .left-menu .overlay-navigation nav ul li:hover .social-icons {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
header .main-menu .left-menu .overlay-navigation nav ul li:nth-of-type(1) {
  background-color: rgba(0, 0, 0, 0.5607843137);
  position: relative;
}
header .main-menu .left-menu .overlay-navigation nav ul li:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.6392156863);
  position: relative;
}
header .main-menu .left-menu .overlay-navigation nav ul li:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.5607843137);
  position: relative;
}
header .main-menu .left-menu .overlay-navigation nav ul li:nth-of-type(4) {
  background-color: rgba(0, 0, 0, 0.6784313725);
  position: relative;
}
header .main-menu .left-menu .overlay-navigation nav ul li nav li:nth-of-type(5) {
  background-color: rgba(0, 0, 0, 0.5607843137);
  position: relative;
}
@media (max-width: 1199px) {
  header .main-menu .left-menu .overlay-navigation nav ul li:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border: none;
  }
}
header .main-menu .right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 575px) {
  header .main-menu .right-menu.contact-btn {
    text-align: center;
    width: 100%;
  }
}
header .main-menu .right-menu.contact-btn a {
  padding-right: 15px;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 575px) {
  header .main-menu .right-menu.contact-btn a {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #d92427;
    padding: 15px;
    text-align: center;
    left: 0;
    right: 0;
  }
}
header .main-menu .right-menu.contact-btn a:after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 575px) {
  header .main-menu .right-menu.contact-btn a:after {
    display: none;
  }
}
header .main-menu a.head-logo {
  width: 20%;
  text-align: center;
}
header .main-menu a.head-logo img {
  width: auto;
}
@media (max-width: 1399px) {
  header .main-menu a.head-logo img {
    max-width: 150px;
  }
}
header .main-menu a.head-logo img.affix {
  display: none;
}
header.is-sticky {
  position: fixed;
  background-color: #fff;
  -webkit-animation: slideDown 0.35s ease-out;
          animation: slideDown 0.35s ease-out;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  z-index: 99;
}
header.is-sticky .main-menu .left-menu .open-overlay {
  top: 25px;
  color: #000;
}
@media (max-width: 1399px) {
  header.is-sticky .main-menu .left-menu .open-overlay {
    top: 18px;
  }
}
header.is-sticky .main-menu .left-menu .open-overlay span {
  background: #000;
}
header.is-sticky .main-menu .right-menu.contact-btn a {
  color: #000;
}
@media (max-width: 575px) {
  header.is-sticky .main-menu .right-menu.contact-btn a {
    color: #fff;
  }
}
header.is-sticky .main-menu .right-menu.contact-btn a:after {
  background: #000;
}
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body.open .open-overlay h6 {
  color: #000;
}
body.open .open-overlay.active span.bar-top.animate-top-bar,
body.open .open-overlay.active span.bar-bottom.animate-bottom-bar {
  background: #000;
}
body.open .open-overlay.active span.bar-top.animate-top-bar, body.open .open-overlay.active span.bar-bottom.animate-bottom-bar {
  background: #000 !important;
}
body.open nav.navbar.navbar-fixed-top.navbar-bg-switch.navbar-bg-switch-color.main-navigation-bg.main-navigation-bg-position-primary .open-overlay.active span {
  background: #000;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-dropdown {
  border-color: #e8e8e8;
  border-radius: 5px;
}
.select2-container .select2-dropdown .select2-results .select2-results__option {
  padding: 10px 15px;
  text-transform: capitalize;
}
.select2-container .select2-selection--single {
  height: 100%;
  padding: 15px;
  border-radius: 0px;
  background-color: #95070d;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 45px;
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  font-size: 14px;
  font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ae0d13;
}

.select2-container .select2-dropdown .select2-results .select2-results__option {
  color: #fff;
  background: #ae0d13;
  font-size: 14px;
  border-bottom: 1px solid #b8181e;
  padding: 15px 25px;
}
@media (max-width: 1399px) {
  .select2-container .select2-dropdown .select2-results .select2-results__option {
    padding: 10px 15px;
    font-size: 13px;
  }
}

.select2-container .select2-dropdown {
  border-color: #ae0d13;
}

.select2-dropdown {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(126, 214, 234, 0.5);
          box-shadow: inset 0 0 5px rgba(126, 214, 234, 0.5);
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  outline: 1px solid var(--theme-color);
}

form.wpcf7-form.invalid span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  background: #95070d;
  border: none !important;
  padding: 15px !important;
  color: #fff;
  font-size: 14px;
}

footer {
  padding-top: 130px;
  position: relative;
  z-index: 9;
  background-size: cover !important;
  background-position: center -20px !important;
}
@media (max-width: 1399px) {
  footer {
    padding-top: 50px;
  }
}
footer:before {
  position: absolute;
  content: "" !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(4%, rgba(0, 0, 0, 0.33)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 4%, rgb(0, 0, 0) 100%);
  display: block !important;
}
footer .top {
  position: relative;
  z-index: 9;
  text-align: center;
  padding-bottom: 150px;
}
@media (max-width: 1399px) {
  footer .top {
    padding-bottom: 40px;
  }
}
footer .top figure {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  footer .top figure {
    margin-bottom: 10px;
  }
}
footer .top figure svg {
  width: 200px;
}
@media (max-width: 1399px) {
  footer .top figure svg {
    width: 150px;
  }
}
footer .top h3 {
  font-size: 60px;
  color: #fff;
  line-height: normal;
  font-weight: 800;
}
@media (max-width: 1399px) {
  footer .top h3 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 1199px) {
  footer .top h3 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  footer .top h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
footer .top h6 {
  font-size: 20px;
  color: #fff;
  margin: 15px 0 30px;
  font-weight: 600;
  text-transform: capitalize;
}
footer .top a {
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #fff;
}
footer .top a:hover {
  background: #3039a3;
}
footer .bottom {
  padding: 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1399px) {
  footer .bottom {
    padding: 0 50px;
  }
}
@media (max-width: 575px) {
  footer .bottom {
    padding: 0;
  }
}
@media (max-width: 991px) {
  footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
    padding-top: 30px;
  }
}
footer .bottom .left {
  width: 40%;
}
@media (max-width: 991px) {
  footer .bottom .left {
    width: 100%;
  }
}
footer .bottom .left figure {
  margin-bottom: 30px;
}
footer .bottom .left figure img {
  width: auto;
}
footer .bottom .left p {
  width: 55%;
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}
@media (max-width: 1399px) {
  footer .bottom .left p {
    width: 80%;
  }
}
@media (max-width: 991px) {
  footer .bottom .left p {
    width: 100%;
  }
}
footer .bottom .right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 991px) {
  footer .bottom .right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .bottom .right ul li {
  display: inline-block;
  width: 30%;
}
@media (max-width: 991px) {
  footer .bottom .right ul li {
    width: auto;
    padding: 0 10px;
  }
}
footer .bottom .right ul li a {
  line-height: 40px;
  color: rgba(255, 255, 255, 0.5490196078);
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 14px;
}
footer .bottom .right ul li a:hover {
  color: #fff;
}
footer .bottom .right ul.social-icons-foot li {
  display: block;
}
@media (max-width: 991px) {
  footer .bottom .right ul.social-icons-foot li {
    display: inline-block;
  }
}
footer .bottom .right ul.social-icons-foot li a {
  line-height: 40px;
  color: rgba(255, 255, 255, 0.5490196078) !important;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
}
footer .bottom .right ul.social-icons-foot li a:hover {
  color: #fff;
}
footer .copyright-text {
  text-align: center;
  position: relative;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
  margin-top: 30px;
}
@media (max-width: 1399px) {
  footer .copyright-text {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  footer .copyright-text {
    padding-bottom: 70px;
  }
}
footer .copyright-text p {
  text-align: center;
  color: #9E9E9E;
  margin: 0;
}
footer .copyright-text p a {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}

.book-now-form {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 35%;
  background: #FF000A;
  padding: 100px;
  z-index: 999;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 400ms;
  transition: all 400ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1399px) {
  .book-now-form {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .book-now-form {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .book-now-form {
    padding: 30px;
  }
}
.book-now-form:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/book-now-bg.svg) no-repeat;
  background-size: cover;
  z-index: -9;
}
.book-now-form h4 {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .book-now-form h4 {
    margin-bottom: 10px;
  }
}
.book-now-form h4 span {
  display: block;
}
.book-now-form form .input-field {
  margin: 15px 0;
  position: relative;
}
.book-now-form form .input-field input, .book-now-form form .input-field textarea {
  width: 100%;
  height: 60px;
  border: none;
  background: #95070D;
  padding-left: 30px;
  color: #fff;
}
.book-now-form form .input-field input::-webkit-input-placeholder, .book-now-form form .input-field textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.book-now-form form .input-field input::-moz-placeholder, .book-now-form form .input-field textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.book-now-form form .input-field input:-ms-input-placeholder, .book-now-form form .input-field textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.book-now-form form .input-field input::-ms-input-placeholder, .book-now-form form .input-field textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.book-now-form form .input-field input::placeholder, .book-now-form form .input-field textarea::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.book-now-form form .input-field textarea {
  height: 150px;
  padding-top: 15px;
  letter-spacing: 0.5px;
}
@media (max-width: 1399px) {
  .book-now-form form .input-field textarea {
    height: 100px;
  }
}
.book-now-form.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.book-now-form .booknow-close-btn {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  background: var(--theme-color);
  z-index: 9;
  padding: 15px;
  border-radius: 0 10px 0 0;
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .book-now-form .booknow-close-btn {
    display: block;
  }
}
.book-now-form .booknow-close-btn svg {
  width: 20px;
  height: 20px;
}

.popup-overlay, .book-now-popup-overlay {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  cursor: url(../images/close-btn.svg), auto;
}
.popup-overlay.open, .book-now-popup-overlay.open {
  opacity: 1;
  visibility: visible;
}

.banner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 9;
  /* button home effect */
}
.banner:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.32);
}
.banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .description {
  position: relative;
  z-index: 9;
  text-align: center;
  color: #fff;
}
@media (max-width: 1399px) {
  .banner .description {
    padding-top: 100px;
  }
}
.banner .description .sub-head {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .banner .description .sub-head {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .banner .description .sub-head {
    font-size: 15px;
  }
}
.banner .description .main-title {
  font-size: 85px;
  line-height: 100px;
  font-weight: 800;
  margin-bottom: 0px;
}
@media (max-width: 1399px) {
  .banner .description .main-title {
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .banner .description .main-title {
    font-size: 35px;
    line-height: 50px;
  }
}
.banner .description .more-wraper-center {
  position: relative;
}
.banner .description .more-wraper-center .more-wraper-inner-home {
  width: 120px;
  height: 220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1399px) {
  .banner .description .more-wraper-center .more-wraper-inner-home {
    width: 100px;
    height: 150px;
  }
}
.banner .description .more-wraper-center .more-wraper-inner-home .more-button-txt-center {
  padding-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.banner .description .about-btn {
  display: inline-block;
  margin-top: 30px;
}
.banner span.btn-17 {
  background: #fff;
}
.banner a.button-effect,
.banner .button-effect {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.banner a.button-effect .pulse::after,
.banner a.button-effect .pulse::before,
.banner a.button-effect::after,
.banner a.button-effect::before,
.banner .button-effect .pulse::after,
.banner .button-effect .pulse::before,
.banner .button-effect::after,
.banner .button-effect::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  right: auto;
  bottom: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse 4s linear infinite;
  animation: pulse 4s linear infinite;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}
.banner a.button-effect::after,
.banner .button-effect::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.banner a.button-effect .pulse::after,
.banner .button-effect .pulse::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.banner a.button-effect .pulse::before,
.banner .button-effect .pulse::before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.about-sec {
  padding: 130px 50px;
  background: #f7f7f7;
}
@media (max-width: 1399px) {
  .about-sec {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .about-sec {
    padding: 50px 15px;
  }
}
@media (max-width: 575px) {
  .about-sec {
    padding: 30px 15px;
  }
}
.about-sec .about-cnt {
  background-size: cover !important;
  overflow: hidden;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 9;
  font-weight: 500;
  line-height: 30px;
  padding: 150px 0;
}
@media (max-width: 1399px) {
  .about-sec .about-cnt {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .about-sec .about-cnt {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .about-sec .about-cnt {
    border-radius: 15px;
    padding: 30px 0;
  }
}
.about-sec .about-cnt:before {
  position: absolute;
  content: "" !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), color-stop(4%, rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.62)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.47) 4%, rgba(0, 0, 0, 0.62) 100%);
  z-index: -9;
}
.about-sec .about-cnt h3 {
  font-size: 60px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  width: 58%;
  margin: 0 auto 30px;
  letter-spacing: 0.5px;
  font-weight: 800;
}
@media (max-width: 1699px) {
  .about-sec .about-cnt h3 {
    width: 70%;
  }
}
@media (max-width: 1399px) {
  .about-sec .about-cnt h3 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 1199px) {
  .about-sec .about-cnt h3 {
    font-size: 40px;
    line-height: 55px;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .about-sec .about-cnt h3 {
    font-size: 25px;
    line-height: 35px;
    width: 90%;
  }
}
@media (max-width: 575px) {
  .about-sec .about-cnt h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.about-sec .about-cnt p {
  color: #fff;
  width: 42%;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.5px;
}
@media (max-width: 1699px) {
  .about-sec .about-cnt p {
    width: 65%;
  }
}
@media (max-width: 1399px) {
  .about-sec .about-cnt p {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .about-sec .about-cnt p {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .about-sec .about-cnt p {
    width: 95%;
  }
}
@media (max-width: 575px) {
  .about-sec .about-cnt p {
    font-size: 15px;
  }
}
.about-sec .about-cnt a {
  color: #22559C;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  letter-spacing: 0.5px;
  margin: 0 auto;
}
.about-sec span.btn-17 {
  background: #fff;
}

.group-companies {
  min-height: 540px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .group-companies {
    min-height: 340px;
  }
}
@media (max-width: 1199px) {
  .group-companies {
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  .group-companies {
    min-height: 220px;
  }
}
@media (max-width: 575px) {
  .group-companies {
    min-height: 135px;
  }
}
.group-companies video {
  position: absolute;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .group-companies video {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .group-companies video {
    height: 130px;
  }
}
@media (max-width: 575px) {
  .group-companies video {
    height: 100px;
  }
}
.group-companies .title h2 {
  font-size: 140px;
  line-height: 150px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  font-weight: 900;
  background: #f7f7f7;
  mix-blend-mode: lighten;
  min-height: 300px;
}
@media (max-width: 1399px) {
  .group-companies .title h2 {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (max-width: 1199px) {
  .group-companies .title h2 {
    font-size: 80px;
    line-height: 90px;
    min-height: 180px;
  }
}
@media (max-width: 768px) {
  .group-companies .title h2 {
    font-size: 50px;
    line-height: 70px;
    min-height: 130px;
  }
}
@media (max-width: 575px) {
  .group-companies .title h2 {
    font-size: 30px;
    line-height: 45px;
    min-height: 110px;
    margin-top: -5px;
  }
}

.companies-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1399px) {
  .companies-listing {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .companies-listing {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.companies-listing .hotels {
  width: calc(20% - 30px);
  overflow: hidden;
  border-radius: 0 50px 0 0;
}
@media (max-width: 1399px) {
  .companies-listing .hotels {
    width: calc(20% - 15px);
  }
}
@media (max-width: 1199px) {
  .companies-listing .hotels {
    width: calc(33.3333333333% - 30px);
    border-radius: 30px;
  }
}
@media (max-width: 991px) {
  .companies-listing .hotels {
    width: calc(50% - 30px);
  }
}
@media (max-width: 575px) {
  .companies-listing .hotels {
    width: calc(100% - 30px);
  }
}
.companies-listing .hotels figure {
  margin: 0;
  min-height: 400px;
  background-size: cover !important;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .companies-listing .hotels figure {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .companies-listing .hotels figure {
    min-height: 300px;
    background-position: center !important;
  }
}
@media (max-width: 575px) {
  .companies-listing .hotels figure {
    min-height: 320px;
    background-position: top !important;
  }
}
.companies-listing .hotels figure img {
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.companies-listing .hotels .content {
  background: #fff;
  padding: 40px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 9;
}
.companies-listing .hotels .content:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  background: #0046a7;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  z-index: -9;
}
@media (max-width: 1399px) {
  .companies-listing .hotels .content {
    padding: 30px;
  }
}
.companies-listing .hotels .content h3 {
  color: #0046a7;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .companies-listing .hotels .content h3 {
    font-size: 17px;
    line-height: 25px;
  }
}
.companies-listing .hotels .content h3 span {
  display: block;
}
.companies-listing .hotels .content a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.companies-listing .hotels .content a span {
  width: 120px;
  height: 120px;
  border: 2px dashed #000;
  margin: 0 auto;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1399px) {
  .companies-listing .hotels .content a span {
    width: 80px;
    height: 80px;
  }
}
.companies-listing .hotels .content a h5 {
  font-size: 15px;
  color: #191919;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .companies-listing .hotels .content a h5 {
    font-size: 14px;
  }
}
.companies-listing .hotels:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.companies-listing .hotels:hover .content:after {
  top: 0;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.companies-listing .hotels:hover .content h3 {
  color: #fff;
}
.companies-listing .hotels:hover .content a span {
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
  border: 2px dashed #fff;
}
.companies-listing .hotels:hover .content a h5 {
  color: #fff;
}
.companies-listing .hotels.reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  border-radius: 0 0 0 50px;
}
@media (max-width: 1199px) {
  .companies-listing .hotels.reverse {
    border-radius: 30px;
  }
}
@media (max-width: 991px) {
  .companies-listing .hotels.reverse {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.explore-dubai {
  border-radius: 15px;
  background: #fff;
}
.explore-dubai .content {
  padding: 0 100px;
  border-radius: 15px;
}
@media (max-width: 1699px) {
  .explore-dubai .content {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .explore-dubai .content {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .explore-dubai .content {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .explore-dubai .content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.explore-dubai .content .left {
  text-align: left;
}
@media (max-width: 1199px) {
  .explore-dubai .content .left {
    width: 100%;
    text-align: center;
  }
}
.explore-dubai .content .left h3 {
  color: #000;
  font-size: 60px;
  text-align: left;
  width: 60%;
  margin: 0 0 30px;
  font-weight: 800;
  line-height: 65px;
}
@media (max-width: 1699px) {
  .explore-dubai .content .left h3 {
    width: 80%;
  }
}
@media (max-width: 1399px) {
  .explore-dubai .content .left h3 {
    font-size: 50px;
    line-height: 65px;
    width: 70%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .explore-dubai .content .left h3 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .explore-dubai .content .left h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.explore-dubai .content .left p {
  font-weight: 500;
  line-height: 32px;
  font-size: 16px;
  color: #404040;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1699px) {
  .explore-dubai .content .left p {
    width: 90%;
  }
}
@media (max-width: 1399px) {
  .explore-dubai .content .left p {
    width: 90%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .explore-dubai .content .left p {
    width: 100%;
    text-align: center;
  }
}
.explore-dubai .content .left a {
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #fff;
}
@media (max-width: 1199px) {
  .explore-dubai .content .right {
    width: 100%;
    margin-bottom: 30px;
  }
}
.explore-dubai .content .right .slider1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .explore-dubai .content .right .slider1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .explore-dubai .content .right .slider1 {
    gap: 0;
  }
}
.explore-dubai .content .right .slider1 .owl-carousel {
  width: 50%;
}
@media (max-width: 1199px) {
  .explore-dubai .content .right .slider1 .owl-carousel {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .explore-dubai .content .right .slider1 .owl-carousel {
    width: 100%;
  }
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl1 {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .explore-dubai .content .right .slider1 .owl-carousel.location-sl1 {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 768px) {
  .explore-dubai .content .right .slider1 .owl-carousel.location-sl1 {
    display: none;
  }
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl1 .item {
  position: relative;
  overflow: hidden;
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl1 .item figure {
  width: 100%;
  margin: 0;
}
@media (max-width: 1199px) {
  .explore-dubai .content .right .slider1 .owl-carousel.location-sl1 .item figure img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl1 .item h4 {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl1 .item .loc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  color: #fff;
  z-index: 9;
  font-size: 17px;
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl1 .item .loc svg, .explore-dubai .content .right .slider1 .owl-carousel.location-sl1 .item .loc img {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 5px;
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl1 .item .loc svg path, .explore-dubai .content .right .slider1 .owl-carousel.location-sl1 .item .loc img path {
  stroke: #fff !important;
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl1 .item:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 9;
  height: 30%;
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl2 {
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .explore-dubai .content .right .slider1 .owl-carousel.location-sl2 {
    -webkit-transform: none;
            transform: none;
  }
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl2 .item {
  position: relative;
  overflow: hidden;
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl2 .item figure {
  width: 100%;
  margin: 0;
}
@media (max-width: 1199px) {
  .explore-dubai .content .right .slider1 .owl-carousel.location-sl2 .item figure img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .explore-dubai .content .right .slider1 .owl-carousel.location-sl2 .item figure img {
    height: 300px;
  }
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl2 .item h4 {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl2 .item .loc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  color: #fff;
  z-index: 9;
  font-size: 17px;
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl2 .item .loc svg, .explore-dubai .content .right .slider1 .owl-carousel.location-sl2 .item .loc img {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 5px;
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl2 .item .loc svg path, .explore-dubai .content .right .slider1 .owl-carousel.location-sl2 .item .loc img path {
  stroke: #fff !important;
}
.explore-dubai .content .right .slider1 .owl-carousel.location-sl2 .item:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 9;
  height: 30%;
}

.our-facility {
  text-align: center;
  padding-top: 0;
}
.our-facility h3 {
  font-size: 60px;
  font-weight: 800;
}
@media (max-width: 1399px) {
  .our-facility h3 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .our-facility h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
.our-facility .facilities-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .our-facility .facilities-listing {
    gap: 15px;
    padding: 0 50px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .our-facility .facilities-listing {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.our-facility .facilities-listing .facility-box {
  width: calc(25% - 30px);
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .our-facility .facilities-listing .facility-box {
    width: calc(25% - 15px);
  }
}
@media (max-width: 1199px) {
  .our-facility .facilities-listing .facility-box {
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 991px) {
  .our-facility .facilities-listing .facility-box {
    width: calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .our-facility .facilities-listing .facility-box {
    width: calc(100% - 15px);
    border-radius: 15px;
  }
}
.our-facility .facilities-listing .facility-box a {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our-facility .facilities-listing .facility-box a figure {
  margin: 0;
  width: 100%;
}
.our-facility .facilities-listing .facility-box a figure img {
  height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
}
@media (max-width: 1199px) {
  .our-facility .facilities-listing .facility-box a figure img {
    height: 25vh;
  }
}
@media (max-width: 575px) {
  .our-facility .facilities-listing .facility-box a figure img {
    border-radius: 15px;
  }
}
.our-facility .facilities-listing .facility-box a .icon {
  margin-bottom: 15px;
}
.our-facility .facilities-listing .facility-box a .icon svg {
  width: 50px;
  height: 50px;
  fill: #d92427;
  stroke: #d92427;
}
@media (max-width: 575px) {
  .our-facility .facilities-listing .facility-box a .icon svg {
    fill: #fff;
    stroke: #fff;
  }
}
.our-facility .facilities-listing .facility-box a .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
.our-facility .facilities-listing .facility-box a .content:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -9;
  border-radius: 8px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(4%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.61)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 4%, rgba(0, 0, 0, 0.61) 100%);
}
.our-facility .facilities-listing .facility-box a .content:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -9;
  border-radius: 8px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 575px) {
  .our-facility .facilities-listing .facility-box a .content:after {
    display: none;
  }
}
.our-facility .facilities-listing .facility-box a .content h4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .our-facility .facilities-listing .facility-box a .content h4 {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .our-facility .facilities-listing .facility-box a .content h4 {
    color: #fff;
  }
}
.our-facility .facilities-listing .facility-box a:hover .icon svg {
  stroke: #fff;
  fill: #fff;
}
.our-facility .facilities-listing .facility-box a:hover .content:after {
  top: 100%;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.our-facility .facilities-listing .facility-box a:hover .content h4 {
  color: #fff;
}