/* ======= Parallax Header style ======= */
.parallax-header1 {
    background-position: center;
    min-height: calc(30vh - 30px);
}
.parallax-header1 h6 {
    font-size: 17px;
    font-weight: 400;
    color: #d9c77c;
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.parallax-header1 h1 {
    font-size: 55px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
    text-transform: uppercase;
    text-shadow: 0 10px 13px rgba(0, 0, 0, 0.23);
}
.parallax-header1 h1 span {
    color: #d9c77c;
}
.parallax-header1 [data-overlay-dark] p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}