.imgfooter{
    width: 100%;
    height: auto;
}
.backver {
    position:relative;
}
    .backver .page-header::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0.5;
        background: var(--bg-theme-color2);
        content: "";
    }


#breadcrumbs {
    position: relative;
    z-index: 100;
    color: #fff;
    top: -95px;
}

    #breadcrumbs a {
        color:#fff;
    }