/*** LTR websites ***/
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  text-decoration: none;
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

img {
  max-width: 100%;
}

a {
  transition: all 300ms ease;
}

p {
  margin-bottom: 20px;
  line-height: 22px;
}

.page-content ul {
  margin-bottom: 25px;
  line-height: 22px;
}

.page-content ul li {
  list-style: none;
  position: relative;
  padding-left: 22px;
  margin-bottom: 7px;
}

.page-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #24485d;
}

.bg-default {
  background: #48b2c2 !important;
}

.bg-grey {
  background: #faf8f4;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

@media (min-width: 1025px) {
  .animate-it,
  .animate-on-load {
    opacity: 0;
  }
  .animated {
    opacity: 1;
  }
}

#wowslider_engine {
  display: none !important;
}

.hide {
  display: none;
}

@font-face {
  font-family: 'Mont-Thin';
  src: url("../fonts/Mont-Thin.eot");
  src: url("../fonts/Mont-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Thin.svg#Mont-Thin") format("svg"), url("../fonts/Mont-Thin.ttf") format("truetype"), url("../fonts/Mont-Thin.woff") format("woff"), url("../fonts/Mont-Thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mont-Light';
  src: url("../fonts/Mont-Light.eot");
  src: url("../fonts/Mont-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Light.svg#Mont-Light") format("svg"), url("../fonts/Mont-Light.ttf") format("truetype"), url("../fonts/Mont-Light.woff") format("woff"), url("../fonts/Mont-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mont-Book';
  src: url("../fonts/Mont-Book.eot");
  src: url("../fonts/Mont-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Book.svg#Mont-Book") format("svg"), url("../fonts/Mont-Book.ttf") format("truetype"), url("../fonts/Mont-Book.woff") format("woff"), url("../fonts/Mont-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mont-SemiBold';
  src: url("../fonts/Mont-SemiBold.eot");
  src: url("../fonts/Mont-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-SemiBold.svg#Mont-SemiBold") format("svg"), url("../fonts/Mont-SemiBold.ttf") format("truetype"), url("../fonts/Mont-SemiBold.woff") format("woff"), url("../fonts/Mont-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mont-Bold';
  src: url("../fonts/Mont-Bold.eot");
  src: url("../fonts/Mont-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Bold.svg#Mont-Bold") format("svg"), url("../fonts/Mont-Bold.ttf") format("truetype"), url("../fonts/Mont-Bold.woff") format("woff"), url("../fonts/Mont-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mont-Black';
  src: url("../fonts/Mont-Black.eot");
  src: url("../fonts/Mont-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Black.svg#Mont-Black") format("svg"), url("../fonts/Mont-Black.ttf") format("truetype"), url("../fonts/Mont-Black.woff") format("woff"), url("../fonts/Mont-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Mont-Book";
  color: #444444;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mont-Light";
  font-weight: normal;
  margin-bottom: 10px;
}

h1 {
  font-size: 80px;
  text-transform: uppercase;
}

h2 {
  font-size: 80px;
  text-transform: uppercase;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 35px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 25px;
}

.secondary-font {
  font-family: "Mont-Light" !important;
}

.heading {
  margin-bottom: 40px;
}

.heading h2 {
  font-size: 145px;
  font-family: "Mont-Thin";
  line-height: 100px;
  margin-left: -7px;
}

.heading p {
  font-size: 16px;
  color: #24485d;
}

.btn-rounded {
  background: #fff;
  border: 0;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Mont-Book";
  color: #000;
  border-radius: 50px;
  padding: 14px 35px 13px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

.btn-rounded.bordered {
  border: 1px solid #cacaca;
}

.btn-rounded.color-default {
  background: #48b2c2;
  color: #fff;
}

.btn-rounded.color-default:hover {
  background: #6d9e94;
  border-color: #6d9e94;
}

.btn-rounded:hover {
  background: #48b2c2;
  color: #fff;
  border-color: #48b2c2;
}

.btn-arrow {
  background: url(../images/arrow-right.svg) no-repeat right center;
  padding-top: 0;
  padding-right: 35px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Mont-SemiBold";
  background-size: 23px;
  display: inline-block;
  color: #000;
}

.btn-arrow:hover {
  color: #48b2c2;
}

.btn-arrow.white {
  background-image: url(../images/arrow-right-white.svg);
  color: #fff;
}

.btn-arrow.white:hover {
  color: #ddf6f9;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: #000;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 30px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #000;
  opacity: 1;
  background: #947d4e;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 5px;
  right: -16px;
  top: -16px;
  right: -10px;
  top: -10px;
  color: #fff;
  border-radius: 100%;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 45px;
  height: 45px;
  border-radius: 100%;
  padding: 0 !important;
  padding: 0 !important;
  background: #fff;
}

.fancybox-navigation .fancybox-button--arrow_right svg {
  color: #0037a8;
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_left svg {
  color: #0037a8;
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_right::before, .fancybox-navigation .fancybox-button--arrow_left::before {
  font: normal normal normal 26px/1.8 fontawesome;
  color: #000;
}

.fancybox-navigation .fancybox-button--arrow_left:before {
  content: "\f104";
}

.fancybox-navigation .fancybox-button--arrow_right:before {
  content: "\f105";
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.form-widget {
  padding: 30px 0 0;
  background: #fff;
  margin: 0 auto;
  /* for wordpress only */
}

.form-widget input[type="text"],
.form-widget input[type="email"],
.form-widget input[type="url"],
.form-widget input[type="password"],
.form-widget input[type="search"],
.form-widget input[type="tel"],
.form-widget input[type="number"],
.form-widget textarea {
  background: #fff;
  color: #000;
  padding: 10px 15px 12px;
  font-size: 15px;
  width: 100%;
  height: 51px;
  font-family: "Mont-Book";
  border: 1px solid #cccccc;
  font-weight: normal;
  margin-bottom: 25px;
  background: none;
  box-shadow: none;
  border-radius: 4px;
  -webkit-appearance: none;
}

.form-widget input[type="checkbox"] {
  margin: 0;
}

.form-widget input[type="submit"] {
  -webkit-appearance: none;
  float: right;
  transition: all 300ms ease;
}

.form-widget textarea {
  height: 190px;
  resize: none;
  font-family: "Mont-Book";
  font-size: 15px;
  margin-bottom: 25px;
}

.form-widget .contact-form-widget form p span.wpcf7-form-control-wrap:nth-child(2) {
  float: left;
  width: 49%;
}

.form-widget .contact-form-widget form p span.wpcf7-form-control-wrap:nth-child(3) {
  float: right;
  width: 49%;
}

.form-widget .wpcf7-not-valid-tip {
  font-size: 14px;
}

.form-widget .wpcf7-not-valid {
  background: #f9f0f5 !important;
}

.form-widget .invalid div.wpcf7-response-output {
  padding: 10px 15px !important;
  color: #000;
  border: 3px solid !important;
  margin-left: 0;
  margin-right: 0;
  font-size: 17px;
}

.form-widget div.wpcf7-response-output {
  padding: 10px 15px !important;
  color: #000;
  border: 3px solid !important;
  margin-left: 0;
  margin-right: 0;
  font-size: 17px;
}

.form-widget .success-msg {
  padding: 10px;
  background: #e3eed8;
  border: 1px solid #dbe6c7;
  margin-bottom: 10px;
}

.form-widget .row {
  margin: 0 -8px;
  font-size: 0;
}

.form-widget .row .each {
  padding: 0 8px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.form-widget .btn {
  margin-top: 30px;
  display: inline-block;
}

.form-widget.fancybox-content {
  padding: 60px;
  display: none;
}

.form-widget.fancybox-content .fancybox-close-small {
  right: 10px;
  top: 10px;
  padding: 0;
  width: 30px;
  height: 30px;
  background: url(../images/close.svg) no-repeat center center;
  background-size: 13px;
}

.form-widget.fancybox-content .fancybox-close-small svg {
  display: none;
}

.form-widget.fancybox-content .heading {
  margin-bottom: 30px;
}

.form-widget.fancybox-content .heading h2 {
  font-size: 67px;
  letter-spacing: 1px;
}

.form-widget .wpcf7 .ajax-loader {
  margin-right: 0;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 300ms ease;
  padding: 68px 0;
}

.header .logo {
  float: left;
}

.header .logo img {
  display: block;
}

.header .main-nav {
  float: right;
  padding-top: 17px;
}

.header .main-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}

.header .main-nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Mont-SemiBold";
  display: block;
  position: relative;
}

.header .main-nav ul li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  height: 1px;
  background: #fff;
  width: 30px;
  margin-left: -15px;
  transform: scale(0);
  transition: all 300ms ease;
}

.header .main-nav ul li a:hover:before {
  transform: scale(1);
}

.header .wpml-ls-legacy-list-horizontal {
  border: 0;
  padding: 0;
  clear: none;
  float: right;
  margin-top: 16px;
  font-size: 14px;
  text-transform: uppercase;
}

.header .wpml-ls-legacy-list-horizontal a {
  background: #48b2c2 !important;
  padding: 6px 15px 5px;
  border-radius: 30px;
  min-width: 60px;
  position: relative;
  color: #fff !important;
}

.header .wpml-ls-legacy-list-horizontal a:after {
  content: "";
  background: url(../images/caret-down.svg) no-repeat left center;
  width: 15px;
  height: 12px;
  display: inline-block;
  background-size: 19px;
}

.header .wpml-ls-legacy-list-horizontal a span {
  color: #fff;
  font-family: "Mont-SemiBold";
}

.header .wpml-ls-legacy-list-horizontal .wpml-ls-sub-menu li a:after {
  display: none;
}

.footer {
  background: url(../images/footer-bg.jpg) no-repeat center left;
  padding: 125px 0 0;
  color: #fff;
  position: relative;
  background-size: cover;
}

.footer .chat-btn {
  background: url(../images/whatsapp-icon.svg) no-repeat center center #cbd4b4;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: -155px;
  background-size: 26px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.footer:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/footer-graphic.png) no-repeat left 0;
  width: 958px;
  height: 652px;
}

.footer .container {
  position: relative;
}

.footer h4 {
  font-size: 15px;
  margin: 20px 0 50px;
  font-family: "Mont-SemiBold";
}

.footer .top {
  padding-bottom: 80px;
  border-bottom: 2px solid #4ba8b9;
}

.footer .top h4 {
  font-size: 30px;
  float: left;
  margin: 0;
  padding-top: 16px;
}

.footer .top .subscribe-widget {
  float: right;
  max-width: 760px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}

.footer .top .subscribe-widget .tnp-subscription {
  max-width: none;
  margin: 0;
}

.footer .top .subscribe-widget .tnp-subscription label {
  display: none;
}

.footer .top .subscribe-widget .tnp-subscription .tnp-field {
  margin: 0;
  float: left;
  width: 30%;
}

.footer .top .subscribe-widget .tnp-subscription .tnp-field.tnp-field-email {
  width: 70%;
}

.footer .top .subscribe-widget .tnp-subscription .tnp-field .tnp-email {
  background: none;
  height: 65px;
  padding: 0 45px;
  color: #fff;
}

.footer .top .subscribe-widget .tnp-subscription .tnp-field .tnp-button {
  height: 65px;
  font-size: 14px;
  color: #2a92a5;
  cursor: pointer;
  font-family: "Mont-Bold";
  padding: 2px 0 0;
  transition: all 300ms ease;
  border-radius: 0;
}

.footer .top .subscribe-widget .tnp-subscription .tnp-field .tnp-button:hover {
  background-color: #48b2c2;
  color: #fff;
}

.footer .top .subscribe-widget ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.footer .middle {
  border-bottom: 2px solid #4ba8b9;
  padding: 85px 0;
}

.footer .middle .logo {
  float: left;
  width: 30%;
}

.footer .middle .quick-links {
  float: left;
  width: 20%;
}

.footer .middle .quick-links ul li {
  list-style: none;
  margin-bottom: 10px;
}

.footer .middle .quick-links ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.footer .middle .quick-links ul li a:hover {
  opacity: .5;
}

.footer .middle .office {
  float: left;
  width: 50%;
}

.footer .middle .office .left {
  float: left;
  width: 50%;
}

.footer .middle .office .left p {
  line-height: 30px;
}

.footer .middle .office .right {
  float: left;
  width: 50%;
}

.footer .middle .office .right p {
  line-height: 30px;
}

.footer .middle .office .right p a {
  color: #fff;
}

.footer .middle .office .right p a:hover {
  opacity: .5;
}

.footer .bottom {
  padding: 60px 0 30px;
}

.footer .bottom .copyright {
  float: left;
  margin: 0;
}

.footer .bottom ul {
  float: right;
  margin-top: -8px;
}

.footer .bottom ul li {
  float: left;
  list-style: none;
}

.social-nav li {
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
}

.social-nav li:nth-child(1) {
  margin-left: 0;
}

.social-nav li a {
  color: #fff;
  font-size: 25px;
}

#wrapper {
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: hidden;
}

.hero-banner {
  position: relative;
}

.hero-banner .mont-light-font {
  font-family: "Mont-Light" !important;
}

.hero-banner .mouse-icon {
  background: url(../images/mouse-icon.png) no-repeat 0 0;
  width: 29px;
  height: 52px;
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -14.5px;
  z-index: 11;
}

.hero-banner .mouse-icon:after {
  content: "";
  background: url(../images/mouse-icon-scroll.png) no-repeat left 0;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 10px;
  top: 15px;
  animation: mouse-wheel 1.3s ease infinite;
  opacity: 0;
}

.hero-banner .ipad,
.hero-banner .mobile {
  display: none;
}

@keyframes mouse-wheel {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  5% {
    opacity: .5;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(12px);
  }
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #fff !important;
  position: absolute;
  left: 49px;
  top: 30%;
  transition: all 300ms ease;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  font-size: 25px;
  line-height: 25px;
  transition: all 300ms ease;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: #48b2c2 !important;
}

.owl-nav .owl-prev:hover span,
.owl-nav .owl-next:hover span {
  color: #fff;
}

.owl-nav .owl-next {
  left: unset;
  right: 49px;
}

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 0 4px;
  background: #fff !important;
  opacity: .37;
  transition: all 300ms ease;
}

.owl-dots .owl-dot:hover, .owl-dots .owl-dot.active {
  opacity: 1;
}

.home-carousel-sec {
  padding: 190px 0 0 0;
}

.home-carousel-sec .heading {
  position: relative;
}

.home-carousel-sec .heading h2 {
  color: #6d9e94;
}

.home-carousel-sec .btn-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-carousel-sec.bg-default {
  background: #48b2c2;
}

.home-carousel-sec.bg-default .heading h2,
.home-carousel-sec.bg-default .heading p {
  color: #fff;
}

.swiper-slide .offer {
  border: 25px solid #fff;
}

.swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #fff !important;
  position: absolute;
  left: 40px;
  top: 40%;
  text-align: center;
  font-size: 30px;
  transition: all 300ms ease;
  padding-right: 2px;
  line-height: 45px;
}

.swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #fff !important;
  position: absolute;
  right: 40px;
  top: 40%;
  text-align: center;
  font-size: 30px;
  transition: all 300ms ease;
  padding-left: 2px;
  line-height: 45px;
}

.experience-sec {
  padding: 190px 0 0 0;
}

.experience-sec .heading {
  position: relative;
}

.experience-sec .heading h2 {
  color: #6d9e94;
}

.experience-sec .exp-slider {
  position: relative;
}

.experience-sec .exp-slider:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform-origin: top;
  transform: scale(1.12);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  z-index: 1;
}

.experience-sec .exp-slider.animated:after {
  transform: scaleY(0);
}

.experience-sec .swiper-3 {
  display: none;
}

.experience-sec .swiper-3.animated .thumbnail:after {
  transform: scaleY(0);
}

.offer .thumbnail {
  background: #000;
  position: relative;
  overflow: hidden;
}

.offer .thumbnail a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
}

.offer .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform-origin: top;
  transform: scale(1.12);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.offer .thumbnail img {
  width: 100%;
  transition: all 300ms ease;
  background-repeat: no-repeat;
  display: block;
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transform: scale(1.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-carousel-sec .animated .offer .thumbnail img,
.listing-row .animated .offer .thumbnail img,
.experience-sec .animated .offer .thumbnail img {
  opacity: 1;
  transform: scale(1);
}

.home-carousel-sec .animated .offer .thumbnail:after,
.listing-row .animated .offer .thumbnail:after,
.experience-sec .animated .offer .thumbnail:after {
  transform: scaleY(0);
}

.offer .thumbnail:hover img {
  transform: scale(1.1) !important;
}

.offer .content {
  padding: 40px 34px;
  border: 1px solid #d8d8d8;
  border-top: 0;
  background-color: #fff;
}

.offer .content .logo {
  height: 60px;
  display: flex;
  margin-bottom: 13px;
}

.offer .content .logo img {
  width: auto;
  align-self: center;
  max-height: 49px;
  max-width: 130px;
}

.offer .content h3 {
  font-size: 23px;
  color: #000000;
  font-family: "Mont-Bold";
  text-transform: uppercase;
  margin-bottom: 20px;
}

.offer .content h3 a {
  color: #000000;
}

.offer .content h3 a:hover {
  color: #6d9e94;
}

.instagram-sec {
  padding: 115px 0;
}

.instagram-sec h3 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 43px;
}

.instagram-sec .insta-posts ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.instagram-sec .insta-posts ul li {
  width: 15.9%;
  overflow: hidden;
  text-align: center;
}

.instagram-sec .insta-posts ul li a:not(.insta-link) {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}

.instagram-sec .insta-posts ul li a:not(.insta-link) img {
  transition: all 300ms ease;
  position: relative;
  background-color: #48b2c2;
  width: 100%;
  display: block;
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transform: scale(1.1);
}

.instagram-sec .insta-posts ul li a:not(.insta-link):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform-origin: top;
  transform: scale(1.12);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.instagram-sec .insta-posts ul li a.insta-link {
  background: url(../images/instagram-icon.svg) no-repeat left center;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 1px;
  padding-left: 30px;
  background-size: 24px;
  font-size: 18px;
  margin: 20px 0;
  display: inline-block;
  color: #000;
}

.instagram-sec .insta-posts ul li a.insta-link:hover {
  color: #48b2c2;
}

.instagram-sec .insta-posts ul li:nth-child(3) {
  width: 32.5%;
}

.instagram-sec .insta-posts.animated ul li a:not(.insta-link):after {
  transform: scaleY(0);
}

.instagram-sec .insta-posts.animated ul li a:not(.insta-link) img {
  opacity: 1;
  transform: scale(1);
}

.instagram-sec .insta-mobile-posts {
  text-align: center;
}

.instagram-sec .insta-mobile-posts ul {
  margin: 0 -5px;
}

.instagram-sec .insta-mobile-posts ul li {
  width: 33.3%;
  overflow: hidden;
  text-align: center;
  padding: 0 5px;
  float: left;
  margin-bottom: 10px;
}

.instagram-sec .insta-mobile-posts ul li a:not(.insta-link) {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.instagram-sec .insta-mobile-posts ul li a:not(.insta-link) img {
  transition: all 300ms ease;
  position: relative;
  background-color: #48b2c2;
  width: 100%;
  display: block;
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transform: scale(1.1);
}

.instagram-sec .insta-mobile-posts ul li a:not(.insta-link):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform-origin: top;
  transform: scale(1.12);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.instagram-sec .insta-mobile-posts a.insta-link {
  background: url(../images/instagram-icon.svg) no-repeat left center;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 1px;
  padding-left: 30px;
  background-size: 24px;
  font-size: 18px;
  margin: 20px 0 0;
  display: inline-block;
  color: #000;
}

.instagram-sec .insta-mobile-posts a.insta-link:hover {
  color: #48b2c2;
}

.instagram-sec .insta-mobile-posts.animated ul li a:not(.insta-link):after {
  transform: scaleY(0);
}

.instagram-sec .insta-mobile-posts.animated ul li a:not(.insta-link) img {
  opacity: 1;
  transform: scale(1);
}

.clients-sec {
  border-bottom: 1px solid #dddddd;
  padding: 80px 0;
}

.clients-sec .container {
  max-width: 1050px;
}

.clients-sec .owl-nav .owl-prev {
  left: -100px;
  background-color: #4f4f4f !important;
  top: 7px;
}

.clients-sec .owl-nav .owl-prev span {
  color: #fff;
}

.clients-sec .owl-nav .owl-prev:hover {
  background: #48b2c2 !important;
}

.clients-sec .owl-nav .owl-prev:hover span {
  color: #fff;
}

.clients-sec .owl-nav .owl-next {
  right: -100px;
  background-color: #4f4f4f !important;
  top: 7px;
}

.clients-sec .owl-nav .owl-next span {
  color: #fff;
}

.clients-sec .owl-nav .owl-next:hover {
  background: #48b2c2 !important;
}

.clients-sec .owl-nav .owl-next:hover span {
  color: #fff;
}

.clients-sec .logo {
  height: 64px;
  display: flex;
  justify-content: center;
}

.clients-sec .logo img {
  width: auto;
  align-self: center;
}

.events-and-offers-sec {
  padding: 150px 0 160px;
  background-color: #6d9e94;
}

.events-and-offers-sec .heading h3 {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  margin-left: -3px;
  margin-bottom: 0;
}

.events-and-offers-sec .heading p {
  color: #fff;
}

.events-and-offers-sec .left {
  width: 38.4%;
  float: left;
}

.events-and-offers-sec .right {
  width: 52%;
  float: right;
}

.events-and-offers-sec .right .event {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #b6cfca;
}

.events-and-offers-sec .right .event .thumbnail {
  float: left;
}

.events-and-offers-sec .right .event .content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 240px;
}

.events-and-offers-sec .right .event .content h3 {
  font-size: 25px;
}

.events-and-offers-sec .right .event:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.event .thumbnail {
  overflow: hidden;
  position: relative;
}

.event .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform-origin: top;
  transform: scale(1.12);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.events-and-offers-sec .animated .event .thumbnail:after {
  transform: scaleY(0);
}

.event .thumbnail img {
  display: block;
  transition: all 300ms ease;
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transform: scale(1.1);
}

.events-and-offers-sec .animated .event .thumbnail img {
  opacity: 1;
  transform: scale(1);
}

.event .thumbnail:hover img {
  transform: scale(1.1) !important;
}

.event .content {
  padding-top: 46px;
  padding-right: 0;
  padding-bottom: 0;
}

.event .content h3 {
  font-size: 35px;
  margin-bottom: 30px;
}

.event .content h3 a {
  color: #fff;
}

.event .content p {
  color: #fff;
  margin-bottom: 35px;
}

.event .content .date {
  color: #fff;
  float: left;
  font-size: 14px;
  margin-top: 11px;
}

.event .content .btn-rounded {
  float: right;
  background: none;
  color: #fff;
  border-color: #9dbeb7;
  font-size: 13px;
  padding: 12px 27px 10px;
}

.event .content .btn-rounded:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.create-memories-sec {
  padding: 150px 0 440px;
  background: url(../images/create-memories-bg.png) no-repeat right 0;
  min-height: 1412px;
}

.create-memories-sec h2 {
  font-size: 127px;
  color: #6d9e94;
  font-family: "Mont-Thin";
  line-height: 120px;
  margin: 0;
  padding-left: 40px;
  text-align: left;
  direction: ltr;
}

.create-memories-sec h2 span {
  font-family: "Mont-Bold";
  display: block;
}

.create-memories-sec .content {
  padding: 370px 0 0 0;
  max-width: 500px;
  width: 100%;
  float: right;
}

.create-memories-sec .content p {
  font-size: 30px;
  color: #1d1d1d;
  line-height: 37px;
  margin-bottom: 50px;
}

.create-memories-sec.about {
  background: url(../images/create-memories-bg.png) no-repeat right 0;
  margin-top: 104px;
  padding-bottom: 0;
  min-height: 1358px;
}

.create-memories-sec.about h2 b {
  font-size: 30px;
  color: #1d1d1d;
  text-transform: none;
  max-width: 470px;
  display: block;
  font-family: "Mont-Book";
  line-height: normal;
  font-weight: normal;
}

.create-memories-sec.about .content p {
  font-size: 14px;
  line-height: 24px;
  color: #24485d;
  margin-bottom: 25px;
}

.home-gallery-sec {
  padding: 180px 0 0;
}

.home-gallery-sec h2 {
  font-size: 70px;
  line-height: 72px;
  text-align: center;
  color: #6d9e94;
  letter-spacing: -4px;
  margin-bottom: 60px;
}

.home-gallery-sec .gallery ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.home-gallery-sec .gallery ul li {
  width: 16.8%;
  overflow: hidden;
  text-align: center;
}

.home-gallery-sec .gallery ul li a:not(.insta-link) {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.home-gallery-sec .gallery ul li a:not(.insta-link) img {
  transition: all 300ms ease;
  position: relative;
  background-color: #ccc;
  width: 100%;
  display: block;
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transform: scale(1.1);
  background-size: cover;
}

.home-gallery-sec .gallery ul li a:not(.insta-link):hover img {
  transform: scale(1.12) !important;
}

.home-gallery-sec .gallery ul li a:not(.insta-link):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform-origin: top;
  transform: scale(1.12);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.home-gallery-sec .gallery ul li a.insta-link {
  background: url(../images/instagram-icon.svg) no-repeat left center;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 1px;
  padding-left: 30px;
  background-size: 24px;
  font-size: 16px;
  margin: 20px 0;
  display: inline-block;
  font-family: "Mont-SemiBold";
}

.home-gallery-sec .gallery ul li a.insta-link:hover {
  color: #48b2c2;
}

.home-gallery-sec .gallery ul li:nth-child(3) {
  width: 26.4%;
  padding-bottom: 180px;
}

.home-gallery-sec .gallery.animated ul li a:not(.insta-link):after {
  transform: scaleY(0);
}

.home-gallery-sec .gallery.animated ul li a:not(.insta-link) img {
  opacity: 1;
  transform: scale(1);
}

.search-banner {
  padding: 70px 0;
  background: #24485d;
  margin-bottom: 60px;
  text-align: center;
}

.search-banner h1 {
  font-size: 70px;
  color: #fff;
  margin: 0;
}

.search-block .header {
  margin-bottom: 30px;
  z-index: 0;
}

.search-block .header h2 {
  float: left;
  font-size: 50px;
  color: #24485d;
}

.search-block .header span {
  float: right;
  padding-top: 30px;
  color: #24485d;
}

.search-block .search-results-list .each {
  border-top: 1px solid #ccc;
  padding: 40px 0;
}

.search-block .search-results-list .each .thumbnail {
  float: left;
}

.search-block .search-results-list .each .thumbnail img {
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}

.search-block .search-results-list .each .thumbnail.no-image img {
  background: url(../images/search-result-no-image.png) no-repeat center;
  background-color: #f1f1f1;
  background-size: 70px;
}

.search-block .search-results-list .each .content {
  padding-top: 38px;
  padding-right: 230px;
  padding-bottom: 0;
  padding-left: 200px;
  position: relative;
}

.search-block .search-results-list .each .content h3 {
  margin-bottom: 2px;
}

.search-block .search-results-list .each .content h3 a {
  color: #444;
}

.search-block .search-results-list .each .content .btn {
  position: absolute;
  right: 0;
  top: 50px;
}

.pagination {
  margin: 50px 0 80px;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 20px;
  margin: 0 10px;
  font-family: "Mont-Light";
}

.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: #24485d;
}

.main-404-container {
  padding: 85px 0 100px;
  border-top: 1px solid #cccccc;
}

.main-404-container h1 {
  color: #24485d;
}

.main-404-container h3 {
  color: #24485d;
  margin: 40px 0 30px;
}

.main-404-container h4 {
  margin-bottom: 20px;
}

.subpage-banner {
  height: 534px;
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
  overflow: hidden;
}

.subpage-banner .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transform: scale(1.1);
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

.subpage-banner.animated .image {
  opacity: 1;
  transform: scale(1);
}

.subpage-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 30%;
  z-index: 11;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.31) 40%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.subpage-banner.detail {
  height: auto;
}

.subpage-banner.detail:before {
  display: none;
}

.subpage-banner.detail .owl-carousel {
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transform: scale(1.1);
}

.animated .subpage-banner.detail .owl-carousel {
  opacity: 1;
  transform: scale(1);
}

.subpage-banner.detail .owl-carousel .owl-item img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

.subpage-banner.detail .owl-carousel .owl-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 30%;
  z-index: 11;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.31) 40%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.subpage-banner.detail .owl-carousel .owl-nav .owl-prev,
