.pbmit-ihbox-style-7,
.pbmit-ihbox-style-7 .pbmit-ihbox-box,
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
	padding: 45px 35px;
	border-radius: 30px;
	background: var(--pbmit-yoge-white-color);
	border-radius: 30px;
	position: relative;
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
	content: '';
    position: absolute;
    width: 119px;
    height: 112px;
	top: auto;
	left: auto;
    bottom: -1px;
    right: -1px;
	z-index: 1;
    background-color: var(--pbmit-yoge-light-bg-color);
    -webkit-mask: url(../../images/shape-bottom.png) no-repeat;
    mask: url(../../images/shape-bottom.png) no-repeat;
}
.pbmit-ihbox-style-7{
	position: relative;
}
.pbmit-ihbox-style-7:hover{
	transform: translate(0, -10px);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon{
	margin-right: 15px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-yoge-light-bg-color);
	border-radius: 50%;
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-icon{
	font-size: 45px;
	line-height: 45px;
	color: var(--pbmit-yoge-blackish-color);
	margin-top: 5px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-yoge-blackish-color);
}
.pbmit-ihbox-style-7 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper{
	padding-top: 25px;
	margin-top: 25px;
	padding-right: 35px;
	border-top: 1px solid rgba(var(--pbmit-yoge-blackish-color-rgb), .1);
	position: relative;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgba(var(--pbmit-yoge-blackish-color-rgb), .6);
}
.pbmit-ihbox-style-7:hover .pbmit-content-wrapper::before{
	width: 100%;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number {
	position: absolute;
	font-size: 14px;
	line-height: 36px;
	bottom: 0;
	right: 0;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--pbmit-yoge-blackish-color);
	background-color: var(--pbmit-yoge-white-color);
	z-index: 2;
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-box-number {
	background-color: var(--pbmit-yoge-blackish-color);
	color: var(--pbmit-yoge-white-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
	line-height: 40px;
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-box {
	background-color: var(--pbmit-yoge-light-bg-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
    background-color: var(--pbmit-yoge-blackish-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-7 .pbmit-ihbox-box::before,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
    background-color: var(--pbmit-yoge-global-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
    background-color: var(--pbmit-yoge-secondary-color);
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
    background-color: var(--pbmit-yoge-white-color);
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper,
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper{
	background-color: var(--pbmit-yoge-white-color);
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-box-number {
	background-color: var(--pbmit-yoge-light-bg-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-7:hover .pbmit-ihbox-box-number {
	color: var(--pbmit-yoge-blackish-color);
	background-color: var(--pbmit-yoge-light-bg-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn{
	margin-top: 30px;
	display: inline-block;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a{
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	padding: 21px 35px;
	border: 1px solid var(--pbmit-yoge-blackish-color);
	color: var(--pbmit-yoge-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-yoge-blackish-color);
	color: var(--pbmit-yoge-white-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
@media(max-width:1250px){
	.pbmit-ihbox-style-7 .pbmit-element-title {
		font-size: 22px;
		line-height: 26px;
	}
}