.pbmit-ihbox-style-4 {
    width: 175px;
    position: relative;
    border-radius: 50%;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon,
.pbmit-ihbox-style-4 .pbmit-ihbox-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-box text {
    fill: var(--pbmit-attorly-white-color);
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
}
.pbmit-ihbox-style-4 .pbmit-icon-wrapper i {
    font-size: 50px;
    color: var(--pbmit-attorly-white-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-attorly-white-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-headingicon-inner {
    position: absolute;
    right: -90px;
    top: 0;
    color: var(--pbmit-attorly-blackish-color);
}
.pbmit-ihbox-white .pbmit-ihbox-style-4 .pbmit-icon-wrapper i,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-4 .pbmit-icon-wrapper i {
    color: var(--pbmit-attorly-white-color);
}
.pbmit-ihbox-white .pbmit-ihbox-style-4 .pbmit-ihbox-box text,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-4 .pbmit-ihbox-box text {
    fill: var(--pbmit-attorly-white-color);
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-4 .pbmit-ihbox-box text {
    fill: var(--pbmit-attorly-blackish-color);
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-4 .pbmit-icon-wrapper i {
    color: var(--pbmit-attorly-blackish-color);
}