/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    background-color: #02265C;
    overflow: hidden;
    padding: 160px 0;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* opacity: .30; */
    background-color: #1b1b1b;
    background-blend-mode: soft-light;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page-header__shape-1 {
    position: absolute;
    bottom: 0px;
    right: -30px;
    z-index: -1;
}

.page-header__shape-1 img {
    width: auto;
}

.page-header__shape-2 {
    position: absolute;
    bottom: -20px;
    left: 0px;
    opacity: .20;
    mix-blend-mode: multiply;
    z-index: -1;
}

.page-header__shape-2 img {
    width: auto;
}

.page-header__inner {
    position: relative;
    display: block;
    /* top: 30px; */
}

.page-header__inner h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 65px;
    color: var(--carity-white);
    text-transform: capitalize;
    margin-bottom: 17px;
}

.thm-breadcrumb__box {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.thm-breadcrumb {
    position: relative;
    display: inline-block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--carity-white);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li span {
    position: relative;
    margin-left: 14px;
    color: var(--carity-extra);
    margin-right: 14px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--carity-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--carity-base);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/