
/*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-wrap{
    position: relative;
}

.elbzotech-banner-info-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-elbzotech-bndf .elbzotech-banner-info-thumb{
    border-radius: 15px;
    position: relative;
}
.banners-effect .elbzotech-banner-info-elbzotech-bndf .elbzotech-banner-info-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-elbzotech-bndf .elbzotech-banner-info-thumb:hover::before{
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

/* end hover effect banner default */
.elbzotech-banner-info-elbzotech-bndf .elbzotech-banner-info-thumb a:hover{
    cursor: pointer;
}
.elbzotech-banner-info-elbzotech-bndf .elbzotech-text-item{
    margin: 0px;
}
.elbzotech-banner-info-elbzotech-bndf .elbzotech-info-inner.position-info-top{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
}
.elbzotech-banner-info-elbzotech-bndf .elbzotech-info-inner.position-info-mid{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.elbzotech-banner-info-elbzotech-bndf .elbzotech-info-inner.position-info-bottom{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
}
.info-banner2 .link-bg-banner{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}
.position-info-top .info-banner2 .elbzotech-btwrap{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}
.elbzotech-banner-info-content{
    z-index: 3;
}
.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-thumb{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.elbzotech-banner-info-thumb img{
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.elbzotech-banner-info-thumb.elbzotech-hidden img{
    width: 100%;
}
.elbzotech-hidden .adv-thumb-link,
.elbzotech-banner-info-wrap.elbzotech-hidden
{
    overflow: hidden;
}
.elbzotech-inherit .adv-thumb-link{
    overflow: inherit;
}


/*-----------------------------------*/
.elbzotech-banner-info-style2 .banner-info{
    position: absolute;
    top: 27px;
    left: 27px;
}
.elbzotech-banner-info-style2 .banner-info{
    position: absolute;
    top: 27px;
    left: 27px;
    right: 27px;
    z-index: 1;
}
.elbzotech-banner-info-style2 .banner-info .item-desc-e{
    border: 1px solid #fff;
    padding: 15px 10px;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;

    transform: scale(0); 
}
.elbzotech-banner-info-style2 .banner-info .item-title-e{
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 3px solid transparent;
}
.elbzotech-banner-info-style2:hover .banner-info .item-title-e{
    border-bottom-color: #fff;
}
.elbzotech-banner-info-style2:hover .banner-info .item-desc-e{
    transform: scale(1); 
}
.elbzotech-banner-info-style2 .adv-thumb-link:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    opacity: 0;
            transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.elbzotech-banner-info-style2:hover .adv-thumb-link:before{
    opacity: 0.3; 
}


/*End banner info elementor*/

