/* --------------------------
:: Custom CSS here
-------------------------- */

/* --------------------------
:: Inner pages header
-------------------------- */

.inner_area {
    background-image: url(img/bg-img/welcome-bg.png);
    height: 600px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
}

.inner_area:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    bottom: 0;
    z-index: 2;
}