.thsn-ihbox-style-11 .thsn-ihbox-icon-wrapper{
    -webkit-transition: all 1.0s ease 0s;
    -moz-transition:  all 1.0s ease 0s;
    -o-transition: all 1.0s ease 0s;
    transition: all 1.0s ease 0s;
}
.thsn-ihbox-style-11{
    border-radius: 6px;
    padding: 25px;
    background-color: var(--thsn-educosta-light-bg-color);
}
.thsn-ihbox-style-11 .thsn-element-title{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.thsn-ihbox-style-11 .thsn-ihbox-icon-wrapper{
    font-size: 36px;
    line-height: 36px;
    color: var(--thsn-educosta-global-color);
}
.thsn-ihbox-style-11 .thsn-ihbox-icon-wrapper img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.thsn-ihbox-style-11 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-text{
    font-weight: 600;
}
.thsn-ihbox-style-11 .thsn-ihbox-icon{
    margin-right: 20px;
}
.thsn-ihbox-style-11:hover .thsn-ihbox-icon-wrapper{
    animation: jelly 2.10s;
    -webkit-animation: jelly 2.10s;
    -moz-animation: jelly 2.0s;
    -o-animation: jelly 2.10s;
}
@keyframes jelly {from,  11.1%,  to { transform: none; }
    22.2% {transform: skewX(-12.5deg) skewY(-12.5deg); }
    33.3% { transform: skewX(6.25deg) skewY(6.25deg);  }
    44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); }
    55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); }
    66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg);}
    77.7% { transform: skewX(0.390625deg) skewY(0.390625deg);}
    88.8% { transform: skewX(-0.1953125deg) skewY(-0.1953125deg); }
}