/*-------------- cspt-ihbox-style-13 ----------------*/

.cspt-ihbox-style-13 .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-13 {
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px;
}
.cspt-ihbox-style-13 .cspt-ihbox-contents,
.cspt-ihbox-style-13 * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.cspt-ihbox-style-13 .cspt-ihbox-icon,
.cspt-ihbox-style-13 .cspt-ihbox-svg {
    padding-right: 30px;
    padding-top: 5px;
}
.cspt-text-color-white .cspt-ihbox-style-13 .cspt-ihbox-icon i {
    color: rgba(255, 255, 255, 0.8);
}
.cspt-ihbox-style-13 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-13 .cspt-ihbox-svg-wrapper {
    height: 80px;
    width: 80px;
    font-size: 50px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #222;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}
.cspt-ihbox-style-13:hover .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image,
.cspt-ihbox-style-13 .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image {
	background-color: transparent !important;
	box-shadow: none;
}
.cspt-bg-color-blackish .cspt-ihbox-style-13 .cspt-ihbox-icon-wrapper,
.cspt-bg-color-blackish .cspt-ihbox-style-13 .cspt-ihbox-svg-wrapper,
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-13 .cspt-ihbox-icon-wrapper,
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-13 .cspt-ihbox-svg-wrapper {
	background-color: var(--cspt-greenly-white-color);
	color: var(--cspt-greenly-global-color);
}
.cspt-text-color-white .cspt-ihbox-style-13 .cspt-ihbox-icon i {
	color: var(--cspt-greenly-global-color) !important;	
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-13 .cspt-ihbox-svg-wrapper svg {
	fill: var(--cspt-greenly-blackish-color);
}
.cspt-ihbox-style-13 .cspt-ihbox-svg-wrapper svg {
	width: 30px;
	height: auto;
	margin-bottom: 5px;
}
.cspt-ihbox-style-13 .cspt-ihbox-svg-wrapper {
	fill: #fff;
}
.cspt-ihbox-style-13 .cspt-ihbox-headingicon.d-flex {
	align-items: center;
}
.cspt-ihbox-style-13 h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0;
}

.cspt-elementor-bg-color-blackish .cspt-ihbox-style-13 h2,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-13 h4,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-13 h2 {
	color: var(--cspt-greenly-white-color);
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-13 h4 {
	color: #CFD1D7;
}
.cspt-ihbox-style-13 h4 {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 0;
}

/*--- Responsive ---*/
@media (min-width: 1200px) {
    .cspt-ihbox-style-13 .cspt-ihbox-contents {
        padding-top: 15px;
    }
}