/* Eldar Normal SCSS */
/* Eldar Variables SCSS */
html {
  -webkit-text-size-adjust: none; }
  html:not(.loaded) {
    overflow: hidden; }
    html:not(.loaded) body {
      overflow: hidden; }
  html.has-popup header .search-form {
    opacity: 0;
    visibility: hidden; }

body {
  padding: 70px 0 0;
  margin: 0;
  background: #ffffff;
  color: #2d2d2d;
  font-family: "SimplerPro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.42857143;
  text-rendering: auto;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }
  body.d-form header .search-form {
    opacity: 0;
    visibility: hidden; }
  body.d-form .eldar-message {
    opacity: 0;
    visibility: hidden; }

* {
  box-sizing: border-box; }

* {
  outline: none;
  outline-offset: 0; }
  *:focus {
    outline: none;
    outline-offset: 0; }

a {
  color: #2d2d2d;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-tap-highlight-color: transparent; }
  a:hover, a:focus {
    color: #0094ff;
    text-decoration: none;
    outline: none;
    outline-offset: 0; }

p {
  padding-bottom: 25px;
  margin: 0;
  font-size: 18px;
  line-height: 28px; }

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 10px;
  margin: 0;
  font-weight: bold;
  line-height: 1.1; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

img {
  max-width: 100%;
  vertical-align: middle;
  border: none; }

svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }

iframe {
  display: block;
  width: 100%;
  max-height: 100%;
  border: none; }

::selection {
  background: #0094ff;
  color: #ffffff; }

::-webkit-selection {
  background: #0094ff;
  color: #ffffff; }

::-moz-selection {
  background: #0094ff;
  color: #ffffff; }

::-o-selection {
  background: #0094ff;
  color: #ffffff; }

::-ms-selection {
  background: #0094ff;
  color: #ffffff; }

::-webkit-input-placeholder {
  color: #555555 !important;
  opacity: 1; }

::-moz-placeholder {
  color: #555555 !important;
  opacity: 1; }

:-ms-input-placeholder {
  color: #555555 !important;
  opacity: 1; }

:-moz-placeholder {
  color: #555555 !important;
  opacity: 1; }

section {
  padding: 120px 0; }

.transparent-header {
  padding-top: 0; }
  .transparent-header header {
    background: none;
    border-bottom: none; }
    .transparent-header header a:not(:hover) {
      color: #ffffff; }
    .transparent-header header.sticky {
      background: #2d2d2d; }
  .transparent-header .hamburger-wrap {
    background: #ffffff; }
    .transparent-header .hamburger-wrap a:not(:hover) {
      color: #2d2d2d; }
  .transparent-header .eldar-hamburger span {
    background: #2d2d2d; }
    .transparent-header .eldar-hamburger span:before, .transparent-header .eldar-hamburger span:after {
      background: inherit; }

.container {
  width: 1500px;
  margin: 0 auto;
  position: relative; }
  .container:after {
    display: block;
    clear: both;
    content: ""; }

.eldar-row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap; }
  .eldar-row > * {
    padding-left: 15px;
    padding-right: 15px; }
  .eldar-row .eldar-col-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0; }
  .eldar-row .eldar-col {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0; }
  .eldar-row .eldar-col-1 {
    width: 8.333333%;
    max-width: 8.333333%;
    flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%; }
  .eldar-row .eldar-col-2 {
    width: 16.666667%;
    max-width: 16.666667%;
    flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%; }
  .eldar-row .eldar-col-3 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%; }
  .eldar-row .eldar-col-4 {
    width: 33.333333%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%; }
  .eldar-row .eldar-col-5 {
    width: 41.666667%;
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%; }
  .eldar-row .eldar-col-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }
  .eldar-row .eldar-col-7 {
    width: 58.333333%;
    max-width: 58.333333%;
    flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%; }
  .eldar-row .eldar-col-8 {
    width: 66.666667%;
    max-width: 66.666667%;
    flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%; }
  .eldar-row .eldar-col-9 {
    width: 75%;
    max-width: 75%;
    flex: 0 0 75%;
    -ms-flex: 0 0 75%; }
  .eldar-row .eldar-col-10 {
    width: 83.333333%;
    max-width: 83.333333%;
    flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%; }
  .eldar-row .eldar-col-11 {
    width: 91.666667%;
    max-width: 91.666667%;
    flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%; }
  .eldar-row .eldar-col-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

.eldar-overflow {
  overflow: hidden; }
  .eldar-overflow [data-aos] {
    display: block; }

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

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

/* Eldar Custom Fonts SCSS */
@font-face {
  font-family: 'SimplerPro';
  src: url("../fonts/SimplerPro-Light.eot");
  src: url("../fonts/SimplerPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro-Light.woff2") format("woff2"), url("../fonts/SimplerPro-Light.woff") format("woff"), url("../fonts/SimplerPro-Light.ttf") format("truetype"), url("../fonts/SimplerPro-Light.svg#SimplerPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SimplerPro';
  src: url("../fonts/SimplerPro-Regular.eot");
  src: url("../fonts/SimplerPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro-Regular.woff2") format("woff2"), url("../fonts/SimplerPro-Regular.woff") format("woff"), url("../fonts/SimplerPro-Regular.ttf") format("truetype"), url("../fonts/SimplerPro-Regular.svg#SimplerPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SimplerPro';
  src: url("../fonts/SimplerPro-Bold.eot");
  src: url("../fonts/SimplerPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro-Bold.woff2") format("woff2"), url("../fonts/SimplerPro-Bold.woff") format("woff"), url("../fonts/SimplerPro-Bold.ttf") format("truetype"), url("../fonts/SimplerPro-Bold.svg#SimplerPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SimplerPro';
  src: url("../fonts/SimplerPro-Black.eot");
  src: url("../fonts/SimplerPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro-Black.woff2") format("woff2"), url("../fonts/SimplerPro-Black.woff") format("woff"), url("../fonts/SimplerPro-Black.ttf") format("truetype"), url("../fonts/SimplerPro-Black.svg#SimplerPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
/* Eldar Btn SCSS */
.btn-group {
  display: flex;
  padding-top: 10px;
  align-items: center; }
  .btn-group > * {
    margin-left: 15px; }

.eldar-btn {
  display: inline-flex;
  min-width: 200px;
  padding: 14px 25px;
  background: #2d2d2d;
  color: #ffffff;
  font-family: 'SimplerPro';
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .eldar-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }
  .eldar-btn:before {
    background: #0094ff;
    transform-origin: 0% 50%;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
  .eldar-btn:hover:before, .eldar-btn:focus:before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1); }
  .eldar-btn:hover span span, .eldar-btn:focus span span {
    animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s; }
  .eldar-btn span {
    display: block;
    position: relative;
    z-index: 1; }
  .eldar-btn > span {
    overflow: hidden; }
    .eldar-btn > span span {
      overflow: hidden;
      mix-blend-mode: difference; }

/* Eldar Keyframes SCSS */
@-webkit-keyframes MoveUpInitial {
  to {
    transform: translate3d(0, -105%, 0);
    -webkit-transform: translate3d(0, -105%, 0); } }
@keyframes MoveUpInitial {
  to {
    transform: translate3d(0, -105%, 0);
    -webkit-transform: translate3d(0, -105%, 0); } }
@-webkit-keyframes MoveUpEnd {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0); }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes MoveUpEnd {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0); }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); } }
@-webkit-keyframes move {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-20px); } }
@keyframes move {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-20px); } }
/* Eldar Popup SCSS */
.has-popup {
  overflow: hidden; }
  .has-popup body {
    overflow: hidden; }
  .has-popup .popup-content {
    transform: translateY(0); }

.eldar-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 3; }
  .eldar-popup.open .contact-form {
    transform: translateY(0); }
  .eldar-popup.open .eldar-overflow span {
    transform: translateY(0); }
  .eldar-popup.map-popup .popup-body {
    padding: 0; }
  .eldar-popup.video-popup .popup-body {
    padding: 0; }
  .eldar-popup .popup-body {
    padding: 70px 60px; }
  .eldar-popup .eldar-overflow {
    display: block; }
    .eldar-popup .eldar-overflow:nth-child(2) span {
      transition-delay: 1.1s; }
    .eldar-popup .eldar-overflow span {
      display: block;
      transform: translateY(100%);
      transition: all ease 1s; }

.popup-body {
  margin-top: 50px;
  margin-bottom: 50px;
  background: #2d2d2d;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }
  .popup-body a:not(:hover) {
    color: inherit; }
  .popup-body .eldar-title {
    font-size: 130px; }

.eldar-close {
  display: inline-flex;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  z-index: 1; }
  .eldar-close:hover {
    transform: rotate(90deg); }
  .eldar-close.close-style-two {
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: #ffffff; }
    .eldar-close.close-style-two:hover {
      background: #0094ff;
      transform: none; }
      .eldar-close.close-style-two:hover:before, .eldar-close.close-style-two:hover:after {
        background: #ffffff; }
    .eldar-close.close-style-two:before, .eldar-close.close-style-two:after {
      width: 1px;
      height: 19px;
      background: #0094ff; }
  .eldar-close:before, .eldar-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 100%;
    background: #ffffff;
    content: "";
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1.3);
    z-index: 0; }
  .eldar-close:after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3); }

/* Eldar Reseted SCSS */
b, strong {
  font-weight: 700; }

figure {
  margin: 0; }