.subpage-banner.detail .owl-carousel .owl-nav .owl-next {
  top: 46%;
}

.subpage-banner .page-title {
  text-transform: none;
  color: #fff;
  padding-top: 250px;
  padding-left: 310px;
  position: relative;
  z-index: 11;
}

.subpage-banner .page-title:before {
  content: "";
  position: absolute;
  left: 259px;
  top: 0;
  width: 2px;
  height: 0;
  background: #fff;
  transition: all 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.animated .subpage-banner .page-title:before {
  height: 320px;
}

.subpage {
  padding: 135px 0;
}

.subpage .listing-row {
  margin: 0 -24px;
  font-size: 0;
}

.subpage .listing-row .col {
  font-size: 15px;
  padding: 0 24px;
  width: 50%;
  margin-bottom: 90px;
  display: inline-block;
  vertical-align: top;
}

.subpage .listing-row .col:nth-last-child(1), .subpage .listing-row .col:nth-last-child(2) {
  margin-bottom: 0;
}

.subpage .listing-row .col .offer .content .logo {
  margin-bottom: 18px;
}

.subpage .listing-row .col .offer .content .logo img {
  max-width: none;
  max-height: none;
}

.subpage-detail-title {
  padding: 55px 0;
  background: #24485d;
  color: #fff;
}

.subpage-detail-title h1 {
  font-size: 50px;
  text-transform: none;
}

.subpage-detail-title .left {
  float: left;
}

.subpage-detail-title .right {
  float: right;
  padding-top: 10px;
}

.subpage-detail-title.event-detail-title {
  padding-bottom: 70px;
}

.subpage-detail-title.event-detail-title .location {
  padding-top: 3px;
  display: block;
  margin-bottom: 23px;
  text-transform: uppercase;
}

.subpage-detail-title.event-detail-title .location strong {
  font-family: "Mont-Bold";
  font-weight: normal;
  margin-right: 3px;
  background: url(../images/location-pin-white.svg) no-repeat left center;
  padding-left: 21px;
  background-size: 16px;
}

.subpage-detail-title.event-detail-title .btn-calender {
  background: url(../images/date-icon-white.svg) no-repeat left center;
  display: inline-block;
  padding-left: 31px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 2px;
  background-size: 22px;
  vertical-align: middle;
  margin-left: 24px;
}

.subpage-detail-title.event-detail-title .btn-calender span {
  border-bottom: 1px solid #cbd5db;
  transition: all 300ms ease;
}

.subpage-detail-title.event-detail-title .btn-calender:hover span {
  border-color: transparent;
}

.subpage-detail-title.event-detail-title .left {
  width: 50%;
}

.subpage-detail-title.event-detail-title .left .btn-rounded {
  vertical-align: middle;
}

.subpage-detail-title.event-detail-title .left .show-mobile {
  display: none;
}

.subpage-detail-title.event-detail-title .left .show-mobile .date {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 2px;
  background-size: 22px;
  vertical-align: middle;
  font-family: "Mont-SemiBold";
  margin-bottom: 28px;
}

.subpage-detail-title.event-detail-title .left .show-mobile .date strong {
  font-family: "Mont-Bold";
  font-weight: normal;
  font-size: 14px;
}

.subpage-detail-title.event-detail-title .left .show-mobile .date span {
  display: inline-block;
  margin-left: 30px;
}

.subpage-detail-title.event-detail-title .left .show-mobile .date span:first-child {
  margin-left: 0;
  background: url(../images/date-icon-white.svg) no-repeat left 1px;
  padding-left: 25px;
  background-size: 17px;
}

.subpage-detail-title.event-detail-title .left .show-mobile h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Mont-Bold";
}

