/*** 
=============================================
    Breadcrumb style1
=============================================
***/
.breadcrumb-style1 {
    position: relative;
    display: block;
    padding: 60px 0px 0px;
    z-index: 1;
}

.breadcrumb-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.breadcrumb-style1__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--thm-black-rgb), 0.6);
    content: "";
    z-index: -2;
}

.breadcrumb-style1__inner {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.breadcrumb-style1__inner h2 {
    font-weight: 700;
    font-size: 3.25rem;
    line-height: 3.75rem;
    color: #FFFFFF;
    font-family: var(--thm-font);
}
