body {
    font-family: 'Rubik', sans-serif !important;
}

.page-id-84 .inside-article {
    background-color: #F7F8F9 !important;
}

/**
 FAQs
 */
.bosstania-faqs {
}

.bosstania-faqs .accordion-item {
    background-color: #fff;
}

.bosstania-faqs .accordion-header {
    position: relative;
}

.bosstania-faqs .accordion-header .show-accordion-item {
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}

.bosstania-faqs .accordion-content {
    display: none;
}

/**
 Projects
 */
.bosstania-projects {
}

.bosstania-projects .bosstaina-project-item {
    background-color: #fff;
}

.bosstania-projects .bosstaina-project-item .bosstania-project-item_thumbnail {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

.bosstania-projects .bosstaina-project-item .bosstania-project-item_thumbnail .bosstania-project-image {
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bosstania-projects .bosstaina-project-item .bosstania-project-item_thumbnail .bosstania-project-item_sold_out {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--text-color-dark);
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 9999;
}

/**
 Gallery
 */
.bosstania-gallery-section {
}

.bosstania-gallery-filter span {
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
}

.bosstania-gallery-filter span:before {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #D6D6D6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bosstania-gallery-filter span:after {
    display: inline-block;
    content: '\002F';
    position: absolute;
    right: -5px;
}

.bosstania-gallery-filter span:last-child:after {
    display: none;
}

.bosstania-gallery-filter span.active:before {
    background-color: var(--accent-color);
}

.gallery-item {
    background-color: #ffffff;
}

.gallery-item .gallery-item_image {
    width: 100%;
    padding-bottom: 125%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/**
 Team
 */
.bosstania-teams {
}

.bosstania-teams .bosstania-team-item {
    background-color: #ffffff;
    margin-top: 80px;
}

.bosstania-teams .bosstania-team-item .bosstania-team_thumbnail {
    margin-top: -70px;
}

.bosstania-teams .bosstania-team-item .bosstania-team_thumbnail img {
    border: 3px solid #ffffff;
}

/**
 Testimony
 */
.bosstania-testimonies {
}

.bosstania-testimonies .bosstania-testimony-item {
    background-color: #F3F3F3;
}

.bosstania-testimonies .bosstania-testimony_header {
    position: relative;
}

.bosstania-testimonies .testimony-quote {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2rem;
    color: #8B8B8B;
}

.bosstania-testimonies .bosstania-testimony_content {
    position: relative;
}

.bosstania-testimonies .bosstania-testimony_content:before {
    content: "";
    background-color: var(--accent-color);
    height: 2px;
    width: 20%;
    display: block;
    position: absolute;
    top: 10px;
}

.bosstania-testimonies.owl-theme .owl-dots {
    margin-top: 15px;
}

.bosstania-testimonies.owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 5px;
}

.bosstania-testimonies.owl-theme .owl-dots .owl-dot.active span,
.bosstania-testimonies.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--accent-color);
}

.bosstania-testimonies.owl-theme .owl-dots {
}

.bosstania-testimonies .owl-nav {
    position: absolute;
    top: calc(40% - 3rem);
    width: 100%;
    font-size: 3rem !important;
}

.bosstania-testimonies .owl-prev {
    position: absolute;
    left: -50px;
}

.bosstania-testimonies .owl-next {
    right: -50px;
    position: absolute;
}

/**
 Single Project
 */
.single-bosstania-gallery .site-content .content-area,
.single-bosstania-project .site-content .content-area {
    width: 100%;
}

.bosstania-property-item {
    position: relative;
}

.bosstania-property-item .bosstania-property-thumbnail .property-thumbnail {
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.bosstania-property-item .bosstania-property-features {
}

.bosstania-property-item .bosstania-property-features .feature {
    display: block;
    margin-bottom: 5px;
}

.bosstania-property-item .bosstania-property-features .feature i {
    min-width: 30px;
}


.bosstania-property-item .show-detail-property {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

.bosstania-property-item_house_plan {
    display: none;
}