.subpage-detail-title.event-detail-title .left .show-mobile .social-nav {
  margin-bottom: 30px;
}

.subpage-detail-title.event-detail-title .left .show-mobile .social-nav li {
  margin: 0 8px;
}

.subpage-detail-title.event-detail-title .left .show-mobile .social-nav li:nth-child(1) {
  margin-left: 0;
}

.subpage-detail-title.event-detail-title .right {
  padding-top: 20px;
  width: 36%;
}

.subpage-detail-title.event-detail-title .right .date {
  background: url(../images/date-icon-white.svg) no-repeat left center;
  display: inline-block;
  padding-left: 31px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 2px;
  background-size: 22px;
  vertical-align: middle;
  font-family: "Mont-SemiBold";
  margin-bottom: 40px;
}

.subpage-detail-title.event-detail-title .right .date strong {
  font-family: "Mont-Bold";
  font-weight: normal;
  font-size: 14px;
}

.subpage-detail-title.event-detail-title .right .date span {
  display: inline-block;
  margin-left: 30px;
}

.subpage-detail-title.event-detail-title .right .date span:first-child {
  margin-left: 0;
}

.subpage-detail-title.event-detail-title .right h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Mont-Bold";
}

.subpage-detail-title.event-detail-title .right .social-nav li {
  margin: 0 8px;
}

