.list-icon{
    width: 32px;
    margin-right: 1rem !important;
}
/*------------------------------------------------------------------
    MESSAGE BOXES
-------------------------------------------------------------------*/
.property-main {
    background: #fff;
    position: relative;
    box-shadow: 0 2px 0 0 #e3e4e7;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    height: 100%;
}
.property-main:hover {
    box-shadow: 0 0 5px 1px rgba(60, 144, 190, .13);
    -webkit-box-shadow: 0 0 5px 1px rgba(60, 144, 190, .13);
    -moz-box-shadow: 0 0 5px 1px rgba(60, 144, 190, .13);
}
.property-wrap {
    width: 100%;
    padding: 8px;
}

.service-widget h3 {
    font-size: 17px;
    color: #1f1f1f;
    padding: 0px;
    margin: 0 0 7px;
}


.service-widget p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #999;
}

.message-box h2 {
    font-size: 38px;
    font-weight: 300;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
}

.message-box p {
    margin-bottom: 20px;
    color: #999999;
}

.right-ab p{
    color: #333333;
}

.message-box .lead {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #999;
    padding-bottom: 0;
}

.post-media img {
    width: 100%;
}

.post-media_g{
    position: relative;
}

.playbutton {
    position: absolute;
    color: #ffffff !important;
    top: 40%;
    font-size: 60px;
    z-index: 12;
    left: 0;
    right: 0;
    text-align: center;
    margin: -20px auto;
}

.hoverbutton {
    background-color: #a8cf45;
    position: absolute;
    color: #1f1f1f !important;
    top: 48%;
    font-size: 21px;
    z-index: 12;
    left: 0;
    opacity: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: -20px auto;
}
main a {
    scroll-margin-top: 80px;
    scroll-margin-bottom: 100px;
}
.flaticon-unlink:before {
    content: "\f12c";
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.label-inner {
    position: absolute;
    top: 20px;
    right: 12px;
    background: #a8cf45;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 3;
}
.label-inner .label{
    display: block;
    line-height: 1.8;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.property-wrap .price {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 4;
    color: #c82020;
    font-size:small;
    text-align: left;
    background: #a8cf45;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 10px;
}
.item-body {
    padding: 15px 12px 7px;
    width: 100%;
}
.item-body .adderess {
    color: #999;
    font-size: 13px;
    line-height: 22px;
    margin: 5px 0px;
}

.item-body .adderess i{
    margin-right: 5px;
}

.item-body .info {
    font-size: 13px;
    margin-top: 10px;
    line-height: 16px;
    margin-bottom: 10px;
}




.service-widget:hover .hoverbutton {
    opacity: 1;
}

hr.hr1 {
    position: relative;
    margin: 60px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr2 {
    position: relative;
    margin: 17px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr3 {
    position: relative;
    margin: 25px 0 30px 0;
    border: 1px dashed #f2f3f5;
}

hr.invis {
    border-color: transparent;
}

hr.invis1 {
    margin: 10px 0;
    border-color: transparent;
}

.section.parallax hr.hr1 {
    border-color: rgba(255, 255, 255, 0.1);
}

.sep1 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.sep2 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}


/* Divider Styles */

.divider-wrapper {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    height: 540px;
    margin: 0 auto;
    position: relative;
}

.divider-wrapper:hover {
    cursor: none;
}

.divider-bar {
    position: absolute;
    width: 10px;
    left: 50%;
    top: -10px;
    bottom: -15px;
}


.single-services-img{
    padding: 15px 0px;
}

.single-services-desc h4{
    font-size: 22px;
    font-weight: 600;
}

.single-services-desc p{
    margin: 0px;
    padding-bottom: 20px;
}


/* ************************************* galery .*/


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide.hidden {
    display: none;
}


/*------------------------------------------------------------------
    TESTIMONIALS
*/
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
body.realestate_version .owl-next i,
body.realestate_version .owl-prev i,
body.realestate_version .desc {
    box-shadow: none !important;
    border: 0 !important;
    background-color: #fff;
}
.testimonial {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    padding: 30px 20px;
    height: 400px;
}
.testimonial h3 {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}
body.realestate_version .desc h3 i {
    color: rgba(0, 0, 0, 0.1);
}
.testimonial small, .testimonial .lead {
    background-color: transparent;
    color: #aaa;
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}
.testimonial small {
    line-height: 20px;
    margin-top: 5px;
}
.testi-carousel .owl-item {
    border: 8px solid #a8cf45;
}
.testi-carousel .owl-nav {
    top: 50%;
    margin: -20px auto;
    position: absolute;
    width: 100%;
}
.testi-carousel .owl-item:hover {
    border-bottom-color: #076799;
}
.testi-carousel .owl-next span, .testi-carousel .owl-prev span {
    background-color: #111;
    width: 80px;
    height: 80px;
    line-height: 68px;
    text-align: center;
    position: absolute;
    right: auto;
    left: -10%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 0px;
}
.testi-carousel .owl-next span {
    right: -10%;
    left: auto;
}
.testi-carousel .owl-nav span {
    display: block;
    box-shadow: none !important;
    border: 0 !important;
    background-color: #f2f3f5;
    font-size: 68px;
}
.testi-carousel .owl-nav span:after {
    content: '';
    display: block;
    box-shadow: 0 0 0 2px #a8cf45;
    border-radius: 0 !important;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.testi-carousel .owl-nav span,
.testi-carousel .owl-nav span:after {
    box-shadow: 0 0 0 2px #a8cf45;
    border-radius: 0 !important;
}
.testi-carousel .owl-nav span:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px #a8cf45;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
.testi-carousel .owl-nav span:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    /*background-color: #2750ff;*/
}
.testi-meta {
    margin-top: 1rem;
}
.testi-meta h4 {
    font-size: 1.1rem;
}
.extra-small {
    color: #999;
    font-size: 13px;
    line-height: 22px;
    margin: 5px 0px;
}
.testimonial .extra-small i {
    font-size: 16px;
    margin-right: 5px;
}
.content_steps .steps-img img {
    position: relative;
}

@media (max-width: 767.98px) {
    .testi-meta h4 {
        font-size: 1.4rem;
    }
}