.themestek-ihbox-style-13{
	position: relative;
}
.themestek-ihbox-style-13 .themestek-ihbox-inner{
	display: flex;
	align-items: center;
}
.themestek-ihbox-style-13 .pbmit-ihbox-svg-wrapper,
.themestek-ihbox-style-13 .themestek-ihbox-icon-wrapper{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.themestek-ihbox-style-13:hover .themestek-large-icon i:before{
	color: #14212a;
}
.themestek-ihbox-style-13 .themestek-large-icon i:before{
	font-size: 100px;
	line-height: 110px;
	color: var(--themestek-moversco-skincolor);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.themestek-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg,
.themestek-ihbox-style-13 .themestek-ihbox-icon-wrapper svg{
	fill: var(--themestek-moversco-skincolor);
	width: 100px;
	height: 100px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.themestek-ihbox-style-13 .themestek-ihbox-contents{
	padding-left: 42px;
}
.themestek-ihbox-style-13 .themestek-custom-heading{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 11px;
	font-weight: 600!important;
}
.themestek-bgcolor-skincolor .themestek-ihbox-style-13 .themestek-custom-heading a:hover{
	color: var(--themestek-moversco-skincolor-dark);
}
.themestek-ihbox-style-13:hover .pbmit-ihbox-svg-wrapper svg,
.themestek-ihbox-style-13:hover .themestek-ihbox-icon-wrapper svg{
	fill: var(--themestek-moversco-skincolor-dark);
}
.themestek-bgcolor-darkgrey .themestek-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg,
.themestek-bgcolor-skincolor .themestek-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg,
.themestek-bgcolor-darkgrey .themestek-ihbox-style-13 .themestek-ihbox-icon-wrapper svg,
.themestek-bgcolor-skincolor .themestek-ihbox-style-13 .themestek-ihbox-icon-wrapper svg{
	fill: #fff;
}
.themestek-bgcolor-skincolor .themestek-ihbox-style-13 .themestek-large-icon i:before{
	color: #fff;
}
.themestek-bgcolor-skincolor .themestek-ihbox-style-13 .themestek-cta3-content-wrapper{
	color: rgb(255 255 255 / 80%);
}
.themestek-bgcolor-skincolor-dark .themestek-ihbox-style-13 .themestek-large-icon i:before{
	color: #fff;
}
.themestek-bgcolor-skincolor-dark .themestek-ihbox-style-13 .themestek-cta3-content-wrapper{
	color: rgb(255 255 255 / 80%);
}
/*=== Responsive ===*/
@media (max-width: 767px){
	.themestek-ihbox-style-13 .themestek-large-icon i:before{
		font-size: 80px;
		line-height: 90px;
	}
	.themestek-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg,
	.themestek-ihbox-style-13 .themestek-ihbox-icon-wrapper svg{
		width: 80px;
		height: 80px;
	}
	.themestek-ihbox-style-13 .themestek-custom-heading{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 9px;
	}
	.themestek-ihbox-style-13 .themestek-ihbox-contents{
		padding-left: 30px;
	}
}