/*-------------- cspt-ihbox-style-2 ----------------*/
.cspt-ihbox-style-2 .cspt-ihbox-svg-wrapper,
.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper {
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cspt-ihbox-style-2 {
	position: relative;
	margin-bottom: 20px;
	padding-right: 20px;
}
.cspt-ihbox-style-2 .cspt-ihbox-contents,
.cspt-ihbox-style-2 * {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.cspt-ihbox-style-2 .cspt-ihbox-icon,
.cspt-ihbox-style-2 .cspt-ihbox-svg {
	padding-right: 30px;
	padding-top: 5px;
}
.cspt-text-color-white .cspt-ihbox-style-2 .cspt-ihbox-icon i {
	color: rgba(255, 255, 255, 0.8);
}
.cspt-ihbox-style-2 .cspt-ihbox-icon-type-text,
.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper i{
	font-size: 30px;
}
.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-2 .cspt-ihbox-svg-wrapper {
	height: 65px;
	width: 65px;
	line-height: 65px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: #222;
	box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}
.cspt-ihbox-style-2:hover .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image,
.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image {
	background-color: transparent !important;
}
.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper svg,
.cspt-ihbox-style-2 .cspt-ihbox-svg-wrapper svg {
	width: 30px;
	height: 30px;
	fill:#fff;
}
.cspt-text-color-white .cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper svg,
.cspt-text-color-white .cspt-ihbox-style-2 .cspt-ihbox-svg-wrapper svg{
	fill: rgba(255, 255, 255, 0.8);
}
.cspt-ihbox-style-2 h2 {
	font-size: 19px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 0;
}
.cspt-ihbox-style-2 h4 {
	font-size: 16px;
	line-height: 26px;
}
.cspt-ihbox-style-2:hover .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-2:hover .cspt-ihbox-svg-wrapper {
	background-color: var(--cspt-greenly-global-color);
}
.cspt-ihbox-style-2-two .cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-2-two .cspt-ihbox-style-2 .cspt-ihbox-svg-wrapper{
	height: 58px;
	width: 58px;
	font-size: 24px;
	line-height: 58px;
}
.cspt-bg-color-globalcolor .cspt-ihbox-style-2-two .cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper,
.cspt-bg-color-globalcolor .cspt-ihbox-style-2-two .cspt-ihbox-style-2 .cspt-ihbox-svg-wrapper,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-2-two .cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-2-two .cspt-ihbox-style-2 .cspt-ihbox-svg-wrapper {
	background-color: var(--cspt-greenly-white-color);
	color: var(--cspt-greenly-blackish-color);
}
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-2-two .cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper svg,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-2-two .cspt-ihbox-style-2 .cspt-ihbox-svg-wrapper svg{
	fill: var(--cspt-greenly-blackish-color);
}
.cspt-bg-color-globalcolor .cspt-ihbox-style-2 .cspt-ihbox-icon i {
	color: var(--cspt-greenly-blackish-color) !important;
}
.cspt-bg-color-globalcolor .cspt-ihbox-style-2-two .cspt-ihbox-style-2 h2,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-2-two .cspt-ihbox-style-2 h2 {
	color: var(--cspt-greenly-white-color);
}
.cspt-ihbox-style-2-two .cspt-ihbox-headingicon.d-flex {
	align-items: center;
}
.cspt-ihbox-style-2-two .cspt-ihbox-style-2 {
	margin-bottom: 0px;
}
.cspt-ihbox-style-2-two .cspt-ihbox-style-2 .cspt-ihbox-contents {
	padding-top: 0;
}
.cspt-ihbox-style-2-two .cspt-ihbox-style-2 .cspt-ihbox-icon,
.cspt-ihbox-style-2-two .cspt-ihbox-style-2 .cspt-ihbox-svg {
	padding-right: 15px;
}
.cspt-ihbox-style-2-two .cspt-ihbox-style-2 h2 {
	font-size: 22px;
	line-height: 26x;
	font-weight: 500;
}
/*--- Responsive ---*/
@media (min-width: 1200px) {
	.cspt-ihbox-style-2 .cspt-ihbox-contents {
		padding-top: 15px;
	}
}