/*Begin Bread crumb not elementor*/
.wrap-bread-crumb{
    padding: 30px 0;
}
/*Begin Bread crumb elementor*/

@media(min-width: 1200px){
    .bread-crumb-{
        min-height: 397px;
    }
}
.bread-crumb-{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
    display: flex;
    align-items: center;
}
.bread-crumb- .bread-crumb{
     position: relative;
     width: 100%;
}
.wrap-bread-crumb.bread-crumb-{
    background-color: var(--bzo-main-color-mix-bg);
}
.bread-crumb- .woo-breadcrumb span:first-child:before{
    display: none;
}
.bread-crumb- .bread-crumb-row{
    text-transform: capitalize;
    margin-top: 120px;
}
.bread-crumb- .bread-crumb-row h1{
    line-height: 68px;
    margin-bottom: 5px;
}
.bread-crumb- a, .bread-crumb span {
    color: #727272;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}

.bread-crumb- a:hover {
    color: var(--bzo-main-color);
}
.bread-crumb span {
    color: var(--bzo-title-color);
}
.bread-crumb- .step-bread-crumb{
    margin: 0px 6px 0px 0px;
    color: #727272;
}

.bread-crumb .la-home{
    font-size: 20px;
    margin-right: 5px;
    display: none;
}
.woo-breadcrumb span:first-child:before {
    content: "\f015";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    margin-right: 5px;
}
/*End Bread crumb elementor*/
