
/*Begin Banner info elementor*/
.background-overlay{
    z-index: 1;
}
.background-overlay .background-overlay-color{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}
.elbzotech-banner-info-global-wrap{
    position: relative;
}

.elbzotech-banner-info-global-wrap .elbzotech-banner-info{
    z-index: 1;
}

.elbzotech-info-inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/* hover effect banner default */
.banners-effect .elbzotech-banner-info-global-elbzotech-bndf .elbzotech-banner-info-global-thumb{
    border-radius: 15px;
    position: relative;
}
.banners-effect .elbzotech-banner-info-global-elbzotech-bndf .elbzotech-banner-info-global-thumb::before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.banners-effect .elbzotech-banner-info-global-elbzotech-bndf .elbzotech-banner-info-global-thumb:hover::before{
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

/* end hover effect banner default */
.elbzotech-banner-info-global-elbzotech-bndf .elbzotech-banner-info-global-thumb a:hover{
    cursor: pointer;
}
.elbzotech-banner-info-global-elbzotech-bndf .elbzotech-text-item{
    margin: 0px;
}
.elbzotech-banner-info-global-elbzotech-bndf .elbzotech-banner-info{
    display: flex;
}
.elbzotech-banner-info-global-elbzotech-bndf .btwrapinfo-container-flex-e,
.elbzotech-banner-info-global-elbzotech-bndf .elbzotech-bt-custom
{
    display: flex;
}
.info-banner2 .link-bg-banner{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}
.inner-left{
    left: 0;
}
.inner-right{
    right: 0;
}
.inner-center{
    left: 0;
    right: 0;
    margin: auto;
}
.inner-top{
    top: 0;
}
.inner-bottom{
    bottom: 0;
}
.inner-middle{
    top: 0;
    bottom: 0;
    margin: auto;
}
.elbzotech-banner-info-global-thumb{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.elbzotech-banner-info-global-thumb img{
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.elbzotech-banner-info-global-thumb.elbzotech-hidden img{
    width: 100%;
}
.elbzotech-hidden .adv-thumb-link,
.elbzotech-banner-info-global-wrap.elbzotech-hidden
{
    overflow: hidden;
}
.elbzotech-inherit .adv-thumb-link{
    overflow: inherit;
}


/*---------------style 2--------------------*/
.elbzotech-banner-info-global-style2 .icon-button-video{
    position: absolute;
    right: 0;
    top: 0;
    height: 269px;
    width: 269px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}
.elbzotech-banner-info-global-style2 .icon-button-video .item-icon-e,
.elbzotech-banner-info-global-style2 .icon-button-video svg
{
    animation: zoom-in-zoom-out 1s ease infinite;
}
.elbzotech-banner-info-global-style2 .elbzotech-banner-info-global-thumb.elbzotech-hidden .icon-button-video img
{
    width: auto;
}
/*End banner info elementor*/

@media screen and (max-width: 767px) {
    .elbzotech-banner-info-global-style2 .icon-button-video {
        height: 200px;
        width: 200px;
    }
    .elbzotech-banner-info-global-style2 .elbzotech-banner-info-global-thumb.elbzotech-hidden .icon-button-video img {
        width: 110px!important;
    }

}
@media screen and (max-width: 425px) {
    .elbzotech-banner-info-global-style2 .icon-button-video {
        height: 150px;
        width: 150px;
    }
    .elbzotech-banner-info-global-style2 .elbzotech-banner-info-global-thumb.elbzotech-hidden .icon-button-video img {
        width: 80px!important;
    }
    
}