.subpage-detail-title.event-detail-title .right .social-nav li:nth-child(1) {
  margin-left: 0;
}

.subpage-detail-content {
  padding: 130px 0;
}

.subpage-detail-content .left {
  float: left;
  padding-top: 6px;
}

.subpage-detail-content .left .logo {
  width: 244px;
  height: 209px;
  border: 1px solid #eadcdc;
  display: flex;
  justify-content: center;
}

.subpage-detail-content .left .logo img {
  align-self: center;
}

.subpage-detail-content .right {
  padding-left: 299px;
}

.subpage-detail-content .right h2 {
  font-size: 50px;
  margin-left: -4px;
}

.subpage-detail-content .right p {
  font-size: 14px;
  line-height: 24px;
  color: #24485d;
}

.subpage-detail-content .right p a {
  color: #24485d;
  border-bottom: 1px solid #24485d;
  transition: all 300ms ease;
  margin-left: 5px;
}

.subpage-detail-content .right p a:hover {
  border-bottom-color: #fff;
}

.subpage-detail-content.event-detail-content .left .logo {
  width: 380px;
  height: 219px;
}

.subpage-detail-content.event-detail-content .right {
  padding-left: 446px;
}

.subpage-detail-content.event-detail-content .right p {
  margin-bottom: 28px;
}

.location-address {
  background: #48b2c2;
}

.location-address .container {
  display: flex;
}

.location-address .each {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  width: 33.3%;
  padding: 45px 45px 40px;
  color: #fff;
}

.location-address .each:first-child {
  padding-left: 0;
}

.location-address .each:last-child {
  border-right: 0;
  padding-right: 0;
}

.location-address .each h3 {
  font-size: 23px;
  text-transform: uppercase;
  font-family: "Mont-Bold";
  color: #fff;
}

.location-address .each p {
  font-size: 14px;
}

.location-address .each p a {
  color: #fff;
}

.location-address .each p a:hover {
  color: #ddf6f9;
}

.location-address.four .each {
  padding-right: 35px;
  padding-left: 35px;
}

.location-address.four .each:first-child {
  padding-left: 0;
}

.location-address .social-nav li:nth-child(1) {
  margin-left: 0;
}

.location-address .social-nav li a {
  font-size: 25px;
}

.location-benifits {
  padding: 125px 0;
}

.location-benifits h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

.location-benifits h2 span {
  font-size: 14px;
  display: block;
}

.location-benifits .owl-nav .owl-prev {
  left: -80px;
  border: 1px solid #ebdede !important;
}

.location-benifits .owl-nav .owl-prev:hover {
  border-color: #48b2c2 !important;
}

.location-benifits .owl-nav .owl-next {
  right: -80px;
  border: 1px solid #ebdede !important;
}

.location-benifits .owl-nav .owl-next:hover {
  border-color: #48b2c2 !important;
}

.location-benifits.npb {
  padding-bottom: 0;
}

.content-with-thumbnail .thumbnail {
  overflow: hidden;
  position: relative;
}

.content-with-thumbnail .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform-origin: top;
  transform: scale(1.12);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  z-index: 11;
}

.location-benifits .animated .content-with-thumbnail .thumbnail:after {
  transform: scaleY(0);
}

.content-with-thumbnail .thumbnail img {
  display: block;
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transform: scale(1.1);
}

.location-benifits .animated .content-with-thumbnail .thumbnail img {
  opacity: 1;
  transform: scale(1);
}

.content-with-thumbnail .thumbnail a img {
  transform: scale(1);
  transition: all 300ms ease;
}

.content-with-thumbnail .thumbnail a:hover img {
  transform: scale(1.12);
}

.content-with-thumbnail .content {
  padding: 40px;
  border: 1px solid #d8d8d8;
  border-top: 0;
}

.content-with-thumbnail .content h3 {
  font-size: 23px;
  font-family: "Mont-Bold";
  text-transform: uppercase;
}

.content-with-thumbnail .content h3 a:hover {
  color: #6d9e94;
}

.content-with-thumbnail .content p {
  font-size: 14px;
  line-height: 24px;
  color: #24485d;
}

.content-with-thumbnail .content .date {
  background: url(../images/date-icon.svg) no-repeat left 0;
  display: inline-block;
  padding-left: 31px;
  font-size: 13px;
  text-transform: uppercase;
}

.content-with-thumbnail.no-border .content {
  padding: 40px 0 0;
  border: 0;
}

.content-with-thumbnail.no-border .content h3 {
  margin-bottom: 16px;
}

.our-amenities {
  margin-bottom: 120px;
}

.our-amenities h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

.our-amenities .amenities-list {
  margin: 0 -7px;
}

.our-amenities .amenities-list li {
  padding: 0 7px;
  width: 20%;
  float: left;
  list-style: none;
  margin-bottom: 10px;
}

.our-amenities .amenities-list li div {
  height: 176px;
  border: 1px solid #e2d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}

.our-amenities .amenities-list li div img {
  align-self: center;
  margin-bottom: 15px;
}

.our-amenities .amenities-list li div span {
  font-size: 16px;
  color: #24485d;
}

.getting-here h2 {
  font-size: 50px;
  margin-bottom: 25px;
}

.getting-here .map {
  height: 684px;
  background: url(../images/map-temp-img.jpg) no-repeat center center #3c3c3c;
}

.subpage-detail-bottom-content {
  padding: 125px 0;
  font-size: 0;
}

.subpage-detail-bottom-content .left {
  display: inline-block;
  vertical-align: middle;
  width: 45.5%;
  overflow: hidden;
  position: relative;
}

.subpage-detail-bottom-content .left:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform-origin: top;
  transform: scale(1.12);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.subpage-detail-bottom-content .left img {
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transform: scale(1.1);
}

.subpage-detail-bottom-content .right {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 54.5%;
  padding-left: 76px;
}

.subpage-detail-bottom-content .right h2 {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 20px;
}

.subpage-detail-bottom-content .right p {
  line-height: 24px;
}

.subpage-detail-bottom-content .right p a {
  font-family: "Mont-SemiBold";
}

.subpage-detail-bottom-content .right p a:hover {
  color: #48b2c2;
}

.subpage-detail-bottom-content.event-detail-bottom-content {
  padding: 25px 0;
}

.subpage-detail-bottom-content.event-detail-bottom-content .right p {
  line-height: 31px;
  font-size: 16px;
  color: #24485d;
}

.subpage-detail-bottom-content .animated .left:after {
  transform: scaleY(0);
}

.subpage-detail-bottom-content .animated .left img {
  opacity: 1;
  transform: scale(1);
}

.learn-detail-bottom {
  padding: 133px 0;
}

.learn-detail-bottom .each {
  margin-bottom: 26px;
  display: flex;
}

.learn-detail-bottom .each:last-child {
  margin-bottom: 0;
}

.learn-detail-bottom .each .thumbnail {
  width: 30.2%;
  float: left;
  overflow: hidden;
  position: relative;
}

.learn-detail-bottom .each .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform-origin: top;
  transform: scale(1.12);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  z-index: 11;
}

.learn-detail-bottom .each .thumbnail img {
  display: block;
  width: 100%;
}

.learn-detail-bottom .each .content {
  border: 1px solid #dbdbdb;
  border-left: 0;
  width: 69.8%;
  float: right;
  padding: 48px 38px;
}

.learn-detail-bottom .each .content h3 {
  font-size: 23px;
  font-family: "Mont-Bold";
  text-transform: uppercase;
}

.learn-detail-bottom .each .content h3 a:hover {
  color: #6d9e94;
}

.learn-detail-bottom .each .content p {
  color: #24485d;
  font-size: 14px;
  line-height: 24px;
  max-width: 450px;
}

.learn-detail-bottom .each .content .left {
  float: left;
  width: 75%;
}

.learn-detail-bottom .each .content .right {
  float: right;
  padding-top: 20px;
}

.learn-detail-bottom .each.animated .thumbnail:after {
  transform: scaleY(0);
}

.gallery-sec {
  padding: 0 0 180px;
}

.gallery-sec h2 {
  font-size: 50px;
  margin-bottom: 25px;
}

.gallery-sec .owl-nav .owl-prev,
.gallery-sec .owl-nav .owl-next {
  top: 45%;
}

.gallery-sec #preview-image {
  margin-bottom: 9px;
}

.gallery-sec #thumb-image .item {
  position: relative;
}

.gallery-sec #thumb-image .item:before {
  transition: all 300ms ease;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 8px solid transparent;
}

.gallery-sec #thumb-image .current .item:before {
  border-color: #48b2c2;
}

.gallery-sec .outer {
  position: relative;
}

.gallery-sec .outer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #fff;
  transform-origin: top;
  transform: scale(1.12);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  z-index: 11;
}

.gallery-sec .outer.animated:after {
  transform: scaleY(0);
}

.event-widget .thumbnail {
  background: #000;
  position: relative;
  overflow: hidden;
}

.event-widget .thumbnail a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}

.event-widget .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #fff;
  transform-origin: top;
  transform: scale(1.12);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.event-widget .thumbnail img {
  width: 100%;
  transition: all 300ms ease;
  background-repeat: no-repeat;
  display: block;
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transform: scale(1.1);
  background-size: cover;
}

.listing-row .animated .event-widget .thumbnail img {
  opacity: 1;
  transform: scale(1);
}

.listing-row .animated .event-widget .thumbnail:after {
  transform: scaleY(0);
}

.event-widget .thumbnail label {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  padding: 4px 7px 2px;
  background-color: #fff;
}

.event-widget .content {
  padding: 40px 34px;
  border: 1px solid #d8d8d8;
  border-top: 0;
  background-color: #fff;
}

.event-widget .content .logo {
  height: 60px;
  display: flex;
  margin-bottom: 13px;
}

.event-widget .content .logo img {
  width: auto;
  align-self: center;
  max-height: 49px;
  max-width: 130px;
}

