/***
=============================================
Page Header
=============================================
***/
.page-header {
    position: relative;
    display: block;
    padding: 201px 0px 198px;
    overflow: hidden;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.page-header__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--lawstart-black-rgb), 0.75);
    content: "";
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

.page-header__inner h2 {
    color: var(--lawstart-white);
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

.page-header__inner .thm-breadcrumb li {
    color: var(--lawstart-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 5px;
    margin-right: 5px;
}

.page-header__inner .thm-breadcrumb li:first-child {
    margin-left: 0px;
}

.page-header__inner .thm-breadcrumb li:last-child {
    margin-right: 0px;
}

.page-header__inner .thm-breadcrumb li a {
    color: var(--lawstart-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb li a:hover {
    color: var(--lawstart-base);
}

.page-header__inner .thm-breadcrumb li span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    top: 2px;
}

.page-header .line {
    position: absolute;
    top: 0;
    left: 16.66%;
    bottom: 0;
    width: 1px;
    background: rgba(var(--lawstart-white-rgb), 0.08);
    content: "";
    z-index: 1;
}

.page-header .line::after {
    content: "";
    height: 70px;
    width: 1px;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 1;
    background: linear-gradient(to bottom, #0c1f38, #bb9880, #0c1f38);
    z-index: 3;
    animation: slideToBottom 10s linear infinite alternate;
}

.page-header .line2::after,
.page-header .line4::after {
    content: "";
    height: 70px;
    width: 1px;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 1;
    background: linear-gradient(to bottom, #0c1f38, #bb9880, #0c1f38);
    z-index: 3;
    animation: slideToBottom 15s linear infinite alternate;
}

.page-header .line.line2 {
    position: absolute;
    top: 0;
    left: 33.33%;
    bottom: 0;
    width: 1px;
    background: rgba(var(--lawstart-white-rgb), 0.08);
    content: "";
    z-index: 1;
}

.page-header .line.line3 {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background: rgba(var(--lawstart-white-rgb), 0.08);
    content: "";
    z-index: 1;
}

.page-header .line.line4 {
    position: absolute;
    top: 0;
    left: 66.66%;
    bottom: 0;
    width: 1px;
    background: rgba(var(--lawstart-white-rgb), 0.08);
    content: "";
    z-index: 1;
}

.page-header .line.line5 {
    position: absolute;
    top: 0;
    left: 83.33%;
    bottom: 0;
    width: 1px;
    background: rgba(var(--lawstart-white-rgb), 0.08);
    content: "";
    z-index: 1;
}