
.Slider-image-box {
  max-width: 53%;
}
.slide-tagline {
  color: var(--color-primary);
  border-radius: 10px;
  font-weight: 500;
}
.slider-box {
    text-align: right;
    /* max-width: 69%; */
    margin: 0;
    padding: 7em 0 0em 0;
}
.inner_carousel.container.position-relative {
  text-align: right;
  margin: 0 0 0 auto;
  display: flex;
  align-items: end;
  justify-content: end;
}
span.video-icon {
  color: white;
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: 800;
}
span.video-icon i {
  border: 3px solid white;
  padding: 7px 8px;
  border-radius: 50%;
  font-size: 10px;
  margin-right: 10px;
}
.slide-text {
  color: white;
  margin: 18px 0;
  font-size: 16px;
}
#slider .carousel-caption {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
#slider h1, #slider h2 {
  font-size: 50px;
  font-weight: 800;
  color: white;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.inner_carousel.container.position-relative {
  position: unset !important;
}
#slider {
  overflow: hidden;
  border-radius: 20px;
}

.slide-content-box img {
    margin-right: 10px;
    margin-top: 8px;
}
.slide-content-box i {
  color: var(--color-primary);
  background-color: #ffefe5;
  padding: 20px 19px;
  font-size: 20px;
  border-radius: 50%;
}
.slide-record {
  background-color: white;
  padding: 22px;
  text-align: center;
  max-width: 73%;
  border-radius: 12px;
  filter: drop-shadow(0 0 25px rgba(251,102,2,0.1));
}
.Slider-left-box {
  position: relative;
  padding-bottom: 9em;
}
.slide-image-inner {
  position: relative;
}
/* --------- Property Search --------- */
.propertySearch-widgets-area .form-group {
  width: 25% !important;
  max-width: 25% !important;
}
.ere-property-advanced-search {
  background-color: #000000AD;
  padding: 19px;
  backdrop-filter: blur(13px);
  border-radius: 10px;
}
.propertySearch-row h3.widget-title {
  background-color: #FFFFFF;
  display: inline-block;
  padding: 10px 22px;
  font-size: 15px;
  color: #1D1D1D;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0;
}
button.ere-advanced-search-btn {
  background-color: white;
  border: none;
  padding: 6px 37px;
  color: #1D1D1D;
  font-weight: 600;
  border-radius: 5px;
}
.form-search-wrap.form-search-wrap .select2-container .select2-selection--single, .form-search-wrap.form-search-wrap input, .form-search-wrap.form-search-wrap select {
  background-color: white;
  font-size: 14px;
  padding: .375rem .75rem;
  border: none !important;
}
.form-search-wrap.form-search-wrap .ui-slider-horizontal .ui-slider-range, .form-search-wrap.form-search-wrap .ui-slider-horizontal .ui-slider-handle {
    background: white !important;
}
.form-search-wrap.form-search-wrap, .form-search-wrap.form-search-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
}
.propertySearch-content-area {
  background-color: #000000AD;
  margin-top: 22px;
  padding: 17px;
  border-radius: 10px;
}
.propertySearch-content-area h3 {
  color: white;
  font-weight: 600;
  font-size: 23px;
  border-bottom: 1px solid rgb(255 255 255 / 70%);
}
.section-text {
    color: white;
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover, .owl-dots .owl-dot.active span {
    background-color: white !important;
}
#propertySearch {
    position: absolute;
    bottom: 20px;
    padding-top: 0;
    left: 20px;
    right: 20px;
    z-index: 9;
}
.title-slider-filter {
  color: white;
  font-size: 12px !important;
}
.form-search-wrap.form-search-wrap .ui-slider-horizontal {
  background: #e5e5e5;
  margin: 4px 4px 0px 8px !important;
}
.ere__loop-property-location i {
  margin-right: 0px;
  color: white;
}
/* --------- Property Listing --------- */
.property-image:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute !important;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
}
.property-image img {
  width: 367px;
  height: 281px;
  object-fit: cover;
  border-radius: 20px;
}
.property-image {
  position: relative;
}
.property-listings span.property-price.ere__loop-property-price {
  position: absolute;
  top: 41px;
  text-align: center;
  color: white;
  font-size: 15px;
  left: 0;
  right: 0;
}
.view-property {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    background-color: #0000009C;
    border-radius: 14px;
    color: white;
    opacity: 0;
    padding: 12px 0;
}
.property-listings .ere__loop-property-action.property-action {
    display: none;
}
.property-item:hover .view-property{ 
  opacity: 1;
}
.view-property a {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  padding: 14px;
}
.listing_row > [class*='col-'] {
  padding-left: 8px;
  padding-right: 8px;
}
.property-item-content h4 {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.property-location.ere__loop-property-location {
  color: white;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.ere__loop-property-location i {
  margin-right: 0px !important;
  color: white !important;
}

.property-meta {
  display: flex;
  justify-content: space-between;
}
.property-meta-details span {
  color: white;
  font-weight: 600;
  font-size: 12px;
}
.property-meta-details i {
  padding-right: 19px;
  display: inline-block;
}
.property-meta-details span:nth-child(2) {
  color: white;
  font-weight: 500;
}

/* ------------- Satisfied Client --------------- */
.satisfied-client {
  background: linear-gradient(180deg, #101010 0%, #2B2B2B 100%);
  padding: 12px;
  border-radius: 20px;
}
.satisfied-client-image img {
    border-radius: 10px;
    margin-right: 10px;
    display: inline-block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.satisfied-client-details{
  display: flex;
  align-items: center;
}
span.satisfied-client-number {
  color: white;
  display: block;
  font-weight: 600;
  font-size: 18px;
}
span.satisfied-client-text {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    display: block;
}
span.satisfied-client-text2 {
  color: #7B7B7B;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  padding-top: 25px;
}
span.satisfied-client-agent {
  color: white;
  font-weight: 600;
  display: block;
}
.satisfied-client-content {
  padding-left: 13px;
}
.property-sold-carousel .section_main_head h3:after {
  display: none;
}
.property-sold-carousel .section_main_head h3 {
  width: 41%;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.property-sold-carousel .section_main_head h3 span {
  padding-right: 0 !important;
}
#property-sold .ere__loop-property-action.property-action, #property-sold .ere__loop-property-badge.ere__lpb-featured-label, #property-sold .ere__loop-property-badge.ere__lpb-featured-label, #property-sold .ere__loop-property-badge.ere__lpb-status {
    display: none;
}
/* --------- Video --------- */
.video-wrapper img {
  border-radius: 20px;
}
a.about-video-icon {
  background-color: #FFFFFF85;
  width: 90px;
  height: 90px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  border-radius: 10px;
  backdrop-filter: blur(4px);
}
a.about-video-icon:hover{
  background-color: white;
  color: black;
}
.about-video-block-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  display: inline-table;
}
/* --------- We Are --------- */
.weAre-block {
  background: linear-gradient(180deg, #101010 0%, #2B2B2B 100%);
  padding: 25px 20px;
  text-align: center;
  border-radius: 20px;
}
.weAre-inner i {
    color: white;
}
.weAre-block h5 {
  font-weight: 600;
  color: white;
  font-size: 16px;
  max-width: 59%;
  margin: 0 auto;
}
.weAre-block:hover:before, .inner-cont:hover:before {
    width: 100%;
}
.weAre-block, .inner-cont{
  position: relative;
  overflow: hidden;
}
.weAre-block:before, .inner-cont:before {
    content: "";
    background: white;
    width: 0;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
/* --------- Process --------- */
#process {
  background: linear-gradient(180deg, #101010 0%, #2B2B2B 100%);
  border-radius: 20px;
  padding: 20px;
}
#process img {
  border-radius: 20px;
}
.process-block span {
  border: 1px solid #FFFFFF;
  display: inline-block;
  padding: 9px 15px;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  position: relative;
}
.process-block:nth-child(even) {
  text-align: right;
}
.process-block:nth-child(odd) span:before {
    content: '';
    background-color: white;
    width: 40px;
    height: 1px;
    display: inline-block;
    position: absolute;
    right: -40px;
    top: 21px;
}
.process-block:nth-child(odd) span:after {
  content: '';
  background-color: white;
  width: 1px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: -41px;
  top: 21px;
}
.process-block:nth-child(even) span:before {
    content: '';
    background-color: white;
    width: 1px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: -41px;
    top: 21px;
}
.process-block:nth-child(even) span:after {
  content: '';
  background-color: white;
 width: 40px;
    height: 1px;
  display: inline-block;
  position: absolute;
  left: -41px;
  top: 21px;
}
.process-block:last-child span:before, .process-block:last-child span:after{
  display: none;
}
/* --------- Property Type --------- */
#property-types .section-text {
  color: white;
  font-size: 13px;
  line-height: 18px;
}
span.category-count, span.category-count-text {
    font-weight: 600;
    display: block;
    color: white;
    font-size: 18px;
    margin-top: 1em;
}
#property-types .categories-row .row > [class*='col-'] {
    padding-left: 4px;
    padding-right: 4px;
}
.categoryBlock-icon img {
  border-radius: 10px;
}
.categoryBlock-title {
  background-color: #000000BA;
  backdrop-filter: blur(10px);
  position: absolute;
  top: 7px;
  bottom: 7px;
  width: 90%;
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 8px;
  right: 7px;
  border-radius: 10px;
  opacity: 0;
}
.categoryBlock:hover .categoryBlock-title {
  opacity: 1;
}
.categoryBlock-title a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
span.category-count-text {
  margin-top: 0;
}
/* --------- Work With Us --------- */
#work-with-us .row > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}
#work-with-us {
  padding: 18px;
  border-radius: 20px;
}
#work-with-us img {
    border-radius: 10px;
    width: 100% !important;
}
.image-box-1 {
    position: relative;
    margin-bottom: 10px;
}
.image-box-1 h6 {
  position: absolute;
  top: 0;
  right: 14px;
  color: white;
  font-size: 12px;
}
.image-carousel-box-2 {
    position: relative;
    background-color: white;
    padding: 13px;
    border-radius: 10px;
}
.image-carousel-box-2 .owl-dots {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
}
.image-carousel-box-2 h6 {
  color: #4A4A4A;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0;
}
.image-box-3 {
  position: relative;
}
.image-box-2 {
  position: relative;
  margin-bottom: 10px;
}
.image-box-3 {
  margin-bottom: 10px;
}
.image-box-4 {
  position: relative;
}
.image-box-2 h6 {
    position: absolute;
    top: 0;
    font-size: 12px;
    color: #4A4A4A;
    font-weight: 600;
    right: 11px;
    max-width: 45%;
}
.image-box-4 h6 {
  color: white;
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: 11px;
  text-align: right;
  font-weight: 600;
}
.image-box-5 {
    position: relative;
}
.image-box-5 h6 {
  color: #4A4A4A;
  font-size: 10px;
  position: absolute;
  top: 1px;
  right: 11px;
  text-align: center;
  font-weight: 600;
  left: 0;
  right: 0;
}
.image-box-8 {
  background-color: #4E5257;
  padding: 10px;
  border-radius: 10px;
}
span.review-count {
  font-weight: 600;
  color: white;
  font-size: 20px;
  display: block;
}
span.review-count-title {
  color: white;
  font-weight: 600;
  font-size: 12px;
}
span.review-count-text {
    color: white;
    font-size: 10px;
    display: block;
    line-height: 15px;
}
.multiple-image-box-3 {
  background-color: white;
  padding: 14px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.multiple-image-box-3 h6 {
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  color: black;
}
.multiple-image:nth-child(2) {
    position: absolute;
    max-width: 81%;
    /* top: 0; */
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.multiple-image:nth-child(3) {
    position: absolute;
    max-width: 59%;
    /* top: 0; */
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.multiple-image-block {
  position: relative;
}
.multiple-image-block  img {
  border-radius: 10px;
  height: calc(100% - 36px);
  object-fit: cover;
}
.multiple-image:nth-child(1) img {
  height: 202px;
  width: 93%;
}
.multiple-image:nth-child(2) img {
  height: 175PX;
  width: 94%;
}
/* --------- Features --------- */
.slide-carousel-image {
  border-radius: 20px;
}
#our-team {
  background: linear-gradient(180deg, #101010 0%, #2A2A2A 100%);
  padding: 21px;
  border-radius: 20px;
}
.team-heading span {
  color: white;
  font-size: 12px;
}
#our-team .section_main_head h3 span {
  background-color: #101010;
}
.team-heading h5 {
  margin-bottom: 0;
  padding-top: 13px !important;
}
.team_head a {
  color: white;
  font-size: 15px;
  font-weight: 600;
}
/* --------- About Us --------- */
#about-us .section_main_head svg, #our-projects .section_main_head svg, #insta-feed .section_main_head svg {
  margin: 0;
  margin-bottom: 20px;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
.about-head h4 {
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 600;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-img-bottom {
  margin-top: -8em;
  margin-left: -5px;
}
.team_img, .post_img {
  position: relative;
}
.team-box, .news-box{
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.team_img  img{
  transform: translateZ(0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.team-box:hover .team_img  img  {
  -webkit-transform: scale(1.3) rotate(-15deg);
  transform: scale(1.3) rotate(-15deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.new_outer {
    position: relative;
}
.slick-vertical .slick-slide {
  border: none !important;
}
.about-image2 {
  top: -18px;
  position: relative;
}
.about-image4 {
  position: relative;
  top: -24px;
}
.about-extra1 {
  position: absolute;
  top: -43px;
  left: 0;
}
.about-extra2 {
  position: absolute;
  bottom: -20px;
  left: 0;
}
.about-extra3 {
  position: absolute;
  right: 20px;
}
.about-extra2, .about-extra1 {
  animation-name: rotateme2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme2;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme2;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme2;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme2;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes rotateme2{
  0%{
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}
.about-extra3, .sponsers-extra1 {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float_up_down{
  0%{
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
section#about-us {
  padding: 70px 0;
}

/* --------- Promotional Banner --------- */
#promotional_banner {
  padding: 0px 0;
  background-color: #EEE1FF;
  margin-top: 40px;
}
#promotional_banner .section_main_head h3 {
  color: black;
}
#promotional_banner .promo-text, #promotional_banner .promo-text p {
  color: #272727;
}
.promo-bg img {
  width: 100%;
  margin-top: -55px;
}
.video_icon i {
  background-color: white;
  color: var(--color-primary);
  padding: 18px 20px;
  border-radius: 50%;
}
/*.video_icon{
  text-align: center;
  display: block;
  margin: 0 auto;
}*/
.promo-inner a.theme_button {
  display: block;
  text-align: center;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots button.owl-dot {
  background-color: #d9d9d9 !important;
  margin: 0 3px;
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 4px !important;
  height: auto !important;
  width: auto !important;
}
.owl-carousel button.owl-dot.active {
  background-color: var(--color-primary) !important;
  width: 35px !important;
  border-radius: 30px;
}
.owl-carousel .owl-item img {
  width: auto !important;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
    margin-right: 10px;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 14px 18px;
  color: black;
  border: none;
  background-color: var(--color-primary);
  transition: .3s ease;
  border-radius: 50%;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: var(--color-primary);
  transition: .3s ease;
}
#our-partner .owl-nav, #latest-news .owl-nav{
  text-align: center;
}
.owl-carousel .owl-stage-outer{
  padding-bottom: 7px;
}
.custom-nav {
  text-align: left;
  position: relative;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 9px 9px;
  color: white;
  border: none;
  background-color: transparent;
  transition: .3s ease;
  border-radius: 50%;
  box-shadow: 0px 4px 35px 0px rgba(34, 34, 34, 0.13);
  font-size: 18px !important;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: unset;
    top: unset;
    transform: unset;
}
.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ----------- Testimonials ------------- */
.colored_word {
  color: var(--color-primary);
  font-weight: 800;
}
.testimonials-info p {
  font-size: 14px;
  font-weight: 500;
  color: #324054;
}
.testimonial-data.quote_box {
  margin-top: 20px;
}
h5.testimonial-title {
  padding: 0;
  line-height: 1.1;
}
.testimonial-title a {
  font-size: 14px;
  font-weight: 600;
  color: white;
}
.t-desig {
  font-size: 12px;
  font-weight: 400;
  color: black;
}
.testimonials-info p {
    font-size: 11px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    line-height: 19px;
}
.testimonials-info p {
  margin-bottom: 0;
  text-align: center;
}
.owl-carousel .owl-item .testimonial-data img,  .testimonial-data img {
    width: 62px !important;
    height: 62px !important;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    top: 32px;
}
.testimonial-data img {
    position: relative;
    top: 0px;
}
.owl-carousel .owl-item.active.center .testimonial-data img {
    width: 110px !important;
    height: 110px !important;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    top: 0;
}
#testimonials {
    background: linear-gradient(180deg, #101010 0%, #2A2A2A 100%);
    padding: 20px 20px 40px 20px;
    border-radius: 20px;
}
.owl-nav .owl-prev:after, .owl-nav .owl-next:after{
  display: none  !important;
}
#testimonials:before {
  content: '';
  background-color: #5E5E5E;
  width: 100%;
  height: 1px;
  top: 10px;
  display: block;
  position: absolute;
  top: 39%;
  left: 0;
}
.testimonials_content {
  text-align: center;
}
.owl-item.active .testimonials_content {
    opacity: 0;
}
.owl-item.active.center .testimonials_content {
    opacity: 1;
}
.owl-item.active.center .testimonials_content {
    opacity: 1;
    width: 180%;
    margin: 0 auto;
    left: -40%;
    position: relative;
}
/* ----------- Latest News ------------- */
.slick-vertical {
  overflow: hidden;
}


/* Fake scrollbar */
.slick-scrollbar {
  position: absolute;
  height: 400px;
  width: 3px;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  border-radius: 6px;
  margin-left: 10px;
  right: 0;
  top: 0;
}



/* Spacer creates scroll area proportional to total slides */
.slick-scrollbar__spacer {
  width: 1px;
  /* JS will set height = slides * stepHeight */
}

/* Optional styling */
.slick-scrollbar::-webkit-scrollbar {
  width: 10px;
}
.slick-scrollbar::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 6px;
  width: 15px;
}
.slick-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.carousel-container {
    position: relative;
}

/* For Chrome, Safari, Edge */
/* .slick-list::-webkit-scrollbar {
  display: none;
} */

/* For Firefox */
.slick-list {
  scrollbar-width: none; /* hides scrollbar */
}

/* For IE/Edge Legacy */
.slick-list {
  -ms-overflow-style: none; /* hides scrollbar */
}

.slick-vertical-slider {
    max-width: 97%;
}
/* Slim scrollbar */
.slick-vertical::-webkit-scrollbar {
  width: 8px;
  visibility: hidden;
}
.slick-vertical::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.slick-vertical::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.slick-vertical::-webkit-scrollbar {
  width: 8px;
}
.slick-vertical::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.slick-vertical::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.news-text {
    font-family: var(--primary-font);
    font-size: 11px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 18px;
}
.post_img img {
  width: 100%;
  border-radius: 20px;
}
.news_date_comment a, .news_date_comment .news-meta {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.news_date_comment ul.post-categories a {
  background-color: transparent;
  padding: 0;
  padding-left: 8px;
}
.news-title-text {
  max-width: 72%;
}
.news_date_comment i {
  padding-right: 8px;
}
.news_date_comment {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}
.news-meta {
    flex: 0 0 50%;
    box-sizing: border-box;
}
.news_date_comment ul.post-categories a {
    background-color: transparent;
}
.slick-list {          /* viewport height */
  overflow-y: auto !important;   /* force vertical scrollbar */
  overflow-x: hidden;
  position: relative;
}
.news-card {
  border-radius: 20px;
  margin-bottom: 10px;
  height: 400px;
}
.news_date_comment span {
  color: white;
  background-color: transparent !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_content h5 a {
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.month_span {
  display: block;
  font-weight: 400;
  color: white;
  font-size: 17px;
}
.auther_name, .news_date {
  color: #000000;
}
.auther_name i, .news_date i{
  color: var(--color-primary);
  padding-right: 5px;
}
.news_content {
  padding: 14px;
  border-radius: 20px;
  background: #000000A3;
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 15px;
  width: 97%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.news_date_comment span {
  display: block;
  line-height: 1.1;
}
#latest-news .owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}
#latest-news a.video_icon {
  text-align: center;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.news_year {
  color: #3D37F1;
  font-size: 11px;
  display: block;
  padding: 0;
  text-transform: uppercase;
}
span.news_date {
  color: black;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--primary-font);
}
.team_outer:hover img, .news-box:hover img, .about-head .about-image:hover img {
    transform: scale(1.2) translate(4%, 4%);
}
.team_img {
  overflow: hidden;
  border-radius: 10px;
}
.team_outer img, .news-box img, .about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100% !important;
}
#slider {
  overflow: hidden;
  /* margin-left: -2em; */
}
 #our-team .owl-carousel .owl-item img{
  width: 100% !important;
}
.new_btn  a.theme_button {
  background-color: transparent;
  color: var(--color-secondry);
  border: 1px solid;
}
/*---------------Contact Us ---------------*/
#contact_us_form_section .section-text {
  color: #81848A;
}
.contact_us-contact p {
  margin-bottom: 0;
  color: #222222;
  font-weight: 600;
  line-height: 1;
}
.contact_us-git-block .media {
    margin-bottom: 30px;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #EBEBEB;
}
.media-icon {
  width: 56px;
  height: 56px;
  background-color: var(--color-secondry);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border-radius: 12px;
  color: white;
  margin-right: 10px;
}
a.contact_us-contact-text {
  color: #81848A;
  font-weight: 400;
  padding-top: 6px;
  display: block;
}
.contact_us-git-block:nth-child(2) a.contact_us-contact-text {
    text-decoration: underline;
}
a.contact_us-contact-text:hover{
  color: var(--color-secondry);
}
.process-block:last-child {
    margin-bottom: 0 !important;
}
.pb-3.process-row {
    padding-bottom: 0 !important;
}
.contact_us-git-block {
  display: block;
}
.contact_us-contact i {
  color: white;
  font-size: 22px;
}
#contact-section .header-git-block i {
  background-color: #000000;
}
#contact-section .section_main_head h3 {
  color: white;
  font-weight: 700;
  font-size: 31px;
}
#contact-section .section_main_head .section-text, #contact-section .section_main_head .section-text p{
  max-width: 100%;
}
.wpcf7-date {
    position: relative;
}
#contact_us_form_section label {
  width: 100%;
}
.contact_us_form_shortcode  input[type="submit"] {
    color: #222222;
    background-color: transparent;
}
.contact_us-git-block:last-child .media {
    border-bottom: none;
}
.contact_us_form_shortcode  input[type="submit"]:hover {
    color: white;
    background-color: var(--color-secondry);
    border-color: var(--color-secondry);
}
#contact_us_form_section input[type="text"], input[type="number"], #contact_us_form_section input[type="email"], #contact_us_form_section input[type="tel"], #contact_us_form_section input[type="password"], #contact_us_form_section textarea {
    background-color: transparent;
    border-radius: 10px;
    padding: 8px 18px;
    width: 100%;
    color: #a7a0a0;
    border: 1px solid #797979;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 13px;
}
.contact_us_form_shortcode  p {
    margin-bottom: 0 !important;
}
#contact_us_form_section input[type="text"]::placeholder, input[type="number"]::placeholder, #contact_us_form_section input[type="email"]::placeholder, #contact_us_form_section input[type="tel"]::placeholder, #contact_us_form_section input[type="password"]::placeholder, #contact_us_form_section textarea::placeholder {
  color: #a7a0a0;
  text-transform: uppercase;
    font-size: 13px;
}
.contact_us_form_shortcode input[type="checkbox"] {
    background-color: transparent;
    position: relative;
    top: 2px;
    margin-right: 6px;
}
#contact_us_form_section textarea {
    height: 135px;
    margin-bottom: 0;
}
.contact_us-form-container {
  position: relative;
}
.contact_us_form_shortcode  .gradient-btn {
  padding: 7px 27px;
  margin-top: 19px;
  color: #1D1D1D;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  background-color: white;
  border: none;
  width: 100%;
  border-radius: 36px;
}
.contact_us-form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#contact_us_form_section label span {
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
}
#contact_us_form_section label {
  width: 100%;
  color: #797979;
  font-weight: 600;
}
.wpcf7-date::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.wpcf7-list-item {
    display: inline-block !important;
    margin: 0 0 0 1em;
    margin: 0;
    width: 100%;
}
.wpcf7-date:before {
  content: "\f073";
  font-weight: 900;
  color: #4B3941;
  /* background: none; */
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 99;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    overflow: visible;
}
.contac_form .wpcf7-date:before {
    top: 0;
}
.contact_us-form-image img {
    border-radius: 20px;
}

