.owl-carousel .property {
    margin-bottom: 0;
}
.owl-carousel .owl-pagination {
    text-align: center;
}
.owl-carousel .owl-pagination .owl-page {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}
.owl-carousel .owl-pagination .owl-page:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-pagination .owl-page.active {
    background-color: rgba(0, 0, 0, 0.6);
}
.owl-carousel .owl-dots {
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}
.owl-carousel .owl-dots .owl-dot:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-dots .owl-dot.active {
    background-color: rgba(0, 0, 0, 0.6);
}

.property-carousel .property-slide {
    position: relative;
}
.property-carousel .property-slide .overlay {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    bottom: 0;
    left: 0;
    height: 40%;
    position: absolute;
    width: 100%;
}
.property-carousel .property-slide .overlay h3 {
    bottom: 20px;
    color: #fff;
    left: 30px;
    font-size: 24px;
    position: absolute;
}
.property-carousel .property-slide img {
    width: 100%;
}
.property-carousel .owl-controls {
    position: absolute;
    right: 0;
    top: 0;
}
.property-carousel .owl-controls .owl-prev, .property-carousel .owl-controls .owl-next {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #00d0b6;
    display: inline-block !important;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 3 !important;
}
.property-carousel .owl-controls .owl-prev:after, .property-carousel .owl-controls .owl-next:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #fff;
    width: 5px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.property-carousel .owl-controls .owl-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.property-carousel .owl-controls .owl-next:after {
    content: "\f105";
}
.property-carousel .owl-controls .owl-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.property-carousel .owl-controls .owl-prev:after {
    content: "\f104";
}

#line-listing .wrapper-property-owl {
    height:236px;
}
#property-detail .wrapper-property-owl{
    height:415px;
}

.owl-carousel .owl-item img {
    object-fit: cover;
    width:100%;
    height:100%;
}