/*custom header for sites*/
.back-header {
    position: relative;
    background: linear-gradient(131.16deg, #B9A4EE 0%, #1ACEC1 100%);
    border-radius: 0px;
    width: 100%;
    height: 250px;
}
.title-header {
    color: white;
    padding-left: 10%;
    padding-top: 2%;
    font-weight: 400;
    font-size: 39px;
    line-height: 39px;
}
.bx-breadcrumb .bx-breadcrumb-item a, .breadcrumbs-header {
    color: white;
}
.header-img {
    position: absolute;
    right: 10%;
    bottom: 49px;
}
.custom-cs {
    margin-top: -50px !important;
    position: relative;
    z-index: 25;
}