/*=== pbmit-icon-heading-style-8 ===*/
.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0px;
	color: var(--pbmit-gyim-white-color);
}
.pbmit-text-color-blackish .pbmit-ihbox-style-8 .pbmit-element-title {
	color: var(--pbmit-gyim-blackish-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-8 .pbmit-icon-wrapper {
	font-size: 100px;
	line-height: 100px;
	color: var(--pbmit-gyim-global-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg {
	width: 100px;
    height: 100px;
    line-height: 100px;
	fill: var(--pbmit-gyim-global-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image {
    display: inline-block;
    margin-bottom: 10px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image img {
	height: 120px;
	width: 120px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon {
	margin-bottom: 15px;
}
.pbmit-ihbox-style-8 .pbmit-heading-desc {
	margin: 5px 0 0;
}
.pbmit-text-color-blackish .pbmit-ihbox-style-8 .pbmit-heading-desc {
    color: rgba(var(--pbmit-gyim-blackish-color-rgb), 0.7);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text {
	font-weight: 900 !important;
	-webkit-text-size-adjust: 0%;
    overflow: visible!important;
	-webkit-text-stroke: 1px var(--pbmit-gyim-global-color);
    color: transparent;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper .pbmit-icon-type-icon,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper {
	-webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper .pbmit-icon-type-icon,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg-wrapper  {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.pbmit-miconheading-style-8.pbmit-ele-miconheading {
    padding-right: 35px!important;
	position: relative;
}
.pbmit-miconheading-style-8.pbmit-ele-miconheading::after {
	content: url(../../images/arrow-01.png);
    position: absolute;
    top: 23px;
    right: 0;
    opacity: 0.06;
}
.pbmit-text-color-blackish .pbmit-miconheading-style-8.pbmit-ele-miconheading::after {
	-webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
body.rtl .pbmit-miconheading-style-8.pbmit-ele-miconheading::after {
	left: 0;
	right: inherit;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1); 
	transform: scaleX(-1);
}
.pbmit-miconheading-style-8.pbmit-ele-miconheading:last-child::after {
	display: none;
}
.pbmit-ihbox-style-8 .pbmit-element-heading,
.pbmit-ihbox-style-8 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--pbmit-gyim-global-color);
}
.pbmit-text-color-blackish .pbmit-ihbox-style-8 .pbmit-element-heading,
.pbmit-text-color-blackish .pbmit-ihbox-style-8 .pbmit-element-subtitle {
	color: rgba(var(--pbmit-gyim-blackish-color-rgb), 0.5);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-btn a {
	margin-top: 15px;
	display: block;
	color: var(--pbmit-gyim-white-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-btn a:hover {
	color: var(--pbmit-gyim-global-color);
}
.pbmit-text-color-blackish .pbmit-ihbox-style-8 .pbmit-ihbox-btn a {
	color: var(--pbmit-gyim-blackish-color);
}
.pbmit-text-color-blackish .pbmit-ihbox-style-8 .pbmit-ihbox-btn a:hover {
	color: rgba(var(--pbmit-gyim-blackish-color-rgb), 0.5);
}

/*=== Responsive ===*/
@media(max-width: 1200px) and (min-width: 1025px) {
	.pbmit-miconheading-style-8.pbmit-ele-miconheading::after {
		display: none;
	}
}

@media(max-width: 991px) and (min-width: 768px) {
	.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text {
		font-size: 90px;
	}
}

@media(max-width: 767px) {
	.pbmit-miconheading-style-8.pbmit-ele-miconheading:after {
		display: none;
	}
}