.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.jarallax-keep-img {
    position: relative;
    z-index: 0;
}
.jarallax-keep-img > .jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
}
.homeservicebg{ background:url(../images/homeservicebg.jpg) no-repeat; background-size:cover;}
.homeservicebg:before{ content:''; left:0; right:0; top:0; bottom:0; background:rgba(26, 32, 45, 0.8); position:absolute;}

.weofferbg{ background:url(../images/weofferbg.jpg) no-repeat; background-size:cover;}
.weofferbg:before{ content:''; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0, 0.6); position:absolute;}

.blogbg{ background:url(../images/blogbg.png)repeat; background-size:cover;}
.blogbg:before{ content:''; left:0; right:0; top:0; bottom:0; background:rgba(255,255, 255, 0.5); position:absolute;}

.testimonialbg{ background:url(../images/testimonialbg.jpg) no-repeat; background-size:cover;}
.testimonialbg:before{ content:''; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.6); position:absolute;} 

 .innerbanner{  display:block;}
.innerbanner:before{ content:''; left:0; right:0; top:0; bottom:0;background:rgba(2, 25, 38, 0.7); position:absolute;} 

.footerbg{ background:url(../images/footerbg.jpg) no-repeat; background-size:cover;}
.footerbg:before{ content:''; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.03); position:absolute;}

.videobg{ background:url(../images/videobg.jpg) no-repeat; background-size:cover; max-height:650px;}
.videobg:before{ content:''; left:0; right:0; top:0; bottom:0; background:rgba(23, 56, 65, 0.6); position:absolute;}