/***
=============================================
Page Header
=============================================
***/
.page-header {
    position: relative;
    display: block;
    padding: 100px 0px 120px;
    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: rgb(210 96 157);
    background: linear-gradient(90deg, rgb(210 96 157 / 81%) 13%, rgb(210 96 157 / 42%) 35%, rgb(210 96 157 / 13%) 60%, rgb(210 96 157 / 0%) 100%);
    content: "";
    z-index: -1;
}*/

.page-header__pattern {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
    padding-left: 20px;
}

.page-header__inner::before {
    position: absolute;
    top: -7px;
    left: 0;
    bottom: -12px;
    width: 5px;
    background: #006181;
    content: "";
}

.page-header__inner h2 {
    color: #006181;
    font-size: 52px;
    line-height: 1.1em;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.02em;
}

.page-header__inner .thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.page-header__inner .thm-breadcrumb li {
    color: #060603;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    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: #006181;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb li span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    top: 2px;
}




.sidebar1 {
    box-shadow: 0px 0px 10px #cfb9bebf;
    border-radius: 5px;
}

.sidebar1 h2 {
    font-size: 24px;
    background: #006181;
    color: #fff;
    padding: 15px 10px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.sidebar1 ul li {
    border-bottom: 1px solid #9d7a812e;
}
.sidebar1 ul li:hover, .sidebar1 ul li.active {
    background: #b3d5e1;
}
.sidebar1 ul li a {
    font-size: 15px;
    color: #000;
    display: block;
    text-transform: capitalize;
    padding: 10px 15px;
    line-height: 24px;
}