body {
	counter-reset: pbmitbox1 pbmitbox2 pbmitbox3 pbmitbox4;
	background-color: var(--pbmit-light-color);
}

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading {
	margin-bottom: 50px;
	margin-top: 60px;
	position: relative;
}

.pbmit-heading-subheading .pbmit-subtitle {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .5px;
	text-transform: capitalize;
	font-style: normal;
	position: relative;
	display: inline-block;
	padding: 4px 25px 4px 25px;
	border-radius: 30px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

.pbmit-heading-subheading .pbmit-title {
	font-size: 55px;
	line-height: 60px;
	letter-spacing: 0;
	text-transform: none;
	font-style: normal;
}

.pbmit-heading-subheading .pbmit-heading-desc {
	margin: 25px 0 15px 0;
}

.pbmit-text-color-white .pbmit-heading-subheading .pbmit-title {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-white .pbmit-heading-subheading .pbmit-subtitle {
	background-color: var(--pbmit-light-color);
}

.pbmit-bg-color-secondary .pbmit-heading-desc {
	color: rgba(var(--pbmit-white-color-rgb), .8);
}

.pbmit-heading-subheading-style-2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pbmit-heading-subheading-style-2 .pbmit-hs-left,
.pbmit-heading-subheading-style-2 .pbmit-hs-right {
	flex: 1 1 0%;
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1 .pbmit-ihbox-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg {
	margin-right: 25px;
}

.pbmit-ihbox-style-1 .pbmit-icon-type-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	font-size: 50px;
	line-height: 50px;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image img {
	width: 80px;
	height: auto;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon .pbmit-icon-type-icon svg {
	width: 50px;
	height: 50px;
}

.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}

.pbmit-ihbox-style-1 .pbmit-element-title span {
	border-bottom: 1px solid var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-contents {
	transition: all 0.3s ease-in;
}

.pbmit-ihbox-style-1:hover .pbmit-ihbox-contents {
	transform: translate(1.5%, 0);
}

.pbmit-ihbox-style-1 .pbmit-element-subtitle {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}

/** Style 2 **/
.pbmit-miconheading-style-2 {
	margin-bottom: 30px;
}

.pbmit-ihbox-style-2,
.pbmit-ihbox-style-2 .pbmit-element-heading,
.pbmit-ihbox-style-2.pbmit-ihbox .pbmit-element-title a,
.pbmit-ihbox-style-2.pbmit-ihbox .pbmit-element-subtitle a,
.pbmit-ihbox-style-2 .pbmit-element-title,
.pbmit-ihbox-style-2 .pbmit-element-subtitle,
.pbmit-ihbox-style-2 .pbmit-heading-desc,
.pbmit-ihbox-style-2 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-2 .pbmit-ihbox-contents {
	transition: all 0.4s ease-in-out;
}

.pbmit-ihbox-style-2 {
	padding: 40px;
	border-radius: 30px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	transition: all 0.3s ease-in-out;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-contents {
	padding-bottom: 38px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.pbmit-ihbox-style-2 .pbmit-element-heading,
.pbmit-ihbox-style-2 .pbmit-element-title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper {
	height: 80px;
	width: 80px;
	font-size: 48px;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-secondary-color);
	transition: all .3s ease-out 0s;
	z-index: 1;
}

.pbmit-ihbox-style-2 .pbmit-element-subtitle {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-svg {
	font-size: 15px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pbmit-mihbox-hover-active.pbmit-miconheading-style-2 .pbmit-ihbox-style-2 {
	background-color: var(--pbmit-white-color);
	border-color: var(--pbmit-white-color);
}

.pbmit-mihbox-hover-active.pbmit-miconheading-style-2 .pbmit-ihbox-style-2 .pbmit-element-heading,
.pbmit-mihbox-hover-active.pbmit-miconheading-style-2 .pbmit-ihbox-style-2.pbmit-ihbox .pbmit-element-title a,
.pbmit-mihbox-hover-active.pbmit-miconheading-style-2 .pbmit-ihbox-style-2.pbmit-ihbox .pbmit-element-subtitle a,
.pbmit-mihbox-hover-active.pbmit-miconheading-style-2 .pbmit-ihbox-style-2 .pbmit-element-title,
.pbmit-mihbox-hover-active.pbmit-miconheading-style-2 .pbmit-ihbox-style-2 .pbmit-element-subtitle,
.pbmit-mihbox-hover-active.pbmit-miconheading-style-2 .pbmit-ihbox-style-2 .pbmit-heading-desc,
.pbmit-mihbox-hover-active.pbmit-miconheading-style-2 .pbmit-ihbox-style-2 .pbmit-ihbox-box-number {
	color: var(--pbmit-blackish-color);
}

.pbmit-mihbox-hover-active.pbmit-miconheading-style-2 .pbmit-ihbox-style-2 .pbmit-ihbox-contents {
	border-color: rgba(var(--pbmit-blackish-color-rgb), .1);
}

/** Style 3 **/
.pbmit-ihbox-style-3 .pbmin-lightbox-video {
	position: relative;
	margin-left: 25px;
	display: inline-block;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-headingicon {
	justify-content: end;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	font-size: 50px;
	line-height: 35px;
	position: relative;
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-3.pbmit-ihbox .pbmit-icon-type-icon svg {
	fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon .pbmit-icon-type-icon::before,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper::before,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon .pbmit-icon-type-icon::after,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 8px solid rgba(var(--pbmit-white-color-rgb), .5);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon .pbmit-icon-type-icon::before,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper::before {
	-webkit-animation: pulse-border 1s linear infinite;
	-moz-animation: pulse-border 1s linear infinite;
	-o-animation: pulse-border 1s linear infinite;
	animation: pulse-border 1s linear infinite;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon .pbmit-icon-type-icon::after,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper::after {
	-webkit-animation: pulse-border-2 1.5s linear infinite;
	-moz-animation: pulse-border-2 1.5s linear infinite;
	-o-animation: pulse-border-2 1.5s linear infinite;
	animation: pulse-border-2 1.5s linear infinite;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-text {
	position: inherit;
	transform: none;
	font-size: 50px;
	line-height: 50px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
	position: inherit;
	transform: none;
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
}

.pbmit-ihbox-style-3 .pbmit-feature-wrapper-img .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image {
	width: 170px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image img {
	border-radius: 20px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-contents {
	text-align: end;
}

.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
	transition: all 0.6s ease-in-out;
}

.pbmit-ihbox-style-3 .pbmit-element-subtitle {
	font-size: 18px;
	line-height: 22px;
}

@keyframes pulse-border {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border-2 {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

/** Style 4 **/
.pbmit-ihbox-style-4 .pbmit-element-title {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 0;
}

.pbmit-ihbox-style-4 .pbmit-element-subtitle,
.pbmit-ihbox-style-4 .pbmit-element-heading {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

.pbmit-ihbox-style-4 .pbmit-icon-type-icon,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-secondary-color);
	margin-bottom: 12px;
	transition: all 0.3s ease-in-out;
}

.pbmit-ihbox-style-4:hover .pbmit-icon-type-icon,
.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-text {
	transform: translate(0, -5px);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-svg {
	font-size: 15px;
	margin-bottom: 20px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 50px;
	margin-bottom: 30px;
	object-fit: cover;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon .pbmit-icon-type-icon svg {
	height: 70px;
	width: 70px;
	fill: var(--pbmit-secondary-color);
}

/** Style 5 **/
.pbmit-ihbox-style-5,
.pbmit-ihbox-style-5 .pbmit-icon-type-icon,
.pbmit-ihbox-style-5 .pbmit-ihbox-contents,
.pbmit-ihbox-style-5.pbmit-ihbox .pbmit-ihbox-icon-wrapper svg {
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pbmit-ihbox-style-5 .pbmit-icon-type-icon {
	position: relative;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-box .pbmit-ihbox-contents {
	flex: 1;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper {
	height: 110px;
	width: 110px;
	line-height: 40px;
	font-size: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin-right: 30px;
	color: #fff;
	background-color: var(--pbmit-global-color);
	transition: all .3s ease-out 0s;
	z-index: 1;
}

.pbmit-ihbox-style-5.pbmit-ihbox .pbmit-ihbox-icon-wrapper svg {
	width: 55px;
	height: 55px;
}

.pbmit-ihbox-style-5 .pbmit-element-title {
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 0;
	margin-right: 15px;
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-5 .pbmit-element-heading {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image {
	background: transparent;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image img {
	border-radius: 100%;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
	font-size: 50px;
}

.pbmit-ihbox-style-5 .pbmit-element-title a,
.pbmit-ihbox-style-5 .pbmit-element-subtitle a {
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn {
	margin-top: 0;
	display: inline-grid;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn a {
	padding: 17px 35px;
	border-radius: 30px;
	transition: all .4s ease-in;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-btn .pbmit-button-icon-wrapper {
	margin-left: 6px;
	font-size: 14px;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

/** Style 6 **/
.pbmit-ihbox-style-6,
.pbmit-ihbox-style-6 .pbmit-icon-type-icon {
	transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-6 .pbmit-title-wrap {
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 18px;
}

.pbmit-ihbox-style-6 .pbmit-title-wrap::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	border-top: 40px solid var(--pbmit-global-color);
	border-left: 14px solid transparent;
	border-right: 10px solid transparent;
	transform: rotateZ(35deg) translate(20px, 2px);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon,
.pbmit-ihbox-style-6 .pbmit-ihbox-svg {
	margin-bottom: 5px;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image {
	width: 70px;
	height: 50px;
	margin: auto;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-6 .pbmit-icon-type-icon {
	font-size: 50px;
	line-height: 35px;
	color: #fff;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-icon-type-icon svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-6 .pbmit-element-title {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0;
	color: #fff;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-contents {
	margin-top: 15px;
}

/** Style 7 **/
.pbmit-ihbox-style-7,
.pbmit-ihbox-style-7 .pbmit-ihbox-box,
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-7 .pbmit-ihbox-box::before,
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
	transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-7 {
	position: relative;
	overflow: hidden;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-box {
	padding: 45px 35px;
	border-radius: 30px;
	position: relative;
	background: transparent;
	z-index: 1;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--pbmit-white-color);
	z-index: -1;
	clip-path: polygon(6.726% 0%, 93.274% 0%, 93.274% 0%, 94.364% 0.14%, 95.399% 0.545%, 96.364% 1.192%, 97.245% 2.061%, 98.029% 3.129%, 98.701% 4.373%, 99.249% 5.772%, 99.657% 7.303%, 99.912% 8.945%, 100% 10.676%, 100% 61.278%, 100% 61.278%, 99.732% 65.983%, 98.988% 69.483%, 97.863% 71.995%, 96.447% 73.739%, 94.835% 74.934%, 93.119% 75.798%, 91.39% 76.552%, 89.742% 77.413%, 88.268% 78.601%, 87.061% 80.335%, 87.061% 80.335%, 86.147% 82.63%, 85.483% 85.137%, 84.946% 87.749%, 84.409% 90.359%, 83.749% 92.86%, 82.839% 95.146%, 81.556% 97.11%, 79.775% 98.644%, 77.369% 99.643%, 74.215% 100%, 6.726% 100%, 6.726% 100%, 5.637% 99.861%, 4.603% 99.457%, 3.638% 98.811%, 2.758% 97.944%, 1.974% 96.879%, 1.302% 95.638%, 0.754% 94.241%, 0.346% 92.712%, 0.09% 91.071%, 0% 89.342%, 0% 10.676%, 0% 10.676%, 0.088% 8.945%, 0.343% 7.303%, 0.751% 5.772%, 1.299% 4.373%, 1.971% 3.129%, 2.755% 2.061%, 3.636% 1.192%, 4.601% 0.545%, 5.636% 0.14%, 6.726% 0%);
}

.pbmit-ihbox-style-7:hover {
	transform: translate(0, -10px);
}

.pbmit-ihbox-style-7 .pbmit-ihbox-icon,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg {
	margin-right: 15px;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg {
	background-color: var(--pbmit-secondary-color);
	border-radius: 50%;
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pbmit-ihbox-style-7 .pbmit-icon-type-icon {
	font-size: 35px;
	line-height: 0px;
	color: #fff;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper {
	font-size: 12px;
	line-height: 12px;
	color: var(--pbmit-blackish-color);
	margin-top: 5px;
}

.pbmit-ihbox-style-7 .pbmit-element-title {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-box-number {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}

.pbmit-ihbox-style-7 .pbmit-content-wrapper {
	padding-top: 25px;
	margin-top: 25px;
	padding-right: 70px;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	position: relative;
}

.pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgba(var(--pbmit-blackish-color-rgb), .6);
}

.pbmit-ihbox-style-7:hover .pbmit-content-wrapper::before {
	width: 100%;
}

.pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
	color: rgba(var(--pbmit-blackish-color-rgb), .8);
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn {
	position: absolute;
	font-size: 14px;
	line-height: 36px;
	bottom: 0;
	right: 0;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	z-index: 2;
	transition: all 0.4s ease-in;
	display: inline-grid;
	margin-top: 0;
}

.pbmit-ihbox-style-7.pbmit-ihbox .pbmit-ihbox-btn a {
	display: inline-grid;
	padding: 0;
	background-color: transparent;
	color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-7.pbmit-ihbox .pbmit-ihbox-btn a:hover {
	background-color: inherit;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn a span.pbmit-button-text {
	font-size: 0;
	line-height: 0;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text {
	font-size: 40px;
}

.pbmit-ihbox-style-7 .pbmit-element-subtitle {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	font-size: 13px;
	line-height: 36px;
	margin-left: 0;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn {
	background-color: var(--pbmit-secondary-color);
	margin-top: 0;
}

.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn a {
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
	transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon {
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn .pbmit-button-icon {
	transform: scale(0.26) translate(45px, -50px);
}

/** Style 8 **/
.pbmit-ihbox-style-8,
.pbmit-ihbox-style-8 .pbmit-ihbox-contents,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-8 .pbmit-icon-type-icon,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg::before,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg {
	transition: all 0.3s ease-in;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-box {
	align-items: flex-start;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg {
	margin-right: 15px;
	position: relative;
	display: inline-block;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
	border-radius: 50%;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper {
	border-radius: 50%;
	height: 90px;
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-svg::before {
	content: "";
	position: absolute;
	background-color: var(--pbmit-secondary-color);
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-20px, -20px);
	width: 40px;
	height: 40px;
	opacity: 0;
}

.pbmit-ihbox-style-8:hover .pbmit-ihbox-box .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-box .pbmit-ihbox-svg::before {
	width: 100%;
	height: 100%;
	transform: translate(0, 0);
	left: 0;
	top: 0;
	opacity: 1;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-8 .pbmit-icon-type-icon {
	font-size: 50px;
	line-height: 30px;
	color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-8:hover .pbmit-icon-type-icon {
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg {
	width: 50px;
	height: 50px;
}

.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg {
	fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.pbmit-ihbox-style-8 .pbmit-heading-desc {
	margin-bottom: 0;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image {
	background-color: transparent;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text {
	font-size: 40px;
}

.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-type-text {
	color: var(--pbmit-white-color);
}

/** Style 9 **/
.pbmit-miconheading-style-9.swiper-slide-active .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-9 .pbmit-element-title {
	-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);
}

.pbmit-ihbox-style-9 {
	position: relative;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image {
	margin-right: 30px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image img {
	width: 90px;
	height: 64px;
	object-fit: cover;
}

.pbmit-ihbox-style-9 .pbmit-icon-type-icon {
	font-size: 74px;
	line-height: 54px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {
	font-size: 74px;
	line-height: 64px;
	margin-bottom: 0;
	color: transparent;
	overflow: visible !important;
	text-shadow: 1px 1px 0 rgba(var(--pbmit-blackish-color-rgb), .5), -1px -1px 0 rgba(var(--pbmit-blackish-color-rgb), .5), 1px -1px 0 rgba(var(--pbmit-blackish-color-rgb), .5), -1px 1px 0 rgba(var(--pbmit-blackish-color-rgb), .5), 1px 1px 0 rgba(var(--pbmit-blackish-color-rgb), .5);
	-webkit-text-fill-color: var(--pbmit-light-color);
	-webkit-text-stroke-width: 0;
	color: transparent;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon {
	position: relative;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon .pbmit-icon-type-icon svg {
	width: 70px;
	height: 64px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-svg::before,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	line-height: 12px;
	border-radius: 50%;
	bottom: -5px;
	left: 1px;
	background: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-9 .pbmit-element-title,
.pbmit-ihbox-style-9 .pbmit-element-title a {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-9 .pbmit-element-subtitle {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 10px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-btn a {
	padding-top: 15px;
}

.pbmit-ihbox-style-9 .pbmit-heading-desc {
	padding: 10px 25px 0 0;
}

.pbmit-element-miconheading-style-9 .pbmit-svg-btn {
	margin-top: 10px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-contents,
.pbmit-miconheading-style-9 .pbmit-ihbox-contents {
	margin: 30px 45px 0 0;
}

.pbmit-miconheading-style-9.swiper-slide-next .pbmit-ihbox-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {
	color: var(--pbmit-blackish-color)
}

.pbmit-element-miconheading-style-9 .pbmit-heading-subheading {
	margin-bottom: 80px;
}

/** Style 10 **/
.pbmit-ihbox-style-10 {
	border-radius: 30px;
	padding: 40px 70px 40px 45px;
	align-items: flex-start;
	background: var(--pbmit-white-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg {
	margin-right: 42px;
	position: relative;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-text {
	border-radius: 50%;
	height: 65px;
	width: 65px;
	font-size: 25px;
	line-height: 20px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-svg svg {
	width: 32px;
	height: 32px;
	fill: rgba(var(--pbmit-global-color-rgb), 0.5);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-image {
	width: 64px;
	height: 64px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pbmit-ihbox-style-10 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #666666;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.pbmit-ihbox-style-10 .pbmit-element-title {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0;
}

.pbmit-ihbox-style-10 .pbmit-heading-desc {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 0;
	color: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-10 .pbmit-heading-desc::before {
	content: "";
	position: absolute;
	left: 0;
	top: 45%;
	transform: translate(0, -50%);
	background-color: var(--pbmit-secondary-color);
	height: 2px;
	width: 6px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-btn {
	padding-top: 35px;
}

/** Style 12 **/
.pbmit-ihbox-style-12,
.pbmit-ihbox-style-12 .pbmit-ihbox-contents,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-12 .pbmit-icon-type-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg::before,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg {
	transition: all 0.3s ease-in;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-box {
	align-items: flex-start;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg {
	margin-right: 30px;
	position: relative;
	display: inline-block;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
	border-radius: 50%;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-contents {
	padding-top: 10px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper {
	border-radius: 50%;
	height: 90px;
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-box .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-12 .pbmit-ihbox-box .pbmit-ihbox-svg::before {
	content: "";
	position: absolute;
	background-color: var(--pbmit-secondary-color);
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-20px, -20px);
	width: 40px;
	height: 40px;
	opacity: 0;
}

.pbmit-ihbox-style-12:hover .pbmit-ihbox-box .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-12:hover .pbmit-ihbox-box .pbmit-ihbox-svg::before {
	width: 100%;
	height: 100%;
	transform: translate(0, 0);
	left: 0;
	top: 0;
	opacity: 1;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-12 .pbmit-icon-type-icon {
	font-size: 45px;
	line-height: 30px;
	color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-12:hover .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-12:hover .pbmit-icon-type-icon {
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg {
	width: 45px;
	height: 45px;
}

.pbmit-ihbox-style-12:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg {
	fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-12 .pbmit-element-title {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 12px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-image {
	background-color: transparent;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text {
	font-size: 40px;
}

.pbmit-ihbox-style-12:hover .pbmit-ihbox-icon-type-text {
	color: var(--pbmit-white-color);
}

/** Style 13 **/
.pbmit-ihbox-style-13 .pbmit-ihbox-headingicon {
	padding: 15px 30px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-headingicon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: var(--pbmit-global-color);
	transition: all 0.3s ease-in;
	z-index: -1;
}

.pbmit-ihbox-style-13:hover .pbmit-ihbox-headingicon::before {
	width: 100%;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg {
	margin-right: 25px;
}

.pbmit-ihbox-style-13 .pbmit-title-wrap {
	display: flex;
	align-items: center;
}

.pbmit-ihbox-style-13 .pbmit-element-heading,
.pbmit-ihbox-style-13 .pbmit-element-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
	transition: all 0.6s ease-in-out;
}

.pbmit-ihbox-style-13 .pbmit-element-heading {
	margin-left: 5px;
}

.pbmit-ihbox-style-13 .pbmit-element-subtitle {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}

.pbmit-ihbox-style-13 .pbmit-icon-type-icon,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-text {
	font-size: 40px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-svg {
	font-size: 15px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-image {
	width: 100px;
	height: 50px;
	margin-bottom: 30px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn {
	margin-top: 30px;
	display: inline-block;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn a {
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	padding: 21px 35px;
	border: 1px solid var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border-radius: 30px;
	transition: all .4s ease-in;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn a:hover {
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
	transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn .pbmit-button-icon {
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn:hover .pbmit-button-icon {
	transform: scale(0.26) translate(45px, -50px);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn a:hover {
	border-color: var(--pbmit-alihan-blackish-color);
	background-color: var(--pbmit-alihan-blackish-color);
	color: var(--pbmit-alihan-white-color);
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-team-style-1 .pbmit-featured-wrapper img,
.pbmit-team-style-1 .pbmit-featured-wrapper::after,
.pbmit-team-style-1 .pbmit-team-social-links li a,
.pbmit-team-style-1 .pbmit-team-social-links li,
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-1 .pbminfotech-box-social-links {
	transition: all .6s ease-in-out;
}

.pbmit-team-style-1 .pbmit-featured-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.pbmit-team-style-1 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
}

.pbmit-team-style-1 .pbminfotech-box-content {
	padding: 22px 0 0;
}

.pbmit-team-style-1 .pbmit-featured-wrapper {
	clip-path: polygon(6.232% 0.432%, 6.232% 0.432%, 5.354% 0.704%, 4.526% 1.042%, 3.753% 1.442%, 3.04% 1.9%, 2.393% 2.412%, 1.816% 2.972%, 1.313% 3.577%, 0.891% 4.222%, 0.554% 4.903%, 0.307% 5.616%, 0.307% 5.616%, 0.239% 6.246%, 0.181% 7.641%, 0.134% 9.838%, 0.097% 12.874%, 0.069% 16.786%, 0.051% 21.61%, 0.041% 27.382%, 0.04% 34.141%, 0.047% 41.922%, 0.061% 50.762%, 0.153% 94.684%, 0.798% 95.788%, 0.798% 95.788%, 1.084% 96.238%, 1.407% 96.669%, 1.767% 97.08%, 2.16% 97.47%, 2.587% 97.837%, 3.045% 98.181%, 3.533% 98.499%, 4.048% 98.792%, 4.59% 99.056%, 5.157% 99.292%, 6.907% 99.964%, 36.839% 100.036%, 36.839% 100.036%, 42.57% 100.047%, 47.735% 100.051%, 52.337% 100.047%, 56.376% 100.038%, 59.856% 100.021%, 62.778% 99.998%, 65.143% 99.969%, 66.954% 99.933%, 68.212% 99.891%, 68.92% 99.844%, 68.92% 99.844%, 69.701% 99.73%, 70.49% 99.578%, 71.275% 99.393%, 72.046% 99.177%, 72.792% 98.935%, 73.502% 98.671%, 74.165% 98.388%, 74.771% 98.091%, 75.308% 97.783%, 75.766% 97.468%, 75.766% 97.468%, 76.191% 97.116%, 76.585% 96.745%, 76.954% 96.346%, 77.304% 95.911%, 77.642% 95.431%, 77.974% 94.897%, 78.305% 94.299%, 78.642% 93.631%, 78.991% 92.882%, 79.358% 92.044%, 79.358% 92.044%, 80.059% 90.471%, 80.718% 89.157%, 81.376% 88.068%, 82.075% 87.173%, 82.857% 86.436%, 83.765% 85.826%, 84.84% 85.308%, 86.124% 84.85%, 87.66% 84.418%, 89.489% 83.979%, 89.489% 83.979%, 91.465% 83.502%, 93.172% 83.009%, 94.632% 82.485%, 95.867% 81.916%, 96.899% 81.285%, 97.749% 80.579%, 98.439% 79.78%, 98.992% 78.875%, 99.429% 77.848%, 99.773% 76.683%, 99.773% 76.683%, 99.841% 76.095%, 99.899% 74.924%, 99.946% 73.137%, 99.983% 70.696%, 100.011% 67.566%, 100.029% 63.71%, 100.039% 59.094%, 100.04% 53.681%, 100.033% 47.436%, 100.018% 40.322%, 99.926% 5.4%, 99.282% 4.296%, 99.282% 4.296%, 98.996% 3.846%, 98.673% 3.415%, 98.313% 3.004%, 97.919% 2.614%, 97.493% 2.247%, 97.035% 1.903%, 96.547% 1.585%, 96.032% 1.292%, 95.489% 1.028%, 94.922% 0.792%, 93.172% 0.12%, 50.5% 0.072%, 50.5% 0.072%, 39.499% 0.059%, 30.551% 0.052%, 23.433% 0.051%, 17.925% 0.06%, 13.803% 0.081%, 10.847% 0.115%, 8.833% 0.165%, 7.541% 0.233%, 6.748% 0.321%, 6.232% 0.432%);
}

.pbmit-team-style-1 .pbmit-featured-inner {
	position: relative;
}

.pbmit-team-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	border-radius: 30px;
	transition: all .3s ease-out;
}

.pbmit-team-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.pbmit-team-style-1 .pbmit-team-title {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 0px;
}

.pbmit-team-style-1 .pbmit-team-btn {
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 9;
}

.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text {
	width: 50px;
	height: 50px;
	font-size: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	background-color: var(--pbmit-secondary-color);
	color: #fff;
}

.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-text {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}

.pbmit-team-style-1 .pbminfotech-box-social-links {
	text-align: center;
	position: absolute;
	bottom: 50px;
	right: 0;
	transform: translateY(10px);
	opacity: 0;
	padding: 3px;
}

.pbmit-team-style-1 .pbminfotech-box-social-links ul {
	display: flex;
	flex-direction: column-reverse;
}

.pbmit-team-style-1 .pbmit-team-btn:hover .pbminfotech-box-social-links {
	transform: translateY(-25px);
	opacity: 1;
}

.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-social-links li {
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	transform: translate(0);
	transition: all 600ms ease-in-out;
}

.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-social-links li {
	transform: translate(0);
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(1) {
	transition-delay: 750px;
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(1) {
	transform: translate(0, 0);
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(2) {
	transition-delay: 700px;
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(2) {
	transform: translate(0, 43px);
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(3) {
	transition-delay: 650px;
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(3) {
	transform: translate(0, 86px);
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(4) {
	transition-delay: 800px;
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(4) {
	transform: translate(0, 129px);
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(5) {
	transition-delay: 850px;
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(5) {
	transform: translate(0, 172px);
}

.pbmit-team-style-1 .pbmit-team-social-links li:first-child {
	margin-top: 0;
}

.pbmit-team-style-1 .pbmit-team-social-links li a {
	display: inline-block;
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	background: transparent;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

.pbmit-team-style-1 .pbmit-team-social-links li a:hover {
	background-color: var(--pbmit-global-color);
	color: #fff;
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 .pbmit-circle {
	position: relative;
	display: inline-block;
}

.pbminfotech-ele-fid-style-1 .pbmit-circle canvas {
	transform: rotate(-60deg);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	top: 48%;
	left: 50%;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600 !important;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	transform: translate(-50%, -50%);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sup {
	top: -7px;
	font-size: 15px;
	line-height: 15px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub {
	top: inherit;
	bottom: -2px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-sub {
	margin-left: 15px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-sub .pbmit-fid-title {
	font-size: 22px;
	line-height: 32px;
	margin: 0;
}

/** Style 2 **/
.pbminfotech-ele-fid-style-2 {
	padding: 30px 0 0 30px;
	position: relative;
	background-color: var(--pbmit-light-color);
	border-radius: 30px 0 0;
}

.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
	border-radius: 30px;
	padding: 24px 45px 38px 40px;
	background-color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	font-size: 72px;
	line-height: 82px;
	font-weight: 600;
	padding-bottom: 10px;
	min-width: 180px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0;
	font-weight: 600 !important;
}

.pbminfotech-ele-fid-style-2 .pbmit-number-rotate {
	position: relative;
	padding-left: 25px;
}

.pbminfotech-ele-fid-style-2 .pbmit-number-rotate::before {
	position: absolute;
	content: "\e88d";
	font-family: "pbminfotech-base-icons";
	font-size: 18px;
	left: 0;
	top: -4px;
	color: var(--pbmit-secondary-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sup {
	font-size: 40px;
	line-height: 40px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid sup {
	margin-left: -14px;
	top: -22px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-before sup {
	margin-right: -14px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub {
	margin-left: -14px;
	bottom: -2px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-before sub {
	margin-right: -14px;
}

.pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
	margin-bottom: 0;
	padding-right: 28px;
}

/** Style 3 **/
.pbminfotech-ele-fid-style-3 .pbmit-circle {
	position: relative;
	display: inline-block;
}

.pbminfotech-ele-fid-style-3 .pbmit-circle canvas {
	transform: rotate(-60deg);
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	top: 48%;
	left: 50%;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600 !important;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	transform: translate(-50%, -50%);
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup {
	top: -7px;
	font-size: 15px;
	line-height: 15px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub {
	top: inherit;
	bottom: -2px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-sub {
	margin-left: 15px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-sub .pbmit-fid-title {
	font-size: 22px;
	line-height: 32px;
	margin: 0;
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-1 .pbmit-featured-wrapper img,
.pbmit-service-style-1 .pbmit-service-btn {
	transition: all 0.5s ease-in-out;
}

.pbmit-service-style-1,
.pbmit-service-style-1 .pbminfotech-post-item {
	position: relative;
}

.pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap {
	padding: 20px 20px 40px;
	background-color: transparent;
	position: relative;
	z-index: 1;
}

.pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--pbmit-white-color);
	clip-path: polygon(4.552% 0.268%, 4.552% 0.268%, 3.905% 0.469%, 3.294% 0.719%, 2.724% 1.015%, 2.199% 1.353%, 1.721% 1.731%, 1.296% 2.146%, 0.925% 2.593%, 0.614% 3.07%, 0.366% 3.573%, 0.183% 4.1%, 0.183% 4.1%, 0.133% 4.676%, 0.091% 6.047%, 0.056% 8.254%, 0.028% 11.337%, 0.008% 15.338%, -0.006% 20.296%, -0.013% 26.252%, -0.014% 33.247%, -0.009% 41.321%, 0.002% 50.515%, 0.068% 94.897%, 0.068% 94.897%, 0.075% 95.118%, 0.095% 95.339%, 0.127% 95.558%, 0.172% 95.775%, 0.23% 95.99%, 0.301% 96.203%, 0.383% 96.414%, 0.478% 96.621%, 0.585% 96.826%, 0.704% 97.026%, 0.704% 97.026%, 0.704% 97.026%, 0.926% 97.354%, 1.176% 97.667%, 1.452% 97.966%, 1.752% 98.247%, 2.076% 98.512%, 2.423% 98.759%, 2.791% 98.986%, 3.178% 99.194%, 3.585% 99.381%, 4.009% 99.546%, 4.009% 99.546%, 4.009% 99.546%, 4.217% 99.616%, 4.427% 99.679%, 4.641% 99.734%, 4.857% 99.783%, 5.076% 99.824%, 5.297% 99.858%, 5.519% 99.885%, 5.743% 99.904%, 5.968% 99.916%, 6.194% 99.92%, 40.252% 99.972%, 40.252% 99.972%, 46.033% 99.976%, 51.334% 99.974%, 56.151% 99.965%, 60.479% 99.951%, 64.316% 99.934%, 67.655% 99.914%, 70.494% 99.894%, 72.829% 99.875%, 74.655% 99.858%, 75.968% 99.844%, 75.968% 99.844%, 76.311% 99.838%, 76.652% 99.822%, 76.993% 99.797%, 77.332% 99.762%, 77.669% 99.719%, 78.004% 99.665%, 78.337% 99.603%, 78.666% 99.532%, 78.993% 99.451%, 79.316% 99.361%, 79.316% 99.361%, 79.643% 99.261%, 79.963% 99.15%, 80.275% 99.027%, 80.58% 98.894%, 80.877% 98.75%, 81.165% 98.595%, 81.444% 98.431%, 81.714% 98.256%, 81.974% 98.072%, 82.223% 97.878%, 82.223% 97.878%, 82.567% 97.583%, 82.861% 97.314%, 83.116% 97.05%, 83.346% 96.773%, 83.561% 96.463%, 83.774% 96.101%, 83.998% 95.668%, 84.243% 95.143%, 84.523% 94.508%, 84.849% 93.744%, 84.849% 93.744%, 85.323% 92.692%, 85.788% 91.801%, 86.267% 91.052%, 86.786% 90.424%, 87.373% 89.898%, 88.051% 89.454%, 88.848% 89.072%, 89.789% 88.733%, 90.9% 88.416%, 92.206% 88.102%, 92.206% 88.102%, 93.658% 87.749%, 94.913% 87.384%, 95.989% 86.997%, 96.9% 86.576%, 97.662% 86.11%, 98.29% 85.588%, 98.802% 84.998%, 99.212% 84.329%, 99.536% 83.569%, 99.789% 82.708%, 99.789% 82.708%, 99.84% 82.164%, 99.882% 80.972%, 99.917% 79.086%, 99.944% 76.464%, 99.965% 73.061%, 99.979% 68.832%, 99.986% 63.735%, 99.987% 57.725%, 99.981% 50.757%, 99.971% 42.788%, 99.903% 4.89%, 99.903% 4.89%, 99.897% 4.701%, 99.88% 4.513%, 99.853% 4.326%, 99.815% 4.14%, 99.766% 3.956%, 99.706% 3.774%, 99.636% 3.595%, 99.556% 3.417%, 99.465% 3.243%, 99.364% 3.071%, 99.269% 2.92%, 99.269% 2.92%, 99.046% 2.593%, 98.797% 2.279%, 98.521% 1.981%, 98.221% 1.699%, 97.897% 1.435%, 97.55% 1.188%, 97.182% 0.961%, 96.795% 0.753%, 96.388% 0.566%, 95.964% 0.401%, 95.964% 0.401%, 95.964% 0.401%, 95.756% 0.331%, 95.545% 0.268%, 95.331% 0.212%, 95.115% 0.164%, 94.896% 0.123%, 94.675% 0.089%, 94.452% 0.063%, 94.228% 0.044%, 94.003% 0.032%, 93.777% 0.028%, 50.326% 0%, 50.326% 0%, 38.782% -0.009%, 29.407% -0.014%, 21.969% -0.014%, 16.235% -0.007%, 11.971% 0.008%, 8.945% 0.034%, 6.923% 0.071%, 5.672% 0.121%, 4.96% 0.186%, 4.552% 0.268%);
}

.pbmit-service-style-1 .pbmit-featured-wrapper {
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 25px;
}

.pbmit-service-style-1 .pbmit-featured-wrapper img {
	width: 100%;
}

.pbmit-service-style-1:hover .pbmit-featured-wrapper img {
	transform: scale(1.1);
}

.pbmit-service-style-1 .pbmit-box-content-inner {
	padding: 0 10px;
}

.pbmit-serv-cat a,
.pbminfotech-box-team-position,
.pbmit-blog-style-1 .pbmit-meta-category a,
.pbminfotech-testimonial-detail {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	text-transform: none;
	position: relative;
	color: #999;
	letter-spacing: .5px;
	font-weight: 600;
}

.pbmit-serv-cat a,
.pbminfotech-box-team-position {
	padding-left: 15px;
}

.pbmit-serv-cat a:before,
.pbminfotech-box-team-position:before {
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--pbmit-secondary-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}

.pbmit-service-style-1 .pbmit-service-title {
	font-size: 26px;
	line-height: 32px;
	padding-right: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}

.pbmit-service-style-1 .pbmit-serv-cat::before {
	background-color: var(--pbmit-global-color);
}

.pbmit-service-style-1 .pbmit-service-description {
	color: #666;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	padding: 20px 20px 0 0;
	margin-top: 10px;
	margin-right: 25px;
	position: relative;
}

.pbmit-service-style-1 .pbmit-service-description::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: rgba(var(--pbmit-blackish-color-rgb), .3);
	transition: all .6s ease-in-out;
}

.pbmit-service-style-1:hover .pbmit-service-description::before {
	width: 100%;
	height: 1px;
}

.pbmit-service-style-1 .pbmit-serv-cat a::before {
	background-color: var(--pbmit-global-color);
}

.pbmit-service-btn,
.pbmit-blog-btn,
.pbmit-ihbox-btn a {
	font-family: var(--pbmit-btn-typography-font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	font-style: normal;
}

.pbmit-service-btn,
.pbmit-blog-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: var(--pbmit-secondary-color);
}

.pbmit-service-btn .pbmit-button-icon-wrapper,
.pbmit-blog-btn .pbmit-button-icon-wrapper,
.pbmit-ihbox-btn .pbmit-button-icon-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-flex;
}

.pbmit-service-btn .pbmit-button-icon-wrapper::before,
.pbmit-blog-btn .pbmit-button-icon-wrapper::before,
.pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(.26) translate(-60px, 54px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-service-btn .pbmit-button-icon,
.pbmit-blog-btn .pbmit-button-icon,
.pbmit-ihbox-btn .pbmit-button-icon {
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-bg-color-secondary .pbmit-service-style-1:hover .pbmit-service-btn {
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}

.pbmit-ele-service:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before,
.pbmit-ele-blog:hover .pbmit-blog-btn .pbmit-button-icon-wrapper::before,
.pbmit-ihbox-btn a:hover .pbmit-button-icon-wrapper::before {
	transform: scale(1) translate(-4px, 0);
}

.pbmit-ele-service:hover .pbmit-service-btn .pbmit-button-icon,
.pbmit-ele-blog:hover .pbmit-blog-btn .pbmit-button-icon,
.pbmit-ihbox-btn a:hover .pbmit-button-icon {
	transform: scale(.36) translate(45px, -50px);
}

.pbmit-ele-service:hover .pbmit-service-btn,
.pbmit-ele-blog:hover .pbmit-blog-btn {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}

/** Style 2 **/
.pbmit-service-style-2 .pbmit-featured-wrapper img,
.pbmit-service-style-2 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-2 .pbmit-service-btn {
	transition: all 0.5s ease-in-out;
}

.pbmit-service-style-2,
.pbmit-service-style-2 .pbminfotech-box-content {
	position: relative;
}

.pbmit-service-style-2 .pbminfotech-post-item .pbmit-box-content-wrap {
	padding: 40px;
	background-color: transparent;
	position: relative;
	z-index: 1;
	text-align: center;
}

.pbmit-service-style-2 .pbminfotech-post-item .pbmit-box-content-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--pbmit-white-color);
	clip-path: polygon(12.644% -0.118%, 14.465% -0.118%, 14.465% -0.118%, 14.958% -0.118%, 15.452% -0.118%, 15.945% -0.118%, 16.439% -0.118%, 16.932% -0.118%, 17.426% -0.118%, 17.92% -0.118%, 18.414% -0.118%, 18.908% -0.118%, 19.402% -0.118%, 19.402% -0.118%, 19.919% -0.118%, 20.436% -0.118%, 20.954% -0.118%, 21.471% -0.118%, 21.989% -0.118%, 22.507% -0.118%, 23.024% -0.118%, 23.542% -0.118%, 24.06% -0.118%, 24.578% -0.118%, 24.578% -0.118%, 25.448% -0.118%, 26.317% -0.118%, 27.187% -0.118%, 28.056% -0.118%, 28.926% -0.118%, 29.795% -0.118%, 30.664% -0.118%, 31.533% -0.118%, 32.403% -0.118%, 33.272% -0.118%, 33.272% -0.118%, 34.276% -0.118%, 35.28% -0.118%, 36.284% -0.118%, 37.288% -0.118%, 38.292% -0.118%, 39.296% -0.118%, 40.299% -0.118%, 41.303% -0.118%, 42.306% -0.118%, 43.309% -0.118%, 43.309% -0.118%, 44.276% -0.118%, 45.243% -0.118%, 46.21% -0.118%, 47.177% -0.118%, 48.144% -0.118%, 49.111% -0.118%, 50.078% -0.118%, 51.045% -0.118%, 52.012% -0.118%, 52.98% -0.118%, 52.98% -0.118%, 53.39% -0.118%, 53.8% -0.118%, 54.211% -0.118%, 54.622% -0.118%, 55.032% -0.118%, 55.443% -0.118%, 55.854% -0.118%, 56.266% -0.118%, 56.677% -0.118%, 57.088% -0.118%, 57.088% -0.118%, 57.574% -0.118%, 58.059% -0.118%, 58.545% -0.118%, 59.03% -0.118%, 59.516% -0.118%, 60.001% -0.118%, 60.487% -0.118%, 60.972% -0.118%, 61.458% -0.118%, 61.943% -0.118%, 63.721% -0.118%, 63.721% -0.118%, 65.014% -0.113%, 66.303% -0.09%, 67.583% -0.034%, 68.847% 0.066%, 70.089% 0.224%, 71.303% 0.454%, 72.483% 0.768%, 73.624% 1.179%, 74.719% 1.701%, 75.762% 2.346%, 75.762% 2.346%, 76.347% 2.882%, 76.87% 3.446%, 77.336% 4.033%, 77.755% 4.64%, 78.132% 5.265%, 78.476% 5.903%, 78.794% 6.552%, 79.093% 7.209%, 79.382% 7.87%, 79.667% 8.531%, 79.667% 8.531%, 80.019% 9.334%, 80.378% 10.09%, 80.759% 10.803%, 81.177% 11.474%, 81.646% 12.103%, 82.18% 12.692%, 82.794% 13.243%, 83.504% 13.756%, 84.323% 14.234%, 85.265% 14.677%, 85.265% 14.677%, 85.637% 14.788%, 86.011% 14.895%, 86.385% 14.998%, 86.761% 15.097%, 87.138% 15.193%, 87.516% 15.285%, 87.895% 15.376%, 88.276% 15.464%, 88.657% 15.552%, 89.04% 15.638%, 89.04% 15.638%, 90.179% 15.9%, 91.291% 16.172%, 92.37% 16.464%, 93.407% 16.792%, 94.397% 17.166%, 95.333% 17.601%, 96.208% 18.109%, 97.014% 18.703%, 97.747% 19.396%, 98.398% 20.202%, 98.398% 20.202%, 98.621% 20.581%, 98.821% 20.968%, 98.998% 21.36%, 99.151% 21.758%, 99.281% 22.161%, 99.387% 22.568%, 99.469% 22.979%, 99.527% 23.392%, 99.56% 23.808%, 99.569% 24.226%, 99.569% 24.226%, 99.569% 24.298%, 99.569% 24.371%, 99.569% 24.445%, 99.569% 24.52%, 99.569% 24.596%, 99.569% 24.673%, 99.569% 24.75%, 99.569% 24.827%, 99.569% 24.904%, 99.569% 24.981%, 99.569% 25.802%, 99.569% 26.683%, 99.569% 26.683%, 99.569% 26.925%, 99.569% 27.168%, 99.569% 27.41%, 99.569% 27.652%, 99.569% 27.894%, 99.569% 28.137%, 99.569% 28.379%, 99.569% 28.621%, 99.569% 28.863%, 99.569% 29.105%, 99.569% 31.181%, 99.569% 31.181%, 99.569% 31.864%, 99.57% 32.548%, 99.571% 33.232%, 99.573% 33.916%, 99.574% 34.6%, 99.577% 35.284%, 99.58% 35.969%, 99.583% 36.653%, 99.586% 37.337%, 99.59% 38.022%, 99.59% 38.022%, 99.59% 38.2%, 99.59% 38.378%, 99.59% 38.556%, 99.59% 38.734%, 99.59% 38.911%, 99.59% 39.089%, 99.59% 39.268%, 99.59% 39.446%, 99.59% 39.625%, 99.59% 39.804%, 99.59% 39.804%, 99.591% 40.911%, 99.591% 42.018%, 99.592% 43.126%, 99.594% 44.233%, 99.596% 45.34%, 99.598% 46.448%, 99.601% 47.555%, 99.604% 48.663%, 99.608% 49.77%, 99.612% 50.878%, 99.612% 50.878%, 99.612% 51.135%, 99.612% 51.391%, 99.612% 51.647%, 99.612% 51.904%, 99.612% 52.16%, 99.612% 52.416%, 99.612% 52.673%, 99.612% 52.929%, 99.612% 53.186%, 99.612% 53.442%, 99.612% 54.086%, 99.612% 54.086%, 99.612% 55.117%, 99.613% 56.148%, 99.615% 57.18%, 99.617% 58.211%, 99.62% 59.243%, 99.624% 60.274%, 99.628% 61.306%, 99.633% 62.338%, 99.639% 63.37%, 99.645% 64.402%, 99.645% 64.402%, 99.65% 65.463%, 99.654% 66.523%, 99.658% 67.583%, 99.661% 68.643%, 99.664% 69.703%, 99.666% 70.763%, 99.669% 71.823%, 99.67% 72.883%, 99.671% 73.943%, 99.672% 75.002%, 99.672% 75.002%, 99.672% 75.597%, 99.673% 76.192%, 99.674% 76.786%, 99.675% 77.381%, 99.676% 77.976%, 99.678% 78.57%, 99.68% 79.165%, 99.682% 79.759%, 99.685% 80.354%, 99.687% 80.949%, 99.687% 80.949%, 99.691% 81.456%, 99.693% 81.963%, 99.695% 82.47%, 99.696% 82.977%, 99.697% 83.483%, 99.696% 83.99%, 99.695% 84.497%, 99.693% 85.004%, 99.691% 85.51%, 99.687% 86.017%, 99.687% 86.017%, 99.687% 86.275%, 99.687% 86.534%, 99.687% 86.792%, 99.687% 87.05%, 99.687% 87.308%, 99.687% 87.566%, 99.687% 87.825%, 99.687% 88.083%, 99.687% 88.341%, 99.687% 88.6%, 99.687% 88.6%, 99.687% 88.883%, 99.687% 89.165%, 99.687% 89.446%, 99.687% 89.727%, 99.687% 90.007%, 99.687% 90.287%, 99.687% 90.566%, 99.687% 90.846%, 99.687% 91.126%, 99.687% 91.407%, 99.687% 91.407%, 99.687% 91.487%, 99.687% 91.568%, 99.687% 91.649%, 99.687% 91.729%, 99.687% 91.811%, 99.687% 91.892%, 99.687% 91.974%, 99.687% 92.056%, 99.687% 92.139%, 99.687% 92.221%, 99.687% 92.221%, 99.67% 92.826%, 99.598% 93.425%, 99.47% 94.017%, 99.29% 94.598%, 99.057% 95.167%, 98.772% 95.721%, 98.437% 96.259%, 98.052% 96.778%, 97.619% 97.276%, 97.139% 97.751%, 97.139% 97.751%, 96.436% 98.216%, 95.717% 98.609%, 94.981% 98.934%, 94.227% 99.197%, 93.451% 99.403%, 92.652% 99.559%, 91.83% 99.67%, 90.982% 99.741%, 90.106% 99.777%, 89.201% 99.785%, 88.133% 99.785%, 88.133% 99.785%, 87.842% 99.785%, 87.551% 99.785%, 87.261% 99.785%, 86.97% 99.785%, 86.679% 99.785%, 86.389% 99.785%, 86.098% 99.785%, 85.807% 99.785%, 85.516% 99.785%, 85.226% 99.785%, 82.082% 99.785%, 82.082% 99.785%, 81.467% 99.785%, 80.851% 99.785%, 80.236% 99.785%, 79.621% 99.785%, 79.005% 99.785%, 78.39% 99.785%, 77.775% 99.785%, 77.159% 99.785%, 76.544% 99.785%, 75.929% 99.785%, 68.831% 99.785%, 68.831% 99.785%, 67.474% 99.785%, 66.117% 99.785%, 64.759% 99.785%, 63.402% 99.785%, 62.044% 99.785%, 60.686% 99.785%, 59.328% 99.785%, 57.97% 99.785%, 56.611% 99.785%, 55.252% 99.785%, 55.252% 99.785%, 54.012% 99.785%, 52.772% 99.785%, 51.531% 99.786%, 50.291% 99.786%, 49.05% 99.788%, 47.81% 99.789%, 46.569% 99.79%, 45.329% 99.792%, 44.088% 99.794%, 42.848% 99.796%, 42.848% 99.796%, 41.574% 99.799%, 40.299% 99.801%, 39.025% 99.803%, 37.75% 99.805%, 36.476% 99.806%, 35.201% 99.807%, 33.927% 99.808%, 32.653% 99.809%, 31.378% 99.809%, 30.104% 99.808%, 30.104% 99.808%, 29.388% 99.808%, 28.673% 99.808%, 27.957% 99.808%, 27.242% 99.808%, 26.526% 99.808%, 25.811% 99.808%, 25.095% 99.808%, 24.38% 99.808%, 23.664% 99.808%, 22.949% 99.808%, 22.949% 99.808%, 22.342% 99.808%, 21.734% 99.808%, 21.126% 99.808%, 20.517% 99.808%, 19.908% 99.808%, 19.299% 99.808%, 18.689% 99.808%, 18.078% 99.808%, 17.467% 99.808%, 16.856% 99.808%, 16.856% 99.808%, 16.545% 99.808%, 16.235% 99.808%, 15.925% 99.808%, 15.614% 99.808%, 15.304% 99.808%, 14.993% 99.808%, 14.683% 99.808%, 14.372% 99.808%, 14.062% 99.808%, 13.752% 99.808%, 13.752% 99.808%, 13.415% 99.808%, 13.078% 99.808%, 12.74% 99.808%, 12.403% 99.808%, 12.066% 99.808%, 11.728% 99.808%, 11.391% 99.808%, 11.053% 99.808%, 10.715% 99.808%, 10.377% 99.808%, 9.4% 99.808%, 9.4% 99.808%, 8.64% 99.788%, 7.888% 99.726%, 7.145% 99.623%, 6.416% 99.48%, 5.702% 99.297%, 5.007% 99.076%, 4.332% 98.816%, 3.681% 98.52%, 3.057% 98.186%, 2.461% 97.817%, 2.461% 97.817%, 1.789% 97.203%, 1.242% 96.571%, 0.807% 95.922%, 0.471% 95.255%, 0.222% 94.568%, 0.047% 93.862%, -0.065% 93.136%, -0.129% 92.388%, -0.155% 91.619%, -0.158% 90.827%, -0.158% 90.827%, -0.158% 90.716%, -0.158% 90.606%, -0.158% 90.495%, -0.158% 90.385%, -0.158% 90.274%, -0.158% 90.164%, -0.158% 90.053%, -0.158% 89.943%, -0.158% 89.832%, -0.158% 89.722%, -0.158% 89.722%, -0.158% 89.42%, -0.158% 89.118%, -0.158% 88.816%, -0.158% 88.514%, -0.158% 88.211%, -0.158% 87.909%, -0.158% 87.607%, -0.158% 87.305%, -0.158% 87.003%, -0.158% 86.701%, -0.158% 86.701%, -0.158% 86.374%, -0.158% 86.048%, -0.158% 85.722%, -0.158% 85.395%, -0.158% 85.069%, -0.158% 84.743%, -0.158% 84.416%, -0.158% 84.09%, -0.158% 83.763%, -0.158% 83.437%, -0.158% 83.437%, -0.158% 82.798%, -0.158% 82.159%, -0.158% 81.52%, -0.158% 80.881%, -0.158% 80.242%, -0.158% 79.603%, -0.158% 78.964%, -0.158% 78.324%, -0.158% 77.685%, -0.158% 77.045%, -0.158% 77.045%, -0.158% 76.525%, -0.158% 76.004%, -0.158% 75.484%, -0.158% 74.964%, -0.158% 74.445%, -0.158% 73.926%, -0.158% 73.407%, -0.158% 72.888%, -0.158% 72.37%, -0.158% 71.852%, -0.158% 69.596%, -0.158% 69.596%, -0.158% 68.187%, -0.158% 66.778%, -0.158% 65.369%, -0.158% 63.96%, -0.158% 62.551%, -0.158% 61.142%, -0.158% 59.733%, -0.158% 58.324%, -0.158% 56.915%, -0.158% 55.506%, -0.158% 55.506%, -0.158% 54.218%, -0.158% 52.93%, -0.159% 51.641%, -0.16% 50.353%, -0.162% 49.065%, -0.163% 47.777%, -0.165% 46.488%, -0.167% 45.2%, -0.17% 43.912%, -0.173% 42.624%, -0.173% 42.624%, -0.176% 41.298%, -0.179% 39.973%, -0.181% 38.649%, -0.182% 37.325%, -0.182% 36.001%, -0.182% 34.678%, -0.181% 33.355%, -0.179% 32.032%, -0.176% 30.71%, -0.173% 29.389%, -0.173% 29.389%, -0.173% 28.646%, -0.173% 27.903%, -0.173% 27.16%, -0.173% 26.417%, -0.173% 25.675%, -0.173% 24.932%, -0.173% 24.189%, -0.173% 23.446%, -0.173% 22.703%, -0.173% 21.961%, -0.173% 21.961%, -0.173% 21.328%, -0.173% 20.696%, -0.173% 20.064%, -0.173% 19.432%, -0.173% 18.8%, -0.173% 18.167%, -0.173% 17.535%, -0.173% 16.903%, -0.173% 16.27%, -0.173% 15.638%, -0.173% 15.638%, -0.173% 15.315%, -0.173% 14.993%, -0.173% 14.67%, -0.173% 14.348%, -0.173% 14.026%, -0.173% 13.703%, -0.173% 13.381%, -0.173% 13.058%, -0.173% 12.736%, -0.173% 12.414%, -0.173% 12.414%, -0.173% 12.118%, -0.173% 11.823%, -0.173% 11.527%, -0.173% 11.232%, -0.173% 10.936%, -0.173% 10.64%, -0.173% 10.344%, -0.173% 10.049%, -0.173% 9.753%, -0.173% 9.457%, -0.173% 9.457%, -0.173% 9.35%, -0.173% 9.244%, -0.173% 9.137%, -0.173% 9.031%, -0.173% 8.924%, -0.173% 8.818%, -0.173% 8.711%, -0.173% 8.605%, -0.173% 8.498%, -0.173% 8.392%, -0.173% 8.392%, -0.183% 7.665%, -0.153% 6.958%, -0.076% 6.269%, 0.055% 5.598%, 0.247% 4.943%, 0.506% 4.304%, 0.839% 3.681%, 1.252% 3.072%, 1.753% 2.477%, 2.349% 1.894%, 2.349% 1.894%, 2.496% 1.787%, 2.647% 1.683%, 2.8% 1.582%, 2.956% 1.483%, 3.114% 1.387%, 3.275% 1.294%, 3.439% 1.203%, 3.605% 1.115%, 3.774% 1.029%, 3.945% 0.947%, 4.442% 0.686%, 4.442% 0.686%, 5.206% 0.402%, 5.991% 0.189%, 6.795% 0.036%, 7.613% -0.065%, 8.443% -0.123%, 9.281% -0.15%, 10.123% -0.153%, 10.967% -0.142%, 11.808% -0.128%, 12.644% -0.118%);
}

.pbmit-service-style-2 .pbmit-featured-wrapper {
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 25px;
	border: 5px solid var(--pbmit-secondary-color);
	height: 247.5px;
}

.pbmit-service-style-2 .pbmit-featured-wrapper img {
	background-size: cover;
	transition: all 300ms ease;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.pbmit-service-style-2:hover .pbmit-featured-wrapper img {
	transform: scale(1.08);
}

.pbmit-service-style-2 .pbmit-service-title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
}

.pbmit-service-style-2 .pbmit-service-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.pbmit-service-style-2 .pbmit-service-btn {
	color: white;
	top: 0;
	bottom: auto;
	background-color: var(--pbmit-secondary-color);
}

/*----------------------------------------*/
/*  05 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 .pbmit-featured-wrapper img,
.pbmit-blog-style-1 .pbmit-featured-container .pbmit-blog-btn,
.pbmit-blog-style-1 .pbmit-featured-wrapper::before {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pbmit-blog-style-1 .pbmit-meta-line i {
	font-size: 18px;
	margin-right: 3px;
	color: var(--pbmit-secondary-color);
}

.pbmit-blog-style-1 .pbmit-meta-cat-wrapper {
	position: absolute;
	top: 20px;
	left: 25px;
	z-index: 1;
	font-weight: 500;
	z-index: 10;
}

.pbmit-blog-style-1 .pbmit-meta-category a {
	padding: 5px 15px 3px 15px;
	margin-bottom: 5px;
	border-radius: 15px;
	color: var(--pbmit-link-color-normal);
	background-color: var(--pbmit-white-color);
}

.pbmit-blog-style-1 .pbmit-meta-category a:hover {
	color: var(--pbmit-link-color-normal) !important;
}

.pbmit-blog-style-1 .pbmit-featured-container {
	margin: 0 0 25px;
}

.pbmit-blog-style-1 .pbmit-content-wrapper {
	margin-top: 10px;
}

.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	clip-path: polygon(6.726% 0%, 93.274% 0%, 93.274% 0%, 94.364% 0.119%, 95.399% 0.464%, 96.364% 1.015%, 97.245% 1.755%, 98.029% 2.664%, 98.701% 3.723%, 99.249% 4.915%, 99.657% 6.219%, 99.912% 7.617%, 100% 9.091%, 100% 66.97%, 100% 66.97%, 99.732% 70.984%, 98.988% 73.969%, 97.863% 76.111%, 96.447% 77.599%, 94.835% 78.618%, 93.119% 79.355%, 91.39% 79.998%, 89.742% 80.733%, 88.268% 81.747%, 87.061% 83.227%, 87.061% 83.227%, 86.147% 85.185%, 85.483% 87.323%, 84.946% 89.551%, 84.409% 91.777%, 83.749% 93.91%, 82.839% 95.86%, 81.556% 97.535%, 79.775% 98.844%, 77.369% 99.696%, 74.215% 100%, 6.726% 100%, 6.726% 100%, 5.636% 99.881%, 4.601% 99.536%, 3.636% 98.985%, 2.755% 98.245%, 1.971% 97.336%, 1.299% 96.277%, 0.751% 95.085%, 0.343% 93.781%, 0.088% 92.383%, 0% 90.909%, 0% 9.091%, 0% 9.091%, 0.088% 7.617%, 0.343% 6.219%, 0.751% 4.915%, 1.299% 3.723%, 1.971% 2.664%, 2.755% 1.755%, 3.636% 1.015%, 4.601% 0.464%, 5.636% 0.119%, 6.726% 0%);
}

.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	position: relative;
	width: 100%;
	border-radius: 30px;
}

.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.pbmit-blog-style-1 .pbmit-featured-container {
	position: relative;
	overflow: hidden;
}

.pbmit-meta-line {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: .5px;
	text-transform: nonr;
	color: #666;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}

/*----------------------------------------*/
/*  06 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-post-item {
	position: relative;
}

.pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap {
	padding: 45px;
	position: relative;
	background-color: transparent;
	z-index: 1;
}

.pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--pbmit-white-color);
	clip-path: polygon(6.726% 100%, 93.274% 100%, 93.274% 100%, 94.364% 99.896%, 95.399% 99.594%, 96.364% 99.111%, 97.245% 98.464%, 98.029% 97.668%, 98.701% 96.741%, 99.249% 95.698%, 99.657% 94.556%, 99.912% 93.332%, 100% 92.042%, 100% 28.912%, 100% 28.912%, 99.732% 25.399%, 98.988% 22.786%, 97.863% 20.91%, 96.447% 19.608%, 94.835% 18.717%, 93.119% 18.071%, 91.39% 17.508%, 89.742% 16.865%, 88.268% 15.977%, 87.061% 14.682%, 87.061% 14.682%, 86.147% 12.968%, 85.483% 11.096%, 84.946% 9.146%, 84.409% 7.198%, 83.749% 5.331%, 82.839% 3.624%, 81.556% 2.158%, 79.775% 1.012%, 77.369% 0.266%, 74.215% 0%, 6.726% 0%, 6.726% 0%, 5.636% 0.104%, 4.601% 0.406%, 3.636% 0.889%, 2.755% 1.536%, 1.971% 2.332%, 1.299% 3.259%, 0.751% 4.302%, 0.343% 5.444%, 0.088% 6.668%, 0% 7.958%, 0% 92.042%, 0% 92.042%, 0.088% 93.332%, 0.343% 94.556%, 0.751% 95.698%, 1.299% 96.741%, 1.971% 97.668%, 2.755% 98.464%, 3.636% 99.111%, 4.601% 99.594%, 5.636% 99.896%, 6.726% 100%);
	z-index: -1;
}

.pbmit-testimonial-style-1 .pbminfotech-post-item::before {
	font-family: "pbminfotech-base-icons";
	content: "\e88e";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-1 .pbminfotech-box-title {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

.pbmit-testimonial-style-1 .pbmit-featured-wrapper {
	width: 80px;
}

.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.pbmit-testimonial-style-1 .pbminfotech-box-img {
	margin-right: 20px;
}

blockquote {
	font-weight: 300;
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
	font-size: 21px;
	line-height: 31px;
	margin: 0;
	padding: 20px 0 30px;
	border: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-text p {
	margin-bottom: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-1 .pbminfotech-box-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings {
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
	color: #fdcf00;
}

.pbmit-testimonial-style-1 .pbminfotech-star-ratings-text {
	font-size: 30px;
	line-height: 26px;
	font-weight: 600 !important;
	font-style: italic !important;
	color: var(--pbmit-blackish-color);
	letter-spacing: -0.25px;
}

/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
	margin-bottom: 20px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	color: rgba(var(--pbmit-global-color-rgb), 0.6);
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
	color: #fdcf00;
}

.pbmit-testimonial-style-2 blockquote {
	padding: 0;
	margin: 0;
	font-size: 34px;
	line-height: 44px;
	border: 0;
	margin-bottom: 35px;
	font-weight: 300;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-testimonial-style-2 .pbminfotech-box-content-inner {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-content {
	position: relative;
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper {
	margin-right: 25px;
	position: relative;
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper::after {
	font-family: "pbminfotech-base-icons";
	content: "\e88e";
	position: absolute;
	right: -10px;
	top: -10px;
	font-size: 13px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.pbmit-testimonial-style-2 .pbminfotech-box-title {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0;
}

.pbminfotech-testimonial-detail,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-serv-cat a,
.pbminfotech-box-team-position,
.pbmit-meta-category a,
.site-header .pbmit-header-button a,
.pbminfotech-testimonial-detail,
.pbmit-product-style-1 div.product span.price,
.pbmit-footer-overlay-area .pbmit-footer-right-info .pbmit-footer-box,
.pbmit-meta-cat a,
aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .pbmit-meta-tags a,
.service-sidebar .all-post-list ul li a,
.widget .download .item-download a .pbmit-download-content,
.pbmit-single-team-info li label {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: normal;
	font-style: normal;
}

/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.pbmit-header-overlay {
	position: absolute;
	z-index: 2;
	width: 100%;
}

.site-title {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100px;
	transition: none;
	line-height: inherit;
}

.site-title a {
	display: flex;
	align-items: center;
}

.site-header .pbmit-header-search-btn {
	padding: 0 20px 0 30px;
}

.site-header .pbmit-header-search-btn a {
	font-size: 16px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	display: block;
	border-radius: 50%;
}

.site-header .pbmit-header-search-btn a:hover {
	color: #fff;
	background-color: var(--pbmit-global-color);
}

.header-style-1 .pbmit-header-search-btn a {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

/** Header Style 1 **/
.header-style-1 .site-navigation ul.navigation>li>a {
	color: var(--pbmit-white-color);
}

.site-header .pbmit-header-button a {
	display: inline-block;
	padding-left: 50px;
	font-size: 16px;
	position: relative;
	letter-spacing: .5px;
	-webkit-transition: none;
	transition: none;
	color: var(--pbmit-blackish-color);
}

.header-style-1 .pbmit-header-button a {
	color: var(--pbmit-white-color);
}

.site-header .pbmit-header-button a:before {
	content: "\e890";
	font-family: "pbminfotech-base-icons";
	font-size: 35px;
	line-height: 35px;
	top: 6px;
	position: absolute;
	left: 0;
	font-weight: 400;
	color: var(--pbmit-secondary-color);
}

.header-style-1 .pbmit-header-button a:before {
	color: white;
}

.site-header .pbmit-right-box .pbmit-button-box {
	line-height: normal;
}

.site-header .pbmit-header-button a span {
	display: block;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.site-header .pbmit-header-button a .pbmit-header-button-text-1 {
	color: var(--pbmit-body-typography-color);
	font-weight: 400;
}

.header-style-1 .pbmit-header-button a .pbmit-header-button-text-1 {
	color: var(--pbmit-white-color);
}

.site-header .pbmit-right-box .pbmit-button-box-second {
	padding: 0 0 0 30px;
	position: relative;
}

.site-header .pbmit-header-button a span.pbmit-header-button-text-2 {
	font-weight: 500;
	padding-top: 3px;
}

.pbmit-top-left-corner {
	top: 0;
	left: -30px;
}

.pbmit-bottom-right-corner {
	bottom: -30px;
	right: 0;
}

/** Header Style 3 **/
.header-style-3 .pbmit-main-header-area {
	background-color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
.site-footer {
	background-image: url(../images/bg/footer-bg-img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	background-attachment: scroll;
	font-size: 15px;
	color: var(--pbmit-blackish-color);
	background-color: #f8f7f0;
}

footer.site-footer a {
	color: var(--pbmit-blackish-color);
}

.pbmit-footer-overlay-area {
	padding: 35px 0px 35px 0px;
}

.pbmit-footer-overlay-area .pbmit-footer-left-menu,
.pbmit-footer-overlay-area .pbmit-footer-right-info {
	display: flex;
	align-items: center;
}

.pbmit-footer-overlay-area .pbmit-footer-left-menu a {
	position: relative;
}

.pbmit-footer-overlay-area .pbmit-footer-left-menu a:hover h3 {
	color: var(--pbmit-secondary-color);
}

.pbmit-footer-overlay-area .pbmit-footer-left-menu a,
.pbmit-footer-overlay-area .pbmit-footer-left-menu a h3 {
	color: var(--pbmit-blackish-color);
}

.pbmit-footer-overlay-area .pbmit-footer-left-menu a h3 {
	padding-right: 22px;
	position: relative;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: .5px;
	margin: 0 22px 0 0;
	text-transform: uppercase;
	transition: all .25s ease-in-out;
}

.pbmit-footer-overlay-area .pbmit-footer-left-menu a:not(:last-child) h3:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -2px;
	left: auto;
	width: 6px;
	height: 6px;
	background-color: var(--pbmit-white-color);
	border-radius: 50%;
}

.pbmit-footer-overlay-area .pbmit-footer-right-info {
	justify-content: flex-end;
}

.pbmit-footer-overlay-area .pbmit-footer-right-info .pbmit-footer-box:not(:last-child) {
	padding-right: 30px;
}

.pbmit-footer-overlay-area .pbmit-footer-right-info .pbmit-footer-box a .pbmit-footer-box-icon {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin-right: 8px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.pbmit-footer-overlay-area .pbmit-footer-right-info .pbmit-footer-box a .pbmit-footer-box-icon {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin-right: 8px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.pbmit-footer-overlay-area .pbmit-footer-right-info .pbmit-footer-box a:hover .pbmit-footer-box-icon {
	transform: scale(-1) rotate(180deg);
	transition: all 300ms ease-in;
}

.pbmit-footer-overlay-area .pbmit-footer-right-info .pbmit-footer-box a .pbmit-footer-box-title {
	position: relative;
	top: -4px;
}

.site-footer .pbmit-footer-big-area-wrapper {
	position: relative;
	z-index: 1;
}

.site-footer .pbmit-footer-big-area {
	padding-top: 100px;
}

.site-footer .pbmit-footer-big-area .pbmit-main-logo {
	max-height: 55px;
}

.site-footer .pbmit-footer-big-area .pbmit-footer-right {
	font-size: 26px;
	line-height: 34px;
	padding-left: 78px;
}

.site-footer .pbmit-footer-big-area .pbmit-footer-right h3 {
	font-size: 32px;
	line-height: 42px;
	margin: 0;
}

.site-footer .pbmit-footer-widget-area {
	padding-bottom: 30px;
	padding-top: 60px;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.site-footer .pbmit-footer-widget-area .widget_text {
	padding-top: 0px;
	font-size: 16px;
	line-height: 26px;
	position: relative;
}

.site-footer .pbmit-footer-widget-col-1 .textwidget {
	padding-right: 180px;
}

.site-footer .pbmit-footer-widget-col-1 .pbmit-footer-text {
	margin-bottom: 22px;
	color: #666666 !important;
}

.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li {
	display: inline-block;
	margin: 0 6px 0 0;
	padding-bottom: 0px !important;
	margin-bottom: 8px;
	transform: unset;
}

.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li a {
	font-size: 15px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background-color: var(--pbmit-secondary-color);
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li a:hover {
	color: var(--pbmit-white-color);
	background-color: #DDDB00;
}

.site-footer .widget {
	position: relative;
}

.site-footer .widget .widget-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
	color: var(--pbmit-blackish-color);
	text-transform: capitalize;
	font-style: normal;
	margin-bottom: 15px;
}

.site-footer .widget ul li:not(:last-child) {
	padding-bottom: 5px;
}

.site-footer .widget ul li {
	line-height: 26px;
	color: var(--pbmit-body-typography-color);
}

.site-footer .widget ul li a {
	color: var(--pbmit-body-typography-color);
}

.site-footer .widget ul li a:hover,
.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li a:hover,
.site-footer .pbmit-footer-copyright-text-area a:hover {
	color: var(--pbmit-secondary-color);
}

.site-footer .widget .pbmit-contact-widget-address {
	font-size: 15px;
	opacity: 0.8;
	line-height: 28px;
}

.site-footer .pbmit-footer-text-inner {
	font-size: 14px;
	margin-left: 38.5%;
	padding: 30px 0;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.site-footer .pbmit-footer-copyright-text-area {
	text-align: end;
}

.site-footer .pbmit-footer-text-inner .row {
	align-items: center;
	flex-direction: row-reverse;
}

.site-footer .pbmit-footer-text-area a,
.site-footer .pbmit-footer-copyright-text-area {
	color: var(--pbmit-body-typography-color);
}

.site-footer .pbmit-footer-copyright-text-area a {
	text-decoration: none !important;
}

.site-footer .pbmit-footer-text-inner .pbmit-footer-menu {
	display: flex;
}

.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}

.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:first-child {
	padding-left: 0;
}

.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:last-child {
	padding-right: 0;
}

.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:last-child:before {
	content: "";
	position: absolute;
	height: 15px;
	width: 1px;
	background-color: rgba(24, 26, 23, 0.20);
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper {
	position: relative;
	z-index: 1;
	background-image: url(../images/bg/titlebar-bg-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
}

.pbmit-title-bar-wrapper,
.pbmit-title-bar-content {
	min-height: 500px;
}

.pbmit-title-bar-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: none !important;
}

.pbmit-title-bar-content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 100px 0px 0;
}

.single-post .pbmit-title-bar-content-inner {
	width: 60%;
}

.pbmit-title-bar-content-inner {
	width: 100%;
}

.pbmit-title-bar-wrapper .pbmit-tbar {
	padding-right: 15px;
}

.pbmit-title-bar-wrapper .pbmit-tbar,
.pbmit-title-bar-wrapper .pbmit-breadcrumb {
	display: block;
}

.pbmit-title-bar-content .pbmit-tbar-inner {
	max-width: none;
	padding: 0 !important;
	margin-bottom: 15px;
}

.pbmit-tbar-subtitle {
	padding-top: 5px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: var(--pbmit-white-color);
	text-transform: capitalize;
	font-style: normal;
}

.single-post .pbmit-tbar-title {
	font-size: 50px;
	line-height: 60px;
}

.pbmit-tbar-title {
	font-weight: 500;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 0;
	text-transform: none;
	font-style: normal;
	margin-bottom: 0px;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-title-bar-wrapper .pbmit-breadcrumb,
.pbmit-title-bar-wrapper .pbmit-breadcrumb a {
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	color: var(--pbmit-white-color);
	text-transform: none;
	font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-breadcrumb .pbmit-breadcrumb-inner {
	padding-left: 5px;
}

.pbmit-breadcrumb .pbmit-breadcrumb-inner span {
	display: inline-block;
	font-size: 15px;
}

.pbmit-breadcrumb .pbmit-breadcrumb-inner span i:before {
	margin: 0;
}

.pbmit-breadcrumb-inner .sep {
	line-height: 15px;
	top: 0px;
	position: relative;
	padding: 0 4px;
}

.pbmit-breadcrumb-inner i {
	font-size: 15px;
	color: var(--pbmit-white-color);
	display: inline-block;
}

/*----------------------------------------*/
/*  10 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
	position: relative;
}

.overlap-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

.overlap-img,
.overlap-bg {
	position: absolute;
	width: 100%;
	height: 100%;
}

.overlap-left {
	margin-left: -500px;
}

.overlap-right {
	margin-right: -500px;
	width: auto;
	left: 0;
	right: 0;
}

.overflow-hidden {
	overflow: hidden;
}

.content-element-text {
	position: relative;
	z-index: 99;
	padding-top: 60px;
	padding-bottom: 40px;
	padding-right: 30px;
}

/*----------------------------------------*/
/*  11 - Accordion
/*----------------------------------------*/
.accordion-item {
	border: none;
	position: relative;
	margin-bottom: 20px;
	background-color: transparent;
	color: inherit;
	border-bottom: none;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	margin-bottom: 28px;
	box-shadow: none;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

.accordion-button {
	display: inherit;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	cursor: pointer;
	border-radius: 20px !important;
	outline: none;
	position: relative;
	padding: 20px 30px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.accordion-item:last-of-type {
	border-radius: 0;
}

.accordion-item .pbmit-accordion-icon {
	font-size: 15px;
	position: relative;
	display: inline-block;
	width: auto;
	transform: translateY(-10%);
	color: var(--pbmit-global-color);
}

.accordion-item .pbmit-accordion-icon svg {
	width: 1em;
	height: 1em;
}

.accordion-item.active .pbmit-accordion-icon svg {
	fill: var(--pbmit-white-color);
}

.accordion-item.active .pbmit-accordion-icon {
	color: var(--pbmit-white-color);
}

.pbmit-accordion-title {
	transition: all .4s ease-in-out;
}

.pbmit-accordion-title:hover {
	color: var(--pbmit-secondary-color);
}

.accordion-item.active .pbmit-accordion-title {
	color: var(--pbmit-white-color);
}

.pbmit-accordion-icon.pbmit-accordion-icon-right {
	float: right;
	text-align: right;
}

.accordion-item.active .pbmit-accordion-icon-closed {
	display: none;
}

.accordion-item .pbmit-accordion-icon-closed {
	display: block;
}

.accordion-item .pbmit-accordion-icon-opened {
	display: none;
}

.accordion-item.active .pbmit-accordion-icon-opened {
	display: block;
}

.accordion-button::after {
	display: none;
}

.accordion-body {
	padding: 0 0 15px 32px;
}

.accordion-button:focus {
	box-shadow: none;
}

/*----------------------------------------*/
/*  12 - Circle Progress
/*----------------------------------------*/
.db-circle-overlay {
	position: absolute;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center
}

.db-fidbox-style-2 .db-circle-w {
	position: relative;
	text-align: center
}

.db-fidbox-style-2 .db-fid-title {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0
}

.db-fidbox-style-2 .db-circle-number sub,
.db-fidbox-style-2 .db-circle-number {
	font-size: 20px;
	color: #fff;
	font-weight: bold
}

.db-fidbox-style-2 .db-circle-number sub {
	bottom: 0
}

.db-fidbox-style-1 .db-fid-title {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0
}

.db-fidbox-style-1 .db-fid-title-w,
.db-fidbox-style-1 .db-circle-w {
	display: inline-block
}

.db-fidbox-style-1 .db-fid-title-w {
	width: 43%;
	margin-left: 12px
}

.db-fidbox-style-1 .db-circle-w {
	width: 122px;
	position: relative;
	vertical-align: top
}

.db-fidbox-style-1 .db-circle-number sub,
.db-fidbox-style-1 .db-circle-number {
	font-size: 20px;
	font-weight: bold
}

.db-fidbox-style-1 .db-circle-number sub {
	bottom: 0
}

.db-fidbox-style-1 .db-fid-title-w {
	position: absolute;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%)
}

.db-fidbox-style-1 .db-fid-title-w h3 {
	margin-bottom: 0
}

.db-circle canvas {
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -o-crisp-edges;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}

.db-circle canvas {
	max-width: 100%;
	height: auto !important
}

.db-overlap-row {
	position: relative;
	z-index: 1
}

.db-overlap-row-section {
	position: relative;
	z-index: 2
}

/*----------------------------------------*/
/*  13 - List Group
/*----------------------------------------*/
.list-group-borderless .list-group-item {
	display: flex;
	font-size: inherit;
	align-items: center;
	padding-bottom: calc(5px/2);
	padding: 0;
	margin-bottom: 5px;
	color: var(--pbmit-blackish-color);
	position: relative;
	border: none;
	background: transparent;
}

.list-group-borderless .list-group-item:not(:first-child) {
	margin-top: calc(10px/2);
}

.list-group .pbmit-icon-list-icon {
	color: var(--pbmit-blackish-color);
	display: flex;
	position: relative;
	top: 0px;
	line-height: normal;
}

.list-group .pbmit-icon-list-icon i {
	width: auto;
	line-height: inherit;
	font-size: 20px;
	line-height: 20px;
	color: var(--pbmit-global-color);
}

.list-group .pbmit-icon-list-text {
	font-size: 16px;
	line-height: 26px;
	padding-left: 10px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

/*----------------------------------------*/
/*  14 -  Portfolio
/*----------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1 {
	overflow: hidden;
}

.pbmit-portfolio-style-1 .pbminfotech-box-content {
	position: absolute;
	top: inherit;
	bottom: 30px;
	left: 30px;
	right: 30px;
	padding: 25px 30px;
	opacity: 0;
	border-radius: 20px;
	word-break: break-word;
	transform: translateY(100%) scale(0.7);
	background: var(--pbmit-white-color);
	transition: all .5s;
}

.pbmit-portfolio-style-1:hover .pbminfotech-box-content {
	transition: all .5s;
	opacity: 1;
	transform: translateY(0);
}

.pbmit-portfolio-style-1 .pbmit-port-cat a {
	font-size: 14px;
	line-height: 24px;
	padding-left: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}

.pbmit-portfolio-style-1 .pbmit-port-cat a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: rgba(var(--pbmit-global-color-rgb), 0.9);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title:hover,
.pbmit-portfolio-style-1 .pbmit-port-cat a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	border-radius: 20px;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}

.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img {
	transform: scale(1.001) rotate(0);
}

.pbmit-element-portfolio-style-1 .pbmit-element-inner .swiper-wrapper {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.pbmit-portfolio-style-1 .pbminfotech-post-content {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.pbmit-element-posts-wrapper.row .pbmit-portfolio-style-1,
.pbmit-element-posts-wrapper.row .pbmit-service-style-1,
.pbmit-element-posts-wrapper.row .pbmit-team-style-1 {
	margin-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}

/*----------------------------------------*/
/*  15 - Client
/*----------------------------------------*/
.pbmit-hide {
	display: none;
}

/** Style 1 **/
.pbmit-client-style-1 .pbmit-border-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 0;
}

.pbmit-client-style-1 .pbmit-client-wrapper {
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	position: relative;
	text-align: center;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.pbmit-client-style-1 .pbmit-border-wrapper {
	transition: all .4s ease-in;
}

.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.pbmit-client-style-1 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}

.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}

.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-featured-wrapper {
	transform: translateY(100%);
}

/*----------------------------------------*/
/* 16 - Spinner Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-spinner-box-style-1 {
	width: 135px;
	padding: 10px;
	position: relative;
	border-radius: 50%;
	margin: auto;
	background-color: var(--pbmit-white-color);
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-spinner-box-style-1 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	-khtml-transform: translateX(-50%) translateY(-40%);
	-moz-transform: translateX(-50%) translateY(-40%);
	-ms-transform: translateX(-50%) translateY(-40%);
	-o-transform: translateX(-50%) translateY(-40%);
	transform: translateX(-50%) translateY(-40%);
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-box text {
	font-size: 21px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--pbmit-blackish-color);
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-ihbox-icon svg {
	-webkit-animation-name: unset;
	-moz-animation-name: unset;
	-ms-animation-name: unset;
	-o-animation-name: unset;
	animation-name: unset;
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-box svg {
	fill: var(--pbmit-blackish-color);
	position: relative;
	left: 0;
	top: 0;
	-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;
}

@-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-spinner-box-style-1 .pbmit-icon-wrapper i {
	font-size: 25px;
	color: var(--pbmit-blackish-color);
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-box text {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 500;
	font-style: normal;
}

/* --------------------------------------
* 17 - Sortable
* ---------------------------------------*/
.pbmit-sortable-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}

.pbmit-sortable-list-ul li {
	display: inline-block;
}

.pbmit-sortable-list-ul li:not(:last-child) {
	margin: 0 10px;
}

.pbmit-sortable-list a {
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px;
	font-weight: 400;
	min-width: 100px;
	border-radius: 20px;
}

.pbmit-sortable-list a.pbmit-selected {
	background: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 18 - Img Animation
* ---------------------------------------*/
.pbmit-animation-style3,
.pbmit-animation-style4 {
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.pbmit-animation-style3 img,
.pbmit-animation-style4 img {
	transform-origin: 50% 50%;
	transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

/* --------------------------------------
* 19 - Marquee
* ---------------------------------------*/
/** Style 1 **/
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	font-size: 100px;
	line-height: 120px !important;
	position: relative !important;
	overflow: visible !important;
	display: flex;
	font-weight: 800 !important;
	overflow: visible !important;
	text-shadow: 1px 1px 0 rgba(var(--pbmit-blackish-color-rgb), .5), -1px -1px 0 rgba(var(--pbmit-blackish-color-rgb), .5), 1px -1px 0 rgba(var(--pbmit-blackish-color-rgb), .5), -1px 1px 0 rgba(var(--pbmit-blackish-color-rgb), .5), 1px 1px 0 rgba(var(--pbmit-blackish-color-rgb), .5);
	-webkit-text-fill-color: var(--pbmit-light-color);
	-webkit-text-stroke-width: 0;
	color: transparent;
	letter-spacing: 0;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	-webkit-text-fill-color: var(--pbmit-blackish-color);
	-webkit-text-stroke: transparent;
	max-width: 0;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title:hover::before {
	max-width: 100%;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
	padding-left: 80px;
	margin-left: 40px;
	position: relative;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
	content: "\e88d";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 45px;
	line-height: 45px;
	transform: translateY(-50%);
	color: var(--pbmit-secondary-color);
}

.pbmit-bg-color-secondary .pbmit-marquee-effect-style-1 .pbmit-element-title {
	-webkit-text-fill-color: var(--pbmit-global-color);
	text-shadow: 1px 1px 0 rgba(var(--pbmit-white-color-rgb), .5), -1px -1px 0 rgba(var(--pbmit-white-color-rgb), .5), 1px -1px 0 rgba(var(--pbmit-white-color-rgb), .5), -1px 1px 0 rgba(var(--pbmit-white-color-rgb), .5), 1px 1px 0 rgba(var(--pbmit-white-color-rgb), .5);
}

.pbmit-bg-color-secondary .pbmit-marquee-effect-style-1 .pbmit-element-title {
	-webkit-text-fill-color: var(--pbmit-secondary-color);
}

.pbmit-bg-color-secondary .pbmit-marquee-effect-style-1 .pbmit-element-title::before {
	-webkit-text-fill-color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
	color: var(--pbmit-global-color);
}

/* --------------------------------------
* 20 - Product Style
* ---------------------------------------*/
/** Style 1 **/
.pbmit-product-style-1 div.product {
	text-align: center;
	position: relative;
}

.pbmit-product-style-1 div.product a.woocommerce-loop-product__link {
	display: block;
	position: relative;
}

.pbmit-product-style-1 div.product a.woocommerce-loop-product__link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--pbmit-white-color);
	clip-path: polygon(6.142% 0.371%, 6.142% 0.371%, 5.269% 0.64%, 4.446% 0.975%, 3.678% 1.372%, 2.97% 1.825%, 2.326% 2.332%, 1.753% 2.887%, 1.253% 3.486%, 0.834% 4.125%, 0.499% 4.8%, 0.253% 5.506%, 0.253% 5.506%, 0.185% 6.134%, 0.128% 7.529%, 0.081% 9.727%, 0.044% 12.766%, 0.017% 16.682%, -0.002% 21.511%, -0.011% 27.291%, -0.012% 34.057%, -0.005% 41.847%, 0.009% 50.698%, 0.101% 93.474%, 0.101% 93.474%, 0.107% 93.712%, 0.127% 93.948%, 0.159% 94.184%, 0.205% 94.417%, 0.263% 94.649%, 0.334% 94.879%, 0.417% 95.107%, 0.513% 95.331%, 0.621% 95.553%, 0.741% 95.771%, 0.741% 95.771%, 0.741% 95.771%, 1.025% 96.216%, 1.347% 96.643%, 1.704% 97.051%, 2.095% 97.437%, 2.519% 97.801%, 2.974% 98.141%, 3.459% 98.457%, 3.972% 98.746%, 4.511% 99.008%, 5.074% 99.242%, 5.074% 99.242%, 5.074% 99.242%, 5.421% 99.367%, 5.774% 99.479%, 6.132% 99.579%, 6.496% 99.666%, 6.864% 99.74%, 7.235% 99.801%, 7.611% 99.849%, 7.989% 99.883%, 8.369% 99.904%, 8.751% 99.912%, 36.868% 99.979%, 36.868% 99.979%, 42.653% 99.989%, 47.858% 99.993%, 52.484% 99.99%, 56.538% 99.98%, 60.022% 99.964%, 62.942% 99.941%, 65.301% 99.912%, 67.104% 99.877%, 68.355% 99.835%, 69.058% 99.788%, 69.058% 99.788%, 69.922% 99.665%, 70.754% 99.51%, 71.553% 99.322%, 72.317% 99.104%, 73.043% 98.855%, 73.731% 98.577%, 74.376% 98.268%, 74.979% 97.931%, 75.536% 97.566%, 76.045% 97.173%, 76.045% 97.173%, 76.508% 96.785%, 76.902% 96.428%, 77.244% 96.079%, 77.55% 95.71%, 77.838% 95.295%, 78.123% 94.81%, 78.424% 94.227%, 78.756% 93.52%, 79.138% 92.665%, 79.584% 91.634%, 79.584% 91.634%, 80.225% 90.225%, 80.85% 89.032%, 81.496% 88.028%, 82.196% 87.186%, 82.987% 86.482%, 83.901% 85.887%, 84.975% 85.375%, 86.243% 84.92%, 87.74% 84.496%, 89.501% 84.075%, 89.501% 84.075%, 91.458% 83.601%, 93.15% 83.113%, 94.6% 82.595%, 95.827% 82.031%, 96.854% 81.406%, 97.702% 80.706%, 98.391% 79.915%, 98.943% 79.019%, 99.38% 78.001%, 99.722% 76.848%, 99.722% 76.848%, 99.79% 76.261%, 99.847% 75.091%, 99.894% 73.3%, 99.931% 70.853%, 99.959% 67.713%, 99.977% 63.844%, 99.987% 59.211%, 99.988% 53.776%, 99.981% 47.503%, 99.966% 40.357%, 99.878% 6.492%, 99.878% 6.492%, 99.871% 6.255%, 99.852% 6.019%, 99.819% 5.784%, 99.774% 5.55%, 99.715% 5.319%, 99.645% 5.089%, 99.561% 4.862%, 99.466% 4.637%, 99.358% 4.416%, 99.237% 4.198%, 99.237% 4.198%, 99.237% 4.198%, 98.952% 3.752%, 98.63% 3.325%, 98.272% 2.918%, 97.879% 2.531%, 97.454% 2.167%, 96.997% 1.827%, 96.511% 1.511%, 95.998% 1.222%, 95.457% 0.96%, 94.892% 0.727%, 94.636% 0.628%, 94.636% 0.628%, 94.342% 0.522%, 94.042% 0.427%, 93.737% 0.343%, 93.429% 0.269%, 93.116% 0.206%, 92.801% 0.155%, 92.482% 0.114%, 92.161% 0.085%, 91.839% 0.066%, 91.515% 0.059%, 50.445% 0.014%, 50.445% 0.014%, 39.428% 0.002%, 30.468% -0.006%, 23.341% -0.006%, 17.827% 0.003%, 13.702% 0.023%, 10.744% 0.057%, 8.732% 0.107%, 7.442% 0.174%, 6.653% 0.261%, 6.142% 0.371%);
}

.pbmit-product-style-1 .woocommerce-loop-product__title {
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0;
	margin: 0;
}

.pbmit-product-style-1 a.button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 0;
	z-index: 1;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 50%;
	outline: none;
	color: var(--pbmit-secondary-color);
	background: var(--pbmit-global-color);
}

.pbmit-product-style-1 a.button::after {
	position: absolute;
	font-family: 'pbminfotech-base-icons';
	content: '\e83e';
	right: 50%;
	top: 50%;
	font-size: 22px;
	line-height: normal;
	font-weight: normal;
	color: var(--pbmit-blackish-color);
	-webkit-transform: translateX(50%) translateY(-50%);
	-ms-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
}

.pbmit-product-style-1 a.button:hover {
	color: var(--pbmit-white-color) !important;
	background-color: var(--pbmit-blackish-color) !important;
}

.pbmit-product-style-1 a.button:hover::after {
	color: var(--pbmit-white-color);
}

.pbmit-product-style-1 div.product a.woocommerce-loop-product__link img {
	width: 100%;
	padding: 80px 50px;
	border-radius: 30px;
}

.pbmit-product-style-1 div.product span.price {
	margin-bottom: 50px;
	display: inline-block;
	font-size: 22px;
	color: var(--pbmit-secondary-color);
}

.pbmit-product-style-1 div.product span.price del {
	margin-right: 5px;
	opacity: .5;
	display: inline-block;
}

.pbmit-product-style-1 div.product p.price ins,
.pbmit-product-style-1 div.product span.price ins {
	font-weight: normal !important;
}

.pbmit-product-style-1 .star-rating {
	display: inline-block;
	float: none;
}

.pbmit-product-style-1 .star-rating span {
	float: none;
}

.pbmit-product-style-1 .pbminfotech-box-star-ratings i.pbmit-active {
	color: var(--pbmit-global-color);
}

/* --------------------------------------
* 21 - Static Box
* ---------------------------------------*/
/** Style 1 **/
.pbmit-element-static-box-style-1 .swiper-static-slide-images {
	position: relative;
}

.pbmit-element-static-box-style-1 .pbmit-main-static-slider .pbmit-hover-inner li a,
.pbmit-element-static-box-style-1 .swiper-static-slide-nav ul li .pbmit-static-box-number {
	transition: transform 1s cubic-bezier(.22, .61, .36, 1);
}

.pbmit-element-static-box-style-1 .swiper-static-slide-nav {
	padding-left: 120px;
}

.pbmit-element-static-box-style-1 .swiper-static-slide-images .swiper-slide img {
	width: 100%;
	clip-path: polygon(3.384% 0.182%, 3.384% 0.182%, 3.002% 0.341%, 2.634% 0.546%, 2.282% 0.793%, 1.948% 1.081%, 1.634% 1.408%, 1.341% 1.773%, 1.071% 2.172%, 0.826% 2.604%, 0.608% 3.067%, 0.418% 3.558%, 0.317% 3.841%, 0.317% 3.841%, 0.271% 3.982%, 0.229% 4.125%, 0.192% 4.27%, 0.16% 4.418%, 0.133% 4.567%, 0.111% 4.717%, 0.094% 4.87%, 0.082% 5.023%, 0.074% 5.177%, 0.072% 5.332%, 0.072% 94.749%, 0.072% 94.749%, 0.074% 94.904%, 0.082% 95.058%, 0.094% 95.211%, 0.111% 95.363%, 0.133% 95.514%, 0.16% 95.663%, 0.192% 95.811%, 0.229% 95.956%, 0.271% 96.099%, 0.317% 96.239%, 0.418% 96.529%, 0.418% 96.529%, 0.563% 96.907%, 0.725% 97.271%, 0.903% 97.617%, 1.096% 97.946%, 1.303% 98.257%, 1.524% 98.548%, 1.759% 98.819%, 2.006% 99.069%, 2.264% 99.296%, 2.534% 99.501%, 2.74% 99.642%, 2.74% 99.642%, 2.84% 99.707%, 2.941% 99.765%, 3.044% 99.816%, 3.148% 99.861%, 3.254% 99.899%, 3.361% 99.93%, 3.468% 99.954%, 3.577% 99.972%, 3.686% 99.982%, 3.796% 99.986%, 39.641% 100.047%, 39.641% 100.047%, 50.412% 100.059%, 58.89% 100.066%, 65.358% 100.059%, 70.1% 100.03%, 73.401% 99.968%, 75.545% 99.866%, 76.815% 99.714%, 77.497% 99.504%, 77.874% 99.227%, 78.23% 98.874%, 78.23% 98.874%, 78.354% 98.752%, 78.476% 98.625%, 78.595% 98.493%, 78.71% 98.357%, 78.823% 98.215%, 78.933% 98.069%, 79.039% 97.918%, 79.142% 97.762%, 79.242% 97.603%, 79.339% 97.438%, 79.339% 97.438%, 79.571% 96.966%, 79.76% 96.509%, 79.912% 96.012%, 80.031% 95.421%, 80.122% 94.681%, 80.19% 93.738%, 80.24% 92.537%, 80.277% 91.024%, 80.306% 89.145%, 80.332% 86.844%, 80.332% 86.844%, 80.36% 84.482%, 80.388% 82.593%, 80.425% 81.112%, 80.481% 79.973%, 80.565% 79.11%, 80.685% 78.459%, 80.851% 77.953%, 81.072% 77.527%, 81.357% 77.116%, 81.715% 76.654%, 81.715% 76.654%, 82.045% 76.223%, 82.339% 75.882%, 82.654% 75.619%, 83.049% 75.422%, 83.579% 75.282%, 84.303% 75.185%, 85.278% 75.122%, 86.561% 75.08%, 88.21% 75.048%, 90.282% 75.016%, 96.022% 74.931%, 96.022% 74.931%, 96.241% 74.92%, 96.46% 74.895%, 96.677% 74.856%, 96.892% 74.804%, 97.106% 74.737%, 97.316% 74.657%, 97.525% 74.563%, 97.73% 74.456%, 97.932% 74.335%, 98.13% 74.201%, 98.13% 74.201%, 98.13% 74.201%, 98.334% 74.056%, 98.523% 73.909%, 98.698% 73.761%, 98.861% 73.611%, 99.012% 73.458%, 99.151% 73.302%, 99.28% 73.141%, 99.399% 72.975%, 99.51% 72.803%, 99.613% 72.624%, 99.613% 72.624%, 99.613% 72.624%, 99.698% 72.448%, 99.776% 72.264%, 99.844% 72.075%, 99.904% 71.88%, 99.955% 71.681%, 99.997% 71.477%, 100.03% 71.271%, 100.053% 71.061%, 100.068% 70.849%, 100.072% 70.635%, 100.045% 38.152%, 100.003% 5.328%, 100.003% 5.328%, 100% 5.173%, 99.993% 5.02%, 99.98% 4.867%, 99.963% 4.715%, 99.94% 4.565%, 99.913% 4.416%, 99.881% 4.269%, 99.844% 4.124%, 99.803% 3.982%, 99.757% 3.841%, 99.656% 3.55%, 99.656% 3.55%, 99.51% 3.172%, 99.348% 2.81%, 99.17% 2.464%, 98.977% 2.136%, 98.77% 1.826%, 98.548% 1.536%, 98.314% 1.265%, 98.067% 1.017%, 97.809% 0.79%, 97.539% 0.586%, 97.338% 0.445%, 97.338% 0.445%, 97.238% 0.38%, 97.136% 0.322%, 97.033% 0.27%, 96.928% 0.225%, 96.822% 0.187%, 96.715% 0.156%, 96.606% 0.132%, 96.497% 0.115%, 96.388% 0.104%, 96.278% 0.101%, 50.325% 0.061%, 50.325% 0.061%, 42.799% 0.062%, 35.641% 0.066%, 28.948% 0.072%, 22.818% 0.08%, 17.351% 0.091%, 12.644% 0.104%, 8.795% 0.12%, 5.903% 0.138%, 4.067% 0.159%, 3.384% 0.182%);
}

.pbmit-element-static-box-style-1 .pbmit-contentbox .pbmit-contant-inner {
	right: 0;
	width: 118px;
	height: 108px;
	line-height: 125px;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 1;
	border-radius: 30px;
	background-color: var(--pbmit-global-color);
}

.pbmit-element-static-box-style-1 .pbmit-contentbox .pbmit-contant-inner .swiper-wrapper .pbmit-ihbox-icon i {
	font-size: 60px;
	color: var(--pbmit-blackish-color);
}

.pbmit-element-static-box-style-1 .pbmit-main-static-slider .pbmit-hover-inner {
	margin: 0;
	padding: 0;
}

.pbmit-element-static-box-style-1 .pbmit-main-static-slider .pbmit-hover-inner li a {
	display: flex;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
}

.pbmit-element-static-box-style-1 .pbmit-main-static-slider .pbmit-hover-inner li:not(.pbmit-active) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-element-static-box-style-1 .pbmit-main-static-slider .pbmit-hover-inner li.pbmit-active a {
	background-color: var(--pbmit-white-color);
}

.pbmit-element-static-box-style-1 .swiper-static-slide-nav ul li .pbmit-static-box-number {
	font-size: 65px;
	line-height: 65px !important;
	position: relative !important;
	padding-right: 35px;
	display: flex;
	overflow: visible !important;
	text-shadow: 1px 1px 0 var(--pbmit-blackish-color), -1px -1px 0 var(--pbmit-blackish-color), 1px -1px 0 var(--pbmit-blackish-color), -1px 1px 0 var(--pbmit-blackish-color), 1px 1px 0 var(--pbmit-blackish-color);
	-webkit-text-fill-color: var(--pbmit-light-color);
	-webkit-text-stroke-width: 0;
	color: transparent;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-weight: 500;
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-element-static-box-style-1 .swiper-static-slide-nav ul li.pbmit-active .pbmit-static-box-number {
	color: var(--pbmit-secondary-color);
	-webkit-text-fill-color: var(--pbmit-secondary-color);
	text-shadow: 1px 1px 0 var(--pbmit-secondary-color), -1px -1px 0 var(--pbmit-secondary-color), 1px -1px 0 var(--pbmit-secondary-color), -1px 1px 0 var(--pbmit-secondary-color), 1px 1px 0 var(--pbmit-secondary-color);
}

.pbmit-element-static-box-style-1 .swiper-static-slide-nav ul li .pbminfotech-box-title h4 {
	font-size: 22px;
	line-height: 28px;
	margin: 0;
	color: var(--pbmit-blackish-color);
}

.pbmit-element-static-box-style-1 .swiper-static-slide-nav ul li .pbmit-desc {
	padding-left: 35px;
	color: #666666;
}

.pbmit-element-static-box-style-1 .swiper-static-slide-nav ul li .pbmit-desc,
.pbmit-element-static-box-style-1 .swiper-static-slide-nav ul li .pbminfotech-box-title h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}

/* BG Color */
.pbmit-bg-color-secondary.pbmit-element-static-box-style-1 .swiper-static-slide-nav ul li:not(.pbmit-active) .pbmit-static-box-number {
	-webkit-text-fill-color: var(--pbmit-secondary-color);
	text-shadow: 1px 1px 0 var(--pbmit-white-color), -1px -1px 0 var(--pbmit-white-color), 1px -1px 0 var(--pbmit-white-color), -1px 1px 0 var(--pbmit-white-color), 1px 1px 0 var(--pbmit-white-color);
}

.pbmit-bg-color-secondary.pbmit-element-static-box-style-1 .swiper-static-slide-nav ul li:not(.pbmit-active) .pbminfotech-box-title h4 {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary.pbmit-element-static-box-style-1 .swiper-static-slide-nav ul li:not(.pbmit-active) .pbmit-desc {
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

.pbmit-bg-color-secondary.pbmit-element-static-box-style-1 .pbmit-main-static-slider .pbmit-hover-inner li:not(.pbmit-active) {
	border-color: rgba(var(--pbmit-white-color-rgb), 0.1);
}

/* --------------------------------------
* 22 - Tab
* ---------------------------------------*/
.pbmit-tab .nav {
	border: none;
	justify-content: space-between;
	flex-wrap: inherit;
}

.pbmit-tab .nav .nav-item {
	display: flex;
	justify-content: center;
	width: 100%;
}

.pbmit-tab .nav .nav-item a {
	display: flex;
	padding: 30px 20px;
	border-radius: 30px 30px 0 0;
	justify-content: center;
	position: relative;
	width: 100%;
	border: none;
}

.pbmit-tab .nav .nav-item a.active:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 25px;
	left: 0;
	top: auto;
	bottom: -25px;
	background-color: var(--pbmit-white-color);
}

.pbmit-tab .nav .nav-item .product-tab-heading {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0;
}

.pbmit-tab .tab-content .pbmit-column-inner {
	padding: 80px 80px 30px 80px;
	border-radius: 30px;
	background-color: var(--pbmit-white-color);
}

.pbmit-tab .pbmit-product-style-1 {
	padding-bottom: 50px;
}

.pbmit-tab .pbmit-product-style-1 .pbmit-product-image img {
	width: 100px;
	height: inherit;
	padding-right: 10px;
}

.pbmit-tab .pbmit-product-style-1 .woocommerce-loop-product__title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
}

.pbmit-tab .pbmit-product-style-1 .pbmit-product-contents .price {
	font-size: 16px;
	line-height: 24px;
	color: var(--pbmit-secondary-color);
}

/* --------------------------------------
* 23 - Banner Slider
* ---------------------------------------*/
.pbmit-slider-area .transform-top {
	opacity: 0;
	transform: translateY(-120px);
	transition: all 1000ms ease;
}

.swiper-slide-active .transform-top {
	opacity: 1;
	transform: translateY(0);
}

.pbmit-slider-area .transform-bottom {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1000ms ease;
}

.swiper-slide-active .transform-bottom {
	opacity: 1;
	transform: translateY(0);
}

.pbmit-slider-area .transform-left {
	opacity: 0;
	transition: all 1000ms ease;
	transform: translateX(-200px);
}

.swiper-slide-active .transform-left {
	opacity: 1;
	transform: translateX(0);
}

.pbmit-slider-area .transform-right {
	opacity: 0;
	transition: all 1000ms ease;
	transform: translateX(200px);
}

.swiper-slide-active .transform-right {
	opacity: 1;
	transform: translateX(0);
}

.pbmit-slider-area .transform-center {
	opacity: 0;
	transition: all 1000ms ease;
	transform: scale(0.9);
}

.swiper-slide-active .transform-center {
	opacity: 1;
	transform: scale(1);
}

.swiper-slide-active .transform-delay-1 {
	transition-delay: 1000ms;
}

.swiper-slide-active .transform-delay-2 {
	transition-delay: 1400ms;
}

.swiper-slide-active .transform-delay-3 {
	transition-delay: 1700ms;
}

.swiper-slide-active .transform-delay-4 {
	transition-delay: 1900ms;
}

.swiper-slide-active .transform-delay-5 {
	transition-delay: 2100ms;
}

.swiper-slide-active .transform-delay-6 {
	transition-delay: 2200ms;
}

.pbmit-slider-area {
	background-color: var(--pbmit-light-color);
	position: relative;
	z-index: 1;
}

.pbmit-slider-area .pbmit-slider-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pbmit-slider-area .pbmit-slider-content .pbmit-sub-title {
	font-size: 12px;
	line-height: 22px;
	font-weight: 500;
	padding: 3px 20px 1px;
	border-radius: 50px;
	letter-spacing: 1px;
	text-transform: none;
	max-width: max-content;
	margin-bottom: 25px;
	display: inline-block;
	color: var(--pbmit-white-color);
	border: 1px solid rgb(255, 255, 255);
}

.pbmit-slider-one .swiper-slider[data-dots="true"],
.pbmit-slider-two .swiper-slider[data-dots="true"] {
	padding-bottom: 0;
}

/** Style 1 **/
.pbmit-slider-one .pbmit-slider-item {
	padding: 260px 0 150px 0;
}

.pbmit-slider-one .pbmit-slider-content {
	overflow: hidden;
	padding: 40px 0;
}

.pbmit-slider-one .pbmit-title {
	font-size: 100px;
	line-height: 100px;
	color: var(--pbmit-white-color);
}

.pbmit-slider-one .pbmit-desc {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding-top: 20px;
	max-width: fit-content;
	color: var(--pbmit-white-color);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets,
.pbmit-slider-two .swiper-horizontal>.swiper-pagination-bullets {
	top: 50%;
	right: 16px;
	left: inherit;
	width: auto;
	display: inline-table;
	transform: translateY(-50%) rotate(-90deg);
}

.pbmit-slider-one .swiper-pagination-bullet,
.pbmit-slider-two .swiper-pagination-bullet {
	background-color: var(--pbmit-white-color);
}

.pbmit-slider-one .swiper-pagination-bullet-active,
.pbmit-slider-two .swiper-pagination-bullet-active {
	outline-color: var(--pbmit-white-color);
}

/** Style 2 **/
.pbmit-slider-two {
	position: relative;
}

.pbmit-slider-two .pbmit-slider-item {
	display: flex;
	align-items: center;
	height: 800px;
}

.pbmit-slider-two .pbmit-slider-content .pbmit-title {
	margin-bottom: 30px;
	color: var(--pbmit-white-color);
}

.pbmit-slider-two .pbmit-slider-content .pbmit-title strong {
	font-size: 140px;
	line-height: 150px;
}

.pbmit-slider-two .pbmit-slider-content .pbmit-title span {
	font-size: 100px;
	line-height: 100px;
}

.pbmit-slider-two .shadow-img {
	position: absolute;
	top: 13px;
	z-index: -1;
}

/** Style 3 **/
.pbmit-slider-three .stamp-img {
	position: absolute;
	top: 120px;
	z-index: 2;
	left: 31%;
}

.pbmit-slider-three .pbmit-slider-item {
	height: 780px;
	background-image: url(../images/banner-slider-img/bg-pattern.png);
	background-color: var(--pbmit-secondary-color);
}

.pbmit-slider-three .pbmit-slider-content {
	padding-left: 230px;
}

.pbmit-slider-three .pbmit-slider-content .pbmit-title {
	margin-bottom: 35px;
	color: var(--pbmit-white-color);
}

.pbmit-slider-three .pbmit-slider-content .pbmit-title span {
	font-size: 80px;
	line-height: 100px;
	font-weight: 400;
}

.pbmit-slider-three .pbmit-slider-content .pbmit-title strong {
	font-size: 92px;
	line-height: 102px;
	font-weight: 700;
}

.pbmit-slider-three .pbmit-button .pbmit-btn-white:hover {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-slider-three .slider-img {
	border-radius: 30px;
	background-size: cover;
	padding: 400px 0;
}

.pbmit-slider-three .slide1 .slider-img {
	background-image: url(../images/banner-slider-img/slider3-img-01.jpg);
}

.pbmit-slider-three .slide2 .slider-img {
	background-image: url(../images/banner-slider-img/slider3-img-02.jpg);
}

.pbmit-slider-three .swiper-button-next,
.pbmit-slider-three .swiper-button-prev {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border: none;
	color: var(--pbmit-white-color);
}

.pbmit-slider-three .swiper-button-prev {
	right: 10px;
	left: auto;
}

.pbmit-slider-three .swiper-button-next {
	margin-top: 60px;
}

.pbmit-slider-three .swiper-button-next:hover,
.pbmit-slider-three .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.pbmit-slider-three .swiper-button-next:after,
.pbmit-slider-three .swiper-button-prev:after {
	font-size: 30px;
}

.pbmit-featured-wrapper {
	height: 350px;
}

.pbmit-featured-wrapper img {
	background-size: cover;
	transition: all 300ms ease;
	object-fit: cover;
	height: 100%;
	width: 100%;
}