<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=== thsn-ihbox-style-15 ===*/
.thsn-ihbox-style-15{
	padding: 20px;
}
.thsn-ihbox-style-15 .thsn-element-title{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
	color: var(--thsn-logisto-global-color);
	-webkit-transition: all .65s ease-in-out;
	transition: all .65s ease-in-out;
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-15 .thsn-element-title,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-15 .thsn-element-title{
	color: var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper:not(.thsn-ihbox-icon-type-image),
.thsn-ihbox-style-15 .thsn-ihbox-svg-wrapper {
	font-size: 50px;
	line-height: 90px;
}
.thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-15 .thsn-ihbox-svg-wrapper {
	margin-right: 35px;
	background: var(--thsn-logisto-global-color);
	border-radius: 50%;
	height: 85px;
	width: 85px;
	text-align: center;
}
.thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-15 .thsn-ihbox-svg-wrapper svg,
.thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-15 .thsn-ihbox-svg-wrapper{
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper,
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-15 .thsn-ihbox-svg-wrapper,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-15 .thsn-ihbox-svg-wrapper{
	background-color: var(--thsn-logisto-white-color);
}
.thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper i.thsn-logisto-icon{
	display: inline-block;
	margin-top: 5px;
}
.thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-15 .thsn-ihbox-svg-wrapper svg {
	margin-bottom: 10px;
	fill: var(--thsn-logisto-blackish-color);
}
.thsn-ihbox-style-15 .thsn-heading-desc {
	font-size: 15px;
	line-height: 24px;
}
.thsn-ihbox-style-15 .thsn-element-subtitle,
.thsn-ihbox-style-15 .thsn-element-heading,
.thsn-ihbox-style-15 .thsn-heading-desc{
	-webkit-transition: all .65s ease-in-out;
	transition: all .65s ease-in-out;
}
.thsn-elementor-bg-color-secondary .thsn-ihbox-style-15 .thsn-element-subtitle,
.thsn-elementor-bg-color-secondary .thsn-ihbox-style-15 .thsn-element-heading,
.thsn-elementor-bg-color-secondary .thsn-ihbox-style-15 .thsn-heading-desc{
	color: var(--thsn-logisto-white-color);
}
.thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper{
	color: var(--thsn-logisto-blackish-color);
}
.thsn-ihbox-style-15 .thsn-ihbox-box{
	display: flex;
	align-items: center;
}
.thsn-ihbox-style-15::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:var(--thsn-logisto-global-color);
	-webkit-transform: scaleX(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-15::before,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-15::before{
	background-color: var(--thsn-logisto-white-color);
}
.thsn-ihbox-style-15:hover::before{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.thsn-ihbox-style-15 .thsn-element-subtitle,
.thsn-ihbox-style-15 .thsn-element-heading {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
}
.thsn-ihbox-style-15:hover .thsn-element-subtitle,
.thsn-ihbox-style-15:hover .thsn-element-heading,
.thsn-ihbox-style-15:hover .thsn-heading-desc,
.thsn-ihbox-style-15:hover .thsn-element-title,
.thsn-ihbox-style-15:hover .thsn-ihbox-icon-wrapper{
	color: var(--thsn-logisto-blackish-color);
}
.thsn-ihbox-style-15:hover .thsn-ihbox-icon-wrapper{
	color: var(--thsn-logisto-white-color);
}
.thsn-ihbox-style-15:hover .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-15:hover .thsn-ihbox-svg-wrapper svg{
	fill: var(--thsn-logisto-white-color);
}
.thsn-ihbox-style-15:hover .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-15:hover .thsn-ihbox-svg-wrapper {
	background: var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
	padding: 8px;
}
.thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.thsn-ihbox-style-15.thsn-ihbox .thsn-ihbox-contents .thsn-ihbox-btn a{
	color: var(--thsn-logisto-blackish-color);
}
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-15:not(:hover) .thsn-ihbox-contents .thsn-ihbox-btn a{
	color: var(--thsn-logisto-white-color);
}
.thsn-ihbox-style-15.thsn-ihbox .thsn-ihbox-contents .thsn-ihbox-btn a:hover{
	color: var(--thsn-logisto-white-color);
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-15.thsn-ihbox .thsn-ihbox-contents .thsn-ihbox-btn a:hover,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-15.thsn-ihbox .thsn-ihbox-contents .thsn-ihbox-btn a:hover{
	color: var(--thsn-logisto-global-color);
}
/*===== Title Link =====*/
.thsn-ihbox-style-15 .thsn-ihbox-contents .thsn-element-subtitle a,
.thsn-ihbox-style-15 .thsn-ihbox-contents .thsn-element-heading a,
.thsn-ihbox-style-15 .thsn-ihbox-contents .thsn-element-title a{
	color: var(--thsn-logisto-blackish-color);
}
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-15:not(:hover) .thsn-ihbox-contents .thsn-element-subtitle a,
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-15:not(:hover) .thsn-ihbox-contents .thsn-element-heading a,
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-15:not(:hover) .thsn-ihbox-contents .thsn-element-title a{
	color: var(--thsn-logisto-white-color);
}
.thsn-ihbox-style-15 .thsn-ihbox-contents .thsn-element-subtitle a:hover,
.thsn-ihbox-style-15 .thsn-ihbox-contents .thsn-element-heading a:hover,
.thsn-ihbox-style-15 .thsn-ihbox-contents .thsn-element-title a:hover{
	color: var(--thsn-logisto-white-color);
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-15 .thsn-ihbox-contents .thsn-element-subtitle a:hover,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-15 .thsn-ihbox-contents .thsn-element-subtitle a:hover,
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-15 .thsn-ihbox-contents .thsn-element-heading a:hover,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-15 .thsn-ihbox-contents .thsn-element-heading a:hover,
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-15 .thsn-ihbox-contents .thsn-element-title a:hover,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-15 .thsn-ihbox-contents .thsn-element-title a:hover{
	color: var(--thsn-logisto-global-color);
}
/*===== RTL =====*/
body.rtl .thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper,
body.rtl .thsn-ihbox-style-15 .thsn-ihbox-svg-wrapper{
	margin-left: 35px;
	margin-right: 0px;
}</pre></body></html>