/* Hearo Banner  */
.home-banner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-banner-wrap{
    min-height: 698px;
    display: flex;
    align-items: center;
}
.home-banner-text{
    max-width: 648px;
    width: 100%;
}
.home-banner-text h1{
    margin: 0 0 35px 0;
    color: #fff;
}
.home-banner-text p{
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    letter-spacing: 0%;
    margin: 0 0 36px 0;
}




/* Responsive */
@media screen and (min-width: 1551px) {
    .home-banner{
        min-height: 760px;
    }
}
/* Responsive */
@media screen and (max-width: 1550px) {

}
@media screen and (max-width: 1299px) {

    /* Hero Banner   */
    .home-banner-wrap{
        min-height: 600px;
    }


}

@media screen and (max-width: 1199px) {

    .home-banner-wrap{
        min-height: 500px;
    }
    .home-banner-text h1{
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {

    .home-banner-wrap{
        min-height: 400px;
    }
    .home-banner-text{
        text-align: center;
        margin: 0 auto;
    }
    .home-banner-text h1{
        margin-bottom: 10px;
    }
    .home-banner-text p{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

}
@media (min-width:576px) and (max-width:767px) {}