    .page-header-bg {
        top: 165px !important;
        background-position: unset !important;
    }
    .thm-breadcrumb li a {
    color: #fff !important;
}
.list-unstyled span {
    color: #fff !important;
}
.thm-breadcrumb li {
    color: #fff !important;
}
@media(min-width: 240px) and (max-width: 479px) {

.page-header .page-header-bg {
    background-position: bottom !important;
}
}

@media(min-width: 480px) and (max-width: 767px) {

.page-header .page-header-bg {
    background-position: bottom !important;
}
}

@media(min-width: 768px) and (max-width: 999px) {

.page-header .page-header-bg {
    background-position: bottom !important;
}
.thm-breadcrumb li a {
    color: #000 !important;
}
.list-unstyled span {
    color: #000 !important;
}
.thm-breadcrumb li {
    color: #000 !important;
}
}