/*-------------- cspt-ihbox-style-9 ----------------*/
.cspt-ihbox-style-9 {
	position: relative;
	margin-bottom: 20px;
}
.cspt-ihbox-style-9 .cspt-ihbox-icon,
.cspt-ihbox-style-9 .cspt-ihbox-svg {
	padding-right: 20px;
}
.cspt-ihbox-style-9 .cspt-ihbox-icon-type-text,
.cspt-ihbox-style-9 .cspt-ihbox-icon-wrapper i{
	font-size: 40px;
	color: #fff;
}
.cspt-ihbox-style-9 .cspt-ihbox-icon-wrapper i{
	line-height: inherit;
}
.cspt-ihbox-style-9 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-9 .cspt-ihbox-svg-wrapper {
	height: 80px;
	width: 80px;
	line-height: 80px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	background-color: var(--cspt-greenly-global-color);
	box-shadow: 0px 0px 23.25px 1.75px rgba(var(--cspt-greenly-global-color-rgb), .30)!important;
}
.cspt-ihbox-style-9 .cspt-ihbox-icon-wrapper svg,
.cspt-ihbox-style-9 .cspt-ihbox-svg-wrapper svg {
	width: 40px;
	height: 40px;
	fill: #fff;
}
.cspt-ihbox-style-9:hover .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-9:hover .cspt-ihbox-svg-wrapper {
	box-shadow: 0px 0px 23.25px 1.75px rgba(var(--cspt-greenly-blackish-color-rgb), .30)!important;
}
.cspt-ihbox-style-9 .cspt-ihbox-icon-wrapper::before,
.cspt-ihbox-style-9 .cspt-ihbox-svg-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.cspt-ihbox-style-9:hover .cspt-ihbox-icon-wrapper::before,
.cspt-ihbox-style-9:hover .cspt-ihbox-svg-wrapper::before {
	transform: scale(1);
	z-index: -1;
}
.cspt-ihbox-style-9 h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}
.cspt-ihbox-style-9 .cspt-ihbox-content {
	font-size: 16px;
	line-height: 24px;
}
.cspt-ihbox-style-9:hover .cspt-ihbox-icon-wrapper::before,
.cspt-ihbox-style-9:hover .cspt-ihbox-svg-wrapper::before {
	background-color: var(--cspt-greenly-blackish-color);
}
@media (max-width: 414px) {
	.cspt-ihbox-style-9 .cspt-ihbox-headingicon {
		display: block!important;
	}
	.cspt-ihbox-style-9 .cspt-ihbox-icon {
		padding-right: 0px;
		padding-bottom: 20px;
	}
}