.header-image * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.hwt_dec {
    background: rgba(0, 0, 0, 0.4);
    bottom: -30px;
    left: -8px;
    position: absolute;
    top: -12px;
    width: 55%;
    z-index: -1;
}

.hwt_dec:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    bottom: -2px;
    content: '';
    height: 80px;
    position: absolute;
    right: -2px;
    width: 80px;
}

.img-container {
    margin: 0 auto;
    max-width: 1224px;
    position: relative;
    width: 92%;
    z-index: 2;
}

.img-container:after {
    clear: both;
    content: " ";
    display: table;
}

.header-image::after {
    content: " ";
    display: table;
    clear: both
}

.header-image p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    max-width: 450px;
    font-family: 'Poppins', sans-serif
}

.header-image .container {
    max-width: 1224px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.header-image .container:before, .header-image .container:after {
    content: " ";
    display: table
}

.header-image .container:after {
    clear: both
}

.header-image .bg {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box
}

.header-image.no-padding {
    padding: 0 !important
}

.header-image .parallax-inner {
    float: left;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    position: relative
}

.header-image .parallax-inner.page-title-wrap {
    padding: 120px 0 50px
}

.header-image .page-title-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 80%)
}

.header-image .page-title {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
    padding: 0px 15px;
}

.header-image .page-title h3 {
    float: left;
    width: 100%;
    font-weight: 600;
    text-align: left;
    font-size: 34px;
    padding-bottom: 10px;
    position: relative;
    color: #f7b90f;
    font-family: 'Poppins', sans-serif;
}

.header-image .page-title h3:before {
    content: '';
    position: absolute;
    left: 0;
    height: 4px;
    width: 40px;
    top: -20px;
    z-index: 2
}

.header-image .page-title h3:after {
    content: '';
    position: absolute;
    left: 40px;
    height: 1px;
    width: 80px;
    top: -17px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5)
}

.header-image .parallax-wrap {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10
}

.header-image .pw_dec {
    position: absolute;
    right: 60px;
    width: 220px;
    height: 1px;
    bottom: 24px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 5
}

.header-image .hero-scroll-down-notifer {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 10px
}

.header-image .hero-scroll-down-notifer i {
    position: absolute;
    bottom: -40px;
    left: 6px;
    width: 100%;
    color: #fff;
    font-weight: 100
}

.header-image .scroll-down-wrap {
    float: left;
    position: relative
}

.header-image .mousey {
    float: left;
    width: 20px;
    height: 30px;
    border-radius: 6px;
    padding: 0 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    position: relative;
    z-index: 10
}

.header-image .mousey:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 8px;
    left: 50%;
    background: rgba(255, 255, 255, 0.4)
}

.header-image .scroller {
    position: relative;
    left: 50%;
    top: 6px;
    margin-left: -2px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 4px;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite
}

.header-image .hero-dec_top, .header-image .hero-dec_bottom {
    position: absolute;
    right: 40px;
    width: 80px;
    height: 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 10
}

.header-image .hero-dec_bottom {
    bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

.header-image .hero-dec_top {
    top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.4)
}

@media only screen and (max-width: 1064px) {
    .header-image .mob-hid {
        display: none
    }
}

@media only screen and (max-width: 756px) {
    .header-image .parallax-inner .hero-scroll-down-notifer {
        position: relative;
        bottom: 0;
        float: left;
        margin-top: 10px
    }
}

@media only screen and (max-width: 630px) {
    .header-image .page-title h3 {
        font-size: 28px
    }

    .hwt_dec {
    left: -8px;
    width: 104%;
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .header-image .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center
    }
}

.header-image .color-bg, .header-image .page-title h3:before {
    background: #f7b90f
}

.header-image .hero-scroll-down-notifer i {
    color: #f7b90f
}

@media all {
    .header-image h3 {
        clear: both
    }

    .header-image p {
        margin-bottom: 1.5em
    }
}

@keyframes scroll {
    0% {
        opacity: 0
    }
    10% {
        transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(50px);
        opacity: 0
    }
}
