/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #191a1cd9;
    z-index: 1;
        padding: 0px 0px 30px;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page-header__inner {
    justify-content: space-between;
    position: relative;
    display: block;
    padding: 35px 0 0px;
    z-index: 15;
    display: flex
;
}

.page-header__inner h3 {
    font-size: 32px;
    color: var(--fixpro-white);
    line-height: 45px;
        font-weight: 700;
    margin-bottom: 10px;
}

.thm-breadcrumb__inner {
    position: relative;
    display: block;
}

.thm-breadcrumb {
    position: relative;
    display: block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    /*font-weight: 700;*/
    line-height: 18px;
    color: var(--fixpro-white);
    font-family: var(--fixpro-font-2);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li+li {
    margin-left: 5px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    /*font-weight: 700;*/
    line-height: 18px;
    color: var(--fixpro-white);
    font-family: var(--fixpro-font-2);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: #fff;
    opacity: 1;
}
li.activeservice a {
    color: #0075be;
}

.thm-breadcrumb li span {
    font-size: 12px;
    color: var(--fixpro-base);
}
.page-header__inner img {
    width: 180px;
}