/*=== pbmit-ihbox-style-3 ===*/
.pbmit-ihbox-style-3 .pbmit-ihbox-box {
	position: relative;
	width: 140px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-box text {
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 300!important;
	fill: rgba(var(--pbmit-gyim-white-color-rgb), 0.7);
	transform-origin: 50% 50% 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation: spin 15s linear infinite;
	-moz-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite;
}
.pbmit-text-color-blackish .pbmit-ihbox-style-3 .pbmit-ihbox-box text {
	fill: rgba(var(--pbmit-gyim-blackish-color-rgb), 0.7);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-box text tspan {
	font-size: 50px;
	fill: var(--pbmit-gyim-global-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-3 .pbmit-icon-wrapper {
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-gyim-global-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-box,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image img {
    width: 65px;
    height: 65px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-gyim-global-color);
    width: 20px;
    height: 20px;
    line-height: 20px;
}
body.rtl .pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn a {
	margin-top: 15px;
	display: block;
	color: var(--pbmit-gyim-white-color);
}
.pbmit-text-color-blackish .pbmit-ihbox-style-3 .pbmit-ihbox-btn a {
	color: var(--pbmit-gyim-blackish-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn a:hover {
	color: var(--pbmit-gyim-global-color);
}
.pbmit-text-color-blackish .pbmit-ihbox-style-3 .pbmit-ihbox-btn a:hover {
	color: rgba(var(--pbmit-gyim-blackish-color-rgb), 0.5);
}
.pbmit-ihbox-style-3 svg line {
    fill: none;
    stroke: var(--pbmit-gyim-global-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.pbmit-ihbox-style-3 svg line:not(:first-child) {
    stroke-linecap: square;
}
.pbmit-ihbox-style-3 svg line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}
.pbmit-ihbox-style-3 svg line:nth-child(2),
.pbmit-ihbox-style-3 svg line:nth-child(3) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}
.pbmit-ihbox-style-3:hover svg line {
    stroke-dashoffset: 0;
}
.pbmit-ihbox-style-3 .pbmit-element-heading,
.pbmit-ihbox-style-3 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--pbmit-gyim-global-color);
}
.pbmit-text-color-blackish .pbmit-ihbox-style-3 .pbmit-element-heading,
.pbmit-text-color-blackish .pbmit-ihbox-style-3 .pbmit-element-subtitle {
	color: rgba(var(--pbmit-gyim-blackish-color-rgb), 0.5);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-headingicon-inner {
	margin-top: 20px;
}