/*=== pbmit-ihbox-style-1 ===*/
.pbmit-ihbox-style-1 .pbmit-ihbox-box {
	position: relative;
	width: 125px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	height: auto;
	width: auto;
	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-1 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
	height: 75px;
	width: 75px;
	line-height: 75px;
	text-align: center;
	vertical-align: middle;
	background-color: var(--pbmit-gyim-global-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-box,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image {
	background-color: transparent;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image img {
	width: 100%;
	height: 100%;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-box text {
	font-size: 20px;
    letter-spacing: 9px;
    font-weight: 700;
    text-transform: uppercase;
    fill: var(--pbmit-gyim-white-color);
    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-1 .pbmit-ihbox-box text {
	fill: var(--pbmit-gyim-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-1 .pbmit-icon-wrapper {
	color: var(--pbmit-gyim-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-icon-wrapper {
	font-size: 40px;
	line-height: 85px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-gyim-blackish-color);
    width: 20px;
    height: 20px;
    line-height: 20px;
}
body.rtl .pbmit-ihbox-style-1 .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-1 .pbmit-ihbox-btn a {
	margin-top: 20px;
	display: block;
}
.pbmit-ihbox-style-1 svg line {
    fill: none;
    stroke: var(--pbmit-gyim-blackish-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}	
.pbmit-ihbox-style-1 svg line:not(:first-child) {
    stroke-linecap: square;
}
.pbmit-ihbox-style-1 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-1 svg line:nth-child(2),
.pbmit-ihbox-style-1 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-1:hover svg line {
    stroke-dashoffset: 0;
}
.pbmit-ihbox-style-1 .pbmit-element-heading,
.pbmit-ihbox-style-1 .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-1 .pbmit-element-heading,
.pbmit-text-color-blackish .pbmit-ihbox-style-1 .pbmit-element-subtitle {
	color: rgba(var(--pbmit-gyim-blackish-color-rgb), 0.5);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-headingicon-inner {
	margin-top: 20px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-wrap-link {
    color: #d9e2ef;
}
.pbmit-text-color-blackish .pbmit-ihbox-style-1 .pbmit-ihbox-wrap-link {
    color: var(--pbmit-gyim-blackish-color);
}