/* Icon Heading Style 1 */
/*** tstk-ihbox-style-1 ***/
.tstk-ihbox-style-1{
	position: relative;
	padding: 70px 60px 55px 60px;
	transform: translateY(0);
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.tstk-element-miconheading-style-1::before{
	content: '';
	position: absolute;
	left: -219px;
	top: 0;
	height: 100%;
	width: 220px;
	background-color: var(--tstk-industrey-secondary-color);
	z-index: 0;
}
.tstk-element-miconheading-style-1{
	width: auto;
	background-color: var(--tstk-industrey-secondary-color);
	border-radius: 0px 50px 0px 0px;
}
.tstk-element-miconheading-style-1.themestek-element-viewtype-carousel[data-columns="1"]{
	width: 435px;
}
.tstk-ihbox-style-1{
	position: relative;
	overflow: hidden;
	background-color: var(--tstk-industrey-secondary-color);
	border-radius: 0 50px 0 0;
}
.tstk-ihbox-style-1 .tstk-ihbox-icon-wrapper{
	font-size: 90px;
	line-height: 90px;
	color: #fff;
}
.tstk-ihbox-style-1 .tstk-ihbox-icon-wrapper svg,
.tstk-ihbox-style-1 .tstk-ihbox-svg-wrapper svg{
	width: 90px;
	height: 90px;
	fill: #fff;
}
.tstk-ihbox-style-1 .tstk-ihbox-contents{
	padding-left: 10px;
}
.tstk-ihbox-style-1 .tstk-element-title{
	font-size: 36px;
	line-height: 37px;
	margin-bottom: 0;
	font-weight: 400;
	color: #fff;
}
.tstk-ihbox-style-1 .tstk-ihbox-overlay .tstk-ihbox-svg-wrapper,
.tstk-ihbox-style-1 .tstk-ihbox-overlay .tstk-ihbox-icon-wrapper{
	position: absolute;
	right: -33px;
	top: 0;
	color: rgb(255 255 255 / 10%);
	z-index: -1;
}
.tstk-ihbox-style-1 .tstk-ihbox-overlay .tstk-ihbox-icon-wrapper{
	font-size: 280px;
	line-height: 280px;
}
.tstk-ihbox-style-1 .tstk-ihbox-overlay .tstk-ihbox-icon-wrapper svg,
.tstk-ihbox-style-1 .tstk-ihbox-overlay .tstk-ihbox-svg-wrapper svg{
	width: 280px;
	height: 280px;
	fill: rgb(255 255 255 / 10%);
}
.tstk-ihbox-style-1:hover .tstk-ihbox-svg-wrapper,
.tstk-ihbox-style-1:hover .tstk-ihbox-icon-wrapper{
	-ms-transform: rotateY(-360deg);
	-webkit-transform: rotateY(-360deg);
	transform: rotateY(-360deg);
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.tstk-element-miconheading-style-1.themestek-element-viewtype-carousel .owl-carousel .owl-dots{
	left: inherit;
	right: 0;
}
.tstk-element-miconheading-style-1.themestek-element-viewtype-carousel .owl-carousel .owl-dots{
	position: absolute;
	left: 0px;
	top: 30px;
	width: 30px;
}
.tstk-element-miconheading-style-1.themestek-element-viewtype-carousel .owl-carousel button.owl-dot{
	background-color: #595858;
}
.tstk-ihbox-style-1 .tstk-element-subtitle{
	color: rgba(255,255,255,0.6);
}
.tstk-ihbox-style-1 .tstk-ihbox-btn a{
	color: #fff;
}
.tstk-ihbox-style-1 .tstk-ihbox-btn a:hover{
	color: var(--tstk-industrey-link-color-hover);
}
@media (max-width: 575px){
	.tstk-element-miconheading-style-1.themestek-element-viewtype-carousel .owl-carousel .owl-dots{
		display: none;
	}
	.tstk-ihbox-style-1{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 540px){
	.tstk-element-miconheading-style-1.themestek-element-viewtype-carousel[data-columns="1"]{
		width: auto;
		margin-right: 10px;
	}
}
/*===== RTL =====*/
body.rtl .tstk-ihbox-style-1 .tstk-element-title{
	font-size: 28px;
}
body.rtl .tstk-element-miconheading-style-1::before{
	left: inherit;
	right: -219px;
}
body.rtl .tstk-element-miconheading-style-1{
	border-radius: 50px 0 0 0;
}
body.rtl .tstk-ihbox-style-1 .tstk-ihbox-contents{
	padding-left: 0;
	padding-right: 10px;
}
body.rtl .tstk-ihbox-style-1 .tstk-ihbox-overlay .tstk-ihbox-svg-wrapper,
body.rtl .tstk-ihbox-style-1 .tstk-ihbox-overlay .tstk-ihbox-icon-wrapper{
	left: -33px;
	right: inherit;
}
@media (max-width: 540px){
	body.rtl .tstk-element-miconheading-style-1{
		margin-left: 10px;
		margin-right: 0px;
	}
}