/*** thsn-ihbox-style-5 ***/
.thsn-stylefive .thsn-ihbox-style-5{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.thsn-ihbox-style-5{
    padding: 0 40px 0 40px;
}
.thsn-ihbox-style-5 .thsn-element-title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    color: var(--thsn-logisto-global-color);
}
.thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper{
    font-size: 80px;
    line-height: 80px;
    color: var(--thsn-logisto-global-color);
    margin-right: 40px;
    transition: all 0.3s ease 0s;
}
.thsn-ihbox-style-5:hover .thsn-ihbox-icon-wrapper{
    transform: translateY(-10px);
    /* transform: rotateY(360deg); */
}
.thsn-ihbox-style-5 .thsn-heading-desc {
    color:var(--thsn-logisto-white-color);
}
.elementor-element.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-5 .thsn-ihbox-contents .thsn-element-title,
.elementor-element.thsn-elementor-bg-color-light .thsn-ihbox-style-5 .thsn-ihbox-contents .thsn-element-title{
    color:var(--thsn-logisto-blackish-color);
}
.elementor-element.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper,
.elementor-element.thsn-elementor-bg-color-light .thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper{
    color: var(--thsn-logisto-secondary-color);
}
.elementor-element.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-5 .thsn-heading-desc,
.elementor-element.thsn-elementor-bg-color-light .thsn-ihbox-style-5 .thsn-heading-desc{
    color: #666;
}
.thsn-stylefive .thsn-ihbox-style-5{
    padding: 55px 45px 50px;
    box-shadow: 0px 1px 16px 0px rgb(0 0 0 / 7%);
}
.thsn-stylefive .thsn-ihbox-style-5 .thsn-element-title {
     color: var(--thsn-logisto-blackish-color);
}
.thsn-stylefive .thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper {
    color: var(--thsn-logisto-secondary-color);
    font-size: 75px;
    line-height: 75px;
    margin-right: 35px;
}
.thsn-stylefive .thsn-ihbox-style-5 .thsn-heading-desc{
    color: unset;
}
.thsn-stylefive .thsn-ihbox-style-5:before {
    display: block;
    height: 5px;
    content: '';
    position: absolute;
    width: auto;
    top: 0;
    background-color: var(--thsn-logisto-secondary-color);
    left: 35px;
    right: 35px;
}

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