.event-widget .content h3 {
  font-size: 23px;
  color: #000000;
  font-family: "Mont-Bold";
  text-transform: uppercase;
  margin-bottom: 20px;
}

.event-widget .content h3 span {
  display: block;
  font-size: 13px;
  color: #9a9292;
  font-family: "Mont-SemiBold";
  margin-bottom: 20px;
}

.event-widget .content h3 a {
  color: #000000;
}

.event-widget .content h3 a:hover {
  color: #6d9e94;
}

.event-widget .content .date {
  background: url(../images/date-icon.svg) no-repeat left 0;
  display: inline-block;
  padding-left: 31px;
  font-size: 13px;
  text-transform: uppercase;
  margin: 7px 0;
  font-family: "Mont-SemiBold";
}

.event-widget .content .date strong {
  font-family: "Mont-Bold";
  color: #000;
  margin-right: 5px;
  font-weight: normal;
  font-size: 14px;
}

.filters-nav {
  padding: 80px 0;
  text-align: center;
}

.filters-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px;
}

.filters-nav ul li a {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Mont-SemiBold";
  position: relative;
}

.filters-nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  background-color: transparent;
  transition: all 300ms ease;
}

.filters-nav ul li a:hover:after {
  background-color: #48b2c2;
}

.filters-nav ul li.active a:after {
  background-color: #48b2c2;
}

.filters-nav.npt {
  padding-top: 0;
}

.search-widget {
  padding: 21px;
  border: 1px solid #e8dfe7;
  border-radius: 50px;
  margin: -180px 0 0;
  position: relative;
  background: #fff;
}

.search-widget h4 {
  font-size: 20px;
  color: #000;
  font-family: "Mont-SemiBold";
  float: left;
  margin: 0;
  padding-top: 9px;
  margin-right: 6%;
  padding-left: 4%;
}

.search-widget .inner {
  font-size: 0;
  float: left;
  width: 65%;
}

.search-widget .inner .each {
  display: inline-block;
  width: 33.3%;
  vertical-align: top;
  padding: 0 5px;
}

.search-widget .inner .each input {
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  padding: 0 22px;
  color: #313131;
  font-size: 14px;
  width: 100%;
  font-family: "Mont-Book";
}

.search-widget .inner .each .styled-select {
  position: relative;
}

.search-widget .inner .each .styled-select select {
  padding: 10px;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  height: 40px;
  border: 1px solid #dddddd;
}

.search-widget .inner .each .styled-select:before {
  background: #fff;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 38px;
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 37px;
  z-index: 1;
  border-radius: 30px;
}

.search-widget .btn-rounded {
  height: 40px;
  padding-top: 12px;
  float: right;
}

.video {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}

.video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #fff;
  transform-origin: top;
  transform: scale(1.12);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  z-index: 11;
}

.video.animated:after {
  transform: scaleY(0);
}

.video.animated img {
  opacity: 1;
  transform: scale(1);
}

.video img {
  display: block;
  width: 100%;
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transform: scale(1.1);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

.video .play-btn {
  width: 64px;
  height: 64px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 63px;
  font-size: 35px;
  text-indent: 4px;
  color: #fff;
  z-index: 11;
}

.saadiyat-story {
  padding-top: 140px;
}

.saadiyat-story h2 {
  color: #6d9e94;
  font-family: "Mont-Thin";
}

.saadiyat-story p {
  font-size: 14px;
  line-height: 24px;
  color: #24485d;
}

.about-us-bottom-sec {
  padding-bottom: 130px;
}

.about-us-bottom-sec p {
  font-size: 14px;
  line-height: 24px;
  color: #24485d;
}

.about-us-bottom-sec h3 {
  font-size: 50px;
  text-transform: uppercase;
}

.map-banner {
  height: 727px;
  background: url(../images/map-temp-img.jpg) no-repeat center center #3c3c3c;
}

.contact-us-sec {
  position: relative;
  overflow: hidden;
}

.contact-us-sec:before {
  content: "";
  position: absolute;
  left: 58%;
  top: 0;
  bottom: 0;
  width: 250%;
  background-color: #48b2c2;
  z-index: -1;
}

.contact-left {
  width: 54%;
  float: left;
  padding: 110px 0;
}

.contact-left h2 {
  font-size: 50px;
}

.contact-left p {
  font-size: 14px;
  line-height: 24px;
  color: #24485d;
}

.contact-left .row {
  margin: 0 -10px;
}

.contact-left .row .col {
  padding: 0 10px;
  width: 50%;
  display: inline-block;
  font-size: 14px;
}

.contact-left .row .col label {
  color: #24485d;
  display: block;
  margin-bottom: 8px;
}

.contact-left .row .col.full {
  width: 100%;
}

.contact-right {
  width: 40%;
  float: right;
  position: relative;
  padding-top: 110px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 80px;
  color: #fff;
}

.contact-right h2 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}

.contact-right ul:not(.social-nav) {
  margin-bottom: 50px;
  padding-top: 10px;
}

.contact-right ul:not(.social-nav) li {
  list-style: none;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 40px;
}

.contact-right ul:not(.social-nav) li a {
  color: #fff;
}

.contact-right ul:not(.social-nav) li a:hover {
  opacity: .7;
}

.contact-right ul:not(.social-nav) li svg {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 20px;
}

.contact-right ul:not(.social-nav) li svg.fa-envelope {
  font-size: 19px;
}

.contact-right ul:not(.social-nav).social-nav li:nth-child(1) {
  margin-left: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 1081px) and (max-width: 1440px) {
  body {
    font-size: 12.6px;
  }
  .hero-banner .mouse-icon {
    background-size: 26px;
    width: 27px;
    height: 47px;
  }
  .hero-banner .mouse-icon:after {
    width: 7px;
    height: 7px;
    background-size: 7px;
    left: 9px;
  }
  .hero-banner .btn-rounded {
    font-size: 12.6px !important;
  }
  .container,
  .header .container {
    max-width: 1080px;
  }
  .header .logo {
    max-width: 187px;
  }
  .header .main-nav ul li a {
    font-size: 13.5px;
  }
  .home-carousel-sec,
  .experience-sec {
    padding-top: 140px;
  }
  .swiper-slide .offer {
    border-width: 17px;
  }
  .experience-sec {
    padding-left: 0;
  }
  .heading h2 {
    font-size: 117px;
  }
  .heading p {
    font-size: 14.4px;
  }
  .btn-arrow {
    font-size: 13.5px;
  }
  .offer .content {
    padding: 40px 28px;
  }
  .offer .content h3 {
    font-size: 20.7px;
  }
  .offer .content .logo img {
    max-height: 45px;
    max-width: 120px;
  }
  .btn-rounded {
    font-size: 12.6px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .home-gallery-sec h2 {
    font-size: 63px;
    line-height: 64px;
  }
  .create-memories-sec {
    background-size: 1440px !important;
    min-height: 1250px;
    padding-bottom: 220px;
  }
  .create-memories-sec h2 {
    font-size: 114px;
    line-height: 111px;
  }
  .create-memories-sec .content {
    padding-top: 340px;
    max-width: 460px;
  }
  .create-memories-sec .content p {
    font-size: 27px;
    margin-bottom: 42px;
  }
  .create-memories-sec.about {
    min-height: 1248px;
  }
  .create-memories-sec.about h2 b {
    font-size: 27px;
    max-width: 430px;
  }
  .main-tree-image img {
    max-width: 320px;
  }
  .events-and-offers-sec {
    padding: 130px 0 140px;
  }
  .events-and-offers-sec .heading h3 {
    color: #fff;
    font-size: 45px;
  }
  .events-and-offers-sec .right .event {
    padding-bottom: 42px;
    margin-bottom: 42px;
  }
  .events-and-offers-sec .right .event .content h3 {
    font-size: 22.5px;
  }
  .event .content {
    padding-top: 41px;
  }
  .event .content h3 {
    font-size: 31.5px;
  }
  .event .content .date {
    font-size: 12.6px;
  }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 44px;
    height: 44px;
  }
  .clients-sec {
    padding: 70px 0;
  }
  .clients-sec .owl-nav .owl-prev {
    left: -50px;
  }
  .clients-sec .owl-nav .owl-next {
    right: -50px;
  }
  .instagram-sec {
    padding: 105px 0;
  }
  .instagram-sec h3 {
    font-size: 45px;
    margin-bottom: 37px;
  }
  .instagram-sec .insta-posts ul li a.insta-link {
    font-size: 16.2px;
  }
  .footer {
    padding-top: 110px;
  }
  .footer .chat-btn {
    top: -140px;
  }
  .footer:before {
    width: 863px;
    height: 588px;
    background-size: 863px;
  }
  .footer h4 {
    font-size: 13.5px;
  }
  .footer .top {
    padding-bottom: 70px;
  }
  .footer .top h4 {
    font-size: 27px;
  }
  .footer .top .subscribe-widget {
    max-width: 680px;
  }
  .footer .top .subscribe-widget .tnp-subscription .tnp-field .tnp-email {
    background: none;
    height: 65px;
    padding: 0 35px;
    color: #fff;
  }
  .footer .top .subscribe-widget .tnp-subscription .tnp-field .tnp-button {
    font-size: 12.6px;
  }
  .footer .top .subscribe-widget .tnp-subscription input[type="text"],
  .footer .top .subscribe-widget .tnp-subscription input[type="email"],
  .footer .top .subscribe-widget .tnp-subscription input[type="submit"],
  .footer .top .subscribe-widget .tnp-subscription select {
    font-size: 12.6px;
  }
  .footer .middle {
    padding: 75px 0;
  }
  .footer .middle .logo img {
    max-width: 187px;
  }
  .footer .middle .quick-links ul li a {
    font-size: 14.4px;
  }
  .footer .bottom {
    padding: 50px 0 30px;
  }
  .footer .bottom .copyright {
    font-size: 13.5px;
  }
  .footer .social-nav li {
    margin: 0 10px;
  }
  .footer .social-nav li a {
    font-size: 20px;
  }
  .subpage-banner {
    height: 481px;
  }
  .subpage-banner .page-title {
    padding-top: 220px;
    padding-left: 302px;
  }
  .subpage-banner .page-title:before {
    width: 1px;
  }
  .animated .subpage-banner .page-title:before {
    height: 281px;
  }
  .subpage-banner.detail .owl-carousel .owl-item img {
    max-height: 600px;
  }
  h1 {
    font-size: 68px;
  }
  .subpage {
    padding: 120px 0;
  }
  .subpage-detail-title {
    padding: 50px 0;
  }
  .subpage-detail-title h1 {
    font-size: 45px;
  }
  .subpage-detail-content {
    padding: 120px 0;
  }
  .subpage-detail-content .left .logo {
    width: 218px;
    height: 185px;
  }
  .subpage-detail-content .right {
    padding-left: 270px;
  }
  .subpage-detail-content .right h2 {
    font-size: 44px;
  }
  .subpage-detail-content .right p {
    font-size: 12.6px;
    line-height: 21.6px;
  }
  .location-address .each h3 {
    font-size: 21px;
  }
  .location-address .each p {
    font-size: 13px;
  }
  .location-address .social-nav li {
    margin: 0 10px;
  }
  .location-address .social-nav li a {
    font-size: 22px;
  }
  .location-benifits {
    padding: 115px 0;
  }
  .location-benifits h2 {
    font-size: 45px;
  }
  .location-benifits h2 span {
    font-size: 12.6px;
  }
  .location-benifits .owl-nav .owl-prev {
    left: -70px;
  }
  .location-benifits .owl-nav .owl-next {
    right: -70px;
  }
  .content-with-thumbnail .content {
    padding: 32px;
  }
  .content-with-thumbnail .content h3 {
    font-size: 21px;
  }
  .content-with-thumbnail .content p {
    font-size: 12.6px;
    line-height: 21.6px;
  }
  .our-amenities h2 {
    font-size: 45px;
  }
  .our-amenities .amenities-list li div {
    height: 159px;
  }
  .our-amenities .amenities-list li div span {
    font-size: 14.4px;
  }
  .getting-here h2 {
    font-size: 45px;
  }
  .getting-here .map {
    height: 615px;
  }
  .filters-nav {
    padding: 70px 0;
  }
  .filters-nav ul li a {
    font-size: 13.5px;
  }
  .filters-nav ul li a:after {
    bottom: -6px;
  }
  .subpage-detail-bottom-content .right {
    font-size: 12.6px;
  }
  .subpage-detail-bottom-content .right h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .subpage-detail-bottom-content .right p {
    line-height: 21.6px;
  }
  .subpage-detail-bottom-content.event-detail-bottom-content .right p {
    line-height: 27.9px;
    font-size: 14.4px;
  }
  .learn-detail-bottom {
    padding: 117px 0;
  }
  .learn-detail-bottom .each {
    margin-bottom: 22px;
  }
  .learn-detail-bottom .each .content h3 {
    font-size: 20.7px;
  }
  .learn-detail-bottom .each .content p {
    font-size: 12.6px;
  }
  .gallery-sec {
    padding-bottom: 130px;
  }
  .gallery-sec h2 {
    font-size: 45px;
  }
  .search-widget h4 {
    font-size: 18px;
    padding-top: 11px;
  }
  .search-widget .inner .each input {
    font-size: 12.6px;
  }
  .event-widget .content h3 {
    font-size: 21px;
  }
  .event-widget .content h3 span {
    font-size: 12px;
  }
  .event-widget .content p {
    font-size: 12.6px;
    line-height: 21.6px;
  }
  .event-widget .content .date {
    font-size: 11.7px;
    background-size: 18px;
    padding-left: 26px;
  }
  .event-widget .content .date strong {
    margin-right: 3px;
  }
  .social-nav li a {
    font-size: 22px;
  }
  .map-banner {
    height: 654px;
  }
  .contact-left {
    padding: 100px 0;
  }
  .contact-left h2 {
    font-size: 45px;
  }
  .contact-left p {
    font-size: 12.6px;
    line-height: 21.6px;
  }
  .contact-left .row .col label {
    font-size: 12.6px;
  }
  .contact-right h2 {
    font-size: 45px;
  }
  .contact-right ul:not(.social-nav) li {
    padding-left: 35px;
    font-size: 14.4px;
    line-height: 28px;
  }
  .contact-right ul:not(.social-nav) li svg {
    font-size: 18px;
  }
  .contact-right ul:not(.social-nav) li svg.fa-envelope {
    font-size: 19px;
  }
  .form-widget {
    padding-top: 20px;
  }
  .form-widget input[type="text"],
  .form-widget input[type="email"],
  .form-widget input[type="url"],
  .form-widget input[type="password"],
  .form-widget input[type="search"],
  .form-widget input[type="tel"],
  .form-widget input[type="number"],
  .form-widget textarea {
    font-size: 12.6px;
  }
  .video .play-btn {
    width: 59px;
    height: 59px;
    line-height: 59px;
    font-size: 29px;
  }
  .saadiyat-story {
    padding-top: 120px;
  }
  .saadiyat-story h2 {
    font-size: 63px;
  }
  .saadiyat-story p {
    font-size: 12.6px;
    line-height: 21.6px;
  }
  .home-gallery-sec {
    padding-top: 120px;
  }
  .home-gallery-sec .gallery ul li:nth-child(3) {
    padding-bottom: 130px;
  }
  .home-gallery-sec h3 {
    font-size: 45px;
  }
  .about-us-bottom-sec {
    padding-bottom: 100px;
  }
  .search-widget {
    margin-top: -161px;
  }
}

