/*** thsn-ihbox-style-13 ***/

.thsn-ihbox-style-13 .thsn-ihbox-headingicon:after,
.thsn-ihbox-style-13 .thsn-ihbox-icon-wrapper img,
.thsn-ihbox-style-13 .thsn-ihbox-icon-wrapper:after,
.thsn-ihbox-style-13:hover .thsn-ihbox-headingicon,
.thsn-ihbox-style-13 .thsn-ihbox-headingicon:before,
.thsn-ihbox-style-13 .thsn-ihbox-headingicon,
.thsn-ihbox-style-13 .thsn-ihbox-icon-wrapper{
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}
.thsn-ihbox-style-13 .thsn-ihbox-headingicon{
    padding: 40px 30px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 8%);
    position: relative;
    text-align: center;
}
.thsn-ihbox-style-13 .thsn-element-title{
    font-size: 30px;
    line-height: 40px;
}
.thsn-ihbox-style-13 .thsn-box-contents{
    padding: 90px 15px 20px;
}
.thsn-ihbox-style-13:hover .thsn-ihbox-headingicon{
    background-color: transparent;
}
.thsn-ihbox-style-13 .thsn-ihbox-icon-wrapper{
    position: relative;
}
.thsn-ihbox-style-13 .thsn-ihbox-icon-wrapper:after{
    position: absolute;
    content: '';
    height: 100px;
    width: 100%;
    background-color: var(--thsn-logisto-light-bg-color);
    left: 0;
    right: 0;
    display: block;
    bottom: 0px;
    z-index: 0;
}
.thsn-ihbox-style-13 .thsn-ihbox-icon-wrapper img{
    z-index: 1;
    position: relative;
}
.thsn-ihbox-style-13:hover .thsn-ihbox-icon-wrapper img{
    position: relative;
    animation: mymove 4s infinite;
}
@keyframes mymove {
    from {top: 0px;}
    to {top: 10px;}
}
.thsn-ihbox-style-13:hover .thsn-ihbox-icon-wrapper:after{
    background-color: var(--thsn-logisto-global-color);
}
.thsn-ihbox-style-13:hover .thsn-element-title{
    color: var(--thsn-logisto-global-color);
}
.thsn-ihbox-style-13:hover .thsn-ihbox-headingicon{
    color: var(--thsn-logisto-white-color);
}
.thsn-ihbox-style-13 .thsn-ihbox-headingicon:before {
    counter-increment: thsnbox4;
    content: counter(thsnbox4,decimal-leading-zero);
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    font-size: 85px;
    right: 0px;
    line-height: 0;
    font-weight: 400;
    color: transparent;
    -webkit-text-stroke: 1px var(--thsn-logisto-global-color);
}

.thsn-ihbox-style-13 .thsn-ihbox-headingicon:after{
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: -6px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 6px solid var(--thsn-logisto-global-color);
    width:315px;
    z-index: 1;
}
.thsn-ihbox-style-13:hover .thsn-ihbox-headingicon:after{
    width: 100%;
}