
.rs-post-overlay-one {
    position: relative;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px
}

.rs-post-overlay-one:hover .rs-post-overlay-bg-thumb {
    transform: scale3d(1.1,1.1,1)
}

.rs-post-overlay-one .rs-post-overlay-bg-thumb {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    z-index: 0;
    transform: scale(1.02);
    transition: all 1.5s ease-out
}

.rs-post-overlay-one .rs-post-overlay-bg-thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(18,18,19,0) 18.83%,#121213 91.88%);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover
}

.rs-post-overlay-one .rs-post-overlay-title {
    margin-top: 15px;
    margin-bottom: 12px;
    text-transform: capitalize
}

.rs-post-overlay-one .rs-post-overlay-title.is-white {
    color: var(--rs-white)
}

.rs-post-overlay-one .rs-post-overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 40px 80px 35px 40px
}

@media only screen and (max-width: 1199px) {
    .rs-post-overlay-one .rs-post-overlay-content {
        padding:40px 40px 35px 40px
    }
}

@media only screen and (max-width: 480px) {
    .rs-post-overlay-one .rs-post-overlay-content {
        padding:25px 25px 25px 25px
    }
}
.rs-post-overlay-one a{
    color: #fff;
    font-size: 20px;
}
.rs-post-overlay-one li{
    color: #fff;
}




.cemetery_condition {
    background-image: radial-gradient(circle, #f4f9e6, #f8ffe5);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
}

.cemetery_condition .cemetery_condition_title h3 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}


.cemetery_condition .cemetery_condition_inner .cemetery_condition_item p {
    font-size: 18px;
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 0.625rem;
    font-weight: 600;
    line-height: 1;
}

.cemetery_condition .cemetery_condition_inner .cemetery_condition_item p:before {
    content: "";
    background-color: #56abf6;
    border-radius: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0.25rem
}

.cemetery_condition .cemetery_condition_inner .cemetery_condition_item ul {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
    display: flex;
    flex-wrap: wrap
}

.cemetery_condition .cemetery_condition_inner .cemetery_condition_item ul li {
    margin-bottom: 0.375rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem
}

.cemetery_condition .cemetery_condition_inner .cemetery_condition_item ul li a:hover {
    color: #56abf6;
}


.bzyp_banner {
    border-radius: 5px;
    position: relative;
    display: block;
    overflow: hidden
}

.bzyp_banner img {
    transition: all .3s ease 0s;
    width: 100%
}

.bzyp_banner:hover img {
    transform: scale(1.1) rotate(3deg)
}

.bzyp_banner .banner-content {
    display: -ms-flexbox;
    flex-direction: column;
    padding: 60px 30px;
    line-height: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: flex-end
}

.bzyp_banner .banner-content .category {
    color: #fff;
    margin: 0 0 12px;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500
}

.bzyp_banner .banner-content .title {
    font-size: 30px;
    color: #fff;
    margin: 0 0 28px;
    line-height: 43px;
    display: block;
    font-weight: 500;
    text-transform: capitalize
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .bzyp_banner .banner-content .title {
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 20px
    }
}

.bzyp_banner .banner-content .shop-link {
    width: 120px;
    height: 40px;
    font-size: 14px
}

.bzyp_col.center-col {
    flex: 0 0 auto;
    width: 50.3%
}

@media only screen and (min-width:768px) and (max-width:991px), only screen and (max-width:767px) {
    {
        width: 50%
    }
    .bzyp_banner .banner-content {
        padding: 40px 30px
    }
    .bzyp_col.center-col {
        margin: 15px 0;
        width: 100%
    }
}

@media only screen and (max-width:479px) {
    {
        margin: 15px 0;
        width: 100%
    }
    .bzyp_banner .banner-content {
        padding: 40px 20px
    }
    .bzyp_banner .banner-content .category {
        margin: 0 0 5px
    }
    .bzyp_banner .banner-content .title {
        font-size: 24px;
        margin: 0 0 15px;
        line-height: 32px
    }
    .bzyp_col.center-col {
        width: 100%
    }
    .bzyp_col.center-col .banner-content {
        padding: 12px 20px
    }
}