.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-blackish-color);
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation-name: pbmit_rotate;
    -moz-animation-name: pbmit_rotate;
    -ms-animation-name: pbmit_rotate;
    -o-animation-name: pbmit_rotate;
    animation-name: pbmit_rotate;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -ms-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
}
@-webkit-keyframes pbmit_rotate {
from { -webkit-transform: rotate(0); }
to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes pbmit_rotate {
from { -moz-transform: rotate(0); }
to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes pbmit_rotate {
from { -ms-transform: rotate(0); }
to { -ms-transform: rotate(360deg); }
}
@-o-keyframes pbmit_rotate {
from { -o-transform: rotate(0); }
to { -o-transform: rotate(360deg); }
}
@keyframes pbmit_rotate {
from { transform: rotate(0); }
to { transform: rotate(360deg); }
}

.pbmit-ihbox-style-4 .pbmit-icon-wrapper i {
    font-size: 50px;
    color: var(--pbmit-attorly-blackish-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,
.pbmit-elementor-bg-color-blackish .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,
.pbmit-elementor-bg-color-blackish .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,
.pbmit-elementor-bg-color-light .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,
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-4 .pbmit-icon-wrapper i {
    color: var(--pbmit-attorly-blackish-color);
}