.pbmit-ihbox-style-25{
	transition: all 0.5s ease-in;
}
.pbmit-ihbox-style-25 .pbmit-ihbox-box{
	display: inline-block;
}
.pbmit-ihbox-style-25:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-25 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-25 .pbmit-ihbox-svg-wrapper{
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-xinterio-global-color);
	margin-bottom: 10px;
}
.pbmit-ihbox-style-25 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-25 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xinterio-global-color);
}
.pbmit-ihbox-style-25 .pbmit-element-subtitle{
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.5px;
	margin: 0 0 70px;
}
.pbmit-ihbox-style-25 .pbmit-element-title{
	font-size: 170px;
	line-height: 1;
	margin-bottom: 0;
	color: var(--pbmit-xinterio-global-color);
}
.pbmit-ihbox-style-25 .pbmit-heading-desc{
	font-size: 18px;
	line-height: 28px;
}
.pbmit-element-miconheading-style-25[data-nav="true"] .pbmit-element-inner{
	padding-bottom: 75px;
}
.pbmit-element-miconheading-style-25.pbminfotech-element .swiper-button-next,
.pbmit-element-miconheading-style-25.pbminfotech-element .swiper-button-prev{
	top: inherit;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background-color: transparent;
	color: var(--pbmit-xinterio-blackish-color);
	border: 1px solid rgba(var(--pbmit-xinterio-blackish-color-rgb), .1);
}
.rtl .pbmit-element-miconheading-style-25.pbminfotech-element .swiper-button-next,
.rtl .pbmit-element-miconheading-style-25.pbminfotech-element .swiper-button-prev{
	right: 0;
	left: inherit;
}
.pbmit-element-miconheading-style-25.pbminfotech-element .swiper-button-next:hover,
.pbmit-element-miconheading-style-25.pbminfotech-element .swiper-button-prev:hover{
	color: var(--pbmit-xinterio-white-color);
	background-color: var(--pbmit-xinterio-global-color);
}
.pbmit-element-miconheading-style-25.pbminfotech-element .swiper-button-next{
	left: 70px;
	right: inherit;
}
.rtl .pbmit-element-miconheading-style-25.pbminfotech-element .swiper-button-next{
	right: 70px;
	left: inherit;
}
/*=== Responsive ===*/
@media(max-width: 575px){
	.pbmit-ihbox-style-25 .pbmit-element-title{
		font-size: 100px;
	}
	.pbmit-ihbox-style-25 .pbmit-element-subtitle{
		margin-bottom: 40px;
	}
}