/*** thsn-ihbox-style-14 ***/
.thsn-ihbox-style-14,
.thsn-ihbox-style-14 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-14 .thsn-ihbox-svg-wrapper {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thsn-ihbox-style-14{
	text-align: center;
	padding: 33px;
	background: var(--thsn-logisto-white-color);
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.09);
	margin: 5px 5px 10px 5px;
}
.thsn-ihbox-style-14 .thsn-element-title{
	font-size: 22px;
	line-height: 32px;
	color: var(--thsn-logisto-blackish-color);
}
.thsn-ihbox-style-14 .thsn-heading-desc{
	color:#666;
}
.thsn-ihbox-style-14 .thsn-ihbox-icon-wrapper:not(.thsn-ihbox-icon-type-image),
.thsn-ihbox-style-14 .thsn-ihbox-svg-wrapper {
	font-size: 52px;
	line-height: 100px;
	color: var(--thsn-logisto-white-color);
}
.thsn-ihbox-style-14 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-14 .thsn-ihbox-svg-wrapper {
	margin-bottom: 45px;
	background-color: var(--thsn-logisto-secondary-color);
	display: inline-block;
	border-radius: 50%;
	height: 95px;
	width: 95px;
}
.thsn-ihbox-style-14 .thsn-ihbox-icon-wrapper i.thsn-logisto-icon{
	display: inline-block;
	margin-top: 5px;
}
.thsn-ihbox-style-14 .thsn-ihbox-svg-wrapper svg{
	width: 52px;
	height: 52px;
	margin-bottom: 10px;
	fill: var(--thsn-logisto-white-color);
}
.thsn-ihbox-style-14:hover .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-14:hover .thsn-ihbox-svg-wrapper {
	background-color: var(--thsn-logisto-global-color);
	color: var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-style-14:hover .thsn-ihbox-svg-wrapper svg{
	fill: var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-style-14 .thsn-element-subtitle,
.thsn-ihbox-style-14 .thsn-element-heading {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
	color: var(--thsn-logisto-blackish-color);
}
.thsn-ihbox-style-14 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
	padding: 10px;
}
.thsn-ihbox-style-14 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image img{
	width: 75px;
	height: 75px;
	border-radius: 50%;
}
.thsn-ihbox-style-14.thsn-ihbox .thsn-ihbox-contents .thsn-ihbox-btn a{
	color: var(--thsn-logisto-blackish-color);
}
.thsn-ihbox-style-14.thsn-ihbox .thsn-ihbox-contents .thsn-ihbox-btn a:hover{
	color: var(--thsn-logisto-global-color);
}
/*===== Title Link =====*/
.thsn-ihbox-style-14 .thsn-ihbox-contents .thsn-element-subtitle a,
.thsn-ihbox-style-14 .thsn-ihbox-contents .thsn-element-heading a,
.thsn-ihbox-style-14 .thsn-ihbox-contents .thsn-element-title a{
	color: var(--thsn-logisto-blackish-color);
}
.thsn-ihbox-style-14 .thsn-ihbox-contents .thsn-element-subtitle a:hover,
.thsn-ihbox-style-14 .thsn-ihbox-contents .thsn-element-heading a:hover,
.thsn-ihbox-style-14 .thsn-ihbox-contents .thsn-element-title a:hover{
	color: var(--thsn-logisto-global-color);
}