/*** tstk-ihbox-style-11***/
.tstk-ihbox-style-11 .tstk-ihbox-svg-wrapper,
.tstk-ihbox-style-11 .tstk-ihbox-icon-wrapper{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.tstk-ihbox-style-11 .tstk-ihbox-svg-wrapper,
.tstk-ihbox-style-11 .tstk-ihbox-icon-wrapper{
	position: relative;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: var(--tstk-industrey-global-color);
	background-color: var(--tstk-industrey-white-color);
}
.tstk-ihbox-style-11 .tstk-ihbox-icon-wrapper svg,
.tstk-ihbox-style-11 .tstk-ihbox-svg-wrapper svg{
	width: 20px;
	height: 20px;
	fill: var(--tstk-industrey-global-color);
}
.tstk-ihbox-style-11:hover .tstk-ihbox-svg-wrapper,
.tstk-ihbox-style-11:hover .tstk-ihbox-icon-wrapper{
	color: #fff;
	background-color: var(--tstk-industrey-secondary-color);
}
.tstk-ihbox-style-11:hover .tstk-ihbox-icon-wrapper svg,
.tstk-ihbox-style-11:hover .tstk-ihbox-svg-wrapper svg{
	fill: var(--tstk-industrey-white-color);
}
.tstk-ihbox-style-11 .tstk-ihbox-icon-wrapper::after,
.tstk-ihbox-style-11 .tstk-ihbox-svg-wrapper::after{
	content: "\e84d";
	font-family: 'themestek-base-icons';
}
.tstk-ihbox-style-11 .tstk-ihbox-icon-wrapper svg,
.tstk-ihbox-style-11 .tstk-ihbox-svg-wrapper svg,
.tstk-ihbox-style-11 .tstk-ihbox-icon-wrapper i{
	display: none;
}
.tstk-ihbox-style-11 .tstk-ihbox-contents{
	padding-left: 25px;
}
.tstk-ihbox-style-11 .tstk-element-title{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
}
.tstk-ihbox-style-11 .tstk-heading-desc{
	font-weight: 300;
}
.tstk-ihbox.tstk-ihbox-style-11{
	margin-bottom: 15px;
}
/*====== RTL ======*/
body.rtl .tstk-ihbox-style-11 .tstk-ihbox-contents{
	padding-left: 0px;
	padding-right: 25px;
}
body.rtl .tstk-ihbox-style-11 .tstk-element-title{
	font-size: 20px;
}