@media (max-width: 1080px) {
  .container,
  .header .container {
    max-width: 768px;
  }
  .header .main-nav ul li {
    margin-right: 30px;
  }
  .hero-banner .mouse-icon {
    display: none;
  }
  .home-carousel-sec {
    padding-top: 120px;
  }
  .experience-sec {
    padding-top: 120px;
    padding-left: 0;
  }
  .home-gallery-sec {
    padding-top: 120px;
  }
  .home-gallery-sec h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
  }
  .home-gallery-sec .gallery ul {
    max-width: 768px;
    margin: 0 auto;
  }
  .home-gallery-sec .gallery ul li {
    width: 25.8%;
  }
  .home-gallery-sec .gallery ul li:first-child, .home-gallery-sec .gallery ul li:last-child {
    width: 0;
  }
  .home-gallery-sec .gallery ul li:nth-child(3) {
    width: 40.4%;
    padding-bottom: 120px;
  }
  .home-gallery-sec .gallery ul li a:not(.insta-link) {
    margin-bottom: 10px;
  }
  .instagram-sec {
    padding: 100px 0;
  }
  .instagram-sec h3 {
    font-size: 40px;
  }
  .instagram-sec .insta-posts ul li {
    width: 21.9%;
  }
  .instagram-sec .insta-posts ul li:first-child, .instagram-sec .insta-posts ul li:last-child {
    width: 0;
  }
  .instagram-sec .insta-posts ul li:nth-child(3) {
    width: 49.5%;
  }
  .heading h2 {
    font-size: 85px;
    line-height: 80px;
  }
  .heading p {
    font-size: 15px;
  }
  .create-memories-sec {
    padding-top: 30px;
    padding-bottom: 270px;
    background-size: 100% !important;
    min-height: 900px;
    background: url(../images/create-memories-bg-mobile.png) no-repeat center 0;
  }
  .create-memories-sec h2 {
    font-size: 75px;
    line-height: 70px;
    padding-top: 77px;
    padding-left: 0;
  }
  .create-memories-sec .content {
    padding-top: 230px;
    max-width: 360px;
  }
  .create-memories-sec .content p {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .create-memories-sec .main-tree-image img {
    max-width: 250px;
  }
  .create-memories-sec.about {
    min-height: 910px;
    background: url(../images/create-memories-bg-mobile.png) no-repeat center 0;
  }
  .create-memories-sec.about h2 b {
    font-size: 20px;
    max-width: 270px;
  }
  .create-memories-sec.about .content {
    padding-top: 159px;
  }
  .offer .content h3 {
    font-size: 20px;
    min-height: 48px;
  }
  .events-and-offers-sec {
    padding: 100px 35px 110px;
  }
  .events-and-offers-sec .left,
  .events-and-offers-sec .right {
    display: none;
  }
  .events-and-offers-sec .experience-mobile-carousel {
    display: block;
  }
  .events-and-offers-sec .owl-nav .owl-next,
  .events-and-offers-sec .owl-nav .owl-prev {
    top: 21%;
  }
  .event .content h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .clients-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .clients-sec .owl-nav .owl-prev {
    left: 0;
  }
  .clients-sec .owl-nav .owl-next {
    right: 0;
  }
  .saadiyat-story {
    padding-top: 100px;
  }
  .saadiyat-story h2 {
    font-size: 50px;
  }
  .map-banner {
    height: 600px;
  }
  .contact-left {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .contact-left h2 {
    font-size: 32px;
  }
  .contact-left .row {
    margin: 0 -15px;
  }
  .contact-left .row .col {
    padding: 0 5px;
  }
  .contact-right {
    padding-left: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contact-right h2 {
    font-size: 32px;
  }
  .subpage-banner {
    height: 470px;
  }
  .subpage-banner .page-title {
    font-size: 65px;
    padding-top: 260px;
  }
  .subpage-banner .page-title:before {
    width: 1px;
  }
  .subpage-banner.detail .owl-carousel .owl-item img {
    height: 600px;
  }
  .subpage {
    padding: 100px 0;
  }
  .subpage .listing-row .col {
    padding: 0 10px;
    margin-bottom: 50px;
  }
  .subpage-detail-title h1 {
    font-size: 40px;
  }
  .subpage-detail-title .left {
    float: none;
  }
  .subpage-detail-title .right {
    float: none;
  }
  .subpage-detail-title.event-detail-title .left {
    width: auto;
    margin-bottom: 30px;
  }
  .subpage-detail-title.event-detail-title .right {
    width: auto;
  }
  .subpage-detail-content {
    padding: 100px 0;
  }
  .subpage-detail-content .left {
    width: 28.5%;
  }
  .subpage-detail-content .left .logo {
    width: 204px;
    height: 160px;
  }
  .subpage-detail-content .right {
    padding-left: 250px;
  }
  .subpage-detail-content .right h2 {
    font-size: 36px;
  }
  .subpage-detail-content.event-detail-content .left .logo {
    width: 350px;
  }
  .subpage-detail-content.event-detail-content .right {
    padding-left: 390px;
  }
  .location-benifits {
    padding: 100px 0;
  }
  .location-benifits h2 {
    font-size: 35px;
  }
  .location-benifits .owl-nav .owl-prev {
    left: -25px;
  }
  .location-benifits .owl-nav .owl-next {
    right: -25px;
  }
  .location-benifits.featured-offers .owl-nav .owl-prev,
  .location-benifits.featured-offers .owl-nav .owl-next {
    top: 30%;
  }
  .our-amenities h2,
  .getting-here h2 {
    font-size: 40px;
  }
  .about-us-bottom-sec {
    padding-bottom: 100px;
  }
  .about-us-bottom-sec h3 {
    font-size: 35px;
  }
  .our-amenities {
    margin-bottom: 100px;
  }
  .our-amenities .amenities-list {
    margin: 0 -3px;
  }
  .our-amenities .amenities-list li {
    padding: 0 3px;
  }
  .our-amenities .amenities-list li div span {
    font-size: 14px;
  }
  .getting-here .map {
    height: 550px;
  }
  .social-nav li {
    margin: 0 7px;
  }
  .location-address .each {
    padding-left: 20px;
    padding-right: 20px;
  }
  .location-address.four {
    font-size: 0;
  }
  .location-address.four .container {
    display: block;
  }
  .location-address.four .each {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
  }
  .location-address.four .each:nth-child(2) {
    border-right: 0;
  }
  .location-address.four .each:nth-child(3) {
    padding-left: 0;
  }
  .btn-rounded {
    padding: 12px 30px 11px;
  }
  .filters-nav ul li a {
    font-size: 14px;
  }
  .subpage-detail-bottom-content {
    padding: 110px 0;
  }
  .subpage-detail-bottom-content .left {
    vertical-align: top;
  }
  .subpage-detail-bottom-content .right {
    padding-left: 40px;
  }
  .subpage-detail-bottom-content .right h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .subpage-detail-bottom-content.event-detail-bottom-content .right h2 {
    margin-bottom: 10px;
  }
  .subpage-detail-bottom-content.event-detail-bottom-content .right p {
    line-height: 24px;
    font-size: 14px;
  }
  .gallery-sec {
    padding: 0 0 110px;
  }
  .gallery-sec h2 {
    font-size: 40px;
  }
  .learn-detail-bottom {
    padding: 100px 0;
  }
  .learn-detail-bottom .each {
    display: block;
    opacity: 1;
  }
  .learn-detail-bottom .each .thumbnail {
    width: auto;
    float: none;
  }
  .learn-detail-bottom .each .thumbnail:after {
    display: none;
  }
  .learn-detail-bottom .each .thumbnail img {
    opacity: 1;
  }
  .learn-detail-bottom .each .content {
    border: 1px solid #dbdbdb;
    width: auto;
    float: none;
    padding: 40px 33px;
  }
  .learn-detail-bottom .each .content .left,
  .learn-detail-bottom .each .content .right {
    width: auto;
    float: none;
  }
  .learn-detail-bottom .owl-nav .owl-prev {
    left: -25px;
    background-color: #f4f4f4 !important;
    border: 1px solid #ebdede !important;
  }
  .learn-detail-bottom .owl-nav .owl-next {
    right: -25px;
    background-color: #f4f4f4 !important;
    border: 1px solid #ebdede !important;
  }
  .search-widget {
    margin-top: -140px;
  }
  .search-widget h4 {
    padding-left: 1%;
    margin-right: 6%;
  }
  .search-widget .inner {
    width: 54%;
  }
  .footer {
    padding-top: 100px;
    text-align: center;
  }
  .footer .chat-btn {
    top: -128px;
  }
  .footer h4 {
    margin-bottom: 15px;
  }
  .footer .top {
    padding-bottom: 70px;
  }
  .footer .top h4 {
    float: none;
    margin-bottom: 30px;
    font-size: 26px;
  }
  .footer .top .subscribe-widget {
    float: none;
    width: auto;
  }
  .footer .top .subscribe-widget .tnp-subscription .tnp-field .tnp-email {
    padding: 0 30px;
  }
  .footer .top .subscribe-widget .tnp-subscription .tnp-field .tnp-email,
  .footer .top .subscribe-widget .tnp-subscription .tnp-field .tnp-button {
    height: 58px;
  }
  .footer .middle {
    padding: 60px 0 40px;
  }
  .footer .middle .logo {
    display: none;
  }
  .footer .middle .quick-links {
    float: none;
    width: auto;
    margin-bottom: 50px;
  }
  .footer .middle .quick-links ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2%;
  }
  .footer .middle .office {
    float: none;
    width: auto;
  }
  .footer .middle .office .left,
  .footer .middle .office .right {
    float: none;
    width: auto;
  }
  .footer .bottom {
    display: flex;
    flex-flow: column nowrap;
  }
  .footer .bottom .copyright {
    float: none;
    order: 2;
  }
  .footer .bottom ul {
    float: none;
    margin-bottom: 10px;
  }
  .footer .bottom ul li {
    float: none;
  }
  .location-benifits .owl-nav .owl-prev,
  .location-benifits .owl-nav .owl-next {
    top: 13%;
  }
  .swiper-slide .offer {
    border-width: 17px;
  }
}

@media (max-width: 834px) {
  .header .container,
  .container {
    max-width: 90%;
  }
  .header .logo {
    position: relative;
    z-index: 1;
  }
  .header .main-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.94);
    padding-top: 84px;
    display: none;
  }
  .header .main-nav ul li {
    margin: 0;
    display: block;
  }
  .header .main-nav ul li a {
    color: #000;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding: 11px 0;
  }
  .header .wpml-ls-legacy-list-horizontal,
  .header .wpml-ls-legacy-dropdown {
    display: none;
  }
  .header .mobile-menu-btn {
    color: #fff;
    width: 44px;
    float: right;
    text-transform: uppercase;
    margin-top: 8px;
    z-index: 1;
    position: relative;
    line-height: 17px;
  }
  .header .mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin-bottom: 8px;
  }
  .scroll-up .header .mobile-menu-btn {
    color: #000;
  }
  .scroll-up .header .mobile-menu-btn span {
    background-color: #000;
  }
  .home-carousel-sec .heading {
    text-align: center;
  }
  .home-carousel-sec .btn-arrow {
    display: none;
  }
  .home-gallery-sec {
    padding-top: 100px;
  }
  .home-gallery-sec h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 50px;
  }
  .events-and-offers-sec .container {
    max-width: none;
  }
  .events-and-offers-sec .heading h3 {
    font-size: 40px;
  }
  .events-and-offers-sec .owl-nav .owl-next, .events-and-offers-sec .owl-nav .owl-prev {
    top: 28%;
  }
  .event .content h3 {
    font-size: 24px;
  }
  .heading h2 {
    font-size: 75px;
    line-height: 75px;
  }
  .owl-nav .owl-prev {
    left: -25px;
    background-color: #f4f4f4 !important;
    top: 21%;
  }
  .owl-nav .owl-next {
    right: -25px;
    background-color: #f4f4f4 !important;
    top: 21%;
  }
  .experience-sec .heading {
    text-align: center;
  }
  .experience-sec .exp-slider {
    display: none;
  }
  .experience-sec .swiper-3 {
    display: block;
  }
  .instagram-sec h3 {
    font-size: 34px;
  }
  .instagram-sec .insta-posts ul {
    display: none;
  }
  .clients-sec .logos-carousel {
    padding: 0 50px;
  }
  .footer {
    padding-top: 60px;
  }
  .footer .chat-btn {
    top: -87px;
  }
  .footer:before {
    display: none;
  }
  .footer h4 {
    font-size: 17px;
  }
  .footer .top {
    padding-bottom: 60px;
    border-width: 1px;
  }
  .footer .middle {
    padding: 40px 0 30px;
    border-width: 1px;
  }
  .heading p {
    font-size: 17px;
  }
  .subpage-banner {
    background-color: #48b2c2;
  }
  .subpage-banner:before {
    display: none;
  }
  .subpage-banner .image {
    display: none;
  }
  .subpage-banner .page-title {
    padding-left: 0;
    font-size: 58px;
  }
  .subpage-banner .page-title:before {
    left: -17px;
  }
  .animated .subpage-banner .page-title:before {
    height: 310px;
  }
  .subpage .listing-row .col {
    margin-bottom: 25px;
  }
  .subpage .listing-row .col .offer .content .logo img {
    max-height: 40px;
  }
  .offer .content h3 {
    font-size: 18px;
  }
  .subpage .listing-row {
    margin: 0 -12px;
  }
  .subpage {
    padding: 70px 0;
  }
  .subpage-banner.detail .owl-nav .owl-prev {
    left: 25px;
  }
  .subpage-banner.detail .owl-nav .owl-next {
    right: 25px;
  }
  .subpage-detail-content .left {
    display: none;
  }
  .subpage-detail-content .right {
    padding-left: 0 !important;
  }
  .subpage-detail-title h1 {
    font-size: 35px;
  }
  .subpage-detail-title .left {
    text-align: center;
  }
  .subpage-detail-title .left p {
    display: none;
  }
  .subpage-detail-title .right {
    text-align: center;
  }
  .subpage-detail-title .logo {
    width: 190px;
    height: 155px;
    border: 1px solid #eadcdc;
    display: flex;
    justify-content: center;
    background: #fff;
    margin: -135px auto 30px;
    position: relative;
    z-index: 11;
  }
  .subpage-detail-title .logo img {
    align-self: center;
    max-height: 90%;
  }
  .subpage-detail-content {
    padding: 80px 0;
  }
  .location-address {
    padding: 25px 0;
  }
  .location-address .container {
    display: block;
    max-width: none;
  }
  .location-address .each {
    width: 100% !important;
    text-align: center;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .location-address .each:last-child {
    border: 0;
  }
  .location-address.four .each:nth-child(3) p {
    margin-bottom: 0;
  }
  .location-benifits {
    padding: 80px 0;
  }
  .location-benifits .owl-nav .owl-prev,
  .location-benifits .owl-nav .owl-next {
    top: 26%;
  }
  .location-benifits.featured-offers .owl-nav .owl-prev,
  .location-benifits.featured-offers .owl-nav .owl-next {
    top: 40%;
  }
  .our-amenities .amenities-list li {
    width: 25%;
  }
  .contact-us-sec {
    padding-bottom: 90px;
  }
  .contact-us-sec:before {
    display: none;
  }
  .contact-us-sec .container {
    max-width: none;
    display: flex;
    flex-flow: column nowrap;
  }
  .contact-left {
    float: none;
    padding-top: 80px;
    width: auto;
    max-width: 90%;
    margin: 0 auto;
  }
  .contact-right {
    float: none;
    width: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #48b2c2;
    order: -1;
    text-align: center;
    padding-left: 0;
  }
  .contact-right ul:not(.social-nav) li {
    padding-left: 0;
    padding-top: 25px;
  }
  .contact-right ul:not(.social-nav) li svg {
    left: 50%;
    top: 0;
    margin-left: -8px;
  }
  .subpage-detail-bottom-content .left {
    margin-bottom: 40px;
    display: block;
    width: auto;
  }
  .subpage-detail-bottom-content .right {
    display: block;
    width: auto;
    padding: 0;
  }
  .getting-here {
    background: #24485d;
    padding: 80px 0;
    color: #fff;
  }
  .getting-here h2 {
    margin-bottom: 10px;
  }
  .getting-here .mobile-content {
    display: block;
  }
  .getting-here .map {
    display: none;
  }
  .gallery-mobile-carousel img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .gallery-mobile-carousel .owl-nav .owl-prev,
  .gallery-mobile-carousel .owl-nav .owl-next {
    border: 1px solid #ebdede !important;
  }
  .gallery-sec .outer {
    display: none !important;
  }
  .subpage-detail-title.event-detail-title .left .show-mobile {
    display: block;
  }
  .subpage-detail-title.event-detail-title .right {
    padding: 0;
  }
  .subpage-detail-title.event-detail-title .right .hide-mobile {
    display: none;
  }
  .video img {
    min-height: 350px;
  }
  .saadiyat-story,
  .home-gallery-sec {
    padding-top: 80px;
  }
  .create-memories-sec {
    min-height: 0;
    padding-bottom: 100px;
  }
  .create-memories-sec .content {
    padding-top: 65%;
  }
  .create-memories-sec.about {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .about-us-bottom-sec h3 {
    font-size: 32px;
  }
  .swiper-slide .offer {
    border-width: 0;
    margin-bottom: 1px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 32%;
  }
  .mobile-explore-btn {
    padding: 30px 0 0;
    text-align: center;
  }
  .mobile-explore-btn .btn-arrow {
    display: inline-block;
    position: unset;
  }
}

@media (max-width: 520px) {
  .container.mobile-fluid {
    max-width: none;
  }
  .header {
    padding: 40px 0;
  }
  .header .logo img {
    max-width: 180px;
  }
  .header .mobile-menu-btn {
    width: 35px;
    font-size: 12px;
    margin-top: 11px;
  }
  .header .mobile-menu-btn span {
    margin-bottom: 6px;
  }
  .header .main-nav ul li a {
    font-size: 15px;
  }
  .home-carousel-sec {
    padding-top: 80px;
  }
  .home-carousel-sec .owl-nav .owl-next,
  .home-carousel-sec .owl-nav .owl-prev {
    top: 24%;
  }
  .experience-sec {
    padding-top: 80px;
  }
  .events-and-offers-sec {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .events-and-offers-sec .owl-nav .owl-next,
  .events-and-offers-sec .owl-nav .owl-prev {
    top: 20%;
  }
  .events-and-offers-sec .heading h3 {
    font-size: 35px;
  }
  .btn-rounded {
    padding: 10px 22px 9px;
    font-size: 13px;
  }
  .instagram-sec {
    padding: 80px 0;
  }
  .instagram-sec h3 {
    margin-bottom: 35px;
  }
  .heading h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .heading p {
    font-size: 15px;
  }
  .home-gallery-sec h2 {
    font-size: 35px;
    line-height: 41px;
  }
  .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    left: -20px;
  }
  .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    right: -20px;
  }
  .footer {
    font-size: 14px;
  }
  .footer .top {
    padding-bottom: 40px;
  }
  .footer .top h4 {
    margin-bottom: 20px;
    font-size: 21px;
  }
  .footer .top .subscribe-widget .tnp-subscription .tnp-field {
    width: 35%;
  }
  .footer .top .subscribe-widget .tnp-subscription .tnp-field.tnp-field-email {
    width: 65%;
  }
  .footer .top .subscribe-widget .tnp-subscription .tnp-field .tnp-email {
    padding: 0 20px;
    height: 51px;
  }
  .footer .top .subscribe-widget .tnp-subscription .tnp-field .tnp-button {
    height: 51px;
  }
  .footer .middle {
    padding: 20px 0 10px;
  }
  .footer .middle .quick-links {
    margin-bottom: 33px;
  }
  .footer .middle .quick-links ul li a {
    font-size: 14px;
  }
  .footer .bottom {
    padding-top: 40px;
  }
  .social-nav li a {
    font-size: 22px;
  }
  .experience-sec .heading h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .clients-sec .owl-nav .owl-prev {
    left: -20px;
    top: 13px;
  }
  .clients-sec .owl-nav .owl-next {
    right: -20px;
    top: 13px;
  }
  .subpage-banner {
    height: 340px;
  }
  .subpage-banner .page-title {
    padding-top: 220px;
    font-size: 51px;
  }
  .subpage-banner .page-title:before {
    left: -11px;
  }
  .animated .subpage-banner .page-title:before {
    height: 265px;
  }
  .subpage-banner.detail .owl-carousel .owl-item img {
    height: 510px;
  }
  .subpage .listing-row {
    margin: 0;
  }
  .subpage .listing-row .col {
    padding: 0;
    width: 100%;
  }
  .subpage {
    padding: 50px 0;
  }
  .subpage-detail-title h1 {
    font-size: 30px;
  }
  .subpage-detail-title .logo {
    width: 155px;
    height: 125px;
    margin-top: -120px;
    margin-bottom: 20px;
  }
  .subpage-detail-content {
    padding: 50px 0;
  }
  .subpage-detail-content .right h2 {
    font-size: 30px;
  }
  .location-benifits {
    padding: 70px 0;
  }
  .location-benifits .owl-nav .owl-prev {
    top: 18%;
    left: -20px;
  }
  .location-benifits .owl-nav .owl-next {
    top: 18%;
    right: -20px;
  }
  .location-benifits h2 {
    font-size: 30px;
  }
  .location-benifits.featured-offers .owl-nav .owl-prev,
  .location-benifits.featured-offers .owl-nav .owl-next {
    top: 33%;
  }
  .location-address .each h3 {
    font-size: 20px;
  }
  .content-with-thumbnail .content {
    padding: 30px 27px;
  }
  .content-with-thumbnail .content h3 {
    font-size: 20px;
  }
  .our-amenities h2, .getting-here h2 {
    font-size: 30px;
  }
  .our-amenities {
    margin-bottom: 65px;
  }
  .our-amenities .amenities-list li {
    width: 33.3%;
  }
  .our-amenities .amenities-list li div {
    height: 130px;
  }
  .our-amenities .amenities-list li div img {
    max-width: 40px;
  }
  .getting-here .map {
    height: 400px;
  }
  .contact-left {
    padding-top: 65px;
  }
  .contact-left h2 {
    font-size: 30px;
  }
  .contact-left .row {
    margin: 0 -5px;
  }
  .contact-left .row .col {
    width: 100%;
  }
  .contact-right h2 {
    font-size: 30px;
  }
  .contact-us-sec {
    padding-bottom: 70px;
  }
  .map-banner {
    height: 490px;
  }
  .subpage-detail-bottom-content {
    padding: 80px 0;
  }
  .subpage-detail-bottom-content .right h2 {
    font-size: 32px;
    line-height: 41px;
  }
  .learn-detail-bottom {
    padding: 60px 0;
  }
  .learn-detail-bottom .each .content {
    padding: 30px 27px;
  }
  .learn-detail-bottom .each .content h3 {
    font-size: 20px;
  }
  .gallery-sec {
    padding-bottom: 80px;
  }
  .gallery-sec h2 {
    font-size: 32px;
  }
  .learn-detail-bottom .owl-nav .owl-prev {
    left: -20px;
  }
  .learn-detail-bottom .owl-nav .owl-next {
    right: -20px;
  }
  .event-widget .content {
    padding-left: 27px;
    padding-right: 27px;
  }
  .subpage-detail-title.event-detail-title .left {
    margin-bottom: 0;
  }
  .getting-here {
    padding: 70px 0;
  }
  .home-gallery-sec {
    padding-top: 70px;
  }
  .saadiyat-story.about {
    padding-top: 50px;
  }
  .saadiyat-story h2 {
    font-size: 32px;
  }
  .about-us-bottom-sec h3 {
    font-size: 30px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 28%;
    line-height: 37px;
  }
  .swiper-button-prev {
    left: 11px;
  }
  .swiper-button-next {
    right: 11px;
  }
}

