/*COLORS*/
/*FONTS*/
.stm_icon {
    z-index: 5;
    margin-bottom: 15px;
}

.stm_icon.stm_icon_styled_bg {
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stm_icon.stm_icon_styled_bg i {
    display: block;
    min-width: 160px;
    min-height: 160px;
    line-height: 160px;
    -webkit-box-shadow: 3px 3px 17px rgba(51, 51, 51, 0.15);
    box-shadow: 3px 3px 17px rgba(51, 51, 51, 0.15);
    border-radius: 50%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.stm_icon.stm_icon_gradient i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stm_icon.stm_icon_round_bg {
    position: relative;
    min-height: 80px;
}

.stm_icon.stm_icon_round_bg i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 80px;
    min-height: 80px;
}

.stm_icon.stm_icon_round_bg i:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    min-width: 80px;
    min-height: 80px;
    z-index: -1;
}

.stm_icon.stm_icon_round_bg i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
