/*** thsn-ihbox-style-3 ***/
.thsn-ihbox-style-3 .thsn-element-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 0.2px;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper:not(.thsn-ihbox-icon-type-image),
.thsn-ihbox-style-3 .thsn-ihbox-svg-wrapper{
	font-size: 40px;
	line-height: 50px;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-3 .thsn-ihbox-svg-wrapper{
	margin-right: 22px;
	text-align: center;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image img,
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper i:not(.thsn-logisto-icon)::before{
	display: inline-block;
	margin-bottom: 15px;
}
.thsn-ihbox-style-3 .thsn-ihbox-svg-wrapper{
	fill: #666666;
}
.thsn-ihbox-style-3 .thsn-ihbox-svg-wrapper svg {
	width: 40px ;
	height: 40px;
	margin-bottom: 15px;
}
.thsn-ihbox-style-3 .thsn-ihbox-contents{
	padding-right: 30px;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-3 .thsn-ihbox-svg-wrapper{
	transform: scale(1);
	transition: all 200ms linear;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}
.thsn-ihbox-style-3:hover .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-3:hover .thsn-ihbox-svg-wrapper {
	transform: scale(1.1);
	-webkit-transform: scale(-1) rotate(180deg );
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
	color:var(--thsn-logisto-global-color);
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-3:hover .thsn-ihbox-icon-wrapper,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-3:hover .thsn-ihbox-icon-wrapper{
	color: var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-style-3:hover .thsn-ihbox-svg-wrapper svg{
	fill:var(--thsn-logisto-global-color);
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-3:hover .thsn-ihbox-svg-wrapper svg,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-3:hover .thsn-ihbox-svg-wrapper svg{
	fill: var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image img {
	width: 50px;
	height: 50px;
}
.thsn-ihbox-style-3 .thsn-element-subtitle,
.thsn-ihbox-style-3 .thsn-element-heading {
	font-size: 20px;
	line-height: 28px;
	margin: 10px 0 0;
}
/*===== RTL =====*/
body.rtl .thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper{
	margin-left: 22px;
	margin-right: 0px;
}
body.rtl .thsn-ihbox-style-3 .thsn-ihbox-contents{
	padding-left: 30px;
	padding-right: 0px;
}