.tf-list-image {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image .item-image {
    float: left;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image:hover .item-image {
    margin-left: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image:hover {
    margin-left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image li .image {
    width: 50px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    margin-left: -25px;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image li .name {
    color: #fff;
    padding: 7px 15px;
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: -40px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image li:hover .image {
    border-color: #005DE0;
}

.tf-list-image li:hover .name {
    opacity: 1;
    bottom: -35px;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor-widget-tf-list-image.elementor-element.elementor-widget-empty {
    background-color: transparent;
}

.elementor-widget-tf-list-image.elementor-element.elementor-widget-empty
    .elementor-widget-empty-icon {
    display: none;
}

.tf-list-image li.item-image.item-icon {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #005DE0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image:hover li.item-image.item-icon {
    margin-left: 0px;
}

.tf-list-image li.item-image.item-icon i {
    color: #010c2a;
    font-size: 20px;
}
