
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(201, 1, 1, 0.644), rgba(0, 0, 0, 0.2)), url('uploads/banner_all_page/banner2.jpeg') !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:auto 100%;
    padding: 60px 0 60px 0;
    transition: 0.5s;
    width: 100%;
}


