html{
    max-width:100%;
    overflow-x:hidden;
}
header#main-header.elementor-sticky--effects {
    background: #000000;
}

header#main-header.elementor-sticky--effects #site-logo img {
    width: 260px;
}
::marker {
    color: #f58020;
}
header#main-header:not(.elementor-sticky--effects) > div:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0px;
    background: #71797f;
}
header#main-header.elementor-sticky--effects .elementor-item {
    color: #828282;
    fill: #828282;
    padding-top: 28px;
    padding-bottom: 28px;
}

.property-search-wrapper {
    display: flex;
    background-color: #1b1b1b;
    padding: 25px;
}
.property-search-wrapper > * {
    flex: 1 25%;
}

.custom-select-wrapper {
    position: relative;
    padding: 12px;
}
.custom-select-wrapper span{
    color:#818181;
}


/* The container must be positioned relative: */
.custom-select-wrapper {
    position: relative;
  }
  
  .custom-select-wrapper select {
    display: none; /*hide original SELECT element: */
  }
  
  .select-selected {
    background-color: transparent;
        padding: 20px 35px 20px 35px;
    }
    .select-selected span{
        position:relative
    }
  /* Style the arrow inside the select element: */
  .select-selected span:after {
    position: absolute;
    content: "\f107";
    right: -20px;
    width: 15px;
    height: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active span:after {
        content: "\f106";
    }
  
  /* style the items (options), including the selected item: */
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
  }
  
  /* Style items (options): */
  .select-items {
    position: absolute;
    background-color: #f58020;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }

.learn-more {
    color: #515151;
    font-weight: 700;
    display: block;
    margin-top: 30px;
}
.learn-more .fa{
    color:#f58020;
}
.featured-col:hover {
    border: 1px solid #525252;
    transform: scale(1.1);
    transition: all .3s ease-in;
}
.featured-col:hover .elementor-icon{
    position:relative
}
.featured-col:hover .elementor-icon:before {
    content: "";
    background: #f58020;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: -10px;
    left: 0;
    border-radius: 50%;
    transition: all .3s ease-in;
}
.featured-col:hover h3 {
    color:#f58020;
}
.featured-col p {
    text-align: left;
    color:#838383
}
.featured-col:hover .learn-more, .featured-col:hover p {
    color: #fff!important;
}
.featured-col:hover svg{
    color:#fff;
    fill:#fff;
}

.with-border-bottom:after {
    display: inline-block;
    background: #f58020;
    content: "";
    width: 150px;
    height: 3px;
    margin-top: 30px;
}
.with-border-bottom.white:after{
    background: #fff;

}


#home-testimonial .swiper-slide {
    background: #1b1b1b;
}
#home-testimonial .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
}
#home-testimonial .swiper-wrapper {
    position: relative;
}
#home-testimonial .elementor-swiper-button-prev, #home-testimonial .elementor-swiper-button-next {
    top: initial!important;
    margin-top: 23px;
}
#home-testimonial .elementor-swiper-button i {
    padding: 15px;
    background: #1b1b1b;
}
#home-testimonial .elementor-swiper-button:hover i {
    background: #f58020;
}
#home-testimonial .elementor-swiper-button.elementor-swiper-button-prev {
    margin-left: -30px;
}
#home-testimonial .elementor-swiper-button.elementor-swiper-button-next {
    margin-right: -30px;
}
#home-testimonial .elementor-testimonial__footer {
    display: block!important;
}
#home-testimonial .elementor-testimonial__cite {
    margin-left: initial!important;
}
#home-testimonial .elementor-testimonial__image img {
    width: 184px!important;
    height: 184px!important;
    margin-bottom: 35px;
    margin-top: -80px;
}
#home-testimonial .elementor-main-swiper, #home-testimonial .swiper-slide {
    overflow: visible!important;
    overflow-y: visible!important;
    overflow-x: clip!important;
}
#home-testimonial .swiper-container{
    padding-bottom: 0px!important;
}
#home-testimonial .elementor-testimonial {
    background-image: url(/wp-content/uploads/2022/02/quote.png);
    background-repeat: no-repeat;
}
div#home-testimonial:after {
    content: "";
    height: 50px;
    width: 100%;
    display: inline-block;
    position: absolute;
    background: #1b1b1b;
    margin-top: 10px;
}


.elementor-swiper-button.elementor-swiper-button-prev {
    top: 544px!important;
    padding: 10px;
    margin-left: -15px;
    background: #1b1b1b;
}
.elementor-swiper-button.elementor-swiper-button-next {
    top: 544px!important;
    padding: 10px;
    margin-right: -15px;
    background: #1b1b1b;
}
.elementor-swiper-button:hover{
    background: #f58020;
}

.elementor-post__excerpt {
    color: #fff;
}

ul.property-meta-fields {
    list-style: none;
    margin-top: 20px;
}
li.property-meta{
    position: relative;
    margin-bottom: 20px;
}
li.property-meta:before {
    position: absolute;
    left: -40px;
}

li.property-meta.property-location:before {
    content: url(/wp-content/uploads/2022/02/location.png);
}

li.property-meta.property-listing-types:before {
    content: url(/wp-content/uploads/2022/02/list.png);
}
li.property-meta.property-type:before {
    content: url(/wp-content/uploads/2022/02/flats.png);
}