

/*------/ Overlay /------*/
.overlay-a {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

.overlay {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
}

/*------/ Owl carousel /------*/
.owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 9px;
    margin: 5px 5px;
    background: #000000;
    border: 0px solid #000000;
    display: block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #018880;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #018880;
    width: 35px;
}

.owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
    transition: all 0.6s ease-in-out;
    color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
    margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
    font-size: 1.8rem;
    margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
    margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
    padding: .7rem 1.5rem !important;
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #ffffff;
    background-color: #018880;
    opacity: .9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
    transition: all 0.6s ease-in-out;
    color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
    background-color: #005751;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
    margin-left: 0px;
}

.title-box-d {
    padding-bottom: 1.8rem;
    margin-bottom: 1rem;
    position: relative;
}

.title-box-d .title-d {
    font-weight: 600;
    font-size: 2rem;
    color: #018880;
}

.title-box-d .title-d:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: #018880;
    bottom: 20px;
    right: 0;
}

.property-description p{
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
}

/***********/
.caab__details__sidebar {
    padding: 25px 30px 20px;
    background: #f7f7f7;
}

.caab__details__sidebar__model {
    margin-bottom: 5px;
}

.caab__details__sidebar__model ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 6px;
    margin-bottom: 20px;
}

.caab__details__sidebar__model ul li {
    list-style: none;
    font-size: 15px;
    color: #727171;
    line-height: 36px;
    overflow: hidden;
}

.caab__details__sidebar__model ul li span {
    color: #353535;
    font-weight: 500;
    float: left;
}

.caab__details__sidebar__model .project_parameter-btn {
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 12px 0 10px;
    background: #018880;
    color: #fff;
}

.caab__details__sidebar__model .project_parameter-btn i {
    margin-left: 5px;
}

.caab__details__sidebar__model p {
    color: #353535;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 0;
}

.caab__details__sidebar__payment ul {
    margin-bottom: 30px;
}

.caab__details__sidebar__payment ul li {
    list-style: none;
    font-size: 15px;
    color: #018880;
    line-height: 36px;
    overflow: hidden;
    font-weight: 700;

}



.caab__details__sidebar__payment ul li span {
    color: #353535;
    font-weight: 500;
    float: left;
}

.caab__details__sidebar__payment .project_parameter-btn {
    display: block;
    border-radius: 0;
    text-align: center;
    margin-bottom: 10px;
    padding: 12px 0 10px;
    background: #018880;
    color: #fff;
}

.caab__details__sidebar__payment .project_parameter-btn i {
    margin-left: 5px;
}

.caab__details__sidebar__payment .project_parameter-btn.sidebar-btn {
    background: #ffffff;
    color: #727171;
    border: 1px solid #ebebeb;
}
.blog__details__pic img {
    min-width: 100%;
    height: 550px;
    object-fit: cover;
}