/*--- thsn-ihbox-style-7 ---*/
.thsn-ihbox-style-7 .thsn-ihbox-contents{
	position: relative;
}
.thsn-ihbox-style-7 .thsn-ihbox-icon,
.thsn-ihbox-style-7 .thsn-ihbox-svg {
	position: absolute;
	top: 64px;
	left: 50%;
	margin-right: -50%;
	font-size: 70px;
	transform: translate(-50%, -50%);
	color: var(--thsn-logisto-global-color);
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-7 .thsn-ihbox-icon,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-7 .thsn-ihbox-icon{
	color: var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-style-7 .thsn-ihbox-svg-wrapper svg {
	width: 70px;
	height: 70px;
	fill: var(--thsn-logisto-global-color);
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-7 .thsn-ihbox-svg-wrapper svg,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-7 .thsn-ihbox-svg-wrapper svg{
	fill: var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-style-7 svg {
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
	width: 135px;
	height: 135px;
	-webkit-animation-name: thsn_rotate;
    -moz-animation-name: thsn_rotate;
    -ms-animation-name: thsn_rotate;
    -o-animation-name: thsn_rotate;
    animation-name: thsn_rotate;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -ms-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
.thsn-ihbox-style-7 svg text {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 6.3px;
	fill: var(--thsn-logisto-secondary-color);
}
.thsn-elementor-bg-color-secondary .thsn-ihbox-style-7 text{
	fill: var(--thsn-logisto-global-color);
}
@-webkit-keyframes thsn_rotate {
from { -webkit-transform: rotate(0); }
to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes thsn_rotate {
from { -moz-transform: rotate(0); }
to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes thsn_rotate {
from { -ms-transform: rotate(0); }
to { -ms-transform: rotate(360deg); }
}
@-o-keyframes thsn_rotate {
from { -o-transform: rotate(0); }
to { -o-transform: rotate(360deg); }
}
@keyframes thsn_rotate {
from { transform: rotate(0); }
to { transform: rotate(360deg); }
}
.thsn-ihbox-style-7 .thsn-ihbox-icon-type-image.thsn-ihbox-icon-type-image img{
	width: 70px;
	height: 70px;
}
.thsn-ihbox-style-7 .thsn-element-subtitle,
.thsn-ihbox-style-7 .thsn-element-heading {
	font-size: 20px;
	line-height: 28px;
	margin: 10px 0 0;
}
/*=== RTL ===*/
body.rtl .thsn-ihbox-style-7 text{
	direction: ltr;
}