.home_banner::before {
 	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    opacity: .3;
    z-index: 0;
    background-color: rgba(0, 0, 0, .9);
}

.topsearch h1{
z-index: 99999999;
    position: relative;

}