/*** thsn-ihbox-style-12 ***/
.thsn-ihbox-style-12{
    margin-bottom: 30px;
}
.thsn-ihbox-style-12 .thsn-heading-desc,
.thsn-ihbox-style-12 .thsn-element-title,
.thsn-ihbox-style-12,
.thsn-ihbox-style-12 .thsn-ihbox-icon-wrapper{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.thsn-ihbox-style-12{
    text-align: center;
    padding: 33px;
    border: 1px solid rgba( var(--thsn-logisto-white-color-rgb) , 0.30 );
}
.thsn-ihbox-style-12 .thsn-element-title{
    font-size: 22px;
    line-height: 22px;
    color: var(--thsn-logisto-global-color);
    margin-bottom: 10px;
}
.thsn-ihbox-style-12 .thsn-ihbox-icon-wrapper{
    font-size: 52px;
    line-height: 108px;
    margin-bottom: 28px;
    color: var(--thsn-logisto-secondary-color);
    background: var(--thsn-logisto-white-color);
    display: inline-block;
    border-radius: 50%;
    height: 95px;
    width: 95px;
}
.thsn-ihbox-style-12:hover .thsn-heading-desc,
.thsn-ihbox-style-12:hover .thsn-element-title{
    color: var(--thsn-logisto-blackish-color);
}
.thsn-ihbox-style-12:hover{
    background: var(--thsn-logisto-global-color);   
}
.thsn-ihbox-style-12:hover .thsn-ihbox-icon-wrapper{
    background-color:  var(--thsn-logisto-secondary-color);
    color: var(--thsn-logisto-white-color);
}