
/*Begin List link, icon elementor*/
.elbzotech-list-link-global{
    display: flex;
}
.elbzotech-list-link-global-block{   
    flex-direction: column;
}
.elbzotech-list-link-global a{
    display: flex;
    align-items: center;
}
.elbzotech-list-link-global span.icon-image-link{
    display: flex;
}

.elbzotech-list-link-global-hv-1 a,
.elbzotech-list-link-global-hv-1 a span {
    position: relative;
    transition: all 0.22s ease-out 0s;
}
.elbzotech-list-link-global-hv-1 a:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background: #000;
    transition: all 0.22s ease-out 0s;
}
.elbzotech-list-link-global-hv-1 a:hover:before {
    left: 0;
    width: 100%;
}
/*----------------------*/
/*End List link, icon elementor*/