/*** cspt-ihbox-style-30 ***/
.cspt-ihbox-style-30.cspt-ihbox h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}
.cspt-ihbox-style-30.cspt-ihbox h4 {
	font-size: 20px;
    line-height: 26px;
	margin-bottom: 12px;
}
.cspt-ihbox-style-30 .cspt-ihbox-content {
	
}
.cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper svg,
.cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-30 .cspt-ihbox-svg-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-30 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-30 .cspt-ihbox-svg-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--cspt-emphires-light-bg-color);
	color: var(--cspt-emphires-blackish-color);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 16px;
}
.cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image {
	width: 100px;
	height: 80px;
	border-radius: 7px;
}
.cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper svg,
.cspt-ihbox-style-30 .cspt-ihbox-svg-wrapper {
	fill: var(--cspt-emphires-secondary-color);
}
.cspt-ihbox-style-30:hover .cspt-ihbox-icon-wrapper svg,
.cspt-ihbox-style-30:hover .cspt-ihbox-svg-wrapper {
	fill: var(--cspt-emphires-global-color);
}

.cspt-elementor-bg-color-gradient .cspt-ihbox-style-30.cspt-ihbox h2,
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-30.cspt-ihbox h4 {
	color: var(--cspt-emphires-white-color);
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-30.cspt-ihbox .cspt-ihbox-content,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-30.cspt-ihbox .cspt-ihbox-content,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-30.cspt-ihbox .cspt-ihbox-content,
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-30.cspt-ihbox .cspt-ihbox-content {
	color: rgba(var(--cspt-emphires-white-color-rgb), 0.8);
}
.cspt-style30-about .cspt-ihbox-style-30 .cspt-ihbox-box{
    display: flex !important;
    gap: 20px;
}
.cspt-style30-about .creativesplanet-element-viewtype-carousel.cspt-element-miconheading-style-30 .owl-carousel button.owl-dot.active,
.cspt-style30-about .creativesplanet-element-viewtype-carousel.cspt-element-miconheading-style-30 .owl-carousel button.owl-dot {
    height: 8px;
    width: 8px;
}
.cspt-style30-about .creativesplanet-element-viewtype-carousel.cspt-element-miconheading-style-30 .owl-carousel .owl-dots {
    text-align: left;
    margin: 30px 0 0 80px;
}