.hero__wrapper h1 {
    display: inline-block;
    padding: 35px 40px;
    color: #fff;
    font-size: 47px;
    font-weight: bold;
    width: 100%;
}
.hero__wrapper h2 {
    display: inline-block;
    color: #fff;
    font-size:23px;
}
.hero__wrapper {
    text-align: center !important;
    position: absolute;
    z-index: 8;
    width: 100%;
}
.set-bg {
    height: 500px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    position: relative;
}
.banner_bg .set-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25;
    z-index: 0;
}
.owl-item .set-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: .25;
    z-index: 0;
}
.banner_bg.set-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25;
    z-index: 0;
}
.noresults_DB {
    text-align: center;
    font-size: 18px;
    color: #990000;
    padding: 150px 0px;
    width: 100%;
}
h1.estero_title span {
    text-transform: capitalize;
}
@media (max-width:768px)
{
    .hero__wrapper {
        text-align: center !important;
        position: absolute;
        z-index: 8;
        width: 93%;
    }
    .hero__wrapper h1 {
        display: inline-block;
        padding: 35px 40px;
        color: #fff;
        font-size: 39px;
        font-weight: bold;
        width: 100%;
    }
}