/* Eldar Form SCSS */
label {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 8px;
  font-size: 15px;
  cursor: pointer; }
  label.error {
    padding: 5px 0 0;
    color: #ff0000;
    font-size: 12px; }
  label sup {
    color: #ff0000; }

textarea.form-control {
  height: 150px;
  resize: vertical; }

select.form-control {
  padding: 8px 15px 8px 40px;
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-image: url(../images/arrow1.svg); }

.form-group {
  padding-bottom: 30px;
  position: relative; }

.form-control {
  width: 100%;
  height: 48px;
  padding: 10px 20px;
  margin: 0;
  background-color: #ffffff;
  color: #2d2d2d;
  font-family: "SimplerPro", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid #afafaf;
  border-radius: 0;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .form-control:focus {
    border-color: #0094ff; }

.form-label {
  position: absolute;
  top: 10px;
  right: 0;
  color: #cfcfcf;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  z-index: 0; }

.focused .form-label {
  color: #2d2d2d;
  top: -10px; }

/* Proud Swiper Slider SCSS */
.swiper-container-horizontal > .swiper-scrollbar {
  position: relative;
  bottom: 0;
  left: 0;
  width: auto;
  height: 3px;
  z-index: 1; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-scrollbar {
  max-width: 1500px;
  height: 3px;
  margin: 60px auto 0;
  background: none;
  position: relative;
  cursor: grab;
  border-radius: 0; }
  .swiper-scrollbar:after {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(45, 45, 45, 0.4);
    content: "";
    z-index: 1; }

.swiper-scrollbar-drag {
  background: #0094ff;
  border-radius: 0; }

.swiper-pagination {
  display: flex;
  position: static;
  padding-top: 100px;
  align-items: center;
  justify-content: center; }

.swiper-pagination-bullet {
  background: #d3d3d3;
  opacity: 1;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }

.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #0094ff; }

.swiper-button-next, .swiper-button-prev {
  width: 80px;
  height: 80px;
  margin-top: 0;
  background: #ffffff;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transform: translateY(-50%); }
  .swiper-button-next:hover, .swiper-button-prev:hover {
    background: #0094ff; }
    .swiper-button-next:hover:after, .swiper-button-prev:hover:after {
      color: #ffffff; }
  .swiper-button-next:after, .swiper-button-prev:after {
    color: #2d2d2d;
    font-size: 18px;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }

.swiper-button-prev {
  left: 0; }

.swiper-button-next {
  right: 0; }

.swiper-container-rtl .swiper-button-next {
  left: 0; }

.swiper-container-rtl .swiper-button-prev {
  right: 0; }

/* Eldar Auto Complete SCSS */
.autocomplete-suggestions {
  display: none;
  position: absolute;
  max-height: 254px;
  background: #ffffff;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  z-index: 4; }

.autocomplete-suggestion {
  overflow: hidden;
  padding: 7px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
  .autocomplete-suggestion.selected {
    background: rgba(193, 193, 193, 0.2); }
  .autocomplete-suggestion b {
    color: #0094ff; }

/* Eldar Malihu Custom Scrollbar SCSS */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-left: 0; }

.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mCSB_scrollTools {
  width: 2px;
  opacity: 1; }
  .mCSB_scrollTools .mCSB_draggerRail {
    background: none;
    border-radius: 0; }
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #0094ff; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #0094ff; }

/* Eldar Header SCSS */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  border-bottom: 1px solid transparent;
  align-items: center;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  justify-content: space-between;
  z-index: 4; }
  header.sticky {
    background: #ffffff;
    border-bottom-color: rgba(45, 45, 45, 0.3); }
  header.has-form .search-form {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition-delay: 1s;
    transition-delay: 0.8s;
    transform: translateY(0); }
  header .search-form {
    position: absolute;
    top: 0;
    left: 81px;
    margin-top: 1px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transform: translateY(-100%);
    z-index: 1; }

.header-block {
  display: flex;
  min-width: 350px;
  align-items: center; }
  .header-block.end {
    justify-content: flex-end; }
  .header-block > a:not(.elder-accessibility) {
    margin-right: 35px;
    font-weight: bold;
    font-size: 22px; }

.hamburger-wrap {
  display: flex;
  padding: 0 8px 0 23px;
  background: #2d2d2d;
  color: #ffffff;
  font-weight: bold; }
  .hamburger-wrap a {
    padding: 0 17px;
    align-items: center;
    justify-content: center; }
    .hamburger-wrap a:not(.call-number) {
      display: inline-flex; }
    .hamburger-wrap a:not(:hover) {
      color: #ffffff; }
  .hamburger-wrap img {
    display: none; }
  .hamburger-wrap .eldar-hamburger {
    padding: 0; }

.eldar-hamburger {
  width: 81px;
  height: 69px; }
  .eldar-hamburger:hover span:before, .eldar-hamburger:hover span:after, .eldar-hamburger.active span:before, .eldar-hamburger.active span:after {
    top: 0; }
  .eldar-hamburger.active:hover span {
    background: none; }
    .eldar-hamburger.active:hover span:before {
      top: -9px;
      -webkit-transform: translateY(9px) rotateZ(-45deg);
      -ms-transform: translateY(9px) rotateZ(-45deg);
      transform: translateY(9px) rotateZ(-45deg); }
    .eldar-hamburger.active:hover span:after {
      top: 9px;
      -webkit-transform: translateY(-9px) rotateZ(45deg);
      -ms-transform: translateY(-9px) rotateZ(45deg);
      transform: translateY(-9px) rotateZ(45deg); }
  .eldar-hamburger span {
    display: block;
    width: 36px;
    height: 3px;
    background: #ffffff;
    position: relative;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
    .eldar-hamburger span:before, .eldar-hamburger span:after {
      position: absolute;
      top: -10px;
      right: 0;
      width: 100%;
      height: 3px;
      background: #ffffff;
      content: "";
      transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
      z-index: 1; }
    .eldar-hamburger span:after {
      top: 10px; }

.call-number {
  display: none; }

.contact-popup [class*="eldar-col-"] {
  display: flex;
  align-items: center;
  justify-content: center; }
.contact-popup .eldar-close {
  width: 19px;
  height: 19px; }
  .contact-popup .eldar-close:before, .contact-popup .eldar-close:after {
    width: 1px; }
.contact-popup .contact-form {
  width: 430px;
  transform: translateY(70px);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition-duration: 1s; }

.contact-form.form-style-two ::-webkit-input-placeholder {
  color: #555555 !important;
  opacity: 1; }
.contact-form.form-style-two ::-moz-placeholder {
  color: #555555 !important;
  opacity: 1; }
.contact-form.form-style-two :-ms-input-placeholder {
  color: #555555 !important;
  opacity: 1; }
.contact-form.form-style-two :-moz-placeholder {
  color: #555555 !important;
  opacity: 1; }
.contact-form.form-style-two .eldar-btn {
  background: #2d2d2d; }
  .contact-form.form-style-two .eldar-btn:hover, .contact-form.form-style-two .eldar-btn:focus {
    color: #ffffff; }
.contact-form.form-style-two .form-label {
  color: rgba(93, 93, 93, 0.5); }
.contact-form.form-style-two .form-control {
  color: #2d2d2d;
  border-bottom-color: #afafaf; }
.contact-form ::-webkit-input-placeholder {
  color: #ffffff !important; }
.contact-form ::-moz-placeholder {
  color: #ffffff !important; }
.contact-form :-ms-input-placeholder {
  color: #ffffff !important; }
.contact-form :-moz-placeholder {
  color: #ffffff !important; }
.contact-form h2 {
  padding-bottom: 30px;
  font-size: 40px;
  letter-spacing: -1px; }
.contact-form h3 {
  font-weight: normal;
  font-size: 18px; }
.contact-form h4 {
  padding-bottom: 10px;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: 4px; }
.contact-form .eldar-btn {
  margin: 15px 0 30px;
  background: #ffffff; }
  .contact-form .eldar-btn:hover, .contact-form .eldar-btn:focus {
    color: #2d2d2d; }
.contact-form .form-group {
  padding-bottom: 20px; }
.contact-form .form-label {
  color: rgba(207, 207, 207, 0.5); }
.contact-form .form-control {
  height: 42px;
  padding: 10px 0;
  background: none;
  color: #ffffff;
  border-top: none;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-left: none;
  border-right: none; }

.elder-accessibility {
  display: inline-flex;
  padding: 18px 24px;
  background: #e8eaeb;
  align-items: center;
  justify-content: center; }
  .elder-accessibility:hover {
    background: #0094ff; }
    .elder-accessibility:hover img {
      filter: brightness(30);
      -webkit-filter: brightness(30); }
  .elder-accessibility img {
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }

/* Eldar Nav SCSS */
.has-nav {
  overflow: hidden; }
  .has-nav body {
    overflow: hidden; }
  .has-nav .transparent-header .hamburger-wrap a:not(:hover) {
    color: #ffffff; }
  .has-nav .transparent-header .hamburger-wrap img {
    filter: invert(10);
    -webkit-filter: invert(10); }
  .has-nav .transparent-header .eldar-hamburger.active span {
    background: transparent; }
  .has-nav .transparent-header .eldar-hamburger span {
    background: #ffffff; }
    .has-nav .transparent-header .eldar-hamburger span:before, .has-nav .transparent-header .eldar-hamburger span:after {
      background: #ffffff; }
  .has-nav header {
    background: none;
    border-bottom-color: transparent; }
    .has-nav header .search-form {
      visibility: hidden;
      opacity: 0;
      transition-delay: 0s; }
  .has-nav .header-block > a {
    opacity: 0;
    visibility: hidden; }
  .has-nav .hamburger-wrap {
    background: transparent; }
  .has-nav .elder-brand {
    opacity: 0;
    visibility: hidden; }
  .has-nav nav {
    width: 100% !important;
    height: 100% !important;
    visibility: visible;
    transform: scale(1);
    transition: all .7s ease, visibility 0s step-start; }
    .has-nav nav > * {
      opacity: 1;
      transition: all .6s ease .6s; }
    .has-nav nav li a span {
      transition: transform 1s ease .7s;
      transform: translateZ(1px) rotate(0deg); }

nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 210px;
  height: 69px;
  font-weight: 300;
  font-size: 40px;
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  visibility: hidden;
  transition: all .7s ease, visibility .7s step-end;
  z-index: 3; }
  nav > * {
    opacity: 0;
    transition: all .2s ease; }
  nav > ul {
    display: flex;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    flex-direction: column;
    -ms-overflow-style: none;
    -webkit-overflow-style: none;
    -webkit-overflow-scrolling: touch; }
  nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    nav ul ul {
      display: none;
      font-size: 20px;
      text-align: center; }
      nav ul ul li {
        display: block;
        border-bottom: none;
        flex-grow: unset;
        flex-basis: unset;
        -ms-flex-positive: unset; }
  nav li {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    align-items: center;
    -ms-flex-positive: 1;
    flex-direction: column;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    justify-content: center;
    -ms-flex-preferred-size: 0; }
    nav li:nth-child(1n) li > a:hover {
      color: #0094ff; }
    nav li:nth-child(2n):hover > a {
      color: #f9c50c; }
    nav li:nth-child(2n) li > a:hover {
      color: #f9c50c; }
    nav li:nth-child(3n):hover > a {
      color: #03ebc1; }
    nav li:nth-child(3n) li > a:hover {
      color: #03ebc1; }
    nav li:nth-child(4n):hover > a {
      color: #d450f5; }
    nav li:nth-child(4n) li > a:hover {
      color: #d450f5; }
    nav li:nth-child(5n):hover > a {
      color: #ff3162; }
    nav li:nth-child(5n) li > a:hover {
      color: #ff3162; }
    nav li:last-child {
      border-bottom: none; }
    nav li:hover {
      background: rgba(0, 0, 0, 0.5); }
      nav li:hover > a {
        font-weight: 700; }
    nav li a {
      overflow: hidden;
      color: inherit; }
      nav li a span {
        display: block;
        transition: transform 0s linear .5s;
        transform: translate3d(0, 100%, 1px) rotate(5deg); }
    nav li li {
      padding: 6px 0; }
      nav li li:hover {
        background: none; }
  nav .eldar-close {
    top: 40px;
    left: auto;
    right: 40px; }
  nav .eldar-social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 33px;
    background: #000000;
    justify-content: center;
    z-index: 1; }
    nav .eldar-social a {
      margin: 5px 10px; }

.eldar-social {
  display: flex;
  flex-wrap: wrap; }
  .eldar-social.vertical {
    width: 28px; }
    .eldar-social.vertical a {
      margin: 7px 0; }
      .eldar-social.vertical a:hover {
        opacity: 0.5; }
  .eldar-social a {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 22px; }
    .eldar-social a:hover {
      opacity: 0.8;
      transform: rotate(-10deg); }
  .eldar-social p {
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 20px;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

/* Eldar Banner SCSS */
.eldar-banner[data-border]:after {
  height: 1px;
  background: rgba(45, 45, 45, 0.4); }
.eldar-banner h1 {
  padding-bottom: 0;
  font-size: 30px; }
.eldar-banner .search-form {
  position: static; }

.eldar-title {
  font-size: 150px;
  line-height: 0.9; }
  .eldar-title[data-border]:after {
    height: 6px;
    background: #f9c50c; }
  .eldar-title.title-style-two {
    padding-bottom: 55px;
    margin-bottom: 70px;
    font-weight: 900;
    font-size: 100px; }
  .eldar-title + .eldar-overflow {
    padding-top: 20px; }
  .eldar-title span:not([data-counter]) {
    display: block; }
  .eldar-title > span:first-child {
    color: #0094ff; }

.search-form {
  margin-top: 40px;
  position: relative;
  z-index: 1; }
  .search-form form {
    background: #ffffff; }
  .search-form label {
    padding: 0 25px 0 20px;
    font-size: 16px; }
  .search-form [type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    padding: 0;
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-image: url(../images/search1.svg);
    border: none;
    cursor: pointer;
    z-index: 0; }
  .search-form .form-group {
    display: flex;
    padding-bottom: 0;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1); }
  .search-form .form-control {
    height: 60px;
    font-weight: bold;
    font-size: 24px;
    border-color: transparent; }
    .search-form .form-control:not(select) {
      padding-left: 60px; }
  .search-form .input-wrap {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0; }

.dropdown-wrap {
  display: flex;
  position: relative;
  align-items: center; }
  .dropdown-wrap:before {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 30px;
    border-right: 2px solid #cfcfcf;
    opacity: 0.7;
    content: ""; }

.dropdown-value {
  display: inline-flex;
  min-width: 150px;
  height: 100%;
  padding: 8px 22px 8px 25px;
  align-items: center;
  justify-content: space-between; }
  .dropdown-value:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #ffffff;
    content: "";
    z-index: 1; }
  .dropdown-value.open img {
    transform: rotate(180deg); }
  .dropdown-value img {
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
  .dropdown-value span {
    padding-left: 10px; }

.category-dropdown {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 398px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  z-index: 2; }
  .category-dropdown.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
    left: auto;
    right: 0; }
  .category-dropdown a {
    display: block;
    padding: 13px 25px 13px 0;
    border-bottom: 1px solid rgba(193, 193, 193, 0.5); }
  .category-dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .category-dropdown .has-subdropdown {
    padding: 0 10px; }
    .category-dropdown .has-subdropdown.open > a:after {
      transform: rotate(180deg) translateY(50%); }
    .category-dropdown .has-subdropdown > a {
      padding-left: 25px;
      position: relative; }
      .category-dropdown .has-subdropdown > a:after {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 13px;
        height: 8px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-image: url(../images/arrow1.svg);
        content: "";
        transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
        transform: translateY(-50%);
        z-index: 1; }

.banner-caption {
  max-width: 650px; }
  .banner-caption h3 {
    font-weight: 900;
    font-size: 50px; }

.animate-scroll {
  display: inline-block;
  vertical-align: middle;
  padding-left: 27px;
  position: relative; }
  .animate-scroll:hover:after {
    background-position: 50% 0; }
  .animate-scroll:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 13px;
    background-size: 11px auto;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(../images/arrow2.png);
    content: "";
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transform: translateY(-50%);
    z-index: 1; }

/* Eldar Properties SCSS */
.eldar-properties {
  overflow: hidden;
  padding: 0; }
  .eldar-properties [class*="eldar-col-"] .property-item {
    max-width: 100%;
    margin: 0 0 110px; }

.property-category {
  margin: 0 -30px; }
  .property-category + .property-category {
    padding-top: 3%; }

.masonry-item {
  width: 50%;
  padding: 0 30px; }
  .masonry-item:first-child.full .property-item {
    margin-top: 0; }
  .masonry-item.full .property-item {
    max-width: 100%; }
  .masonry-item.full .property-info {
    max-width: 78%;
    margin: 0 auto; }

.property-item {
  max-width: 78%;
  margin: 12% auto 0; }
  .property-item.aos-animate .eldar-image:before {
    width: 0; }
  .property-item:hover .eldar-image:after {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s; }
  .property-item:hover .eldar-image a span {
    transition: transform 1s ease .7s;
    transform: translateZ(1px) rotate(0deg); }
  .property-item:hover .eldar-image h2:after {
    width: 100%; }
  .property-item .eldar-image {
    overflow: hidden;
    position: relative; }
    .property-item .eldar-image:before {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #ffffff;
      content: "";
      transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
      transition-duration: 0.8s;
      z-index: 1; }
    .property-item .eldar-image:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(45, 45, 45, 0.7);
      content: "";
      opacity: 0;
      visibility: hidden;
      transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
      transition-delay: .8s;
      z-index: 0; }
    .property-item .eldar-image a {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #ffffff;
      align-items: center;
      z-index: 1; }
      .property-item .eldar-image a span {
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 10px;
        transition: all .4s linear .5s;
        transform: translate3d(0, 100%, 1px) rotate(5deg);
        position: relative; }
        .property-item .eldar-image a span:before {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          height: 3px;
          background: #ffffff;
          content: "";
          z-index: 1; }
    .property-item .eldar-image h2 {
      overflow: hidden;
      width: 100%;
      padding-bottom: 0;
      margin-bottom: -1px;
      font-size: 18px;
      text-align: center;
      position: relative; }
      .property-item .eldar-image h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
        content: "";
        transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
        transition-duration: 1s;
        z-index: 1; }
    .property-item .eldar-image img {
      width: 100%; }

.property-info {
  padding-top: 25px; }
  .property-info h3 {
    font-size: 30px; }
  .property-info h4 {
    font-weight: normal;
    font-size: 14px; }
    .property-info h4 [data-aos] {
      display: flex;
      align-items: center; }
      .property-info h4 [data-aos] span:not(:last-child):after {
        padding: 0 10px;
        content: "|"; }

/* Eldar Mitcurp SCSS */
.eldar-mitcurp {
  padding: 0;
  margin-top: 80px; }
  .eldar-mitcurp h2 {
    padding-bottom: 7px;
    font-size: 50px; }
  .eldar-mitcurp .container {
    padding-top: 100px;
    padding-bottom: 100px; }
    .eldar-mitcurp .container[data-border]:after {
      top: 0;
      bottom: auto;
      height: 1px;
      background: rgba(45, 45, 45, 0.4); }

/* Eldar Featured SCSS */
.eldar-featured {
  padding: 0; }
  .eldar-featured img {
    width: 100%;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
  .eldar-featured .eldar-overflow {
    display: block; }
  .eldar-featured figure {
    overflow: hidden;
    position: relative; }
    .eldar-featured figure:hover img {
      transform: scale(1.1); }
    .eldar-featured figure:hover figcaption {
      background: rgba(0, 0, 0, 0.4); }
  .eldar-featured figcaption {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    align-items: center;
    justify-content: center;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 1; }
  .eldar-featured .swiper-scrollbar {
    margin: 40px 0 60px; }

.destroyed-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

/* Eldar Footer SCSS */
footer {
  background: #2d2d2d;
  color: #ffffff; }
  footer a {
    color: inherit; }
  footer h2 {
    padding-bottom: 15px;
    font-size: 24px; }
  footer ul {
    padding: 0;
    margin: 0;
    font-size: 18px;
    list-style: none; }
    footer ul li {
      padding-bottom: 10px; }
  footer .elder-brand {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px; }
    footer .elder-brand ~ .eldar-social {
      padding-top: 40px; }
  footer .contact-form .form-control {
    border-bottom-color: rgba(255, 255, 255, 0.5); }

.primary-footer {
  padding: 90px 0; }
  .primary-footer .eldar-row {
    justify-content: space-between; }

.footer-widget:first-child > * {
  max-width: 690px; }

.contact-link {
  padding-bottom: 70px; }
  .contact-link h3 {
    padding-bottom: 20px; }

.eldar-copyright {
  padding: 5px 0;
  background: #000000;
  font-size: 14px; }
  .eldar-copyright ul {
    display: flex;
    padding: 0;
    margin: 0;
    font-size: 14px;
    list-style: none;
    flex-wrap: wrap; }
  .eldar-copyright li {
    padding: 5px 0 5px 50px; }
  .eldar-copyright .eldar-row {
    align-items: center; }
  .eldar-copyright [class*="eldar-col-"] {
    text-align: left; }

.eldar-message {
  display: inline-flex;
  position: fixed;
  top: 50%;
  left: 0;
  width: 80px;
  height: 80px;
  padding: 10px;
  background: #0094ff;
  align-items: center;
  justify-content: center;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transform: translateY(-50%);
  z-index: 1; }
  .eldar-message:hover {
    background: #2d2d2d;
    border-radius: 0 100% 100% 0; }

/* Proud Loader SCSS */
.eldar-preloader {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  z-index: 4; }
  .eldar-preloader lottie-player {
    width: 100px; }

/* Eldar About Page SCSS */
/* Eldar Dark Intro SCSS */
.eldar-dark-intro {
  background: #2d2d2d;
  color: #ffffff; }
  .eldar-dark-intro .eldar-btn {
    background: #ffffff; }
    .eldar-dark-intro .eldar-btn:hover, .eldar-dark-intro .eldar-btn:focus {
      color: #2d2d2d; }
  .eldar-dark-intro .eldar-breadcrumb {
    color: inherit;
    font-weight: normal; }
    .eldar-dark-intro .eldar-breadcrumb a:not(:hover) {
      color: inherit; }
    .eldar-dark-intro .eldar-breadcrumb li:not(:last-child):after {
      background-image: url(../images/arrow3.svg); }
  .eldar-dark-intro .eldar-properties .eldar-row {
    padding-top: 65px; }
  .eldar-dark-intro .property-item .eldar-image:before, .eldar-dark-intro .property-item .eldar-image:after {
    display: none; }
  .eldar-dark-intro .property-item .eldar-image:after {
    background: rgba(45, 45, 45, 0.4); }
  .eldar-dark-intro .property-info a:not(:hover) {
    color: inherit; }
  .eldar-dark-intro .property-info a:hover {
    font-weight: 700; }
  .eldar-dark-intro .pal-detail p {
    color: inherit; }

.eldar-breadcrumb {
  display: flex;
  padding: 0 0 57px;
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  list-style: none; }
  .eldar-breadcrumb a {
    font-weight: 300; }
  .eldar-breadcrumb li:not(:last-child):after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background-size: 5px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/arrow2.svg);
    content: ""; }

.eldar-page-title {
  padding-bottom: 150px; }
  .eldar-page-title.page-title-style-two {
    padding-bottom: 60px; }
    .eldar-page-title.page-title-style-two[data-border]:after {
      height: 1px;
      background: rgba(255, 255, 255, 0.6); }
  .eldar-page-title p:last-child {
    padding-bottom: 0; }
  .eldar-page-title .eldar-row {
    align-items: center;
    justify-content: space-between; }
  .eldar-page-title .search-form form {
    max-width: 590px; }
  .eldar-page-title .animate-scroll {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0;
    -webkit-animation: move 0.7s infinite alternate;
    animation: move 0.7s infinite alternate;
    z-index: 1; }
    .eldar-page-title .animate-scroll:hover {
      opacity: 0.7; }
    .eldar-page-title .animate-scroll:after {
      display: none; }

[data-border] {
  position: relative; }
  [data-border].aos-animate:after {
    width: 100%; }
  [data-border]:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition-delay: 0.8s;
    transition-duration: 0.8s;
    z-index: 0; }

.eldar-status {
  padding-top: 150px; }
  .eldar-status .eldar-row {
    justify-content: space-between; }
  .eldar-status .eldar-title {
    display: inline-block;
    vertical-align: middle; }
    .eldar-status .eldar-title > span:first-child {
      color: #ffffff; }

.status-item {
  padding-bottom: 70px; }
  .status-item h4 {
    padding-bottom: 20px;
    color: #f9c50c;
    font-weight: 900;
    font-size: 90px;
    line-height: 0.8; }
  .status-item h5 {
    padding-bottom: 15px;
    color: #f9c50c;
    font-weight: normal;
    font-size: 20px; }

/* Eldar Partners SCSS */
.eldar-partners {
  padding-bottom: 0; }
  .eldar-partners p {
    font-size: 16px;
    line-height: 28px; }
  .eldar-partners img {
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
  .eldar-partners figure {
    margin-bottom: 10px; }
    .eldar-partners figure:hover img {
      transform: scale(1.05); }
  .eldar-partners figcaption {
    padding-top: 25px; }
  .eldar-partners .eldar-title {
    display: inline-block;
    vertical-align: middle; }
    .eldar-partners .eldar-title > span:first-child {
      color: inherit; }

.partners-wrap {
  position: relative; }
  .partners-wrap[data-border]:after {
    background: rgba(45, 45, 45, 0.4); }

/* Eldar Pals SCSS */
.eldar-pals {
  overflow: hidden; }
  .eldar-pals h2 {
    font-weight: 900;
    font-size: 40px;
    text-align: center; }
  .eldar-pals figure {
    position: relative;
    top: 0;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
    .eldar-pals figure:hover {
      top: -5px; }
    .eldar-pals figure img {
      width: 100%; }
  .eldar-pals figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    color: #ffffff; }
    .eldar-pals figcaption h3 {
      font-size: 30px; }
    .eldar-pals figcaption h4 {
      font-weight: normal;
      font-size: 20px; }

.pal-detail[data-border] {
  padding-top: 100px;
  margin-top: 100px; }
  .pal-detail[data-border]:after {
    top: 0;
    bottom: auto; }
.pal-detail p {
  color: #2d2d2d;
  line-height: 36px; }
.pal-detail h2 {
  padding-bottom: 90px;
  font-size: 40px;
  text-align: center; }
.pal-detail h3 {
  padding-bottom: 25px;
  font-size: 30px; }
.pal-detail h4 {
  font-weight: normal;
  font-size: 20px; }
.pal-detail h5 {
  font-weight: normal;
  font-size: 16px; }
.pal-detail .eldar-btn {
  margin-top: 10px; }

.pal-info {
  padding-top: 30px; }

.pal-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .pal-meta .eldar-link {
    order: 1;
    -ms-order: 1; }

.eldar-link:hover img {
  margin-right: 15px; }
.eldar-link img {
  margin: -5px 10px 0 0;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }

.pal-popup .popup-body {
  margin-bottom: 0 !important;
  background: #ffffff;
  color: #2d2d2d;
  box-shadow: 0 4px 94px rgba(0, 0, 0, 0.2); }
.pal-popup .eldar-close:before, .pal-popup .eldar-close:after {
  background: #2d2d2d; }
.pal-popup .swiper-button-prev, .pal-popup .swiper-button-next {
  background: #f4f5f5;
  border-radius: 0; }
  .pal-popup .swiper-button-prev:hover, .pal-popup .swiper-button-next:hover {
    background: #0094ff; }
    .pal-popup .swiper-button-prev:hover:before, .pal-popup .swiper-button-next:hover:before {
      border-color: #ffffff; }
.pal-popup .swiper-button-prev {
  right: auto; }

/* Eldar Marketing Page SCSS */
.status-style-two {
  padding-bottom: 50px; }
  .status-style-two .status-item {
    display: flex;
    max-width: 100%; }
    .status-style-two .status-item h4 {
      padding-bottom: 12px;
      color: #ffffff;
      font-weight: normal;
      font-size: 18px; }
    .status-style-two .status-item h5 {
      padding-bottom: 0;
      color: #ffffff;
      font-weight: 900;
      font-size: 32px; }
      .status-style-two .status-item h5 small {
        font-weight: normal;
        font-size: 14px; }
    .status-style-two .status-item .eldar-icon {
      width: 62px;
      min-width: 62px;
      margin-left: 15px;
      text-align: center; }

.eldar-awards {
  padding: 120px 0;
  color: #909294;
  text-transform: uppercase;
  text-align: left; }
  .eldar-awards[data-border]:after {
    height: 1px;
    background: rgba(255, 255, 255, 0.3); }
  .eldar-awards h2 {
    padding-bottom: 40px;
    color: #ffffff;
    font-size: 30px;
    text-align: center; }
    .eldar-awards h2[data-aos] {
      display: none; }
  .eldar-awards h3 {
    padding-bottom: 0;
    font-size: 80px; }
  .eldar-awards span {
    padding-left: 20px; }

.award-item {
  display: flex;
  align-items: center;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  justify-content: space-between; }
  .award-item:hover .award-number {
    font-size: 120px; }
  .award-item:hover .eldar-image {
    opacity: 1;
    visibility: visible; }
  .award-item .award-number {
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
  .award-item .eldar-image {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
    .award-item .eldar-image span {
      display: block;
      padding: 25px 0 0;
      font-weight: 700;
      font-size: 24px; }
  .award-item .responsive {
    display: none; }

.double-slash {
  letter-spacing: -24px; }

.eldar-useful {
  padding-top: 100px;
  text-align: center; }
  .eldar-useful h2 {
    font-weight: 900;
    font-size: 50px; }
  .eldar-useful img {
    vertical-align: unset;
    margin: 0 40px -4px 0; }

/* Eldar Media SCSS */
.eldar-media {
  padding: 145px 0;
  background: #2d2d2d;
  color: #ffffff; }
  .eldar-media:hover {
    background: #202020; }
  .eldar-media a {
    color: inherit; }
  .eldar-media .eldar-row {
    align-items: center; }
  .eldar-media .eldar-image {
    text-align: center; }

/* Eldar Pals Style Two SCSS */
.pals-style-two {
  padding-bottom: 80px;
  background: #2d2d2d;
  color: #ffffff; }
  .pals-style-two .eldar-btn {
    background: #ffffff; }
    .pals-style-two .eldar-btn:hover, .pals-style-two .eldar-btn:focus {
      color: #2d2d2d; }

.eldar-cta {
  display: flex;
  padding-top: 80px;
  margin-top: 150px;
  align-items: center;
  justify-content: center; }
  .eldar-cta[data-border]:after {
    top: 0;
    bottom: auto; }
  .eldar-cta h3 {
    padding: 5px 0 5px 65px;
    font-size: 40px; }
  .eldar-cta .eldar-btn {
    min-width: 160px; }

/* Eldar Metropolis Page SCSS */
.pals-style-three .pal-detail .eldar-row {
  align-items: center; }

.no-results {
  text-align: center; }
  .no-results p {
    padding-bottom: 0; }

/* Eldar Property Detail SCSS */
.eldar-property-detail {
  padding-top: 55px;
  position: relative; }
  .eldar-property-detail .container {
    position: static; }
  .eldar-property-detail .eldar-social {
    position: absolute;
    bottom: 113px;
    right: 55px;
    z-index: 1; }
  .eldar-property-detail .eldar-detail-wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between; }
    .eldar-property-detail .eldar-detail-wrap > * {
      width: 100%; }
  .eldar-property-detail .eldar-image {
    position: relative; }
    .eldar-property-detail .eldar-image:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#213b5f+0,213b5f+100&0.2+0,1+100 */
      background: -moz-linear-gradient(85deg, rgba(33, 59, 95, 0.2) 0%, #213b5f 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(85deg, rgba(33, 59, 95, 0.2) 0%, #213b5f 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(85deg, rgba(33, 59, 95, 0.2) 0%, #213b5f 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33213b5f', endColorstr='#213b5f',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      content: "";
      z-index: 0; }
    .eldar-property-detail .eldar-image img {
      width: 100%; }
    .eldar-property-detail .eldar-image .container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      color: #ffffff;
      padding-top: 150px;
      margin: 0 auto;
      z-index: 1; }
    .eldar-property-detail .eldar-image .eldar-social {
      width: 28px; }
      .eldar-property-detail .eldar-image .eldar-social a {
        margin: 7px 0; }
      .eldar-property-detail .eldar-image .eldar-social img {
        filter: brightness(10);
        -webkit-filter: brightness(10); }
    .eldar-property-detail .eldar-image .animate-scroll {
      position: absolute;
      bottom: 30px;
      left: 50%;
      width: 25px;
      height: 30px;
      padding-left: 0;
      transform: translateX(-50%);
      -webkit-animation: move 0.7s infinite alternate;
      animation: move 0.7s infinite alternate;
      z-index: 1; }
      .eldar-property-detail .eldar-image .animate-scroll:hover {
        opacity: 0.7; }
      .eldar-property-detail .eldar-image .animate-scroll:after {
        top: 0;
        width: 100%;
        height: 100%;
        background-size: 25px auto;
        background-image: url(../images/arrow7.png);
        transform: translateY(0); }

.property-title-wrap h1 {
  padding-bottom: 0;
  font-weight: 900;
  font-size: 180px;
  letter-spacing: -8px; }
.property-title-wrap h2 {
  padding-bottom: 100px;
  margin-top: -35px;
  font-size: 18px; }

.eldar-detail-wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between; }
  .eldar-detail-wrap p {
    max-width: 620px; }
  .eldar-detail-wrap h3 {
    font-weight: 900;
    font-size: 90px; }
  .eldar-detail-wrap h4 {
    max-width: 570px;
    padding-bottom: 20px;
    font-size: 40px; }
  .eldar-detail-wrap .eldar-row {
    justify-content: space-between; }
  .eldar-detail-wrap .eldar-link {
    color: #0094ff;
    font-size: 18px; }
    .eldar-detail-wrap .eldar-link:hover img {
      margin-left: 15px; }
    .eldar-detail-wrap .eldar-link img {
      margin: -5px 0 0 10px; }
  .eldar-detail-wrap .eldar-breadcrumb {
    padding-bottom: 30px; }

.property-location {
  position: absolute;
  top: 58px;
  left: 35px;
  font-size: 14px;
  z-index: 1; }
  .property-location:hover img {
    margin-right: 15px; }
  .property-location img {
    margin: -5px 10px 0 0;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }

.map-popup .eldar-map {
  height: calc(100vh - 139px); }
.map-popup .popup-body {
  background: #ffffff;
  box-shadow: none; }

/* Eldar Property Gallery SCSS */
.eldar-property-gallery {
  padding: 0; }
  .eldar-property-gallery .swiper-slide img {
    width: 100%; }
  .eldar-property-gallery .gallery-thumb {
    margin-top: 80px; }
    .eldar-property-gallery .gallery-thumb .swiper-slide {
      width: 305px;
      cursor: pointer; }

/* Eldar Search SCSS */
.eldar-search {
  padding: 160px 0; }
  .eldar-search .search-form {
    margin-top: 0; }
  .eldar-search .form-group {
    box-shadow: none;
    align-items: center;
    justify-content: center; }
  .eldar-search .input-wrap {
    max-width: 445px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1); }
  .eldar-search .dropdown-wrap {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1); }
    .eldar-search .dropdown-wrap:before {
      display: none; }
    .eldar-search .dropdown-wrap .form-control {
      width: 145px; }
  .eldar-search .dropdown-value {
    height: 60px; }

.section-title {
  padding-bottom: 40px;
  text-align: center; }
  .section-title h2 {
    font-weight: 900;
    font-size: 50px; }
  .section-title h3 {
    padding-top: 5px;
    font-weight: 400;
    font-size: 18px; }

/* Eldar Contact SCSS */
.eldar-contact {
  background: rgba(232, 234, 235, 0.5); }
  .eldar-contact .section-title {
    padding-bottom: 10px; }
  .eldar-contact .contact-form {
    max-width: 635px;
    margin: 0 auto;
    text-align: center; }
    .eldar-contact .contact-form h3 {
      padding-bottom: 15px; }
  .eldar-contact .form-label {
    color: rgba(45, 45, 45, 0.5); }
  .eldar-contact .form-control:not(:focus) {
    border-bottom-color: #2d2d2d; }
  .eldar-contact .eldar-btn {
    min-width: 220px;
    margin: 30px 0 40px; }

/* Eldar Single Property V1 Page SCSS */
/* Eldar Property Media SCSS */
.eldar-property-media {
  min-height: 70vh;
  padding-bottom: 40px;
  background-size: cover;
  background-color: #2d2d2d;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/property53.jpg);
  color: #ffffff;
  position: relative; }
  .eldar-property-media:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#213b5f+0,213b5f+100&0.2+0,1+100 */
    background: -moz-linear-gradient(45deg, rgba(33, 59, 95, 0.2) 0%, #213b5f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(33, 59, 95, 0.2) 0%, #213b5f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(33, 59, 95, 0.2) 0%, #213b5f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33213b5f', endColorstr='#213b5f',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    content: "";
    z-index: 0; }
  .eldar-property-media a {
    color: inherit; }
  .eldar-property-media .container {
    display: flex;
    min-height: inherit;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1; }
  .eldar-property-media .eldar-social {
    position: absolute;
    bottom: 113px;
    right: 55px;
    z-index: 1; }
  .eldar-property-media .eldar-social img, .eldar-property-media .property-location img {
    filter: brightness(10);
    -webkit-filter: brightness(10); }
  .eldar-property-media .eldar-breadcrumb li:not(:last-child):after {
    filter: brightness(10);
    -webkit-filter: brightness(10); }
  .eldar-property-media .property-title-wrap {
    margin-top: auto; }
    .eldar-property-media .property-title-wrap h2 {
      padding-bottom: 0; }
  .eldar-property-media .animate-scroll {
    width: 25px;
    height: 30px;
    padding-left: 0;
    margin: auto auto 0;
    -webkit-animation: move 0.7s infinite alternate;
    animation: move 0.7s infinite alternate; }
    .eldar-property-media .animate-scroll:hover {
      opacity: 0.7; }
    .eldar-property-media .animate-scroll:after {
      top: 0;
      width: 100%;
      height: 100%;
      background-size: 25px auto;
      background-image: url(../images/arrow7.png);
      transform: translateY(0); }
  .eldar-property-media .property-location {
    top: 120px;
    color: #ffffff; }
    .eldar-property-media .property-location:hover {
      opacity: 0.7; }

/* Eldar Blog Listing Page SCSS */
/* Eldar Light Intro SCSS */
.eldar-light-intro [data-border]:not(.eldar-title):after {
  height: 1px;
  background: rgba(45, 45, 45, 0.4); }
.eldar-light-intro .no-results {
  padding-top: 60px; }

.eldar-filters {
  display: flex;
  padding: 10px 0 0;
  margin: 0;
  font-size: 24px;
  list-style: none;
  flex-wrap: wrap; }
  .eldar-filters.responsive {
    display: none; }
  .eldar-filters a {
    display: block;
    position: relative; }
    .eldar-filters a:after {
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 0;
      height: 2px;
      background: #0094ff;
      content: "";
      transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
      z-index: 0; }
  .eldar-filters li {
    padding: 50px 0 0 65px; }
    .eldar-filters li.active a {
      color: #0094ff;
      font-weight: 700; }
      .eldar-filters li.active a:after {
        left: auto;
        right: 0;
        width: 100%; }

.blog-list {
  display: block;
  padding: 50px 0;
  position: relative; }
  .blog-list:last-child[data-border]:after {
    display: none; }
  .blog-list:hover .eldar-image .eldar-play:before {
    width: 80px;
    height: 80px; }
  .blog-list:hover .eldar-image img {
    transform: scale(1.05); }
  .blog-list:hover .blog-link {
    margin-left: 10px;
    opacity: 0.7; }
  .blog-list p {
    max-width: 650px;
    padding-bottom: 15px;
    color: #2d2d2d; }
    .blog-list p:last-child {
      padding-bottom: 0; }
  .blog-list h3 {
    display: flex;
    padding-bottom: 20px;
    font-size: 50px; }
    .blog-list h3 a {
      display: block;
      flex-grow: 1;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -ms-flex-preferred-size: 0; }
      .blog-list h3 a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 1; }
  .blog-list .eldar-play {
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 45, 0.2); }
    .blog-list .eldar-play:before {
      width: 60px;
      height: 60px; }
  .blog-list .eldar-image {
    display: block;
    overflow: hidden;
    position: relative; }
    .blog-list .eldar-image > img {
      width: 100%;
      transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }

.eldar-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 1px 10px;
  background: #0094ff;
  color: #ffffff;
  font-size: 18px;
  z-index: 1; }

.eldar-play {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  content: "";
  align-items: center;
  justify-content: center;
  z-index: 0; }
  .eldar-play:before {
    width: 100%;
    height: 100%;
    border: 1px solid #0094ff;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    border-radius: 100%;
    content: "";
    z-index: 0; }
  .eldar-play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 3px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 24px solid #0094ff;
    content: "";
    transform: translateX(-50%) translateY(-50%);
    z-index: 0; }

.blog-info {
  display: flex;
  height: 100%;
  padding-right: 30px;
  flex-direction: column;
  justify-content: space-between; }

.blog-meta {
  display: flex;
  padding: 15px 0 0;
  margin: 0;
  font-style: italic;
  font-size: 14px;
  list-style: none;
  align-items: center; }
  .blog-meta li + li {
    padding-right: 60px; }
  .blog-meta img {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    object-fit: cover;
    border-radius: 100%; }

.blog-link {
  width: 24px;
  min-width: 24px;
  margin-right: 10px;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }

/* Eldar Single Blog Page SCSS */
/* Eldar Blog Media SCSS */
.eldar-blog-media {
  height: 60vh;
  min-height: 500px;
  background-size: cover;
  background-color: #2d2d2d;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/blog8.jpg);
  color: #ffffff;
  position: relative; }
  .eldar-blog-media:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 45, 0.7);
    content: "";
    z-index: 0; }
  .eldar-blog-media a {
    color: inherit; }
  .eldar-blog-media .container {
    height: 100%;
    z-index: 1; }
  .eldar-blog-media .eldar-play {
    display: block;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translateX(-50%) translateY(-50%); }
    .eldar-blog-media .eldar-play:before {
      display: block; }
    .eldar-blog-media .eldar-play:hover {
      opacity: 0.8; }
  .eldar-blog-media .eldar-breadcrumb li:not(:last-child):after {
    filter: brightness(10);
    -webkit-filter: brightness(10); }

.video-popup .eldar-close {
  left: -60px; }

.embed-responsive {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  position: relative; }
  .embed-responsive:before {
    display: block;
    padding-top: 56.25%;
    content: ""; }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0; }

/* Eldar Blog Detail SCSS */
.eldar-blog-detail {
  padding-bottom: 80px; }
  .eldar-blog-detail h1 {
    padding-bottom: 40px;
    font-weight: 900;
    font-size: 90px;
    line-height: 1; }
  .eldar-blog-detail h2 {
    font-size: 30px;
    line-height: 1.6; }
  .eldar-blog-detail .blog-meta {
    padding-top: 10px; }
    .eldar-blog-detail .blog-meta img {
      width: 72px;
      height: 72px; }
  .eldar-blog-detail .eldar-social {
    padding-top: 35px; }

.blog-wrap {
  max-width: 760px;
  padding-right: 30px; }
  .blog-wrap h1, .blog-wrap h2, .blog-wrap h3, .blog-wrap h4, .blog-wrap h5, .blog-wrap h6 {
    padding: 30px 0 45px; }

.blog-tabgs {
  display: flex;
  padding-top: 45px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .blog-tabgs ul {
    display: flex;
    padding: 0;
    margin: 0;
    font-size: 18px;
    list-style: none;
    flex-wrap: wrap; }
    .blog-tabgs ul a {
      display: block;
      padding: 3px 16px;
      margin: 10px 0 10px 20px;
      background: #c4c4c4;
      color: #ffffff; }
      .blog-tabgs ul a:hover {
        background: #0094ff; }
  .blog-tabgs .eldar-link {
    margin: 10px 0;
    font-size: 18px; }

/* Eldar Related Blogs SCSS */
.eldar-related-blogs {
  overflow: hidden;
  padding-top: 0; }
  .eldar-related-blogs .section-title {
    padding-bottom: 60px;
    text-align: unset; }
    .eldar-related-blogs .section-title h2 {
      padding-bottom: 0;
      font-weight: 700; }
      .eldar-related-blogs .section-title h2[data-border]:after {
        bottom: 50%;
        height: 1px;
        background: rgba(45, 45, 45, 0.4);
        transform: translateY(50%); }
    .eldar-related-blogs .section-title span {
      display: inline-block;
      vertical-align: middle;
      background: #ffffff;
      padding-left: 45px;
      position: relative;
      z-index: 1; }
  .eldar-related-blogs .blog-list {
    padding: 0;
    background: #f5f5f5; }
    .eldar-related-blogs .blog-list h3 {
      padding-bottom: 10px;
      font-size: 28px; }
    .eldar-related-blogs .blog-list .blog-meta a:not(:hover):not(:focus) {
      color: #2d2d2d; }
  .eldar-related-blogs .blog-info {
    padding: 35px 35px 45px 40px; }
  .eldar-related-blogs .swiper-container {
    overflow: visible; }
  .eldar-related-blogs .swiper-scrollbar {
    margin-top: 110px; }

.blog-category {
  padding-bottom: 15px;
  color: rgba(45, 45, 45, 0.5);
  font-style: italic;
  font-size: 14px; }

.meta-wrap {
  display: flex;
  padding-top: 45px;
  align-items: center;
  justify-content: space-between; }
  .meta-wrap .blog-meta {
    padding-top: 0; }
  .meta-wrap .eldar-link {
    font-weight: 700;
    font-size: 18px; }

/* Eldar 404 Error Page SCSS */
/* Eldar 404 SCSS */
.eldar-404 {
  padding-top: 50px; }
  .eldar-404 h1 {
    padding-top: 95px;
    font-weight: 900;
    font-size: 300px;
    line-height: 0.8; }
  .eldar-404 .eldar-page-title {
    padding-bottom: 0; }
    .eldar-404 .eldar-page-title .eldar-row {
      align-items: unset; }
  .eldar-404 .eldar-btn {
    margin-top: 30px; }
  .eldar-404 .eldar-breadcrumb {
    padding-bottom: 25px; }

/* Eldar Contact Us Page SCSS */
.eldar-contact-wrap {
  padding-top: 110px; }
  .eldar-contact-wrap ul {
    display: flex;
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    flex-wrap: wrap; }
  .eldar-contact-wrap li {
    width: 33.333333%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    padding: 15px; }
    .eldar-contact-wrap li span {
      display: block;
      font-size: 18px; }
      .eldar-contact-wrap li span:first-child {
        padding-bottom: 10px;
        font-weight: 700;
        font-size: 30px;
        line-height: 1.1; }
  .eldar-contact-wrap .eldar-row {
    justify-content: space-between; }
  .eldar-contact-wrap .eldar-title > span:first-child {
    color: inherit; }

.quick-contact {
  max-width: 590px;
  margin-right: auto; }
  .quick-contact h4 {
    padding-bottom: 45px;
    font-size: 30px; }
  .quick-contact .eldar-btn {
    margin-top: 30px; }

/* Eldar Map SCSS */
.eldar-map {
  height: 100vh;
  padding: 0; }

/* Eldar Responsive SCSS */
@media screen and (min-width: 1800px) {
  /* Eldar Normal SCSS */
  .pal-popup .container {
    width: 1750px; }
  .pal-popup .popup-body {
    padding: 60px 170px; }
  .pal-popup .eldar-close {
    width: 80px;
    height: 80px; }

  .pal-detail [class*="eldar-col-"]:first-child {
    padding-left: 45px; }
  .pal-detail [class*="eldar-col-"]:last-child {
    padding-right: 45px; } }
@media screen and (max-width: 1799px) and (min-width: 992px) {
  /* Eldar Normal SCSS */
  .pal-popup [class*="eldar-col-"]:last-child > * {
    padding-left: 50px; } }
@media screen and (max-width: 1749px) {
  /* Eldar Normal SCSS */
  .eldar-property-detail .container {
    position: relative; }
  .eldar-property-detail .eldar-social {
    position: static;
    width: auto;
    padding-top: 30px; }
    .eldar-property-detail .eldar-social a {
      margin: 0 0 0 15px; }
  .eldar-property-detail .property-location {
    top: 35px;
    color: #ffffff; }
    .eldar-property-detail .property-location img {
      filter: brightness(10);
      -webkit-filter: brightness(10); }

  .eldar-detail-wrap p, .eldar-detail-wrap h4 {
    max-width: 100%; }
  .eldar-detail-wrap h3 {
    font-size: 72px; }

  .property-title-wrap h1 {
    font-size: 150px; }
  .property-title-wrap h2 {
    padding-bottom: 50px;
    margin-top: -15px; }

  .video-popup .eldar-close {
    left: 0; }

  /* Eldar Single Property V1 Page SCSS */
  .eldar-property-media .eldar-social {
    bottom: 50px; }

  .eldar-detail-wrap [class*="eldar-col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; } }
@media screen and (min-width: 1600px) {
  /* Eldar Normal SCSS */
  .eldar-banner [class*="eldar-col-"]:first-child {
    padding-left: 90px; }
  .eldar-banner [class*="eldar-col-"]:last-child {
    padding-right: 90px; }

  .eldar-partners figure {
    margin-bottom: 100px; }
  .eldar-partners [class*="eldar-col-"] {
    padding: 0 50px; }
  .eldar-partners .eldar-row {
    margin: 0 -50px; }

  .eldar-properties .eldar-row {
    margin: 0 -30px; }
  .eldar-properties [class*="eldar-col-"] {
    padding: 0 30px; }

  /* Eldar About Page SCSS */
  .status-item {
    max-width: 390px; }
    .status-item p {
      font-size: 20px;
      line-height: 32px; } }
@media screen and (max-width: 1599px) {
  /* Eldar Normal SCSS */
  .swiper-button-next, .swiper-button-prev {
    width: 60px;
    height: 60px; }

  .swiper-pagination {
    padding-top: 50px; }

  .container {
    width: 1220px; }

  .eldar-title {
    font-size: 120px; }
    .eldar-title.title-style-two {
      font-size: 80px; }

  .pal-detail p {
    line-height: 32px; }
  .pal-detail h2 {
    padding-bottom: 50px; }
  .pal-detail h3 {
    padding-bottom: 10px;
    font-size: 30px; }
  .pal-detail .pal-info {
    padding-top: 5px; }
  .pal-detail .eldar-btn {
    margin-top: 0; }

  .eldar-pals figcaption h3 {
    font-size: 26px; }

  .eldar-page-title [class*="eldar-col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }

  .property-title-wrap h1 {
    font-size: 130px; }
  .property-title-wrap h2 {
    padding-bottom: 30px;
    margin-top: -10px; }

  .eldar-detail-wrap h3 {
    font-size: 55px; }
  .eldar-detail-wrap h4 {
    font-size: 36px; }

  /* Eldar About Page SCSS */
  .status-item h4 {
    font-size: 72px; }

  /* Eldar Marketing Page SCSS */
  .eldar-awards h3 {
    font-size: 60px; }

  .award-item:hover .award-number {
    font-size: 80px; }
  .award-item .eldar-image span {
    padding-top: 20px;
    font-size: 20px; }

  /* Eldar Single Property V1 Page SCSS */
  .eldar-detail-wrap .eldar-row h3 {
    font-size: 72px; }

  /* Eldar Blog Listing Page SCSS */
  .eldar-filters {
    font-size: 22px; }
    .eldar-filters li {
      padding: 30px 0 0 50px; }

  .blog-list h3 {
    padding-bottom: 10px;
    font-size: 40px; }

  .blog-info {
    padding-right: 0; }

  /* Eldar Single Blog Page SCSS */
  .eldar-blog-detail h1 {
    padding-bottom: 20px;
    font-size: 60px; }
  .eldar-blog-detail h2 {
    font-size: 26px; }
  .eldar-blog-detail .blog-meta li + li {
    padding-right: 30px; }

  /* Eldar 404 Error Page SCSS */
  .eldar-404 h1 {
    padding-top: 45px;
    font-size: 250px; }

  /* Eldar Contact us Page SCSS */
  .eldar-contact-wrap .eldar-title.title-style-two {
    margin-bottom: 55px; } }
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  /* Eldar Normal SCSS */
  .eldar-message {
    top: auto;
    bottom: 0;
    transform: none; } }
@media screen and (max-width: 1339px) {
  /* Eldar Normal SCSS */
  .property-category {
    margin: 0 -15px; }
    .property-category + .property-category {
      padding-top: 0; }

  .masonry-item {
    padding: 0 15px; }
    .masonry-item.full .property-info {
      max-width: 85%; }

  .property-item {
    max-width: 85%; }

  .eldar-featured figcaption {
    font-size: 30px; }

  .popup-body .eldar-title {
    font-size: 115px; }

  .contact-form h2 {
    font-size: 36px; }

  /* Eldar Home Page SCSS */
  .banner-caption h3 {
    font-size: 45px; } }
@media screen and (max-width: 1279px) {
  /* Eldar Normal SCSS */
  .container {
    padding: 0 15px;
    width: 1140px; }

  .eldar-title.title-style-two {
    font-size: 72px; }

  .status-item h4 {
    font-size: 60px; }

  .eldar-pals figcaption h3 {
    font-size: 24px; }

  .eldar-page-title [class*="eldar-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
    .eldar-page-title [class*="eldar-col-"] + [class*="eldar-col-"] {
      padding-top: 25px; }

  /* Eldar Marketing Page SCSS */
  .eldar-useful h2 {
    font-size: 40px; }
  .eldar-useful img {
    width: 170px;
    margin-right: 20px; }

  /* Eldar Single Property V1 Page SCSS */
  .eldar-detail-wrap .eldar-row h3 {
    font-size: 65px; }

  /* Eldar Blog Listing Page SCSS */
  .eldar-filters {
    padding-bottom: 20px; }

  /* Eldar Blog Listing Page SCSS */
  .blog-list h3 {
    font-size: 36px; }

  /* Eldar Single Blog Page SCSS */
  .eldar-blog-detail h1 {
    font-size: 48px; }
  .eldar-blog-detail h2 {
    font-size: 20px; }

  /* Eldar 404 Error Page SCSS */
  .eldar-404 h1 {
    padding-top: 30px;
    font-size: 200px; }
  .eldar-404 iframe {
    height: 350px; }

  /* Eldar Contact us Page SCSS */
  .eldar-contact-wrap li {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }
  .eldar-contact-wrap .eldar-title.title-style-two {
    margin-bottom: 35px; } }
@media screen and (max-width: 1199px) {
  /* Eldar Normal SCSS */
  .container {
    width: 960px; }

  .eldar-title {
    font-size: 115px; }
    .eldar-title.title-style-two {
      padding-bottom: 35px;
      margin-bottom: 35px; }

  .eldar-featured figcaption {
    font-size: 28px; }

  .popup-body .eldar-title {
    font-size: 100px; }

  .eldar-pals [class*="eldar-col-"] {
    width: 33.333333%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%; }

  .eldar-properties [class*="eldar-col-"] .property-item {
    margin-bottom: 80px; }

  .property-title-wrap h1 {
    font-size: 100px; }
  .property-title-wrap h2 {
    padding-bottom: 15px; }

  .eldar-detail-wrap h3 {
    font-size: 36px; }
  .eldar-detail-wrap h4 {
    font-size: 28px; }

  footer .elder-brand ~ .eldar-social {
    padding-top: 0; }

  .footer-style-two .footer-widget {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
    .footer-style-two .footer-widget:first-child > * {
      max-width: 100%; }
  .footer-style-two .primary-footer .footer-widget + .footer-widget {
    padding-top: 30px; }

  [data-col-full="1199"] > [class*="eldar-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
    [data-col-full="1199"] > [class*="eldar-col-"] + [class*="eldar-col-"] {
      padding-top: 50px; }

  /* Eldar Home Page SCSS */
  .banner-caption h3 {
    font-size: 40px; }

  /* Eldar Marketing Page SCSS */
  .eldar-awards h3 {
    padding-bottom: 10px;
    font-size: 48px; }
  .eldar-awards span {
    padding-left: 10px; }

  .award-item {
    text-align: center;
    flex-direction: column; }
    .award-item:hover .award-number {
      font-size: inherit; }
    .award-item + .award-item {
      margin-top: 30px; }
    .award-item .eldar-image {
      display: flex;
      opacity: 1;
      visibility: visible;
      order: 2;
      -ms-order: 2;
      align-items: center;
      justify-content: center; }
      .award-item .eldar-image img {
        width: 50px; }
      .award-item .eldar-image span {
        padding: 0 20px 0 0; }
    .award-item .default {
      display: none; }
    .award-item .responsive {
      display: block; }

  .double-slash {
    letter-spacing: -10px; }

  .eldar-cta h3 {
    padding-left: 30px;
    font-size: 30px; }

  /* Eldar Single Property V1 Page SCSS */
  .eldar-detail-wrap .eldar-row h3 {
    font-size: 55px; }

  /* Eldar Blog Listing Page SCSS */
  .blog-list h3 {
    font-size: 30px; }

  .blog-link {
    width: 18px;
    min-width: 18px; }

  /* Eldar Single Blog Page SCSS */
  .eldar-blog-detail .eldar-social {
    width: auto; }
    .eldar-blog-detail .eldar-social a {
      margin: 0 0 0 20px; }

  .blog-wrap {
    max-width: 100%;
    padding-right: 0; }

  /* Eldar Contact us Page SCSS */
  .eldar-contact-wrap li span {
    font-size: 17px; }
    .eldar-contact-wrap li span:first-child {
      font-size: 24px; }
  .eldar-contact-wrap .eldar-title.title-style-two {
    margin-bottom: 25px; } }
@media screen and (max-width: 1199px) and (min-width: 992px) {
  /* Eldar 404 Error Page SCSS */
  .eldar-404 .eldar-title {
    font-size: 100px; }
  .eldar-404 iframe {
    height: 300px; } }
@media screen and (min-width: 992px) {
  /* Eldar Normal SCSS */
  .eldar-property-detail [class*="eldar-col-"]:first-child {
    order: 2;
    -ms-order: 2; }
  .eldar-property-detail .eldar-image .container {
    display: none; } }
@media screen and (max-width: 991px) {
  /* Eldar Normal SCSS */
  .swiper-scrollbar {
    margin-top: 50px; }

  .container {
    width: 720px; }

  .header-block {
    min-width: 208px; }

  .hamburger-wrap + a {
    display: none; }

  .eldar-banner [class*="eldar-col-"], .eldar-popup [class*="eldar-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
    .eldar-banner [class*="eldar-col-"] + [class*="eldar-col-"], .eldar-popup [class*="eldar-col-"] + [class*="eldar-col-"] {
      padding-top: 50px; }

  .search-form {
    margin-top: 20px; }

  .eldar-page-title {
    padding-bottom: 100px; }
    .eldar-page-title .eldar-title {
      font-size: 100px; }
    .eldar-page-title .animate-scroll img {
      width: 40px; }

  .eldar-pals h2 {
    font-size: 36px; }

  .pal-detail h2 {
    padding-bottom: 35px; }

  .eldar-property-detail {
    padding-top: 0; }
    .eldar-property-detail > .container {
      width: 100%;
      padding: 0; }
      .eldar-property-detail > .container > .eldar-row {
        margin: 0; }
      .eldar-property-detail > .container [class*="eldar-col-"] {
        padding: 0; }
    .eldar-property-detail .property-location {
      top: 110px; }
    .eldar-property-detail .eldar-detail-wrap {
      width: 720px;
      padding-top: 100px;
      margin: 0 auto; }
      .eldar-property-detail .eldar-detail-wrap .property-title-wrap, .eldar-property-detail .eldar-detail-wrap .eldar-social {
        display: none; }
    .eldar-property-detail .eldar-breadcrumb {
      display: none; }

  .eldar-detail-wrap h3 {
    font-size: 48px; }
  .eldar-detail-wrap h4 {
    font-size: 36px; }
  .eldar-detail-wrap .property-title-wrap, .eldar-detail-wrap .eldar-social {
    display: none; }

  .eldar-property-gallery .gallery-thumb {
    margin-top: 50px; }

  .section-title h2 {
    font-size: 45px; }

  [data-col-half="991"] > [class*="eldar-col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }

  [data-col-full="991"] > [class*="eldar-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

  .primary-footer .footer-widget {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
    .primary-footer .footer-widget + .footer-widget {
      padding-top: 50px; }

  .contact-link {
    padding-bottom: 20px; }

  .eldar-popup .popup-body {
    padding: 50px; }

  .contact-popup [class*="eldar-col-"] {
    display: block; }
  .contact-popup .contact-form {
    width: 100%; }

  .pal-popup .swiper-button-next, .pal-popup .swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: none; }

  /* Eldar Home Page SCSS */
  .eldar-mitcurp h2 {
    font-size: 45px; }

  /* Eldar About Page SCSS */
  .eldar-status {
    padding-top: 120px; }

  .status-item {
    padding-bottom: 30px; }

  .eldar-partners [class*="eldar-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

  /* Eldar Marketing Page SCSS */
  .eldar-awards {
    padding: 100px 0; }

  .eldar-useful h2 {
    font-size: 30px; }
  .eldar-useful img {
    width: 130px;
    margin-right: 10px; }

  .eldar-media {
    padding: 120px 0; }

  /* Eldar Single Property V2 Page SCSS */
  .has-property-detail {
    padding-top: 0; }

  /* Eldar Blog Listing Page SCSS */
  .blog-list [class*="eldar-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

  .blog-info {
    display: block;
    height: auto;
    margin-top: 30px; }

  /* Eldar Single Blog Page SCSS */
  .eldar-blog-media {
    min-height: 450px; }

  /* Eldar 404 Error Page SCSS */
  .eldar-404 iframe {
    height: 450px;
    margin-top: 50px; }
  .eldar-404 .eldar-btn {
    margin-top: 0; }

  /* Eldar Contact us Page SCSS */
  .eldar-contact-wrap li {
    width: 33.333333%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%; }

  .quick-contact {
    max-width: 100%;
    margin-top: 50px; }
    .quick-contact h4 {
      padding-bottom: 25px; } }
@media screen and (min-width: 768px) {
  /* Eldar Normal SCSS */
  .eldar-featured .swiper-wrapper {
    margin: 0 -0.5px;
    flex-wrap: wrap; }
  .eldar-featured .swiper-slide {
    display: flex;
    width: 25%;
    max-width: 25%;
    padding: 0 0.5px 1px;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%; }
  .eldar-featured .swiper-scrollbar {
    display: none; }

  .eldar-page-title.page-title-style-three .eldar-title {
    font-size: 80px; }

  .primary-footer [class*="eldar-col-"] [class*="eldar-col-"] {
    padding-top: 30px; }

  .footer-widget ul {
    display: block !important;
    height: auto !important; }

  /* Eldar About Page SCSS */
  .partners-wrap[data-border]:after {
    display: none; }

  /* Eldar Marketing Page SCSS */
  .media-info {
    display: block !important;
    height: auto !important; } }
@media screen and (max-width: 767px) {
  /* Eldar Normal SCSS */
  p {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px; }

  body {
    padding-top: 51px; }

  section {
    padding: 50px 0; }
    section .search-form .form-group {
      display: block;
      box-shadow: none; }
    section .search-form .input-wrap {
      margin-bottom: 10px;
      box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1); }
    section .search-form .dropdown-wrap {
      background: #ffffff;
      box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1); }
      section .search-form .dropdown-wrap:before {
        display: none; }
    section .search-form .dropdown-value {
      width: 100%;
      height: 50px; }

  header .elder-brand svg {
    width: 100px;
    height: 34px; }
  header .search-form {
    left: 0;
    width: 100%; }
    header .search-form [type="submit"] {
      width: 50px; }
    header .search-form .form-control:not(select) {
      padding-left: 50px; }
  header .dropdown-value {
    min-width: 10px; }

  .container {
    width: auto;
    padding: 0 40px; }

  .header-block {
    min-width: 80px; }

  .hamburger-wrap {
    padding: 0; }
    .hamburger-wrap.contact [data-toggle-popup] {
      display: none; }
    .hamburger-wrap.contact .call-number {
      display: inline-flex; }
    .hamburger-wrap a {
      width: 50px;
      height: 50px;
      padding: 0;
      position: relative; }
      .hamburger-wrap a:not(.eldar-hamburger) span {
        display: none; }
      .hamburger-wrap a:not(:first-child):after {
        position: absolute;
        right: -1px;
        top: 50%;
        width: 2px;
        height: 22px;
        background: rgba(196, 196, 196, 0.7);
        content: "";
        transform: translateY(-50%);
        z-index: 1; }
      .hamburger-wrap a:not(:first-child):hover {
        opacity: 0.8; }
    .hamburger-wrap img {
      display: block; }

  .eldar-hamburger span {
    width: 20px;
    height: 2px;
    margin-top: 0; }
    .eldar-hamburger span:before, .eldar-hamburger span:after {
      top: -6px;
      height: 2px; }
    .eldar-hamburger span:after {
      top: 6px; }

  .elder-accessibility {
    width: 50px;
    height: 50px;
    padding: 0; }
    .elder-accessibility img {
      width: 17px; }

  nav {
    font-size: 24px; }
    nav ul ul {
      font-size: 16px; }
    nav li {
      padding: 30px 0; }
    nav .submenu:hover:after {
      background-image: url(../images/minus.svg); }
    nav .submenu:after {
      position: absolute;
      top: 50%;
      left: 30px;
      width: 30px;
      height: 30px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-image: url(../images/plus.svg);
      content: "";
      transform: translateY(-50%);
      z-index: 0; }
    nav .eldar-close {
      top: 15px;
      right: 15px;
      width: 20px;
      height: 20px; }
      nav .eldar-close:before, nav .eldar-close:after {
        width: 2px; }
    nav .eldar-social {
      padding: 20px 25px; }

  .eldar-close {
    top: 15px;
    left: 15px; }

  .eldar-social img {
    width: 25px; }

  .eldar-banner {
    padding-bottom: 30px; }
    .eldar-banner h1 {
      font-size: 24px; }

  .eldar-title {
    font-size: 85px; }
    .eldar-title.title-style-two {
      padding-bottom: 25px;
      margin-bottom: 25px;
      font-size: 48px; }

  .search-form label {
    padding: 10px 20px; }
  .search-form [type="submit"] {
    background-size: 18px auto; }
  .search-form .form-control {
    height: 50px;
    font-size: 16px; }

  .category-dropdown {
    max-height: 248px; }

  .dropdown-value {
    min-width: 125px; }

  .eldar-properties [class*="eldar-col-"] .property-item {
    padding: 0;
    margin-bottom: 35px; }
  .eldar-properties [class*="eldar-col-"] .property-info {
    padding-right: 0; }

  .masonry-item {
    width: 100%; }
    .masonry-item.full .property-info {
      max-width: 100%; }

  .property-item {
    max-width: 100%;
    padding: 30px 0 0 80px;
    margin-top: 0; }

  .property-info {
    max-width: 100%;
    padding-right: 40px; }
    .property-info h3 {
      padding-bottom: 5px;
      font-size: 24px; }

  .eldar-featured {
    padding-right: 40px; }
    .eldar-featured figcaption {
      font-size: 20px; }

  .eldar-dark-intro {
    padding: 80px 0 25px; }
    .eldar-dark-intro .eldar-properties {
      padding-bottom: 15px; }
      .eldar-dark-intro .eldar-properties .eldar-row {
        padding-top: 50px; }

  .eldar-breadcrumb {
    padding-bottom: 15px; }

  .eldar-page-title {
    padding-bottom: 35px; }
    .eldar-page-title.page-title-style-two {
      padding-bottom: 50px; }
    .eldar-page-title .eldar-title {
      font-size: 72px; }
    .eldar-page-title .search-form {
      margin-top: 30px; }
      .eldar-page-title .search-form form {
        max-width: 100%;
        background: none; }
    .eldar-page-title .animate-scroll {
      top: -50px; }
      .eldar-page-title .animate-scroll img {
        width: 20px; }

  .eldar-pals {
    padding: 0 40px 50px; }
    .eldar-pals.pals-style-two {
      padding: 50px 0; }
    .eldar-pals h2 {
      padding-bottom: 0;
      font-size: 30px; }
    .eldar-pals figcaption {
      padding: 20px 20px 10px; }
      .eldar-pals figcaption h3 {
        padding-bottom: 5px;
        font-size: 22px; }
    .eldar-pals [class*="eldar-col-"] {
      width: 50%;
      max-width: 50%;
      flex: 0 0 50%;
      -ms-flex: 0 0 50%; }

  .pal-detail[data-border] {
    padding-top: 50px;
    margin-top: 25px; }
  .pal-detail p {
    line-height: 24px; }
  .pal-detail h2 {
    padding-bottom: 30px;
    font-size: 34px; }
  .pal-detail h3 {
    padding-bottom: 25px; }

  .pal-meta {
    display: block; }
    .pal-meta .pal-btn {
      padding-top: 30px;
      text-align: center; }

  .eldar-partners figcaption {
    padding-top: 15px; }
  .eldar-partners .partners-wrap {
    padding-bottom: 30px;
    margin-bottom: 50px; }

  .eldar-property-detail .eldar-image .container {
    padding-top: 120px; }
  .eldar-property-detail .property-location {
    top: 90px;
    left: 40px; }
  .eldar-property-detail .eldar-detail-wrap {
    width: auto;
    padding: 50px 40px 0; }

  .eldar-detail-wrap h3 {
    font-size: 40px; }
  .eldar-detail-wrap h4 {
    font-size: 30px; }

  .property-location {
    left: 40px; }

  .property-title-wrap h1 {
    font-size: 80px;
    line-height: 1; }
  .property-title-wrap h2 {
    margin-top: 0; }

  .eldar-contact .eldar-btn {
    margin: 20px 0; }

  .map-popup .popup-body {
    margin-bottom: 0 !important; }
  .map-popup .eldar-map {
    height: calc(100vh - 50px); }

  .eldar-search {
    padding: 50px 0; }
    .eldar-search .input-wrap {
      max-width: 100%; }

  .eldar-property-gallery .gallery-thumb {
    margin-top: 30px; }

  .swiper-scrollbar {
    margin-top: 30px; }

  .section-title {
    padding-bottom: 20px; }
    .section-title h2 {
      font-size: 36px; }

  .eldar-light-intro .no-results {
    padding-top: 0; }

  [data-col-full="1199"] > [class*="eldar-col-"] + [class*="eldar-col-"] {
    padding-top: 30px; }

  [data-col-full="767"] > [class*="eldar-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
    [data-col-full="767"] > [class*="eldar-col-"] + [class*="eldar-col-"] {
      padding-top: 25px; }

  .eldar-page-title [class*="eldar-col-"] + [class*="eldar-col-"] {
    padding-top: 5px; }

  .primary-footer {
    padding: 50px 0; }
    .primary-footer .contact-link h3 {
      padding-bottom: 15px; }

  .footer-widget ul {
    display: none;
    padding-bottom: 8px;
    font-size: 16px; }
  .footer-widget [class*="eldar-col-"] {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
    .footer-widget [class*="eldar-col-"] h2 {
      padding: 12px 0;
      margin-top: 8px;
      position: relative;
      font-size: 16px;
      cursor: pointer; }
      .footer-widget [class*="eldar-col-"] h2:before, .footer-widget [class*="eldar-col-"] h2:after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 10px;
        height: 2px;
        background: #ffffff;
        content: "";
        transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
        transform: translateY(-50%);
        z-index: 0; }
      .footer-widget [class*="eldar-col-"] h2:after {
        left: 4px;
        width: 2px;
        height: 10px; }
    .footer-widget [class*="eldar-col-"].open h2 {
      border-bottom-color: transparent; }
      .footer-widget [class*="eldar-col-"].open h2:before, .footer-widget [class*="eldar-col-"].open h2:after {
        transform: translateY(-50%) rotate(45deg); }
  .footer-widget .eldar-row {
    margin: 0; }
  .footer-widget .eldar-social {
    text-align: center;
    justify-content: center; }
    .footer-widget .eldar-social a {
      margin: 0 10px; }

  .eldar-copyright {
    padding: 16px 0; }
    .eldar-copyright ul {
      padding-bottom: 2px;
      justify-content: center; }
    .eldar-copyright li {
      padding: 5px 0; }
      .eldar-copyright li:not(:first-child):before {
        padding: 0 10px;
        content: "|"; }
    .eldar-copyright [class*="eldar-col-"] {
      width: 100%;
      max-width: 100%;
      text-align: center;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%; }

  .footer-style-two .elder-brand ~ .eldar-social {
    text-align: unset;
    justify-content: unset; }
    .footer-style-two .elder-brand ~ .eldar-social p + a {
      margin-right: 0; }

  .eldar-popup.video-popup {
    padding: 20px 20px 0 20px; }
  .eldar-popup [class*="eldar-col-"] + [class*="eldar-col-"] {
    padding-top: 30px; }
  .eldar-popup .popup-body {
    padding: 30px; }

  .popup-body .eldar-title {
    font-size: 72px; }

  .contact-popup {
    padding: 0 40px; }

  .pal-popup .eldar-close {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 2; }

  .eldar-close.close-style-two {
    width: 40px;
    height: 40px; }
    .eldar-close.close-style-two:before, .eldar-close.close-style-two:after {
      height: 12px; }

  .contact-form h2 {
    padding-bottom: 15px;
    font-size: 30px; }
  .contact-form h4 {
    font-size: 30px; }
  .contact-form .text-left {
    text-align: center; }

  .eldar-message {
    width: 40px;
    height: 40px; }

  .eldar-preloader lottie-player {
    width: 80px; }

  /* Eldar Home Page SCSS */
  .eldar-mitcurp {
    margin-top: 50px; }
    .eldar-mitcurp h2 {
      font-size: 36px; }
    .eldar-mitcurp .container {
      padding-top: 50px;
      padding-bottom: 30px; }

  /* Eldar About Page SCSS */
  .eldar-status {
    padding-top: 40px; }

  .status-item {
    padding-bottom: 20px; }
    .status-item h4 {
      padding-bottom: 15px;
      font-size: 45px; }
    .status-item h5 {
      padding-bottom: 10px; }

  /* Eldar Marketing Page SCSS */
  .status-style-two {
    padding-bottom: 30px; }
    .status-style-two [class*="eldar-col-"] + [class*="eldar-col-"] {
      padding-top: 15px; }
    .status-style-two .status-item h5 {
      font-size: 28px; }

  .eldar-awards {
    padding: 50px 0; }
    .eldar-awards h2 {
      display: block; }
    .eldar-awards h3 {
      padding-bottom: 15px;
      font-size: 30px; }

  .award-item .eldar-image img {
    width: 35px; }
  .award-item .eldar-image span {
    padding-right: 10px; }

  .eldar-useful {
    padding: 50px 0 25px; }
    .eldar-useful h2 {
      font-size: 24px; }
    .eldar-useful img {
      width: 110px; }

  .eldar-media {
    padding: 50px 0; }
    .eldar-media.first .media-info {
      display: block; }
    .eldar-media [class*="eldar-col-"] {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%; }
    .eldar-media .eldar-image {
      overflow: visible;
      text-align: unset;
      position: relative;
      z-index: 0; }
      .eldar-media .eldar-image:after {
        position: absolute;
        top: -30px;
        left: 0;
        color: #4e4e4e;
        font-weight: 700;
        font-size: 50px;
        content: attr(data-title);
        z-index: -1; }
      .eldar-media .eldar-image img {
        width: 120px; }

  .media-info {
    display: none;
    padding-top: 30px; }

  .eldar-cta {
    display: block;
    padding-top: 45px;
    margin-top: 50px;
    text-align: center; }
    .eldar-cta h3 {
      padding: 0 0 25px; }

  /* Eldar Metropolis Page SCSS */
  .pals-style-three {
    padding-bottom: 25px;
    margin-bottom: -25px;
    background: #ffffff;
    color: #2d2d2d; }

  /* Eldar Single Property V1 Page SCSS */
  .eldar-property-media {
    min-height: 250px;
    padding-top: 120px; }
    .eldar-property-media .container {
      display: block;
      height: 100%; }
    .eldar-property-media .eldar-breadcrumb {
      display: none; }
    .eldar-property-media .property-location {
      top: 90px; }
    .eldar-property-media .eldar-social {
      bottom: 40px;
      right: 40px; }
      .eldar-property-media .eldar-social a {
        margin: 3px 0; }
      .eldar-property-media .eldar-social img {
        width: 20px; }
    .eldar-property-media .animate-scroll {
      position: absolute;
      bottom: -30px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; }

  .eldar-detail-wrap .eldar-row h3 {
    font-size: 40px; }

  /* Eldar Blog Listing Page SCSS */
  .eldar-filters {
    display: none;
    padding: 0;
    font-size: 18px; }
    .eldar-filters.responsive {
      display: flex; }
    .eldar-filters li {
      padding: 5px 0 5px 30px; }

  .blog-list {
    padding: 30px 0; }
    .blog-list:hover .blog-link {
      margin-left: 3px; }

  .blog-info {
    margin-top: 25px; }

  .blog-meta li + li {
    padding-right: 30px; }
  .blog-meta img {
    width: 40px;
    height: 40px;
    margin-left: 10px; }

  .blog-link {
    width: 12px;
    min-width: 12px; }

  /* Eldar Single Blog Page SCSS */
  .eldar-blog-media {
    min-height: 300px; }
    .eldar-blog-media .eldar-overflow {
      display: none; }

  .eldar-blog-detail {
    padding-bottom: 50px; }
    .eldar-blog-detail h1 {
      padding-bottom: 10px;
      font-size: 36px; }
    .eldar-blog-detail h2 {
      font-size: 18px; }
    .eldar-blog-detail .blog-meta {
      padding-top: 0; }
      .eldar-blog-detail .blog-meta li + li {
        padding-right: 20px; }
      .eldar-blog-detail .blog-meta li:nth-child(2n) {
        display: none; }
      .eldar-blog-detail .blog-meta img {
        width: 50px;
        height: 50px; }
    .eldar-blog-detail .eldar-social {
      padding-top: 25px; }

  .blog-wrap h1, .blog-wrap h2, .blog-wrap h3, .blog-wrap h4, .blog-wrap h5, .blog-wrap h6 {
    padding: 10px 0; }

  .blog-tabgs {
    padding-top: 10px; }
    .blog-tabgs ul {
      font-size: 16px; }
      .blog-tabgs ul a {
        padding: 1px 12px;
        margin: 5px 0 5px 10px; }
    .blog-tabgs .eldar-link {
      margin: 5px 0;
      font-size: 16px; }

  .eldar-related-blogs .section-title {
    padding-bottom: 30px; }
    .eldar-related-blogs .section-title span {
      padding-left: 30px; }
  .eldar-related-blogs .blog-list h3 {
    font-size: 24px; }
  .eldar-related-blogs .blog-info {
    padding: 20px;
    margin-top: 0; }
  .eldar-related-blogs .swiper-scrollbar {
    margin-top: 50px; }

  .meta-wrap {
    padding-top: 0; }

  /* Eldar 404 Error Page SCSS */
  .eldar-404 h1 {
    font-size: 150px; }
  .eldar-404 iframe {
    height: 350px;
    margin-top: 40px; }
  .eldar-404 .eldar-btn {
    margin-top: 0; }

  /* Eldar Contact us Page SCSS */
  .eldar-contact-wrap {
    padding-top: 50px; }
    .eldar-contact-wrap li {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%; }
      .eldar-contact-wrap li span {
        font-size: 16px; }
    .eldar-contact-wrap .eldar-title.title-style-two {
      margin-bottom: 10px; }

  .quick-contact {
    margin-top: 15px; }
    .quick-contact .eldar-btn {
      margin-top: 0; }
    .quick-contact .text-left {
      padding-bottom: 0;
      text-align: center; }

  .eldar-map {
    height: 50vh;
    min-height: 250px; } }
@media screen and (max-width: 575px) {
  /* Eldar Normal SCSS */
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px; }
    .swiper-button-next:after, .swiper-button-prev:after {
      font-size: 13px; }

  .eldar-title {
    font-size: 72px; }
    .eldar-title.title-style-two {
      font-size: 40px; }

  .eldar-page-title .eldar-title {
    font-size: 60px; }

  .eldar-pals [class*="eldar-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

  .popup-body .eldar-title {
    font-size: 60px; }

  .contact-form h2 {
    font-size: 24px; }

  .eldar-detail-wrap h3 {
    padding-bottom: 15px;
    font-size: 36px; }
  .eldar-detail-wrap h4 {
    padding-bottom: 15px;
    font-size: 24px; }

  .section-title h2 {
    font-size: 30px; }

  [data-col-full="575"] > [class*="eldar-col-"], [data-col-half="991"] > [class*="eldar-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

  /* Eldar Home Page SCSS */
  .banner-caption h3 {
    font-size: 34px; }

  /* Eldar Marketing Page SCSS */
  .status-style-two .status-item {
    padding-bottom: 15px; }

  .eldar-cta h3 {
    font-size: 26px; }

  /* Eldar Single Property V1 Page SCSS */
  .eldar-detail-wrap .eldar-row h3 {
    font-size: 36px; }

  /* Eldar 404 Error Page SCSS */
  .eldar-404 iframe {
    height: 300px; } }
@media screen and (max-width: 599px) {
  /* Eldar Normal SCSS */
  [data-col-full="599"] > [class*="eldar-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; } }
@media screen and (max-width: 479px) {
  /* Eldar Normal SCSS */
  body {
    padding-top: 41px; }

  header .elder-brand svg {
    width: 80px;
    height: 27px; }

  .hamburger-wrap a {
    width: 40px;
    height: 40px; }

  .elder-accessibility {
    width: 40px;
    height: 40px; }

  nav .submenu:after {
    left: 20px;
    width: 20px;
    height: 20px; }

  .eldar-title {
    font-size: 60px; }
    .eldar-title.title-style-two {
      font-size: 36px; }

  .property-item {
    padding: 25px 0 0 25px; }

  .property-info {
    padding: 20px 25px 0 0; }

  .eldar-page-title .eldar-title {
    font-size: 48px; }

  .eldar-property-detail .property-location {
    top: 65px;
    left: 20px; }
  .eldar-property-detail .eldar-image .container {
    padding: 90px 20px 0; }

  .property-title-wrap h1 {
    font-size: 50px;
    letter-spacing: -3px; }

  .eldar-detail-wrap h3 {
    font-size: 30px; }

  .property-location {
    left: 20px; }

  .eldar-popup .popup-body {
    padding: 20px; }

  .map-popup .eldar-map {
    height: calc(100vh - 40px); }

  .pal-popup .popup-body {
    padding: 30px; }

  .popup-body .eldar-title {
    padding-bottom: 0;
    font-size: 48px; }

  .contact-popup {
    padding: 0; }

  .contact-form h2 {
    font-size: 20px; }

  .pal-popup .eldar-close {
    top: 40px; }

  /* Eldar Home Page SCSS */
  .eldar-banner h1 {
    font-size: 20px; }

  .eldar-mitcurp h2 {
    font-size: 34px; }

  /* Eldar Marketing Page SCSS */
  .eldar-awards h3 {
    font-size: 20px; }
  .eldar-awards span {
    padding-left: 5px; }

  .award-item .eldar-image img {
    width: 25px; }
  .award-item .eldar-image span {
    font-size: 14px; }

  .double-slash {
    letter-spacing: -5px; }

  .eldar-useful h2 {
    padding-bottom: 30px;
    font-size: 30px;
    position: relative; }
  .eldar-useful img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    transform: translateX(-50%);
    z-index: 0; }
  .eldar-useful span {
    font-size: 20px; }

  /* Eldar Single Property V1 Page SCSS */
  .eldar-property-media {
    padding-top: 90px; }
    .eldar-property-media .container {
      padding: 0 20px; }
    .eldar-property-media .property-location {
      top: 65px; }
    .eldar-property-media .eldar-social {
      bottom: 20px;
      right: 20px; }

  .eldar-detail-wrap .eldar-row h3 {
    font-size: 30px; }

  /* Eldar Blog Listing Page SCSS */
  .eldar-filters {
    padding-bottom: 0;
    font-size: 16px; }
    .eldar-filters li {
      padding: 3px 0 3px 20px; }

  .blog-list h3 {
    font-size: 24px; }

  .eldar-tag {
    top: 15px;
    right: 15px;
    font-size: 16px; }

  .blog-info {
    margin-top: 20px; }

  .blog-meta {
    font-size: 13px; }
    .blog-meta li + li {
      padding-right: 20px; }
    .blog-meta img {
      width: 25px;
      height: 25px;
      margin-left: 5px; }

  /* Eldar Single Blog Page SCSS */
  .eldar-blog-detail h1 {
    font-size: 30px; }
  .eldar-blog-detail .blog-meta img {
    width: 30px;
    height: 30px; }

  .blog-tabgs {
    display: block; }
    .blog-tabgs .eldar-link {
      display: inline-block;
      vertical-align: middle;
      margin: 15px 0 0; }

  .eldar-related-blogs .section-title h2 {
    font-size: 28px; }
  .eldar-related-blogs .section-title span {
    padding-left: 15px; }

  /* Eldar 404 Error Page SCSS */
  .eldar-404 h1 {
    padding-top: 15px;
    font-size: 110px; }
  .eldar-404 iframe {
    height: 250px; }
  .eldar-404 .eldar-title {
    font-size: 48px; }
    .eldar-404 .eldar-title + .eldar-overflow {
      padding-top: 10px; } }
@media screen and (max-width: 359px) {
  /* Eldar Normal SCSS */
  .container {
    padding: 0 20px; }

  .eldar-title {
    font-size: 55px; }

  .eldar-pals {
    padding: 0 20px 20px; }
    .eldar-pals figure {
      margin-top: 20px; }

  .pal-detail p {
    line-height: 30px; }
  .pal-detail h2 {
    font-size: 30px; }
  .pal-detail h3 {
    font-size: 28px; }

  .eldar-property-detail .eldar-detail-wrap {
    padding: 50px 20px 0; }
  .eldar-property-detail .eldar-social {
    padding-top: 10px; }

  .eldar-property-gallery .gallery-thumb {
    margin-top: 20px; }

  .swiper-scrollbar {
    margin-top: 20px; }

  /* Eldar Home Page SCSS */
  .banner-caption h3 {
    font-size: 30px; }

  .eldar-mitcurp h2 {
    font-size: 30px; }

  /* Eldar Single Property V1 Page SCSS */
  .eldar-property-media .eldar-social {
    bottom: 20px;
    right: 20px; }

  /* Eldar 404 Error Page SCSS */
  .eldar-404 iframe {
    height: 200px;
    margin-top: 20px; }
  .eldar-404 .eldar-title + .eldar-overflow {
    padding-top: 0; } }

/*# sourceMappingURL=eldar-styles.css.map */
