.azBg
{
    width: 100%;  
    height: 100vh;
	z-index:-1;
    background-image:url(../img/banner8.jpg);
    background-size: cover;  
    background-repeat: no-repeat;
    position:absolute;
    top:0px;
    left:0px;
    opacity:0.95;
    filter: blur(2.5px);
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center;  
}