/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .page-header{
    position: relative;
        display: block;
        padding: 118px 0 118px;
        z-index: 1;
        margin-top: -35px;
    }
    .page-header-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }
    .page-header__inner {
        position: relative;
        display: block;
        text-align: center;
        z-index: 15;
    }
    .thm-breadcrumb {
        position: relative;
        display: block;
    }
    .page-header__inner h2 {
        font-size: 40px;
        color: var(--ambed-white, #ffffff);
        font-weight: 900;
        line-height: 50px;
        margin-top: 10px;
    }
    .thm-breadcrumb li {
        position: relative;
        display: inline-block;
        color: #c1b8b3;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .thm-breadcrumb li a {
        position: relative;
        display: inline-block;
        color: #c1b8b3;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        text-decoration:none;
    }
    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }
    