/*** thsn-ihbox-style-9 ***/
.thsn-ihbox-style-9 .thsn-ihbox-contents{
	text-align: left;
	padding-right: 60px;
}
.thsn-ihbox-style-9 .thsn-ihbox-contents .thsn-ihbox-svg,
.thsn-ihbox-style-9 .thsn-ihbox-contents .thsn-ihbox-icon{
	position: relative;
	margin-bottom: 20px;
}
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-text,
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper i{
	font-size: 90px;
	line-height: 90px;
	color: var(--thsn-logisto-global-color);
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-text,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-text,
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper i,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper i{
	color: var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper i:not(.thsn-logisto-icon)::before{
	display: inline-block;
	margin-bottom: 15px;
}
.thsn-ihbox-style-9 .thsn-ihbox-svg-wrapper svg {
	width: 90px;
	height: 90px;
	margin-bottom: 15px;
	fill: var(--thsn-logisto-global-color);
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-9 .thsn-ihbox-svg-wrapper svg,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-9 .thsn-ihbox-svg-wrapper svg{
	fill: var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-style-9 .thsn-ihbox-heading{
	padding: 0 0 15px 0; 
	align-items: center;
}
.thsn-ihbox-style-9 .thsn-element-title{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 0px;
}
.thsn-ihbox-style-9 .thsn-ihbox-box-number{
	background-color: var(--thsn-logisto-global-color);
	color: var(--thsn-logisto-blackish-color);
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-9 .thsn-ihbox-box-number,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-9 .thsn-ihbox-box-number{
	background-color: var(--thsn-logisto-white-color);
}
.thsn-miconheading-style-9:last-child .thsn-ihbox-contents .thsn-ihbox-svg::after,
.thsn-miconheading-style-9:last-child .thsn-ihbox-contents .thsn-ihbox-icon::after{
	content: unset;
}
.thsn-ihbox-style-9 .thsn-heading-desc{
	color: #c3d7fc;
	font-size: 15px;
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-9 .thsn-heading-desc,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-9 .thsn-heading-desc{
	color: var(--thsn-logisto-white-color);
}
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper{
	transition:all 0.3s ease 0s;
	display: inline-block;
}
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
	margin-bottom: 12px;
}
.thsn-ihbox-style-9:hover .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-9:hover .thsn-ihbox-svg-wrapper {
	transform: translateY(-10px);
}
.thsn-ihbox-9-color .thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper i{
	color: var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-9-color .thsn-ihbox-style-9 .thsn-heading-desc{
	color: #666666;
}
.thsn-ihbox-style-9 .thsn-element-subtitle,
.thsn-ihbox-style-9 .thsn-element-heading {
	font-size: 20px;
	line-height: 28px;
	margin: 10px 0 0;
}
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image img{
	width: 90px;
	height: 90px;
}
/*=== RTL  ====*/
body.rtl .thsn-ihbox-style-9 .thsn-ihbox-contents{
	text-align: right;
	padding-right: 0px;
	padding-left: 60px;
}
body.rtl .thsn-ihbox-style-9 .thsn-ihbox-contents .thsn-ihbox-svg::after,
body.rtl .thsn-ihbox-style-9 .thsn-ihbox-contents .thsn-ihbox-icon::after{
	left: inherit;
	right: 140px;
}
body.rtl .thsn-ihbox-style-9 .thsn-ihbox-box-number{
	margin-right: 0;
	margin-left: 20px;
}