@media (max-width: 1080px) {
  .hero-banner .desktop,
  .hero-banner .mobile {
    display: none;
  }
  .hero-banner .ipad {
    display: block;
  }
}

@media (max-width: 834px) {
  .hero-banner .desktop,
  .hero-banner .ipad {
    display: none;
  }
  .hero-banner .mobile {
    display: block;
  }
}

@media (max-width: 400px) {
  .header {
    padding: 25px 0;
  }
  .footer h4 {
    margin-bottom: 10px;
  }
  .footer .top h4 {
    font-size: 20px;
  }
  .footer .top .subscribe-widget .tnp-subscription .tnp-field .tnp-button {
    font-size: 13px;
  }
  .tnp-subscription input[type="text"],
  .tnp-subscription input[type="email"],
  .tnp-subscription input[type="submit"],
  .tnp-subscription select {
    font-size: 13px;
  }
  .instagram-sec {
    padding: 60px 0;
  }
  .instagram-sec h3 {
    font-size: 26px;
  }
  .offer .content {
    padding: 20px 26px;
  }
  .home-gallery-sec h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .events-and-offers-sec .heading h3 {
    font-size: 30px;
  }
  .events-and-offers-sec .owl-nav .owl-next,
  .events-and-offers-sec .owl-nav .owl-prev {
    top: 16%;
  }
  .event .content h3 {
    font-size: 20px;
  }
  .subpage-banner .page-title {
    font-size: 45px;
  }
  .animated .subpage-banner .page-title:before {
    height: 260px;
  }
  .subpage-detail-title .logo {
    width: 135px;
    height: 105px;
    margin-top: -110px;
    margin-bottom: 20px;
  }
  .subpage-detail-title h1 {
    font-size: 25px;
  }
  .subpage-detail-content .right h2 {
    font-size: 25px;
  }
  .location-address {
    padding: 15px 0;
  }
  .location-benifits h2 {
    font-size: 25px;
  }
  .contact-right ul:not(.social-nav) li {
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .subpage-detail-bottom-content {
    padding: 60px 0;
  }
  .subpage-detail-bottom-content .right h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .subpage-detail-title.event-detail-title .btn-calender {
    margin-left: 7px;
  }
  .saadiyat-story h2 {
    font-size: 28px;
  }
  .about-us-bottom-sec h3 {
    font-size: 25px;
  }
}

@media (max-width: 375px) {
  .home-carousel-sec {
    padding-top: 60px;
  }
  .experience-sec {
    padding-top: 70px;
  }
  .home-gallery-sec {
    padding-top: 80px;
  }
  .heading h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .experience-sec .heading h2 {
    font-size: 45px;
  }
  .our-amenities .amenities-list li {
    width: 50%;
  }
  .our-amenities .amenities-list li div {
    height: 110px;
  }
  .our-amenities .amenities-list li div img {
    max-width: 40px;
  }
  .getting-here .map {
    height: 350px;
  }
  .contact-left h2 {
    font-size: 27px;
  }
  .contact-right h2 {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .map-banner {
    height: 450px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 26%;
  }
  .swiper-button-prev {
    left: 7px;
  }
  .swiper-button-next {
    right: 7px;
  }
  .offer .content .logo img {
    max-height: 40px;
  }
}

@media (min-width: 835px) {
  .header .mobile-menu-btn {
    display: none;
  }
  .instagram-sec .insta-mobile-posts {
    display: none;
  }
  .subpage-detail-title .logo {
    display: none;
  }
  .getting-here .mobile-content {
    display: none;
  }
  .gallery-mobile-carousel,
  .mobile-explore-btn {
    display: none !important;
  }
}

@media (min-width: 1081px) {
  .experience-mobile-carousel {
    display: none !important;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1170px) {
  .clients-sec .owl-nav .owl-prev {
    left: 0;
  }
  .clients-sec .owl-nav .owl-next {
    right: 0;
  }
}
/*# sourceMappingURL=main-ltr.css.map */