/*--------------------- News -----------------*/

.view-property a, .categoryBlock-title a, .news_content h5 a, .theme-footer-cols ul li a, .theme-footer-cols ul li a, .contact_widget .media a{
  position: relative;
  display: inline !important;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  background-repeat: no-repeat;
}
.view-property a:hover, .categoryBlock-title a:hover, .news_content h5 a:hover, .theme-footer-cols ul li a:hover, .contact_widget .media a:hover{
    background-size: 100% 2px;
}


.psv-container.psv--has-navbar {
    border-radius: 20px;
}
p.ere-account-sign-in {
    margin-bottom: 0;
}
.ere__btn-dashboard-action {
    color: black !important;
}
.ere-my-properties-search .form-control, .ere-my-properties-search .form-control::placeholder {
    background-color: white;
    font-size: 14px;
    color: black;
    padding: 7px;
}
#search_property {
  background-color: black !important;
  padding: 6px 16px;
}
.property-line {
    background-color: white;
    height: 1px;
    width: 77%;
    position: relative;
    top: -7px;
    flex-grow: 1;
}
.section_main_head {
    display: flex;
    align-items: center;
}

/*----------------- Statcked Carousel ---------------*/
#latest-news .card-stack {
    width: 100%;
    height: 250px;
    margin: 63px auto;
    position: relative;
}

