.service-style-bg {/*
    position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top; 
    background-repeat: no-repeat;
}

.service-style-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffffeb;
    opacity: .90;
    content: "";
}


.single-featured-style2 h3 a {
    color: white;
}