.sub-breadcrumb,
.sub-breadcrumb li{list-style: none;}












.page-title-wrap {
    position: relative;
    width: 100%;
    height: 70px;
    background: #040b16;
    padding: 0;
}
.page-title-wrap > .container{
    position: relative;
}
.container {
    width: 100%;
}

.page-title-wrap h2{
    margin: 0;
    padding: 22px 0;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
}

.page-title-wrap .sub-breadcrumb-wrap{
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
}


.page-title-wrap .sub-breadcrumb{
    color: #c5c5c5;
    font-size: .875rem;
}
.page-title-wrap .sub-breadcrumb li{
    float: left;
    margin-left: 7px;
}

