/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1695048118
Updated: 2023-09-18 14:41:58

*/

a.prant_hover_item {
    display: block;
    height: 140px;
    max-width: 140px;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hover_inner {
    width: 100%;
    height: 100%;
    background-color: #c1c1c1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
a.prant_hover_item:hover .hover_inner {
    opacity: 0;
}
.hover_inner img {
    display: block;
    max-width: 40px;
    width: 100%;
}

.hover_inner span {
    display: block;
}

img {}