@charset "utf-8";
/* CSS Document */


.hi-icon-wrap {
   
}
.hi-icon {
    border-radius: 50%;
    color: #55489c;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 90px;
    position: relative;
    text-align: center;
    width: 90px;
    z-index: 1; 
}
.hi-icon::after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.hi-icon::before {
    display: block;
    font-family: "FontAwesome";
    font-size:50px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 90px;
    text-transform: none;
}
.hi-icon-effect-1 .hi-icon {
    background:#fff;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;  box-shadow: 0 0 0 4px #fff; border: 3px solid #ee3a68;
}
.hi-icon-effect-1 .hi-icon::after {
    box-shadow: 0 0 0 0px #fff;
    left: -7px;
    opacity: 0;
    padding: 7px;
    top: -7px;
    transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.hi-icon-effect-1a .hi-icon:hover {
    background:#55489c;
    color: #fff;
}
.hi-icon-effect-1a .hi-icon:hover::after {
    opacity: 1;
    transform: scale(1);
}
















.hi-icon1 {
    border-radius: 50%;
    color: #55489c;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 90px;
    position: relative;
    text-align: center;
    width: 90px;
    z-index: 1; 
}
.hi-icon1::after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.hi-icon1::before {
    display: block;
    font-family: "font-awesome-extenssion" !important;
    font-size:59px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 90px;
    text-transform: none;
	padding: 12px 0 0;
}

.hi-icon-effect-1 .hi-icon1 {
    background:#fff;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;  box-shadow: 0 0 0 4px #fff; border: 3px solid #ee3a68;
}
.hi-icon-effect-1 .hi-icon1::after {
    box-shadow: 0 0 0 0px #fff;
    left: -7px;
    opacity: 0;
    padding: 7px;
    top: -7px;
    transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.hi-icon-effect-1a .hi-icon1:hover {
    background:#55489c;
    color: #fff;
}
.hi-icon-effect-1a .hi-icon1:hover::after {
    opacity: 1;
    transform: scale(1);
}
