.wv_counters-item {
    position: relative
}

.wv_counters-item .wv_counters-circle:after,.wv_counters-item .wv_counters-circle:before,.wv_counters-item .wv_counters-inner:before,.wv_counters-item .wv_counters-title,.wv_counters-item .wv_counters-icon img {
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.wv_counters-item .wv_counters-circle:after,.wv_counters-item .wv_counters-circle:before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .08;
    z-index: 1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.wv_counters-item .wv_wd-counter {
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    height: 53px;
    line-height: 48px;
    background-image: -webkit-linear-gradient(red, #1290ff 0%, #3577a6 100%);
    background-image: linear-gradient(red, #1290ff 0%, #3577a6 100%);
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    z-index: 3
}

.wv_counters-item .wv_counters-title {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 0;
    z-index: 3
}

.wv_counters-item .wv_counters-icon {
    margin-bottom: 16px;
    z-index: 3
}

.wv_counters-item .wv_counters-icon svg{width:56px;height:56px;color: #1290ff}

.wv_counters-item .wv_counters-inner {
    position: relative;
    width: 220px;
    height: 220px;
    text-align: center;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wv_counters-item .wv_counters-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: -1;
    background-image: -webkit-linear-gradient(red, #1290ff 0%, #3577a6 100%);
    background-image: linear-gradient(red, #1290ff 0%, #3577a6 100%);
    opacity: 0.10;
    border-radius: inherit
}

.wv_counters-item:hover .wv_counters-title {
    color: #fff
}

.wv_counters-item:hover .wv_counters-icon svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.wv_counters-item:hover .wv_counters-circle:before {
    -webkit-transform: scale(0.89);
    -ms-transform: scale(0.89);
    transform: scale(0.89)
}

.wv_counters-item:hover .wv_counters-circle:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(0.79);
    -ms-transform: scale(0.79);
    transform: scale(0.79)
}

.wv_counters-item:hover .wv_counters-inner::before {
    opacity: 1
}