
/* --------------------------
:: 3.0 Wellcome Area CSS
-------------------------- */

.wellcome_area {
    /*background-image: url(img/bg-img/welcome-bg.png);*/
    height: 425px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
}

.wellcome_area:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    bottom: 0;
    z-index: 2;
}