#latest-news .card-stack .buttons {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.46);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  top: 55%;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 35px;
  font-size: 22px;
  z-index: 100;
  transition: all 0.2s ease;
}

#latest-news .card-stack .buttons:hover {
  transform: scale(1.3);
  color: black;
  background: #fff;
}

#latest-news .card-stack .prev { left: 15px; }
#latest-news .card-stack .next { right: 15px; }

#latest-news .card-list {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#latest-news .card-list__image { height: 200px; }
#latest-news .card-list__text {
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

#latest-news .card-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 100ms ease-in-out;
  border-radius: 20px;
  position: absolute;
  list-style: none;
  height: 300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  box-shadow: unset;
  background-color: transparent;
  border: none;
}

#latest-news .news-content {
  padding: 14px;
  border-radius: 20px;
  background: #000000A3;
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: -35px;
  width: 97%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
#latest-news .news-content {
  display: flex;
  justify-content: space-between;
}
#latest-news .news-title-box {
    width: 50%;
}
#latest-news li.card.activeNow .news-content {
    opacity: 1;
}
/* .card-list li:nth-child(1) { top: 24px; width: 60%; }
.card-list li:nth-child(2) { top: 36px; width: 70%; }
.card-list li:nth-child(3) { top: 48px; width: 80%; }
.card-list li:nth-child(4) { bottom: -24em; width: 90%; } */
#latest-news .card-list li:nth-child(1) {
  bottom: -32em;
  width: 78%;
  top: unset;
}
#latest-news .card-list li:nth-child(2) {
  bottom: -30em;
  width: 82%;
  top: unset;
}
#latest-news .card-list li:nth-child(3) {
  bottom: -28em;
  width: 87%;
  top: unset;
}
#latest-news .card-list li:nth-child(4) {
  bottom: -26em;
  width: 91%;
  top: unset;
}
#latest-news .card-list li:nth-child(5) {
  bottom: -24em;
  width: 96%;
  top: unset;
}
#latest-news .card-list li:nth-child(6) {
  bottom: -22em;
  width: 98%;
  top: unset;
}
#latest-news .card-list li:nth-child(7) {
  bottom: -20em;
  width: 100%;
  top: unset;
}
#latest-news .card-stack:hover > .buttons.prev { display: block; }
#latest-news .card-stack:hover > .buttons.next { display: block; }

.transformThis { animation: scaleDown 500ms; }
.transformPrev { animation: scaleUp 100ms; display: none; }

@keyframes scaleUp {
  0% {transform: scale(1.2) translateY(50px); opacity: 0;}
  100% {transform: scale(1) translateY(0); opacity: 1;}
}

@keyframes scaleDown {
  0% {transform: scale(1) translateY(0); opacity: 1;}
  100% {transform: scale(1.2) translateY(100px); opacity: 0;}
}

#latest-news {
    padding-bottom: 17em;
}