.themestek-ihbox-style-14{
    position: relative;
}
.themestek-ihbox-style-14 .themestek-ihbox-inner {
    display: flex;
	align-items: center;
}
.themestek-ihbox-style-14 .pbmit-ihbox-svg-wrapper,
.themestek-ihbox-style-14 .themestek-ihbox-icon-wrapper{
	width: 112px;
    height: 112px;
    line-height: 100px;
    font-size: 20px;
    border: 8px solid #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.themestek-ihbox-style-14 .themestek-ihbox-icon .themestek-ihbox-icon-wrapper svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}
.themestek-ihbox-style-14 .themestek-large-icon i:before{
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.themestek-ihbox-style-14 .pbmit-ihbox-svg-wrapper svg {
    width: 50px;
	fill: #fff;
}
.themestek-ihbox-style-14 .themestek-ihbox-contents {
    padding-left: 25px;
}
.themestek-ihbox-style-14 .themestek-custom-heading{
	font-size: 24px;
    line-height: 32px;
    margin-bottom: 11px;
	font-weight: 500!important;
	color: #fff;
	text-decoration: underline;
}
.themestek-ihbox-style-14:hover .pbmit-ihbox-svg-wrapper svg {
	fill: var(--themestek-moversco-skincolor-dark);
}
.themestek-bgcolor-skincolor .themestek-ihbox-style-14 .themestek-large-icon i:before {
	color: #fff;
}
.themestek-bgcolor-skincolor .themestek-ihbox-style-14 .themestek-cta3-content-wrapper {
	color: rgb(255 255 255 / 80%);
}
.themestek-bgcolor-skincolor-dark .themestek-ihbox-style-14 .themestek-large-icon i:before {
	color: #fff;
}
.themestek-bgcolor-skincolor-dark .themestek-ihbox-style-14 .themestek-cta3-content-wrapper {
	color: rgb(255 255 255 / 80%);
}

@media (max-width: 1200px) {
	.themestek-ihbox-style-14 .themestek-custom-heading br {
		display: block;
	}
}