/*=== thsn-ihbox-style-15 ===*/
.thsn-ihbox-style-15{
    padding: 20px;
}
.thsn-ihbox-style-15 .thsn-element-title{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px; 
    color: var(--thsn-logisto-global-color);
    -webkit-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out;
}
.thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper{
    line-height: 100px;
    font-size: 50px;
    margin-right: 35px;
    background: var(--thsn-logisto-global-color);
    border-radius: 50%;
    height: 85px;
    width: 85px;
    text-align: center;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.thsn-ihbox-style-15 .thsn-heading-desc {
    font-size: 15px;
    line-height: 24px;
    color: var(--thsn-logisto-white-color);
    -webkit-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out;
}
.thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper{
    color: var(--thsn-logisto-blackish-color);
}
.thsn-ihbox-style-15 .thsn-ihbox-box{
    display: flex;
    align-items: center;
}
.thsn-ihbox-style-15:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:var(--thsn-logisto-global-color);
    -webkit-transform: scaleX(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.thsn-ihbox-style-15:hover:before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.thsn-ihbox-style-15:hover .thsn-heading-desc,
.thsn-ihbox-style-15:hover .thsn-element-title,
.thsn-ihbox-style-15:hover .thsn-ihbox-icon-wrapper{
    color: var(--thsn-logisto-blackish-color);
}
.thsn-ihbox-style-15:hover .thsn-ihbox-icon-wrapper{
    color: var(--thsn-logisto-white-color);
}

.thsn-ihbox-style-15:hover .thsn-ihbox-icon-wrapper {
    background: var(--thsn-logisto-secondary-color);
}

/*===== RTL =====*/
body.rtl .thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper{
    margin-left: 35px;
    margin-right: 0px;
}