@font-face {
  font-family: "Optima";
  src: url("../fonts/optima/Optima.eot");
  src: url("../fonts/optima/Optima.eot?#iefix") format("embedded-opentype"), url("../fonts/optima/Optima.woff2") format("woff2"), url("../fonts/optima/Optima.woff") format("woff"), url("../fonts/optima/Optima.ttf") format("truetype"), url("../fonts/optima/Optima.svg#Optima") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima";
  src: url("../fonts/optima/Optima-Medium.eot");
  src: url("../fonts/optima/Optima-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/optima/Optima-Medium.woff2") format("woff2"), url("../fonts/optima/Optima-Medium.woff") format("woff"), url("../fonts/optima/Optima-Medium.ttf") format("truetype"), url("../fonts/optima/Optima-Medium.svg#Optima-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima";
  src: url("../fonts/optima/Optima-Bold.eot");
  src: url("../fonts/optima/Optima-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/optima/Optima-Bold.woff2") format("woff2"), url("../fonts/optima/Optima-Bold.woff") format("woff"), url("../fonts/optima/Optima-Bold.ttf") format("truetype"), url("../fonts/optima/Optima-Bold.svg#Optima-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima";
  src: url("../fonts/optima/Optima-ExtraBlack.eot");
  src: url("../fonts/optima/Optima-ExtraBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/optima/Optima-ExtraBlack.woff2") format("woff2"), url("../fonts/optima/Optima-ExtraBlack.woff") format("woff"), url("../fonts/optima/Optima-ExtraBlack.ttf") format("truetype"), url("../fonts/optima/Optima-ExtraBlack.svg#Optima-ExtraBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima";
  src: url("../fonts/optima/Optima-Italic.eot");
  src: url("../fonts/optima/Optima-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/optima/Optima-Italic.woff2") format("woff2"), url("../fonts/optima/Optima-Italic.woff") format("woff"), url("../fonts/optima/Optima-Italic.ttf") format("truetype"), url("../fonts/optima/Optima-Italic.svg#Optima-Italic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
:root {
  --primary-color: 247, 244, 239;
  --primary-color-hex: #F7F4EF;
  --primary-color-alt: #F0EBE1;
  --color-yellow: #F9BB4E;
  --heading-color: #000000;
  --text-color: #262626;
  --link-color: #F9BB4E;
  --footer-bg: #F8F7F5;
  --footer-color: #5F5F5F;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-svg: #B49053;
  --menu-bg-color: 57, 80, 124;
  --border-color: #dee2e6;
  --color-gray: #333333;
  --color-gray-medium: #888888;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text-color, #262626);
  background-color: #ffffff;
  overflow-x: hidden;
  transition: all 200ms linear;
}

::selection {
  color: #ffffff;
  background-color: #F9BB4E;
}

::-moz-selection {
  color: #ffffff;
  background-color: #F9BB4E;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #F9BB4E;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fbce7f;
}

/**
 * $size: Font-size to be converted from `px` to `rem`
 * $base: Base font-size (Change its value as per your need)
 * @return void
 * usage: @include font-size(16);
 */
/* BOX SHADOW
- usage: @include box-shadow; or @include box-shadow(0, 2px, 2px, #333);
*/
/**
*
* Testing
*
**/
.emaar-modal .register, .emaar-card .link-explore, .emaar-card .link-explore-btn, .emaar-card__date, .dropdown-menu .dropdown-item, #iw-container .iw-content .iw-info, #iw-container .iw-content .iw-subtitle, .section-subtitle, .header .navbar-nav .nav-link, .header .navbar .move-in-btn {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
  color: var(--text-color, #262626);
}

.main-map-container .map-card-container p, .contact-page .description p, .contact-page .description a, .emaar-modal .form-control::-ms-input-placeholder, .emaar-modal .form-control:-ms-input-placeholder, .emaar-modal .form-control::placeholder, .emaar-modal .form-label, .ecm-accordian .accordion-body *, .ecm-accordian .accordion-button:not(.collapsed), .ecm-accordian .accordion-button, .guidlines__note, .guidlines__details p, .lifestyle .two-col .lifestyle__desc p, .community-map .desc p, .emaar-card__desc p, .business__content p a, .business__content p, .whats-new .details a, .whats-new .details p, .page-info .desctiption, .page-404 p, #iw-container .iw-content .iw-list-desc, .notes {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.2px;
  color: var(--text-color, #262626);
}

.imp-contacts .sub-title, .whats-new .details .heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.2px;
  color: var(--text-color, #262626);
}
@media (max-width: 1024px) {
  .imp-contacts .sub-title, .whats-new .details .heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.whats-new .content p, .sitemap-nav h4 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.2px;
  color: var(--text-color, #262626);
}
@media (max-width: 1024px) {
  .whats-new .content p, .sitemap-nav h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.main-map-container .map-card-container .heading, .emaar-modal .modal-title, .community-service-page .sub-title, .rules-page .sub-title, .lifestyle .full-width .lifestyle__desc p, .page-info .sub-title, .page-header .sub-title, .section-title-small {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Arsenal", sans-serif;
  letter-spacing: 1.2px;
  color: var(--color-black, #000000);
}
@media (max-width: 1024px) {
  .main-map-container .map-card-container .heading, .emaar-modal .modal-title, .community-service-page .sub-title, .rules-page .sub-title, .lifestyle .full-width .lifestyle__desc p, .page-info .sub-title, .page-header .sub-title, .section-title-small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.guidlines__title, .guidlines-page .sub-title, .recent-community-carousel .community__title, .imp-contacts .section-title, .emaar-card__title, .business__content h3, .page-info .title, .page-info .header-title, .header-title, .page-404 h2, .retail-carousel .item .retail-content .retail-title, .section-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Arsenal", sans-serif;
  letter-spacing: 1.44px;
  color: var(--color-black, #000000);
}
@media (max-width: 1024px) {
  .guidlines__title, .guidlines-page .sub-title, .recent-community-carousel .community__title, .imp-contacts .section-title, .emaar-card__title, .business__content h3, .page-info .title, .page-info .header-title, .header-title, .page-404 h2, .retail-carousel .item .retail-content .retail-title, .section-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.page-404 h1, .page-404 p:first-child {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Arsenal", sans-serif;
  letter-spacing: 1.84px;
  color: var(--color-black, #000000);
}
@media (max-width: 1024px) {
  .page-404 h1, .page-404 p:first-child {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.retail-carousel .item .retail-img .caption {
  position: relative;
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  font-size: 26px;
  font-size: 1.625rem;
  color: var(--color-black, #000000);
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .retail-carousel .item .retail-img .caption {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.retail-carousel .item .retail-content {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: var(--text-color, #262626);
}

:root {
  --margin-lr: 8rem;
}

body, html {
  height: 100%;
  position: relative;
}

a {
  text-decoration: none;
  position: relative;
  color: inherit;
}
a:hover {
  color: inherit;
}
a.read-more {
  color: var(--color-yellow, #F9BB4E);
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
a.read-more:hover {
  color: var(--color-black, #000000);
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-95 {
  width: 95%;
}
@media (max-width: 767px) {
  .w-95 {
    width: 90%;
  }
}

.w-96 {
  width: 95%;
}

.text-unset {
  text-transform: unset !important;
}

.owl-theme .owl-dots .owl-dot span {
  transition: 0.3s all ease-in-out;
}

.emmar-link {
  color: var(--color-yellow, #F9BB4E);
}
.emmar-link:hover {
  color: var(--color-black, #000000);
}

.notes {
  font-style: normal;
  margin-bottom: 25px;
  color: var(--footer-color, #5F5F5F) !important;
}

.section {
  padding-top: 75px;
}
@media (max-width: 768px) {
  .section {
    padding-top: 35px;
  }
}

button.navbar-toggler:focus:not(:focus-visible) {
  box-shadow: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: var(--color-white, #ffffff);
  border: 1px solid var(--color-yellow, #F9BB4E);
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-yellow, #F9BB4E);
  border: 1px solid var(--color-yellow, #F9BB4E);
}
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--color-yellow, #F9BB4E);
  border: 1px solid var(--color-yellow, #F9BB4E);
}

.hp-banner {
  overflow: hidden;
  --imgw: 1920;
  --imgh: 910;
  width: 100vw;
  min-height: calc(100vw * var(--imgh) / var(--imgw));
  position: relative;
  background-color: var(--color-yellow, #F9BB4E);
}
@media (max-width: 767px) {
  .hp-banner {
    --imgw: 375;
    --imgh: 710;
    width: 100vw;
    min-height: calc(100vw * var(--imgh) / var(--imgw));
  }
}
.hp-banner .vid-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: var(--color-yellow, #F9BB4E);
}

/*responsive*/
/*--------------------------------------------------------------
Header starts here
--------------------------------------------------------------*/
body.inner-page .header {
  background-color: rgba(var(--menu-bg-color), 1);
}
body.inner-page-transparent {
  --opacity: .75;
}
body.inner-page-transparent .header {
  background-color: rgba(var(--menu-bg-color), var(--opacity));
}

.header {
  transition: all 0.5s;
  z-index: 997;
}
.header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 10px 0;
}
.header .logo img {
  max-height: 80px;
}
.header.header-scrolled {
  background: rgba(57, 80, 124, 0.75) !important;
}
@media (max-width: 991px) {
  .header {
    border: 0;
    padding: 0;
  }
  .header .logo {
    float: none;
    text-align: center;
    margin: 0 auto !important;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .header .logo {
    margin: 5px 0;
    font-size: 35px;
  }
}

.list-style-dash {
  padding-left: 5px;
}
.list-style-dash li {
  list-style-type: "-";
  padding-inline-start: 1ch;
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.header .navbar .nav-item {
  margin: 0 20px;
}
.header .navbar-brand {
  margin: 0;
  order: 0;
}
.header .navbar-brand img {
  max-width: 90%;
  width: 100%;
}
@media (max-width: 1199px) {
  .header .navbar-brand {
    order: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    margin: 0 auto;
    text-align: center;
  }
  .header .navbar-brand img {
    max-width: 135px;
    margin-top: 20px;
  }
}
.header .navbar .search-btn {
  order: 2;
  position: relative;
}
@media (max-width: 1199px) {
  .header .navbar .search-btn {
    order: 3;
    position: absolute;
    top: 25px;
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .navbar .search-btn {
    right: 10%;
  }
}
.header .navbar .move-in-btn {
  order: 3;
  background: var(--color-white, #ffffff);
  color: var(--color-yellow, #F9BB4E) !important;
  padding: 10px 20px;
  transition: 0.3s;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  margin-left: 25px;
}
.header .navbar .move-in-btn:hover {
  background: var(--color-black, #000000);
  color: var(--color-white, #ffffff) !important;
}
@media (max-width: 1199px) {
  .header .navbar .move-in-btn {
    display: none;
    padding: 0.625rem;
    width: 100%;
    margin: 0 0 1.5625rem 0;
    background-color: var(--color-white, #ffffff) !important;
    color: var(--color-yellow, #F9BB4E) !important;
  }
}
.header .navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
@media (max-width: 1199px) {
  .header .navbar-toggler {
    order: 0;
    min-height: 70px;
  }
}
.header .navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.header .navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.header .navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 2px;
  position: absolute;
  background: var(--color-white, #ffffff);
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.header .navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.header .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.header .navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.header .navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.header .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.header .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.header .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
.header .navbar-nav {
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .header .navbar-nav {
    max-height: 100vh;
    overflow-y: auto;
  }
}
.header .navbar-nav .nav-item .dropdown-menu {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.header .navbar-nav .nav-item .dropdown-menu li {
  margin-bottom: 1px;
}
@media (max-width: 1199px) {
  .header .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(var(--color-white, #ffffff), 0.3);
  }
  .header .navbar-nav .nav-item-menu .dropdown-item {
    font-weight: 500;
  }
}
.header .navbar-nav .nav-link {
  text-transform: uppercase;
  color: var(--color-white, #ffffff);
  padding: 0.625rem;
}
@media (max-width: 1199px) {
  .header .navbar-nav .nav-link {
    font-weight: 600;
  }
}
.header .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  background-color: #fff;
  visibility: hidden;
  left: 10px;
  border-bottom: 1px solid #fff;
  width: 0;
  transition: all 0.3s ease-in-out 0s;
}
.header .navbar-nav .nav-link.active::before {
  visibility: visible;
  width: calc(100% - 20px);
}
@media (max-width: 1199px) {
  .header .navbar-nav .nav-link.active::before {
    visibility: hidden;
  }
}
.header .navbar-nav .nav-link:hover::before {
  visibility: visible;
  width: calc(100% - 20px);
}
@media (max-width: 1199px) {
  .header .navbar-nav .nav-link:hover::before {
    visibility: hidden;
  }
}
.header .navbar-nav .nav-link:focus, .header .navbar-nav .nav-link.show {
  background-color: var(--color-black, #000000);
  color: var(--color-white, #ffffff);
}
.header .navbar-nav .nav-link.dropdown-toggle::after {
  display: none;
}
@media (max-width: 1199px) {
  .header .navbar:has(.navbar-collapse.show) {
    background: rgba(57, 80, 124, 0.75);
    padding-bottom: 0;
  }
  .header .navbar .container {
    --bs-gutter-x: 0;
  }
}
.header.transparent-bg {
  background-color: rgba(57, 80, 124, 0.4);
}

.navbar-collapse:has(.show) > .header .navbar .move-in-btn {
  display: block !important;
}

.navbar-collapse.show ~ .move-in-btn {
  display: block !important;
  padding: 10px 30px;
}

#header #navbar-content > ul > li.nav-item {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.1s 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.1s 0.1s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.1s 0.1s;
  transition: transform 0.3s, opacity 0.1s 0.1s, -webkit-transform 0.3s;
}
#header #navbar-content > ul > li.nav-item:nth-child(1) {
  -webkit-transition-delay: 0.23s;
  transition-delay: 0.23s;
}
#header #navbar-content > ul > li.nav-item:nth-child(2) {
  -webkit-transition-delay: 0.26s;
  transition-delay: 0.26s;
}
#header #navbar-content > ul > li.nav-item:nth-child(3) {
  -webkit-transition-delay: 0.29s;
  transition-delay: 0.29s;
}
#header #navbar-content > ul > li.nav-item:nth-child(4) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
#header #navbar-content > ul > li.nav-item:nth-child(5) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
#header .search-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  padding-left: 2em;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
#header .search-box .search-input {
  border: 0;
  border-bottom: 1px solid #fff;
  width: calc(100% - 40px);
  height: 100%;
  background-color: transparent;
  color: var(--color-white, #ffffff);
}
#header .search-box .search-input::-webkit-input-placeholder {
  color: var(--color-white, #ffffff);
}
#header .search-box .search-input:-ms-input-placeholder {
  color: var(--color-white, #ffffff);
}
#header .search-box .search-input::-ms-input-placeholder {
  color: var(--color-white, #ffffff);
}
#header .search-box .search-input::placeholder {
  color: var(--color-white, #ffffff);
}
#header .search-box .search-input:focus {
  outline: none;
}
#header .search-button {
  z-index: 1;
}
#header .search-button .search-toggle {
  z-index: 3;
}
#header .search-button .search-toggle svg {
  stroke: #fff;
}
#header .search-button .search-toggle .x-btn {
  display: none;
}
#header .search-toggle > svg {
  height: 30px;
  width: auto;
}
@media (max-width: 1199px) {
  #header .navbar-brand, #header .navbar-toggler {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.1s 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s 0.1s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.1s 0.1s;
    transition: transform 0.3s, opacity 0.1s 0.1s, -webkit-transform 0.3s;
  }
}

#header.show .search-button .search-toggle .feather-search {
  display: none;
  display: none;
}
#header.show .search-button .search-toggle .x-btn {
  display: block;
  -webkit-transition: display 0.3s 0.2s;
  transition: display 0.3s 0.2s;
  display: block;
  -webkit-transition: display 0.3s 0.2s;
  transition: display 0.3s 0.2s;
}
#header.show .search-box {
  height: 20px;
  width: 360px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#header.show #navbar-content > ul li.nav-item {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.23s;
  transition-delay: 0.23s;
}
@media (min-width: 201px) and (max-width: 1199px) {
  #header.show {
    background-color: #39507c;
  }
  #header.show .navbar-brand, #header.show .navbar-toggler {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0.23s;
    transition-delay: 0.23s;
  }
  #header.show .search-box {
    max-width: 100vw;
  }
  #header.show .search-box .search-input {
    width: calc(100% - 40px);
  }
}

#header .feather-search {
  display: block;
}
#header .x-btn {
  display: none;
}
#header.show #navbar-content {
  visibility: hidden;
}
#header.show .feather-search {
  display: none;
}
#header.show .x-btn {
  display: block;
}

.section {
  position: relative;
}
.section-title {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-black, #000000);
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-title::before {
  position: relative;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #555555;
  margin-right: 35px;
  opacity: 0.45;
}
.section-title::after {
  position: relative;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #555555;
  margin-left: 35px;
  opacity: 0.45;
}
@media (max-width: 768px) {
  .section-title {
    flex-direction: column;
    padding: 10px 30px;
    line-height: 1.2;
  }
  .section-title::before {
    margin: unset;
    transform: translateY(-15px);
  }
  .section-title::after {
    margin: unset;
    transform: translateY(15px);
  }
}
.section-title.left-style {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  padding-bottom: 25px;
}
.section-title.left-style::before {
  display: none;
}
.section-title.left-style::after {
  margin-left: 0;
  bottom: -20px;
  width: 190px;
}
.section-title.center-style {
  margin-top: 50px;
  padding-bottom: 40px;
}
.section-title-small {
  position: relative;
  font-weight: 400;
  color: var(--color-black, #000000);
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-title-small::before {
  position: relative;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #555555;
  margin-right: 35px;
  opacity: 0.45;
}
.section-title-small::after {
  position: relative;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #555555;
  margin-left: 35px;
  opacity: 0.45;
}
@media (max-width: 768px) {
  .section-title-small {
    flex-direction: column;
    padding: 10px 60px;
    line-height: 1.2;
  }
  .section-title-small::before {
    margin: unset;
    transform: translateY(-10px);
  }
  .section-title-small::after {
    margin: unset;
    transform: translateY(10px);
  }
}
.section-subtitle {
  position: relative;
  font-weight: 400;
  color: var(--color-black, #000000);
  line-height: 1;
  text-align: center;
}
@media (min-width: 1367px) {
  .section-subtitle {
    margin-bottom: 20px;
  }
}
.section.communities {
  position: relative;
  padding-top: 50px;
}
.section.communities picture img {
  width: 100%;
}
.section .communities__list {
  width: 100%;
  margin: 35px 0 10px;
}
@media (max-width: 768px) {
  .section .communities__list {
    margin: 15px 0;
  }
}
.section .communities__list li {
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
}
.section .communities__list li a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Arsenal", sans-serif;
  line-height: 1;
  color: var(--color-yellow, #F9BB4E);
  border: 1px solid var(--color-yellow, #F9BB4E);
  padding: 10px 30px;
  border-radius: 25px;
  transition: 0.3s all ease-in-out;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .section .communities__list li a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.section .communities__list li:hover a, .section .communities__list li.current a {
  color: var(--color-gray, #333333);
  border: 1px solid var(--color-gray, #333333);
}

.owl-item {
  display: inline-block;
}

.footer {
  position: relative;
  background-color: var(--footer-bg, #F8F7F5);
  margin-top: 0px;
  padding-top: 70px;
}
.footer h5, .footer h6, .footer h4 {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: var(--color-black, #000000);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer h5.connect, .footer h6.connect, .footer h4.connect {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .footer h5.connect, .footer h6.connect, .footer h4.connect {
    margin-top: 15px;
  }
}
.footer svg {
  fill: var(--footer-color, #5F5F5F);
}
.footer ul.nav li {
  margin-bottom: 6px;
}
.footer ul.nav li a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: var(--footer-color, #5F5F5F);
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.footer ul.nav li a:hover {
  color: var(--color-yellow, #F9BB4E);
}
.footer p {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: var(--color-gray-medium, #888888);
  display: inline-block;
  margin-bottom: 1.25rem;
}
.footer-top {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--border-color);
}
.footer-top ul.social a {
  transition: 0.3s all ease-in-out;
}
.footer-top ul.social a svg * {
  transition: 0.3s all ease-in-out;
}
.footer-top ul.social a:hover svg * {
  fill: var(--color-yellow, #F9BB4E);
}
@media (max-width: 768px) {
  .footer-top ul.social {
    display: block !important;
  }
}
.footer-middle {
  position: relative;
}
.footer-copy {
  margin-bottom: 30px;
  align-items: center;
}
.footer-copy li {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: var(--color-gray-medium, #888888);
  text-transform: uppercase;
}
.footer-copy li a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: var(--color-black, #000000);
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.footer-copy li a svg {
  margin-left: 15px;
  width: 14px;
}
.footer-copy li a:hover {
  color: var(--color-black, #000000);
}
.footer-copy li a.btn-link {
  transition: 0.3s all ease-in-out;
}
.footer-copy li a.btn-link sng {
  transform-origin: center;
  transition: 0.3s all ease-in-out;
}
.footer-copy li a.btn-link[aria-expanded=false] svg {
  transform: rotate(0deg);
}
.footer-copy li a.btn-link[aria-expanded=true] svg {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .footer-copy {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-copy li {
    padding: 10px 0;
  }
}
.footer-bottom {
  background-color: var(--color-white, #ffffff);
}
.footer-bottom ul {
  margin: 0;
  padding: 10px;
}
.footer-bottom ul li {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: var(--color-gray-medium, #888888);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer-bottom ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: var(--color-gray-medium, #888888);
}
.footer-bottom ul li::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-gray-medium, #888888);
  position: relative;
}
.footer-bottom ul li:not(:last-child) {
  margin-right: 1.875rem;
}
@media (max-width: 768px) {
  .footer-bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
  .footer-bottom ul li {
    padding: 5px 0;
  }
}
@media (max-width: 1023px) {
  .footer-top {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 992px) {
  /**nav-expand for footer with head and ul**/
  .nav-folderized .nav-container h5 {
    cursor: pointer;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .nav-folderized .nav-container li.nav-item {
    display: block;
    width: 100%;
  }
  .nav-folderized .nav-container li.nav-item:first-child {
    margin-top: 15px;
  }
  .nav-folderized .nav-container li.nav-item a {
    display: block;
    width: 100%;
  }
  .nav-folderized p {
    margin: 1.25rem 0;
  }
  .nav-folderized ul, .nav-folderized p, .nav-folderized h4 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
    display: block;
  }
  .nav-folderized .nav-container h5:after {
    content: "+";
    float: right;
  }
  .nav-folderized .nav-container.open h5:after {
    content: "-";
  }
  .nav-folderized .nav-container p, .nav-folderized .nav-container ul.social {
    display: none !important;
    transition: display 1s ease-out;
    margin: 0;
  }
  .nav-folderized .nav-container h4.connect {
    margin-top: 0px;
    transition: margin 1s ease-out;
  }
  .nav-folderized .nav-container.open ul, .nav-folderized .nav-container.open p, .nav-folderized .nav-container.open h4 {
    height: auto;
    max-height: 500px;
    transition: all 1s ease-in-out !important;
  }
  .nav-folderized .nav-container.open p, .nav-folderized .nav-container.open ul.social {
    display: inline-block !important;
    margin: 0;
  }
  .nav-folderized .nav-container.open h4.connect {
    margin-top: 15px;
    transition: margin 1s ease-out;
  }
  /**nav-expand for footer with head and ul**/
}
/*--------------------------------------------------------------
Google Map styles
--------------------------------------------------------------*/
.gm-ui-hover-effect img {
  width: 28px !important;
  height: 28px !important;
}

.gm-ui-hover-effect {
  right: 15px !important;
  top: 0px !important;
}

.gm-ui-hover-effect > span {
  width: 16px !important;
  height: 16px !important;
  margin-top: 15px !important;
  opacity: 0.5 !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.374 23.335'%3E %3Cg id='Group_60' data-name='Group 60' transform='translate(-1546.293 -3091.833)'%3E %3Cline id='Line_57' data-name='Line 57' x2='31' transform='translate(1547.04 3092.54) rotate(45)' fill='none' stroke='%23bfbfbf' stroke-width='2'/%3E %3Cline id='Line_58' data-name='Line 58' x2='31' transform='translate(1568.92 3092.54) rotate(135)' fill='none' stroke='%23bfbfbf' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E ") !important;
}

.gm-style .gm-style-iw-c {
  border-radius: 0px !important;
  background-color: rgba(var(--color-white, #ffffff), 0.9) !important;
}

#mapCanvas {
  width: 100%;
  height: 625px;
}

#mapCanvas.contact-map {
  width: 100%;
  height: 500px;
}

#iw-container {
  margin-bottom: 0px;
  margin-top: 15px;
  max-height: 600px;
  overflow-y: auto;
}
#iw-container.iw-container-xl {
  padding-left: 15px;
  padding-right: 15px;
}
#iw-container .iw-img img {
  width: 100%;
  height: auto;
}
#iw-container .iw-title {
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  color: var(--color-black, #000000);
  margin: 0;
  border-radius: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  line-height: 1.5;
  text-transform: uppercase !important;
}
#iw-container .iw-title::before {
  content: "";
  position: relative;
  width: 150px;
  height: 1px;
  background-color: rgba(136, 136, 136, 0.15);
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 10px;
}
#iw-container .iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 5px;
  min-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
#iw-container .iw-content .iw-subtitle {
  font-weight: 700;
  letter-spacing: unset;
  margin-bottom: 0;
}
#iw-container .iw-content .iw-info {
  font-weight: 400;
  letter-spacing: unset;
}
#iw-container .iw-content .iw-list {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#iw-container .iw-content .iw-list-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 50%;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  flex: 0 0 50%;
}
#iw-container .iw-content .iw-list-item:nth-child(1), #iw-container .iw-content .iw-list-item:nth-child(2) {
  margin-top: 0px;
}
#iw-container .iw-content .iw-list-item span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding-top: 3px;
}
#iw-container .iw-content .iw-list-desc {
  color: var(--text-color);
}
#iw-container .iw-content .iw-list-desc:first-child {
  margin-top: 15px;
}
#iw-container .iw-content .iw-know-more {
  color: var(--color-yellow, #F9BB4E);
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: block;
  transition: 0.3s all ease-in-out;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
#iw-container .iw-content .iw-know-more:hover {
  color: var(--color-black, #000000);
}
#iw-container .iw-content .iw-know-more.visit {
  font-size: 14px;
  font-size: 0.875rem;
}

.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
}
.whatsapp a {
  display: inline-block;
}
.whatsapp a svg {
  width: 70px;
  fill: green;
}

/*--------------------------------------------------------------
Retail Section
--------------------------------------------------------------*/
.retail-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--primary-color, #F7F4EF));
}
.retail-carousel .item .retail-img {
  position: relative;
  flex: 50% 0 0;
  max-width: 50%;
}
.retail-carousel .item .retail-img img {
  width: 100%;
}
.retail-carousel .item .retail-img .caption {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  color: var(--color-white, #ffffff);
  margin: 40px auto;
  width: 70%;
}
.retail-carousel .item .retail-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-left: 70px;
  padding-right: 60px;
  color: #555555;
}
.retail-carousel .item .retail-content .retail-title {
  color: var(--color-black, #000000);
  font-weight: 400;
  margin-bottom: 12px;
}
.retail-carousel .item .retail-content p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  letter-spacing: unset;
}
.retail-carousel .item .retail-content p.list-title {
  margin-bottom: 0;
}
.retail-carousel .item .retail-content ul {
  padding-left: 10px;
}
.retail-carousel .item .retail-content ul li {
  font-size: 16px;
  font-size: 1rem;
  list-style-type: "-";
  padding-inline-start: 1ch;
}
@media (max-width: 1024px) {
  .retail-carousel .owl-nav {
    top: 27%;
  }
  .retail-carousel .owl-dot {
    margin-top: 25px;
  }
  .retail-carousel .item {
    flex-direction: column;
  }
  .retail-carousel .item .retail-img {
    flex: 100% 0 0;
    max-width: 100%;
    width: 100%;
  }
  .retail-carousel .item .retail-img .caption {
    font-size: 32px;
    font-size: 2rem;
    margin: 35px auto;
  }
  .retail-carousel .item .retail-content {
    padding: 40px 25px;
  }
  .retail-carousel .item .retail-content .retail-title {
    margin-bottom: 20px;
  }
}

.owl-dots {
  margin-top: 25px;
}

.owl-nav {
  top: 50%;
  right: 0;
  left: 0;
}
.owl-nav button {
  background: transparent !important;
  color: var(--color-yellow, #F9BB4E) !important;
  transition: 0.3s all ease-in-out;
}
.owl-nav button:hover {
  color: var(--color-black, #000000) !important;
}
.owl-nav button.owl-prev {
  transform: translateY(-50%);
}
.owl-nav button.owl-next {
  transform: translateY(-50%);
}
.owl-nav button i {
  font-size: 40px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .owl-nav {
    top: 17%;
    margin-top: 15px;
  }
}
.owl-nav-feature {
  display: flex;
  justify-content: space-between;
  position: absolute;
}
.owl-nav-feature button.owl-prev {
  transform: translateX(-100%);
}
.owl-nav-feature button.owl-next {
  transform: translateX(100%);
}
@media (max-width: 768px) {
  .owl-nav-feature {
    display: none;
  }
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.dropdown-menu li {
  margin-bottom: 1px;
}
.dropdown-menu .dropdown-item {
  text-transform: uppercase;
  color: var(--color-white, #ffffff);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.625rem 1.25rem;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: var(--color-white, #ffffff);
  color: var(--color-black, #000000);
}
@media (max-width: 1024px) {
  .dropdown .dropdown-menu .dropdown-item {
    padding-left: 35px;
  }
}

@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.pulse {
  background: rgba(0, 0, 0, 0.52);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 22px 0px 0px -5px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
}

.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 5px #bbb7b7;
  box-shadow: 0 0 1px 5px #bbb7b7;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.gallery .item .col:last-child .widget-content {
  min-height: 85px;
}
.gallery .widget-content {
  min-height: 120px;
}
.gallery .owl-dots {
  margin-top: 0px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40100;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 1;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40100;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: url("../images/close.png"), default;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.mfp-arrow {
  width: 67px;
  height: 67px;
  border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  z-index: 40110;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  /*top: 1px;*/
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  display: none;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  /*margin-top: -54px;*/
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 40px;
  background: url("../images/prev_button_back.png") no-repeat center !important;
}

.mfp-arrow-left:hover {
  background: url("../images/prev_button_active_back.gif") no-repeat center -1px !important;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 40px;
  background: url("../images/next_button_back.png") no-repeat center !important;
}

.mfp-arrow-right:hover {
  background: url("../images/next_button_active_back.gif") no-repeat center -1px !important;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-close {
  display: none !important;
}

.gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper .pm_add_like_button {
  padding: 23px 47px 43px;
}
@media (max-width: 767px) {
  .gallery_grid .pm_gallery .pm_gallery_item .pm_gallery_item_wrapper .pm_image_likes_wrapper .pm_add_like_button {
    padding: 23px 31px 15px;
  }
}

@media (min-width: 1200) {
  .latest-container {
    max-width: 1100px;
  }
}

.title-2-line {
  text-overflow: ellipsis;
  min-height: 2.5em;
  display: -webkit-box;
  max-height: 2.5em;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.title-3-line {
  text-overflow: ellipsis;
  min-height: 3.75em;
  display: -webkit-box;
  max-height: 3.75em;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.content-3-line {
  text-overflow: ellipsis;
  min-height: 2.5em;
  display: -webkit-box;
  max-height: 2.5em;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sitemap h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 2.5px;
  color: var(--color-gray, #333333);
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .sitemap h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 25px;
  }
}
.sitemap-nav {
  margin-bottom: 30px;
}
.sitemap-nav h4 {
  color: var(--color-gray, #333333);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sitemap-nav ul {
  list-style: none;
  padding-left: 0;
}
.sitemap-nav ul li {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #555555;
  list-style-type: none;
  margin-bottom: 15px;
}
.sitemap-nav ul li ul {
  padding-left: 15px;
}
.sitemap-nav ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #555555;
  text-decoration: none;
}
@media (max-width: 768px) {
  .sitemap-nav {
    background-color: transparent;
    transition: background-color 0.5s ease-out !important;
    padding-top: 15px;
    margin-bottom: 0;
  }
  .sitemap-nav h4::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.786' height='13.307' viewBox='0 0 23.786 13.307'%3e%3cpath d='M7778,360l11.187,11.186L7800.372,360' transform='translate(-7777.293 -359.293)' fill='none' stroke='%23f8ba58' stroke-width='2'/%3e%3c/svg%3e");
    width: 25px;
    float: right;
  }
  .sitemap-nav ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    margin-bottom: 0;
  }
  .sitemap-nav.open {
    background-color: rgb(var(--primary-color, #F7F4EF));
    transition: background-color 0.5s ease-in !important;
    margin-bottom: 10px;
  }
  .sitemap-nav.open h4::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.786' height='13.307' viewBox='0 0 23.786 13.307'%3e%3cpath d='M7778,371.186,7789.187,360l11.186,11.186' transform='translate(-7777.293 -358.586)' fill='none' stroke='%23f8ba58' stroke-width='2'/%3e%3c/svg%3e");
    width: 25px;
  }
  .sitemap-nav.open ul {
    height: auto;
    max-height: 500px;
    transition: max-height 0.5s ease-in !important;
  }
}

.page-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color-black, #000000);
  margin-top: 41.89px;
  min-height: 37.7604166667vw;
  --mbottom: 25px;
}
.page-404 * {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.page-404 p {
  margin-bottom: var(--mbottom);
  color: #555555;
}
.page-404 p:first-child {
  font-family: "Arsenal", sans-serif;
  font-weight: 300;
  color: var(--color-black, #000000);
  margin-bottom: var(--mbottom);
}
.page-404 h1 {
  font-weight: 900;
  margin-bottom: var(--mbottom);
}
.page-404 h2 {
  font-weight: 400;
  margin-bottom: var(--mbottom);
}
@media (max-width: 767px) {
  .page-404 {
    margin-top: 86px;
  }
}

.social-links {
  margin-bottom: 50px;
}
.social-links a {
  margin-right: 10px;
}
.social-links a svg {
  width: auto !important;
  height: 25px !important;
}

.emaar-bg {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  --imgw: 1920;
  --imgh: 710;
  width: 100vw;
  min-height: calc(100vw * var(--imgh) / var(--imgw));
}
@media (max-width: 767px) {
  .emaar-bg {
    --imgw: 375;
    --imgh: 510;
    width: 100vw;
    min-height: calc(100vw * var(--imgh) / var(--imgw));
  }
}

.about-emaar-bg {
  background-image: url("../images/about/about-arabian-ranches.jpg");
}
@media (max-width: 767px) {
  .about-emaar-bg {
    background-image: url("../images/about/about-arabian-ranches-m.jpg");
  }
}

.palmera-bg {
  background-image: url("../images/palmera/palmera-bg.jpg");
}
@media (max-width: 767px) {
  .palmera-bg {
    background-image: url("../images/palmera/palmera-bg-m.jpg");
  }
}

.golf-club-bg {
  background-image: url("../images/golf-club/golf-club-bg.jpg");
}
@media (max-width: 767px) {
  .golf-club-bg {
    background-image: url("../images/golf-club/golf-club-bg-m.jpg");
  }
}

.imp-contacts-bg {
  background-image: url("../images/imp-contacts/imp-contacts-bg.jpg");
}
@media (max-width: 767px) {
  .imp-contacts-bg {
    --imgh: 310;
    background-image: url("../images/imp-contacts/imp-contacts-bg-m.jpg");
  }
}

.staying-fit-bg {
  background-image: url("../images/staying-fit/staying-fit.jpg");
}
@media (max-width: 767px) {
  .staying-fit-bg {
    background-image: url("../images/staying-fit/staying-fit-m.jpg");
  }
}

.sustainable-bg {
  background-image: url("../images/sustainable/sustainable-bg.jpg");
}
@media (max-width: 767px) {
  .sustainable-bg {
    background-image: url("../images/sustainable/sustainable-bg-m.jpg");
  }
}

.rules-bg {
  background-image: url("../images/rules/rules-bg.jpg");
}
@media (max-width: 767px) {
  .rules-bg {
    background-image: url("../images/rules/rules-bg-m.jpg");
  }
}

.guidlines-bg {
  background-image: url("../images/guidlines/guidlines-bg.jpg");
}
@media (max-width: 767px) {
  .guidlines-bg {
    background-image: url("../images/guidlines/guidlines-bg-m.jpg");
  }
}

.air-conditioning-bg {
  background-image: url("../images/air-conditioning/air-conditioning-bg.jpg");
}
@media (max-width: 767px) {
  .air-conditioning-bg {
    background-image: url("../images/air-conditioning/air-conditioning-bg-m.jpg");
  }
}

.kitchen-garden-bg {
  background-image: url("../images/kitchen-garden/kitchen-garden-bg.jpg");
}
@media (max-width: 767px) {
  .kitchen-garden-bg {
    background-image: url("../images/kitchen-garden/kitchen-garden-bg-m.jpg");
  }
}

.community-flora-bg {
  background-image: url("../images/community-flora/community-flora-bg.jpg");
}
@media (max-width: 767px) {
  .community-flora-bg {
    background-image: url("../images/community-flora/community-flora-bg-m.jpg");
  }
}

.digital-community-bg {
  background-image: url("../images/digital-community/digital-community-bg.jpg");
}
@media (max-width: 767px) {
  .digital-community-bg {
    background-image: url("../images/digital-community/digital-community-bg-m.jpg");
  }
}

.community-service-bg {
  background-image: url("../images/community-service/community-service-bg.jpg");
}
@media (max-width: 767px) {
  .community-service-bg {
    background-image: url("../images/community-service/community-service-bg-m.jpg");
  }
}

.top-ques-bg {
  background-image: url("../images/top-ques/top-ques-bg.jpg");
}
@media (max-width: 767px) {
  .top-ques-bg {
    background-image: url("../images/top-ques/top-ques-bg-m.jpg");
  }
}

.collect-bg {
  background-image: url("../images/collect/collect-bg.jpg");
}
@media (max-width: 767px) {
  .collect-bg {
    background-image: url("../images/collect/collect-bg-m.jpg");
  }
}

.diwali-bg {
  background-image: url("../images/diwali/diwali-bg.jpg");
}
@media (max-width: 767px) {
  .diwali-bg {
    background-image: url("../images/diwali/diwali-bg-m.jpg");
  }
}

.video-bg {
  --imgw: 1920;
  --imgh: 810;
  width: 100vw;
  min-height: calc(100vw * var(--imgh) / var(--imgw));
  background-image: url("../images/video-gallery/video-bg.jpg");
}
@media (max-width: 767px) {
  .video-bg {
    --imgw: 375;
    --imgh: 375;
    background-image: url("../images/video-gallery/video-bg-m.jpg");
  }
}

.contact-bg {
  background-image: url("../images/contact/contact-bg.jpg");
}
@media (max-width: 767px) {
  .contact-bg {
    background-image: url("../images/contact/contact-bg-m.jpg");
  }
}

.text-yellow {
  transition: 0.3s all ease-in-out;
  color: var(--color-yellow);
}

.bg-white {
  background: rgb(var(--color-white));
}

.bg-theme-emaar {
  background: rgb(var(--primary-color)) !important;
}

.font-optima {
  font-family: "Arsenal", sans-serif !important;
}

.font-lato {
  font-family: "Lato", sans-serif !important;
}

.btn-apply-now {
  color: var(--link-color);
  background-color: var(--color-white, #ffffff);
  display: inline-block !important;
  padding: 10px 20px;
  transition: 0.3s all ease-in-out;
  letter-spacing: 2px;
  font-weight: 700;
}
.btn-apply-now:hover {
  background-color: var(--color-black, #000000);
  color: var(--color-white, #ffffff);
}

.link-explore, .link-explore-btn {
  margin-top: 15px;
  color: var(--color-yellow);
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  transition: 0.3s all ease-in-out;
}
.link-explore:hover, .link-explore-btn:hover {
  color: var(--text-color);
}
.link-explore-btn {
  background-color: var(--color-white);
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 26px;
}
.link-explore-btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.ls-2 {
  letter-spacing: 2px;
}

.header-margin {
  margin-top: 66.5px;
}
@media (max-width: 1023px) {
  .header-margin {
    margin-top: 86px;
  }
}

.header-title {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-black, #000000);
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-title::before {
  position: relative;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #555555;
  margin-right: 50px;
  opacity: 0.45;
}
.header-title::after {
  position: relative;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #555555;
  margin-left: 50px;
  opacity: 0.45;
}
@media (max-width: 768px) {
  .header-title {
    flex-direction: column;
    padding: 10px 30px;
    line-height: 1.2;
  }
  .header-title::before {
    margin: unset;
    transform: translateY(-15px);
  }
  .header-title::after {
    margin: unset;
    transform: translateY(15px);
  }
}

.no-border::before, .no-border::after {
  display: none;
}

.page-header .header-title {
  margin: 45px 0;
}
.page-header .header-title.subtitle {
  margin: 45px 0 20px 0;
}
.page-header .sub-title {
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .px-6 {
    padding: 10px 50px;
  }
}

.page-info {
  background-color: rgb(var(--primary-color, #F7F4EF));
  padding: 70px 0 60px 0;
}
.page-info .title, .page-info .header-title {
  font-weight: 400;
  margin-bottom: 20px;
}
.page-info .sub-title {
  font-weight: 400;
  margin-bottom: 25px;
  letter-spacing: unset;
  color: var(--text-color, #262626);
}
.page-info .desctiption {
  font-weight: 400;
  margin-top: 30px;
  letter-spacing: unset;
}
.page-info p a {
  color: var(--link-color);
}
@media (max-width: 1024px) {
  .page-info .sub-title {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .page-info {
    padding: 40px 0 30px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .page-info .title, .page-info .header-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .page-info .sub-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.testimonials {
  position: relative;
  background-color: rgb(var(--primary-color, #F7F4EF));
}
.testimonials .testimonials-carousel {
  margin-top: 50px;
  padding-bottom: 75px;
}
.testimonials .testimonials-carousel .item {
  background-color: var(--color-white, #ffffff);
  min-height: 500px;
  position: relative;
  text-align: center;
}
.testimonials .testimonials-carousel .item .testimonials__content {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
  padding: 30px 50px;
  color: var(--color-gray-medium, #888888);
}
.testimonials .testimonials-carousel .item .testimonials-info {
  position: absolute;
  background-color: var(--primary-color-alt, #F0EBE1);
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.testimonials .testimonials-carousel .item .testimonials-info img {
  max-width: 110px;
  margin-top: -25%;
  transform: translateY(-25px);
}
.testimonials .testimonials-carousel .item .testimonials-info .testimonials__name {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  color: var(--color-black, #000000);
  margin: 0;
  text-transform: uppercase;
}
.testimonials .testimonials-carousel .item .testimonials-info .testimonials__place {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  color: var(--color-gray-medium, #888888);
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .testimonials .testimonials-carousel .item {
    min-height: 450px;
  }
  .testimonials .testimonials-carousel .item .testimonials__content {
    padding: 30px 60px;
  }
  .testimonials .testimonials-carousel .item .testimonials-info img {
    max-width: 120px;
    margin-top: -15%;
    transform: translateY(-15px);
  }
}
.testimonials .testimonials-carousel .owl-dots {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .testimonials .testimonials-carousel {
    margin-top: 25px;
    padding-bottom: 15px;
  }
  .testimonials .testimonials-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
  }
}
.testimonials .testimonials-carouselour-residents {
  padding-top: 35px;
}

.emaar-stats {
  padding: 65px 0;
}
.emaar-stats .section-title::before, .emaar-stats .section-title::after {
  display: none;
}
@media (max-width: 1023px) {
  .emaar-stats {
    padding: 35px 0 10px 0;
  }
  .emaar-stats .section-title {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 10px 40px;
  }
}
.emaar-stats .stats {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.emaar-stats .stats-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1023px) {
  .emaar-stats .stats {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  .emaar-stats .stats-container {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.emaar-stats .stats .stats-list {
  position: relative;
  margin: 0 0 10px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in-out;
}
.emaar-stats .stats .stats-list .stats-icon {
  position: relative;
  padding-right: 15px;
  min-width: 75px;
  text-align: right;
}
.emaar-stats .stats .stats-list .stats-icon img, .emaar-stats .stats .stats-list .stats-icon svg {
  max-height: 50px;
  height: 100%;
}
@media (max-width: 768px) {
  .emaar-stats .stats .stats-list .stats-icon img, .emaar-stats .stats .stats-list .stats-icon svg {
    max-height: unset;
  }
}
.emaar-stats .stats .stats-list .stats-icon::after {
  position: absolute;
  width: 0.5px;
  height: 85px;
  background-color: #555555;
  top: -10px;
  right: 0;
}
.emaar-stats .stats .stats-list .stats-details {
  position: relative;
  padding-left: 15px;
  min-width: 100px;
  width: 125px;
  justify-content: center;
  min-height: 80px;
}
.emaar-stats .stats .stats-list .stats-details::before {
  position: absolute;
  content: "";
  width: 0.5px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0px;
  transition: 0.3s all ease-in-out;
}
.emaar-stats .stats .stats-list .stats-details .num {
  font-size: 32px;
  font-size: 2rem;
  color: var(--color-gray, #333333);
  font-family: "Arsenal", sans-serif;
  line-height: 1;
  transition: 0.3s all ease-in-out;
}
.emaar-stats .stats .stats-list .stats-details .title, .emaar-stats .stats .stats-list .stats-details .page-info .header-title, .page-info .emaar-stats .stats .stats-list .stats-details .header-title {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-gray, #333333);
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.emaar-stats .stats .stats-list:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.emaar-stats .stats .stats-list:hover .stats-details::before {
  background-color: var(--color-svg);
}
.emaar-stats .stats .stats-list:hover .svg-icons * {
  stroke: var(--color-svg);
}
.emaar-stats .stats .stats-list:hover .stats-details .num,
.emaar-stats .stats .stats-list:hover .stats-details .title,
.emaar-stats .stats .stats-list:hover .stats-details .page-info .header-title,
.page-info .emaar-stats .stats .stats-list:hover .stats-details .header-title {
  color: var(--color-svg);
}

.whats-new {
  padding-bottom: 50px;
}
.whats-new .details .heading {
  color: var(--text-color, #262626);
}
.whats-new .details p {
  color: var(--text-color, #262626);
  letter-spacing: unset;
}
.whats-new .details a {
  color: var(--link-color, #F9BB4E);
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.whats-new .details a:hover {
  color: var(--color-black, #000000);
}
@media (max-width: 1919px) {
  .whats-new .details .heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .whats-new .details p, .whats-new .details a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 1023px) {
  .whats-new {
    padding-bottom: 20px;
  }
}
.whats-new .thumb img {
  width: 100%;
}
.whats-new .content {
  padding: 20px 0;
}
.whats-new .content p {
  color: var(--text-color, #262626);
  margin-bottom: 5px;
  text-transform: uppercase;
}
.whats-new .content a {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--link-color, #F9BB4E);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  transition: 0.3s all ease-in-out;
}
.whats-new .content a:hover {
  color: var(--color-black);
}
@media (max-width: 767px) {
  .whats-new .content {
    padding-bottom: 0;
  }
}
.whats-new .owl-dots {
  margin-top: 0;
}

.retail {
  padding-top: 20px;
}

.news-letter {
  margin-top: 35px;
}
.news-letter-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-letter-carousel li {
  flex: 0 0 calc(33.3333333333% - 30px);
  margin: 0 15px;
}
@media (max-width: 767px) {
  .news-letter {
    margin-top: 15px;
  }
  .news-letter-carousel li {
    margin: 0 0 15px 0;
  }
}

.business {
  padding-top: 0px;
}
.business-info {
  margin-top: 20px;
}
.business-info .row {
  margin-bottom: 20px;
}
.business-info .row:nth-child(even) .business__content {
  order: 0;
}
.business-info .row:nth-child(even) .business__img {
  order: 1;
}
@media (max-width: 1024px) {
  .business-info .row:nth-child(even) .business__content {
    order: 1;
  }
  .business-info .row:nth-child(even) .business__img {
    order: 0;
  }
  .business-info .row:last-child {
    margin-bottom: 0px;
  }
}
.business__img {
  padding: 0;
}
.business__img img {
  width: 100%;
}
.business__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 60px;
  background-color: rgb(var(--primary-color, #F7F4EF));
}
.business__content h3 {
  font-weight: 400;
}
.business__content p {
  letter-spacing: unset;
}
.business__content p a {
  color: var(--color-yellow, #F9BB4E);
  letter-spacing: unset;
  transition: 0.3s all ease-in-out;
}
.business__content p a:hover {
  color: var(--color-black, #000000);
  text-decoration: underline;
}
.business__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .business__content h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 1441px) {
  .business__content {
    padding: 0px 160px;
  }
  .business__content h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .business__content {
    padding: 100px 20px;
  }
}

.emaar-container {
  --bs-gutter-x: 3.5rem;
  padding-left: var(--bs-gutter-x, 3.5rem);
  padding-right: var(--bs-gutter-x, 3.5rem);
}
@media (max-width: 1023px) {
  .emaar-container {
    --bs-gutter-x: 1.5rem;
  }
}

.emaar-community {
  padding: 40px 0 10px 0;
}
.emaar-community .row {
  margin-bottom: 25px;
}
.emaar-community:nth-child(odd) {
  background-color: rgba(var(--primary-color), 1);
}
.emaar-community .emaar-container .view-all {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .emaar-community {
    padding: 0;
  }
  .emaar-community .row {
    margin-bottom: 0px;
  }
  .emaar-community .emaar-container {
    --bs-gutter-x: 0;
    --padding-x: 2.2rem;
  }
  .emaar-community .emaar-container .alt-clr {
    padding-left: var(--padding-x);
    padding-right: var(--padding-x);
  }
  .emaar-community .emaar-container .alt-clr:nth-child(odd) {
    background-color: rgba(var(--primary-color), 1);
  }
  .emaar-community .emaar-container .view-all {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .emaar-community:nth-child(odd) {
    background-color: unset;
  }
}
.emaar-community.bg-white .emaar-container .alt-clr:nth-child(odd) {
  background-color: rgba(var(--primary-color), 0);
}
@media (max-width: 768px) {
  .emaar-community.bg-white .emaar-container {
    padding-bottom: 10px;
  }
}

.load-more {
  font-size: 12px;
  font-size: 0.75rem;
}

.emaar-card {
  position: relative;
  padding: 0 5px;
}
.emaar-card a {
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.emaar-card__title {
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
  min-height: 2.5em;
  max-height: 2.5em;
  overflow: hidden;
}
.emaar-card__date {
  color: var(--footer-color, #5F5F5F);
  text-align: center;
}
.emaar-card__thumb {
  width: 100%;
}
.emaar-card__desc {
  --opacity: .9;
  padding: 50px;
  background-color: rgba(var(--primary-color), var(--opacity));
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.emaar-card__links {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.emaar-card__links a {
  margin: 15px 15px 0 15px;
}
.emaar-card .link-explore, .emaar-card .link-explore-btn {
  margin-top: 20px;
  text-transform: uppercase;
  color: var(--link-color, #f9bb4e);
}
.emaar-card:hover .emaar-card__desc {
  display: block;
}
@media (max-width: 1023px) {
  .emaar-card {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .emaar-card__desc {
    padding: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .emaar-card__title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .emaar-card__desc {
    padding: 25px;
  }
}

@media (max-width: 1023px) {
  .media-carousel .item .emaar-card {
    margin-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .media-carousel .owl-dots {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.amenities {
  padding-top: 60px;
}
.amenities__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.amenities__list li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  flex: 0 0 33.3333333333%;
}
.amenities__list li svg {
  height: 102px;
}
.amenities__list li span {
  margin: 20px 0;
}
.amenities__list li span:last-child {
  max-width: 210px;
  height: 50px;
  letter-spacing: 1.2px;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .amenities__list li svg {
    height: 90px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .amenities__list {
    max-width: 100%;
    justify-content: center;
  }
  .amenities__list li {
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .amenities {
    padding-top: 30px;
  }
  .amenities__list {
    max-width: 100%;
    justify-content: center;
  }
  .amenities__list li {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .amenities__list li:nth-child(3) {
    padding-bottom: 30px;
  }
  .amenities__list li svg {
    height: 85px;
  }
  .amenities__list li span {
    margin: 0px 0 25px 0;
  }
}

.recent-communities {
  padding: 60px 0 30px 0;
}
.recent-communities-carousel {
  max-width: 95%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .recent-communities-carousel .emaar-card {
    margin-bottom: 20px;
  }
  .recent-communities-carousel .owl-dots {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .recent-communities {
    padding-top: 30px;
  }
}

.community-map .desc {
  padding: 40px 40px 15px;
}
.community-map img {
  width: 100%;
}
@media (max-width: 767px) {
  .community-map .desc {
    padding: 40px 10px 15px 10px;
  }
}

.imp-contacts {
  position: relative;
  padding-top: 45px;
}
.imp-contacts .header-title {
  margin-bottom: 25px;
}
.imp-contacts .sub-title {
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
.imp-contacts .section-title {
  margin-bottom: 50px;
  text-transform: unset;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .imp-contacts .sub-title {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .imp-contacts {
    padding-top: 0px;
  }
  .imp-contacts .sub-title {
    margin-bottom: 20px;
  }
  .imp-contacts .section-title {
    margin-bottom: 10px;
  }
}

table.dataTable.display > tbody > tr.odd > * {
  box-shadow: none !important;
}

table.dataTable.display tbody td {
  border: 1px solid rgb(var(--primary-color)) !important;
}

table.dataTable.no-footer {
  border: none !important;
}

@media (min-width: 1024px) {
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 20px !important;
  }
}
.datatable {
  margin-bottom: 30px !important;
}
.datatable thead {
  visibility: hidden;
}
.datatable thead tr th {
  height: 0px;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.datatable .dtr-details li {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
  padding: 8px 10px !important;
}
.datatable .dtr-details li:first-child {
  background-color: var(--footer-bg) !important;
}
.datatable .dtr-details li:last-child {
  background-color: var(--primary-color-alt) !important;
}
.datatable .dtr-details .dtr-title {
  display: none !important;
}
.datatable tr {
  box-shadow: none !important;
}
.datatable tr:hover {
  box-shadow: none !important;
}
.datatable tr td {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
}
.datatable tr td:first-child {
  background-color: var(--color-white) !important;
}
.datatable tr td:last-child {
  background-color: var(--primary-color-alt) !important;
}
.datatable tr td:nth-child(2) {
  background-color: var(--footer-bg) !important;
}
.datatable tr td.dtr-control {
  padding-left: 10px !important;
  padding-right: 30px !important;
  background-color: var(--color-white) !important;
}
.datatable tr td.dtr-control::before {
  left: unset !important;
  right: 5px !important;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: rgb(var(--color-black)) !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 800 !important;
}
@media (min-width: 1024px) {
  .datatable tr td.dtr-control {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.datatable tr.child td.child {
  padding: 0px !important;
}
.datatable tr.child td.child ul {
  width: 100%;
}
@media (min-width: 1024px) {
  .datatable {
    margin-bottom: 50px !important;
  }
  .datatable tr td {
    white-space: normal !important;
    line-height: 1.2;
  }
  .datatable tr td:first-child {
    width: 40%;
  }
  .datatable tr td:last-child {
    width: 35%;
  }
  .datatable tr td:nth-child(2) {
    width: 25%;
  }
}

.title-2 .emaar-card__title {
  height: 50px;
}
@media (max-width: 1440px) {
  .title-2 .emaar-card__title {
    padding: 0 10px;
    height: unset;
  }
}
@media (max-width: 767px) {
  .title-2 .emaar-card__title {
    height: unset;
    min-height: 25px;
    max-height: 60px;
  }
}

.lifestyle .full-width {
  display: flex;
  flex-direction: column;
}
.lifestyle .full-width .lifestyle__thumb img {
  width: 100%;
}
.lifestyle .full-width .lifestyle__desc {
  --boxw: 1920;
  --boxh: 422;
  min-height: calc(100vw * var(--boxh) / var(--boxw));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 22rem;
  text-align: center;
}
.lifestyle .full-width .lifestyle__desc p a {
  color: var(--link-color, #F9BB4E);
}
.lifestyle .full-width .lifestyle__desc .header-title {
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .lifestyle .full-width .lifestyle__desc {
    padding: 5rem 10rem;
  }
}
@media (max-width: 1024px) {
  .lifestyle .full-width .lifestyle__desc {
    min-height: unset;
    padding: 50px 20px;
    text-align: center;
  }
}
.lifestyle .two-col {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.lifestyle .two-col .lifestyle__thumb {
  flex: 0 0 50%;
}
.lifestyle .two-col .lifestyle__thumb img {
  width: 100%;
}
.lifestyle .two-col .lifestyle__desc {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 7.5rem;
}
.lifestyle .two-col .lifestyle__desc p {
  margin-bottom: 20px;
}
.lifestyle .two-col .lifestyle__desc p a {
  color: var(--link-color, #F9BB4E);
}
.lifestyle .two-col .lifestyle__desc ul li {
  color: var(--text-color, #262626);
}
.lifestyle .two-col .lifestyle__desc .header-title {
  margin-bottom: 20px;
}
.lifestyle .two-col .lifestyle__desc .header-title::before, .lifestyle .two-col .lifestyle__desc .header-title::after {
  content: none;
}
.lifestyle .two-col:nth-child(even) .lifestyle__thumb {
  order: 2;
}
@media (max-width: 1440px) {
  .lifestyle .two-col .lifestyle__desc {
    padding: 0 3.5rem;
  }
}
@media (max-width: 1024px) {
  .lifestyle .two-col {
    flex-direction: column;
  }
  .lifestyle .two-col .lifestyle__thumb {
    flex: 0 0 100%;
    overflow: hidden;
  }
  .lifestyle .two-col .lifestyle__desc {
    flex: 0 0 100%;
    padding: 0px 20px 20px;
  }
  .lifestyle .two-col .lifestyle__desc .header-title {
    padding: 10px 0px;
    text-align: left;
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .lifestyle .two-col:nth-child(even) .lifestyle__thumb {
    order: 0;
  }
}

.rules {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  letter-spacing: 2px;
}

.recent-community {
  padding: 50px 0;
}
.recent-community-carousel .community__thumb {
  width: 100%;
}
.recent-community-carousel .community__desc {
  padding: 50px;
}
.recent-community-carousel .community__title {
  margin-bottom: 40px;
  font-weight: 400;
  padding: 0 20px;
  display: block;
}
@media (max-width: 1440px) {
  .recent-community-carousel .community__desc {
    padding: 50px 15px;
  }
  .recent-community-carousel .community__title {
    padding: 0 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .recent-community {
    padding: 20px 0;
  }
  .recent-community .community__title {
    padding: 0;
  }
}

.contribute {
  padding: 100px 0 50px 0;
}
.contribute-list {
  margin-bottom: 50px;
}
.contribute-list li {
  flex: 0 0 20%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.contribute-list .contribute__icon {
  max-height: 80px;
  min-height: 80px;
}
.contribute-list .contribute__details {
  margin-top: 50px;
  color: var(--text-color, #262626);
}
.contribute .community_corner {
  width: 100%;
}
@media (max-width: 1024px) {
  .contribute {
    padding: 30px 0 20px 0;
  }
  .contribute-list {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .contribute-list li {
    flex: 0 0 100%;
    margin: 20px 0 30px 0;
    padding: 0px 4rem;
  }
  .contribute-list .contribute__icon {
    max-height: 100px;
    min-height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contribute-list li {
    flex: 0 0 50%;
  }
}

.rules-page .sub-title {
  margin-top: 25px;
  padding: 0px 16rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .rules-page .sub-title {
    padding: 0 15px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.guidlines {
  margin-bottom: 20px;
  padding: 50px 0;
}
.guidlines-page {
  margin-bottom: 20px;
}
.guidlines__title {
  font-weight: 400;
  margin: 25px 0;
}
.guidlines__details p {
  margin-bottom: 25px;
}
.guidlines__note {
  font-style: italic;
  margin-bottom: 25px;
  color: var(--footer-color, #5F5F5F);
}
.guidlines ul li {
  list-style-type: "-";
  padding-inline-start: 1ch;
}
.guidlines__logon {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .guidlines {
    padding: 20px 10;
  }
}

.community-service-page .sub-title {
  padding: 0px 17rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .community-service-page .sub-title {
    padding: unset;
  }
}

.ecm-accordian .accordion-item {
  border-color: transparent;
}
.ecm-accordian .accordion-button {
  background-color: var(--primary-color-alt);
  font-weight: 700;
  color: var(--text-color);
}
.ecm-accordian .accordion-button:not(.collapsed) {
  font-weight: 700;
  background-color: rgb(var(--color-white), #ffffff);
}
.ecm-accordian .accordion-button:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}
.ecm-accordian .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='19' viewBox='0 0 10 19'%3E%3Ctext transform='translate(5 16)' fill='%23262626' font-size='16' font-family='Lato-Bold, Lato' font-weight='700' letter-spacing='0.04em'%3E%3Ctspan x='-4.64' y='0'%3E+%3C/tspan%3E%3C/text%3E%3C/svg%3E");
  background-size: 0.75rem;
  background-position: center center;
}
.ecm-accordian .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='19' viewBox='0 0 6 19'%3E%3Ctext transform='translate(5 16)' fill='%23262626' font-size='16' font-family='Lato-Bold, Lato' font-weight='600' letter-spacing='0.04em'%3E%3Ctspan x='-2.872' y='0'%3E-%3C/tspan%3E%3C/text%3E%3C/svg%3E");
  background-position: 0% -12px;
  transform: rotate(0deg);
}
.ecm-accordian .accordion-body * {
  color: var(--text-color);
}

.recent-media {
  padding-bottom: 30px;
}
.recent-media .owl-dots {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .recent-media {
    padding-bottom: 20px;
  }
}

.btn-login {
  background-color: var(--link-color, #F9BB4E);
  color: var(--color-white, #ffffff);
  transition: 0.3s all ease-in-out;
}
.btn-login:hover {
  color: var(--color-white, #ffffff);
  background-color: var(--color-black, #000000);
}

.emaar-modal .btn-close {
  position: absolute;
  right: -14px;
  top: -14px;
  background-color: #f9bb4e;
  border-radius: 50%;
  padding: 8px;
}
.emaar-modal .modal-title {
  text-align: center;
}
.emaar-modal .modal-content {
  padding: 1rem;
}
.emaar-modal .register {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.emaar-modal .register a {
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.emaar-modal .register a:hover {
  color: var(--link-color);
}
.emaar-modal .form-container {
  margin: 1.5rem 0;
}
.emaar-modal .form-input,
.emaar-modal .form-text-area {
  background-color: rgb(var(--primary-color, #F7F4EF));
  height: 50px;
  padding-left: 16px;
}
.emaar-modal .form-control::placeholder {
  opacity: 1;
}
.emaar-modal .form-control:focus {
  border-color: var(--link-color);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px var(--link-color);
}

.media-page .desctiption p {
  font-size: 14px;
  font-size: 0.875rem;
}

.contact-page .description {
  width: 75%;
  margin: auto;
  margin-top: 40px;
}
.contact-page .description p, .contact-page .description a {
  font-family: "Arsenal", sans-serif;
}
.contact-page .description .call {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 30px;
}
.contact-page .description .call-us {
  color: var(--text-color, #262626);
  margin-bottom: 15px;
}
.contact-page .description a {
  display: inline-block;
}
.contact-page .description a.fb {
  margin-right: 15px;
}
.contact-page .description svg {
  max-width: 40px;
  width: 100%;
  height: auto;
}
.contact-page .description svg:hover {
  color: black;
}
.contact-page .description p:nth-of-type(2) {
  margin-bottom: 5px;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .contact-page .description {
    width: unset;
    padding: 0 25px;
  }
  .contact-page .description p span {
    display: block;
  }
}

.main-map-container {
  margin-top: 15px;
}
.main-map-container .map-container {
  width: 100%;
  padding: 0;
  max-height: 500px;
  overflow: hidden;
}
.main-map-container .map-container img {
  object-fit: cover;
  max-height: 500px;
  width: 100%;
}
.main-map-container .map-container #fuzzy-box-map {
  min-height: 500px;
  height: 100%;
}
.main-map-container .map-container #fuzzy-box-map button {
  border-radius: unset;
}
.main-map-container .map-container #fuzzy-box-map button.gm-control-active {
  min-width: unset;
}
.main-map-container .map-card-container {
  max-width: 1140px;
  margin: auto;
  position: absolute;
  top: 15px;
  bottom: 15px;
  height: 500px;
}
.main-map-container .map-card-container .address-card {
  position: absolute;
  margin: 65px auto;
  padding: 30px 15px;
  max-width: 365px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  backdrop-filter: blur(40px);
  border-radius: 5px;
  background-clip: padding-box;
  box-shadow: 10px 10px 10px #e4e4e4 0.03;
  left: 25%;
  min-height: 375px;
}
.main-map-container .map-card-container .heading {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
  margin: 0 0 30px;
  color: #887c68;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 991px) {
  .main-map-container .map-card-container {
    position: relative;
    height: auto;
  }
  .main-map-container .map-card-container .container {
    padding: 0;
  }
  .main-map-container .map-card-container .address-card {
    padding: 0;
    margin: 30px 0;
    width: 100%;
    position: unset;
    min-height: 300px;
  }
}/*# sourceMappingURL=main.css.map */