.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;

}

.latest_eventbg{ background:url(../images/latest_eventbg.webp) no-repeat; background-size:cover; }

.latest_eventbg:before{ content:''; left:0; right:0; top:0; bottom:0; background:rgba(19, 206, 180, 0.1); position:absolute;}



.footergbg{ background:url(../images/footergbg.webp) no-repeat; background-size:cover;}

.footergbg:before{ content:''; left:0; right:0; top:0; bottom:0; background:rgba(39, 93, 75, 0.55); position:absolute;} 



.innerbanner{  display:block;}

.innerbanner:before{ content:''; left:0; right:0; top:0; bottom:0;background:rgba(0, 0, 0, 0.3); position:absolute;} 

