/*** thsn-ihbox-style-17 ***/
.thsn-ihbox-style-17 .thsn-element-title,
.thsn-ihbox-style-17,
.thsn-ihbox-style-17 .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-17 .thsn-element-title{
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.thsn-ihbox-style-17 .thsn-ihbox-icon-wrapper{
    font-size: 55px;
    line-height: 65px;
    color:var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-style-17:hover .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-17 .thsn-ihbox-btn a:hover span:after,
.thsn-ihbox-style-17 .thsn-ihbox-btn a:hover,
.thsn-ihbox-style-17 .thsn-element-title,
.thsn-ihbox-style-17 .thsn-ihbox-content{
    color: var(--thsn-logisto-white-color)!important;
}   
.thsn-ihbox-style-17 .thsn-ihbox-btn{
    margin-top: 30px;
}

/*===== RTL =====*/
body.rtl .thsn-ihbox-style-17 .thsn-ihbox-btn a span{
    margin-right: 10px;
}
body.rtl .thsn-ihbox-style-17 .thsn-ihbox-btn a:hover span{
    margin-right: 33px;
}
