/******************************

    INDEX:

    00 - Section Title
    01 - Icon Box
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Blog
    06 - Testimonial
    07 - Header
    08 - Footer
    09 - Title Bar
    10 - Accordion
    11 - List Group
    12 - Banner Slider
    13 - Client
    14 - Sortable
	15 - Marquee
	16 - Portfolio
	17 - Progress Bar
	18 - Spinner Box
	19 - Tab
	20 - Tween Effect

******************************/

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading {
	margin-bottom: 55px;
	position: relative;
	z-index: 1;
}

.pbmit-heading-subheading .pbmit-subtitle {
	font-size: 12px;
	line-height: 26px;
	letter-spacing: .2px;
	text-transform: uppercase;
	font-style: normal;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 15px 0 28px;
	border: 1px solid var(--pbmit-global-color);
	border-radius: 50px;
	color: var(--pbmit-global-color);
	font-family: var(--pbmit-body-typography-font-family);
}

.pbmit-heading-subheading .pbmit-subtitle:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 9px;
	left: 15px;
	background-color: var(--pbmit-global-color);
}

.pbmit-heading-subheading .pbmit-title {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -1.2px;
	text-transform: none;
	font-style: normal;
	margin-bottom: 0;
}

.pbmit-heading-subheading .pbmit-heading-desc {
	margin: 25px 0 15px 0;
}

.pbmit-bg-color-secondary .pbmit-heading-subheading .pbmit-title {
	color: var(--pbmit-white-color);
}

/*=== For the same css ===*/
.pbmit-service-style-3 .pbminfotech-box-number,
.pbmit-meta-line,
.pbmit-service-style-4 .pbminfotech-box-number,
.pbminfotech-ele-fid-style-2 span.pbmit-fid-title,
.pbmit-team-style-4 .pbminfotech-box-team-position,
.pbmit-ihbox-style-14 .pbmit-ihbox-box-number,
.site-header .pbmit-header-info-inner .pbmit-header-box .pbmit-header-content-wrap .pbmit-header-box-title,
.widget .single-blog-authorbox .pbmit-authorbox-desc,
.post.blog-classic .pbmit-blog-meta-top .pbmit-meta.pbmit-meta-comments {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: normal;
	font-style: normal;
}

.pbmit-service-style-3 .pbmit-service-title a,
.pbmit-team-style-3 .pbmit-team-title a,
.pbmit-service-style-4 .pbmit-service-title a,
.pbmit-ihbox-style-12 .pbmit-element-title,
.pbmit-ihbox-style-14 .pbmit-element-title,
.pbmit-blog-style-4 .pbmit-post-title a,
.pbmit-tab .nav .nav-item a,
.pbmit-blog-style-3 .pbmit-post-title a,
.site-header .pbmit-header-info-inner .pbmit-header-box .pbmit-header-content-wrap .pbmit-header-box-content,
.pbmit-portfolio-style-1 .pbmit-port-cat,
.pbmit-comment-content .pbmit-comment-author,
.blog-details .pbmit-comment-content .reply a,
.pbmit-portfolio-single .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title,
.accordion .pbmit-accordion-title,
.widget .pbmit-item-download .pbmit-download-content,
.pbmit-ihbox-style-16 .pbmit-element-title {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
	font-style: normal;
}

.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-blog-button .pbmit-button-inner,
.pbmit-blog-style-4 .pbmit-content-wrapper .pbmit-blog-button .pbmit-button-inner {
	font-family: var(--pbmit-btn-typography-font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0;
	text-transform: none;
	font-style: normal;
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 3 **/
.pbmit-ihbox-style-3,
.pbmit-ihbox-style-3 .pbmit-ihbox-contents,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg::before {
	transition: all 0.3s ease-in;
}

.pbmit-ihbox-style-3 {
	background: var(--pbmit-white-color);
	padding: 40px 37px 35PX;
	border-radius: 20px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-box {
	display: flex;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg {
	margin-right: 25px;
	position: relative;
	display: inline-block;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper {
	min-width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 55px;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 24px;
	line-height: 34px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: 600 !important;
	letter-spacing: -0.2px;
}

.pbmit-ihbox-style-3 .pbmit-heading-desc {
	margin-bottom: 0;
	color: #828282 !important;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image {
	background-color: transparent;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	font-size: 45px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-box-number {
	display: none;
}

.pbmit-ihbox-style-3 .pbmit-solaar-icon {
	margin-top: 5px;
	display: inline-block;
}

.pbmit-ihbox-style-3 .pbmit-icon-type-icon svg g,
.pbmit-ihbox-style-3 .pbmit-icon-type-icon svg {
	fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-3 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-btn a {
	padding: 10px 0 0 0;
	display: block;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon {
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.pbmit-ihbox-style-3:hover {
	transform: translateY(-5px);
}

.pbmit-ihbox-style-3-border .pbmit-ihbox-style-3 {
	background: transparent;
	border: 1px solid #ddd;
	padding: 25px 20px;
}

.pbmit-ihbox-style-3-border .pbmit-ihbox-style-3:hover {
	background-color: var(--pbmit-white-color);
	border-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper {
	min-width: 85px;
	height: 85px;
	line-height: 85px;
	font-size: 47px;
	border-radius: 50px;
}

.pbmit-ihbox-style-3-border .pbmit-ihbox-style-3 {
	margin-bottom: 20px;
}

/** Style 7 **/
.pbmit-ihbox-style-7 {
	position: relative;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 34px 40px 33px 45px;
	background-color: var(--pbmit-white-color);
	border-radius: 20px;
	display: inline-block;
	border-bottom: 3px solid var(--pbmit-global-color);
}

.pbmit-ihbox-style-7 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: flex-start;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon {
	position: absolute;
	bottom: 18px;
	right: 45px;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-svg,
.pbmit-ihbox-style-7 .pbmit-icon-type-icon,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	color: rgba(var(--pbmit-global-color-rgb), .5);
}

.pbmit-ihbox-style-7 .pbmit-icon-type-icon svg g polygon,
.pbmit-ihbox-style-7 .pbmit-icon-type-icon svg g,
.pbmit-ihbox-style-7 .pbmit-icon-type-icon svg {
	fill: rgba(var(--pbmit-global-color-rgb), .5);
}

.pbmit-ihbox-style-7 .pbmit-ihbox-svg svg {
	fill: rgba(var(--pbmit-global-color-rgb), .5);
}

.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-image img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	max-width: 60px;
}

.pbmit-ihbox-style-7 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
	letter-spacing: 0;
}

.pbmit-ihbox-style-7 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-7 .pbmit-heading-desc {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-weight: 500 !important;
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-7 .pbmit-heading-desc::before {
	content: '-';
	padding-right: 5px;
	display: inline-block;
	color: rgba(var(--pbmit-blackish-color-rgb), .5);
}

/** Style 10 **/
.pbmit-ihbox-style-10,
.pbmit-ihbox-style-10 .pbmit-ihbox-contents,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg::before {
	transition: all 0.3s ease-in;
}

.pbmit-ihbox-style-10 {
	border-radius: 20px;
	background: rgba(243, 251, 245, 0.50);
	backdrop-filter: blur(10px);
	padding: 20px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-box {
	display: flex;
	justify-content: space-between;
	background: var(--pbmit-white-color);
	padding: 20px 22px 22px 35px;
	border-radius: 20px;
}

.pbmit-ihbox-style-10 a.pbmit-button-inner {
	font-size: 15px;
	color: var(--pbmit-blackish-color);
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin-top: 50px;
	padding: 0 32px 0px 0;
	position: relative;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: var(--pbmit-btn-typography-font-family);
}

.pbmit-ihbox-style-10 a.pbmit-button-inner .pbmit-button-icon {
	position: relative;
}

.pbmit-ihbox-style-10 a.pbmit-button-inner .pbmit-button-icon::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0px;
	background-color: var(--pbmit-blackish-color);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.pbmit-ihbox-style-10 a.pbmit-button-inner:hover .pbmit-button-icon:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-10 a.pbmit-button-inner:hover {
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-10 .pbmit-button-inner::after {
	content: '\e878';
	font-family: "pbminfotech-base-icons";
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 26px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	text-align: center;
	display: inline-block;
	font-size: 12px;
	margin-left: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	right: 0px;
	top: 2px;
}

.pbmit-ihbox-style-10 a.pbmit-button-inner:hover:after {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg {
	position: relative;
	display: inline-block;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-contents {
	padding-right: 30px;
	padding-top: 10px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper {
	font-size: 90px;
	color: var(--pbmit-blackish-color);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper img {
	min-width: 140PX;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.pbmit-ihbox-style-10 .pbmit-element-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
	letter-spacing: 0px;
}

.pbmit-ihbox-style-10 .pbmit-element-title a {
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-10 .pbmit-element-title a:hover {
	color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-10 .pbmit-heading-desc {
	margin-bottom: 0;
	color: var(--pbmit-white-color)
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-image {
	background-color: transparent;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-text {
	font-size: 65px;
	line-height: 80px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-box-number {
	display: none;
}

.pbmit-ihbox-style-10 .pbmit-solaar-icon {
	margin-top: 5px;
	display: inline-block;
}

.pbmit-ihbox-style-10 .pbmit-icon-type-icon svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-10 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon {
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.pbmit-ihbox-style-10:hover {
	transform: translateY(-5px);
}

/** Style 11 **/
.pbmit-ihbox-style-11,
.pbmit-ihbox-style-11 .pbmit-ihbox-contents,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg::before {
	transition: all 0.3s ease-in;
}

.pbmit-ihbox-style-11 {
	display: inline-block;
	border-radius: 20px;
	background: rgba(243, 251, 245, 0.50);
	backdrop-filter: blur(10px);
	padding: 15px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-box {
	background: var(--pbmit-white-color);
	padding: 27px 20px 18px 22px;
	border-radius: 20px;
}

.pbmit-ihbox-style-11 a.pbmit-button-inner {
	font-size: 15px;
	color: var(--pbmit-blackish-color);
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	text-decoration: underline;
	display: block;
	margin-top: 50px;
	padding: 0 32px 0px 0;
	position: relative;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg {
	position: relative;
	display: inline-block;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-contents {
	padding-top: 5px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper {
	font-size: 45px;
	color: var(--pbmit-blackish-color);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.pbmit-ihbox-style-11 .pbmit-heading-desc {
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-image {
	background-color: transparent;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text {
	font-size: 45px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-box-number {
	display: none;
}

.pbmit-ihbox-style-11 .pbmit-solaar-icon {
	margin-top: 5px;
	display: inline-block;
}

.pbmit-ihbox-style-11 .pbmit-icon-type-icon svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-11 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon {
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.pbmit-ihbox-style-11:hover {
	transform: translateY(-5px);
}

/** Style 12 **/
.pbmit-ihbox.pbmit-ihbox-style-12 {
	transition: all 0.6s ease-in-out;
}

.pbmit-ihbox.pbmit-ihbox-style-12:hover {
	transform: translateY(-5px);
}

.pbmit-ihbox-style-12 .pbmit-element-title {
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 0;
	letter-spacing: 0;
}

.pbmit-ihbox-style-12 .pbmit-heading-desc {
	margin: 17px 0 0 0;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper {
	font-size: 60px;
	line-height: 55px;
	color: var(--pbmit-white-color);
	margin-right: 30px;
	position: relative;
	display: flex;
	background: var(--pbmit-global-color);
	height: 90px;
	width: 90px;
	line-height: 90px;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper::after,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--pbmit-secondary-color);
	border-radius: 100%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.pbmit-ihbox-style-12:hover .pbmit-ihbox-icon-wrapper::after,
.pbmit-ihbox-style-12:hover .pbmit-ihbox-svg-wrapper::after {
	transform: scale(1.1);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper img {
	height: 90px;
	width: 90px;
	object-fit: cover;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper svg path,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-white-color);
	z-index: 1;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper i {
	transition: all 0.9s ease 0s;
}

/** Style 13 **/
.pbmit-ihbox-style-13,
.pbmit-ihbox-style-13 .pbmit-ihbox-contents,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg::before {
	transition: all 0.3s ease-in;
}

.pbmit-ihbox-style-13 {
	border-radius: 20px;
	background: rgba(243, 251, 245, 0.50);
	backdrop-filter: blur(10px);
	padding: 20px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-box {
	padding: 40px 22px 20px 30px;
	border-radius: 20px;
	background-size: cover;
	background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-13 a.pbmit-button-inner {
	font-size: 15px;
	color: var(--pbmit-blackish-color);
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	text-decoration: underline;
	display: block;
	margin-top: 50px;
	padding: 0 32px 0px 0;
	position: relative;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pbmit-ihbox-style-13 a.pbmit-button-inner:hover {
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-13 span.pbmit-button-icon::after {
	content: '\e878';
	font-family: "pbminfotech-base-icons";
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 26px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	text-align: center;
	display: inline-block;
	font-size: 12px;
	margin-left: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	right: 0px;
	top: 2px;
}

.pbmit-ihbox-style-13 a.pbmit-button-inner:hover span.pbmit-button-icon::after {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg {
	position: relative;
	display: inline-block;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-contents {
	padding-top: 15px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--pbmit-white-color);
	border-radius: 50%;
	font-size: 15px;
	color: var(--pbmit-blackish-color);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper img {
	min-width: 140PX;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.pbmit-ihbox-style-13 .pbmit-element-title a,
.pbmit-ihbox-style-13 .pbmit-element-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
	letter-spacing: 0px;
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-13 .pbmit-element-title a {
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-13 .pbmit-element-title a:hover {
	color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-13 .pbmit-heading-desc {
	margin-bottom: 0;
	color: var(--pbmit-white-color)
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-image {
	background-color: transparent;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-text {
	font-size: 20px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-box-number {
	display: none;
}

.pbmit-ihbox-style-13 .pbmit-solaar-icon {
	margin-top: 5px;
	display: inline-block;
}

.pbmit-ihbox-style-13 .pbmit-icon-type-icon svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-icon-wrapper svg {
	width: 1em;
	height: 1em;
}

.pbmit-ihbox-style-13 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon {
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.pbmit-ihbox-style-13:hover {
	transform: translateY(-5px);
}

/** Style 14 **/
.pbmit-ihbox-style-14 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-14 {
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
	text-align: center;
}

.pbmit-element-viewtype-carousel .pbmit-ihbox-style-14 {
	padding-top: 5px;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-svg,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon {
	margin-bottom: 40px;
	display: inline-block;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-svg,
.pbmit-ihbox-style-14 .pbmit-icon-type-icon,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-blackish-color)
}

.pbmit-ihbox-style-14 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-image img {
	width: 200px;
	height: auto;
	border-radius: 50%;
}

.pbmit-ihbox-style-14 .pbmit-element-title {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 15px;
	margin-top: 37px;
	letter-spacing: 0;
}

.pbmit-ihbox-style-14 .pbmit-heading-desc {
	margin-bottom: 0px;
	padding: 0 15px;
}

.pbmit-ihbox-style-14 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-14 .pbmit-icon-type-icon svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-box-number {
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	font-size: 20px;
	letter-spacing: 0;
	border-radius: 50%;
	display: inline-block;
	font-weight: 500 !important;
}

.pbmit-ihbox-style-14:hover .pbmit-ihbox-box-number {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-box-number-wrapper {
	position: relative;
}

.pbmit-element-miconheading-style-14 .pbmit-ihbox-box-number-wrapper::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #BFCBC2;
	top: 50%;
	margin-top: -0.5px;
}

.pbmit-element-miconheading-style-14 .pbmit-miconheading-style-14:last-child .pbmit-ihbox-box-number-wrapper::after {
	display: none;
}

.pbmit-element-miconheading-style-14 .pbmit-heading-subheading {
	margin-bottom: 125px;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
	overflow: hidden;
	border-radius: 50%;
}

.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.pbminfotech-gap-50px .pbmit-miconheading-style-14 {
	padding: 0 25px;
	margin-bottom: 50px;
}

/** Style 15 **/
.pbmit-ihbox-style-15 {
	transition: all 0.6s ease-in-out;
}

.pbmit-ihbox-style-15:hover {
	transform: translateY(-5px);
}

.pbmit-ihbox-style-15 .pbmit-element-title {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
	letter-spacing: 0;
	padding-left: 25px;
	position: relative;
}

.pbmit-ihbox-style-15 .pbmit-element-title::after {
	content: '\e878';
	font-family: "pbminfotech-base-icons";
	position: absolute;
	font-size: 18px;
	left: 0;
	top: 0;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-box.d-flex {
	align-items: center;
}

.pbmit-ihbox-style-15 .pbmit-heading-desc {
	margin: 0 0 5px 0;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper {
	font-size: 22px;
	color: var(--pbmit-white-color);
	margin-right: 20px;
	position: relative;
	display: flex;
	background: var(--pbmit-global-color);
	height: 55px;
	width: 55px;
	line-height: 55px;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper::after,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--pbmit-secondary-color);
	border-radius: 100%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.pbmit-ihbox-style-15:hover .pbmit-ihbox-icon-wrapper::after,
.pbmit-ihbox-style-15:hover .pbmit-ihbox-svg-wrapper::after {
	transform: scale(1.1);
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper img {
	height: 90px;
	width: 90px;
	object-fit: cover;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper svg path,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-white-color);
	z-index: 1;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper i {
	transition: all 0.9s ease 0s;
}

.pbmit-bg-color-global .pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper,
.pbmit-bg-color-global .pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper {
	background-color: var(--pbmit-white-color);
}

.pbmit-bg-color-global .pbmit-ihbox-style-15 .pbmit-heading-desc {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-global .pbmit-ihbox-style-15 .pbmit-element-title a,
.pbmit-bg-color-global .pbmit-ihbox-style-15 .pbmit-element-title {
	color: var(--pbmit-white-color) !important;
}

.pbmit-bg-color-global .pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-bg-color-global .pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-bg-color-global .pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper svg,
.pbmit-bg-color-global .pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper svg path,
.pbmit-bg-color-global .pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-bg-color-global .pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper,
.pbmit-bg-color-global .pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper {
	color: var(--pbmit-blackish-color);
}

.pbmit-bg-color-global .pbmit-ihbox-style-15:hover .pbmit-ihbox-icon-wrapper svg g,
.pbmit-bg-color-global .pbmit-ihbox-style-15:hover .pbmit-ihbox-svg-wrapper svg g,
.pbmit-bg-color-global .pbmit-ihbox-style-15:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-bg-color-global .pbmit-ihbox-style-15:hover .pbmit-ihbox-icon-wrapper svg path,
.pbmit-bg-color-global .pbmit-ihbox-style-15:hover .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
}

/** Style 16 **/
.pbmit-ihbox-style-16 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-16 .pbmit-ihbox-box-number-wrapper,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-16 {
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-svg,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon {
	margin-bottom: 40px;
	display: inline-block;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-svg,
.pbmit-ihbox-style-16 .pbmit-icon-type-icon,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-blackish-color)
}

.pbmit-ihbox-style-16 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-image img {
	width: 100px;
	height: auto;
	border-radius: 50%;
}

.pbmit-ihbox-style-16 .pbmit-element-title {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 13px;
	margin-top: 20px;
	letter-spacing: 0;
}

.pbmit-ihbox-style-16 .pbmit-heading-desc {
	margin-bottom: 0px;
	padding: 0 15px 0 0;
}

.pbmit-ihbox-style-16 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-16 .pbmit-icon-type-icon svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-box-number {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	font-size: 22px;
	letter-spacing: 0;
	border-radius: 50%;
	display: inline-block;
	font-weight: 500;
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-ihbox-style-16:hover .pbmit-ihbox-box-number {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-box-number-wrapper {
	position: relative;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 50%;
	padding: 4px;
}

.pbmit-ihbox-style-16:hover .pbmit-ihbox-box-number-wrapper {
	border-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
	overflow: hidden;
	border-radius: 50%;
}

.pbmit-ihbox-style-16:hover .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 3 **/
.pbmit-team-style-3 .pbmit-featured-wrapper img,
.pbmit-team-style-3 .pbmit-team-btn .pbmit-team-text::after,
.pbmit-team-style-3 .pbmit-team-btn .pbmit-team-text::before,
.pbmit-team-style-3 .pbmit-featured-wrapper::after,
.pbmit-team-style-3 .pbmit-team-social-links li a,
.pbmit-team-style-3 .pbmit-team-social-links li,
.pbmit-team-style-3 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-3 .pbminfotech-box-social-links {
	transition: all .6s ease-in-out;
}

.pbmit-team-style-3 .pbmit-featured-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px 0 20px;
	padding: 40px 40px 27px;
	text-align: center;
}

.pbmit-team-style-3 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background-color: var(--pbmit-white-color);
}

.pbmit-team-style-3 .pbminfotech-box-content {
	width: 100%;
	padding: 19px 0 30px 30px;
	border-top: 1px solid hsl(135deg 10.34% 77.25% / 50%);
}

.pbmit-team-style-3 .pbminfotech-box-content-inner {
	padding-right: 70px;
}

.pbmit-team-style-3 .pbmit-featured-inner {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	width: 200px;
	display: inline-block;
}

.pbmit-team-style-3 .pbmit-featured-wrapper img {
	width: 100%;
	border-radius: 50%;
	transition: all .3s ease-out;
	position: relative;
}

.pbmit-team-style-3:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.pbmit-team-style-3 .pbmit-team-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
	letter-spacing: 0;
}

.pbmit-team-style-3 .pbminfotech-box-team-position {
	font-size: 13px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: .4px;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 500;
}

.pbmit-team-style-3 .pbmit-team-btn {
	position: absolute;
	bottom: 33px;
	right: 25px;
	min-height: 250px;
	overflow: hidden;
	width: 46px;
	border-radius: 50px;
}

.pbmit-team-style-3 .pbmit-team-btn .pbmit-team-text {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	bottom: 0;
	position: absolute;
	right: 0;
	color: var(--pbmit-white-color);
	background-color: #BFCBC2;
	border-radius: 50%;
}

.pbmit-team-style-3 .pbminfotech-box-social-links {
	text-align: center;
	position: absolute;
	height: auto;
	bottom: 0;
	right: 0px;
	z-index: 1;
	padding: 15px 11px;
	border-radius: 30px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	background-color: var(--pbmit-global-color);
	-webkit-transition: transform 0.6s cubic-bezier(.77, 0, .01, .98);
	transition: transform 0.6s cubic-bezier(.77, 0, .01, .98);
}

.pbmit-team-style-3 .pbminfotech-box-social-links ul {
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
}

.pbmit-team-style-3:hover .pbmit-team-btn .pbminfotech-box-social-links {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.pbmit-team-style-3 .pbmit-team-btn .pbmit-team-social-links li {
	display: block;
	margin: 0 0 20px;
	padding: 0 !important;
	margin-bottom: 0;
	transform: translate(0);
	transition: all 600ms ease-in-out;
}

.pbmit-team-style-3:hover .pbmit-team-btn .pbmit-team-social-links li {
	transform: translate(0);
}

.pbmit-team-style-3 .pbmit-team-social-links li a {
	display: inline-block;
	opacity: 1;
	line-height: normal;
	text-align: center;
	font-size: 16px;
	color: var(--pbmit-white-color);
}

.pbmit-team-style-3 .pbmit-team-social-links li a:hover {
	color: var(--pbmit-blackish-color);
}

.pbminfotech-gap-40px .pbmit-team-style-3 {
	padding: 0 20px;
	margin-bottom: 40px;
}

.pbmit-element-posts-wrapper .pbmit-team-style-3 {
	margin-bottom: 30px;
}

/** Style 4 **/
.pbmit-team-style-4 {
	margin-bottom: 30px;
}

.pbmit-team-style-4 .pbmit-featured-wrapper img,
.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text::after,
.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text::before,
.pbmit-team-style-4 .pbmit-featured-wrapper::after,
.pbmit-team-style-4 .pbmit-team-social-links li a,
.pbmit-team-style-4 .pbmit-team-social-links li,
.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-4 .pbminfotech-box-social-links {
	transition: all .6s ease-in-out;
}

.pbmit-team-style-4 .pbmit-featured-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px 0 20px;
}

.pbmit-team-style-4 .pbminfotech-post-item {
	position: relative;
}

.pbmit-team-style-4 .pbminfotech-box-content {
	width: 100%;
}

.pbmit-element-team-style-4 .pbmit-featured-wrapper.pbmit-hover-img {
	width: 250px !important;
	height: 250px !important;
}

.pbmit-team-style-4 .pbmit-featured-inner {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.pbmit-team-style-4 .pbmit-featured-wrapper img {
	width: 100%;
	border-radius: 50%;
	transition: all .3s ease-out;
	position: relative;
}

.pbmit-team-style-4 .pbmit-team-title {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 5px;
	color: var(--pbmit-white-color);
	letter-spacing: 0;
}

.pbmit-team-style-4 .pbmit-team-title a {
	color: var(--pbmit-blackish-color);
}

.pbmit-team-style-4 .pbmit-team-btn {
	position: absolute;
	bottom: 33px;
	right: 25px;
}

.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	position: relative;
	color: var(--pbmit-white-color);
	background-color: #BFCBC2;
	border-radius: 50%;
}

.pbmit-team-style-4 .pbmit-team-social-links li a:hover {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-team-style-4 .pbminfotech-box-team-position {
	font-size: 13px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-weight: 500 !important;
	color: var(--pbmit-global-color);
}

/* Bg Color Set */
.pbmit-bg-color-secondary .pbmit-team-style-4 .pbmit-team-title a {
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 2 **/
.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
	display: inline-block;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	/* font-size: 100px; */
	font-size: 80px;
	line-height: 100px;
	margin: 0;
	letter-spacing: -1.0px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-svg-wrapper,
.pbminfotech-ele-fid-style-2 .pbmit-sbox-icon-wrapper {
	color: var(--pbmit-blackish-color);
	font-size: 50px;
	line-height: 50px;
	padding: 10px 15px 0 0;
}

.pbminfotech-ele-fid-style-2 span.pbmit-fid-title {
	font-size: 20px;
	line-height: 30px;
	padding: 0 0 62px 28px;
	display: block;
	position: relative;
	letter-spacing: -0.2px;
	font-weight: 500 !important;
	color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-fid-style-2 span.pbmit-fid-title::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 12px;
	left: 0;
	background-color: var(--pbmit-global-color);
	border-radius: 50%;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sup {
	font-size: 60px;
	line-height: 60px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sup {
	top: -30px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner span sup {
	margin-left: -20px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub {
	bottom: 0;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner span sub {
	margin-left: -25px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner span span {
	margin-left: -23px;
	margin-top: -15px;
	font-size: 100px;
	line-height: 100px;
}

/** Style 5 **/
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
	font-size: 70px;
	line-height: 60px;
	margin-bottom: 5px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sup {
	font-size: 50px;
	line-height: 50px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap-inner.d-flex .pbmit-fid-svg-wrapper,
.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap-inner.d-flex .pbmit-sbox-icon-wrapper {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 45px;
	background-color: rgba(var(--pbmit-blackish-color-rgb), 0.10);
	color: var(--pbmit-blackish-color);
	margin-right: 15px;
	padding-left: 5px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap-inner.d-flex .pbmit-sbox-icon-wrapper i::before {
	line-height: inherit;
}

.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap-inner.d-flex {
	align-items: center;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-title {
	padding-top: 18px;
	display: block;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-5 .pbmit-fid sup {
	top: -13px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid sup {
	margin-left: -8px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-before sup {
	margin-right: -10px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid sub {
	bottom: -10px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid sub {
	margin-left: -8px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-before sub {
	margin-right: -10px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid span {
	margin-left: -10px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-before span {
	margin-right: -10px;
}

.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-5 .pbmit-fld-wrap-inner.d-flex .pbmit-sbox-icon-wrapper {
	color: var(--pbmit-white-color);
	background-color: rgba(var(--pbmit-white-color-rgb), .1);
}

.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-5 .pbmit-fid-title {
	color: rgba(var(--pbmit-white-color-rgb), .8);
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 3 **/
.pbmit-service-style-3 .pbmit-service-icon,
.pbmit-service-style-3 .pbmit-featured-wrapper img {
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.pbmit-service-style-3 .pbminfotech-post-item {
	position: relative;
}

.pbmit-service-style-3 .pbmit-featured-wrapper {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pbmit-service-style-3 .pbmit-service-icon {
	position: absolute;
	bottom: -45px;
	right: 35px;
	width: 100px;
	height: 100px;
	line-height: 90px;
	font-size: 60px;
	justify-content: center;
	text-align: center;
	border-radius: 100px;
	box-shadow: 0px 20px 20px 5px rgba(0, 75, 31, 0.03);
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}

.pbmit-service-style-3:hover .pbmit-service-icon {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-service-style-3:hover .pbmit-service-icon img,
.pbmit-service-style-3:hover .pbmit-service-icon i,
.pbmit-service-style-3:hover .pbmit-service-icon svg {
	animation: pbmit_verticle 1.1s ease-out;
}

@keyframes pbmit_verticle {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

.pbmit-service-style-3:hover .pbmit-service-icon svg g,
.pbmit-service-style-3:hover .pbmit-service-icon svg g path,
.pbmit-service-style-3:hover .pbmit-service-icon svg {
	fill: var(--pbmit-white-color);
}

.pbmit-service-style-3 .pbmit-service-icon svg g,
.pbmit-service-style-3 .pbmit-service-icon svg g path,
.pbmit-service-style-3 .pbmit-service-icon svg {
	fill: var(--pbmit-global-color);
}

.pbmit-service-icon svg {
	width: 1em;
	height: 1em;
}

.pbmit-service-style-3 .pbmit-content-box {
	padding-top: 32px;
	width: 262px;
}

.pbmit-service-style-3 .pbmit-featured-wrapper img {
	width: 100%;
}

.pbmit-service-style-3:hover .pbmit-featured-wrapper img {
	transform: scale(1.1);
}

.pbmit-service-style-3 .pbmit-service-image-wrapper {
	position: relative;
}

.pbmit-service-style-3 .pbmit-service-title {
	position: relative;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	letter-spacing: 0;
}

.pbmit-service-style-3 .pbminfotech-box-number {
	font-size: 70px;
	line-height: 63px;
	padding-right: 23px;
	letter-spacing: -1.4px;
	color: var(--pbmit-global-color);
}

.pbminfotech-gap-40px .pbmit-service-style-3 {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 55px;
}

/** Style 4 **/
.pbmit-service-style-4 {
	margin-bottom: 20px;
}

.pbmit-service-style-4 .pbmit-featured-wrapper img {
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.pbmit-service-style-4 .pbminfotech-post-item {
	position: relative;
	background-color: var(--pbmit-white-color);
	border-radius: 20px;
	padding: 30px 18px 20px 18px;
}

.pbmit-service-style-4 .pbmit-featured-wrapper {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pbmit-service-style-4 .pbmit-service-icon {
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 50px;
	justify-content: center;
	text-align: center;
	border-radius: 100px;
	box-shadow: 0px 20px 20px 5px rgba(0, 75, 31, 0.03);
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-service-style-4 .pbmit-service-icon svg g,
.pbmit-service-style-4 .pbmit-service-icon svg path,
.pbmit-service-style-4 .pbmit-service-icon svg {
	fill: var(--pbmit-white-color);
}

.pbmit-service-style-4 .pbmit-featured-wrapper img {
	width: 100%;
}

.pbmit-service-style-4:hover .pbmit-featured-wrapper img {
	transform: scale(1.1);
}

.pbmit-service-style-4 .pbmit-service-image-wrapper {
	position: relative;
}

.pbmit-service-style-4 .pbmit-content-box {
	padding-left: 13px;
}

.pbmit-service-style-4 .pbmit-service-title {
	position: relative;
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	letter-spacing: 0;
	width: 202px;
	padding: 29px 0 34px;
}

.pbmit-service-style-4 .pbminfotech-box-number {
	position: absolute;
	font-size: 34px;
	right: 35px;
	top: 52px;
	line-height: 30px;
	padding-right: 0;
	letter-spacing: -1.4px;
	font-weight: 500 !important;
	color: hsl(155deg 9% 36% / 40%);
}

.pbmit-service-style-4:hover .pbmit-service-icon {
	animation: pbmit_verticle 1.1s ease-out;
	background-color: var(--pbmit-secondary-color);
}

@keyframes pbmit_verticle {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

/*----------------------------------------*/
/*  05 - Blog
/*----------------------------------------*/
/** Style 3 **/
.pbmit-blog-style-3 .pbmit-featured-wrapper img,
.pbmit-blog-style-3 .pbmit-blog-button i,
.pbmit-blog-style-3 .pbmit-featured-container .pbmit-blog-btn {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pbmit-blog-style-3 .pbmit-featured-container {
	position: relative;
}

.pbmit-blog-style-3 .pbminfotech-box-content {
	display: flex;
	align-items: center;
	background-color: var(--pbmit-white-color);
	padding: 18px;
	border-radius: 20px;
}

.pbmit-blog-style-3 .pbmit-meta-category a {
	border-radius: 50px;
	padding: 6px 16px;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-meta-line {
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 15px;
	position: relative;
}

.pbmit-meta-line a,
.pbmit-meta-line {
	font-size: 13px;
	line-height: 23px;
	letter-spacing: .7px;
	text-transform: uppercase;
	color: #828282;
	font-weight: 500 !important;
}

.pbmit-blog-style-3 .pbmit-meta-line span.pbmit-post-author {
	color: var(--pbmit-global-color);
}

.pbmit-blog-style-3 .pbmit-meta-line:last-child {
	padding-right: 0;
}

.pbmit-blog-style-3 .pbmit-meta-line {
	padding-right: 8px;
	position: relative;
	margin-right: 7px;
}

.pbmit-blog-style-3 .pbmit-meta-line:last-child:after {
	display: none;
}

.pbmit-blog-style-3 .pbmit-post-title {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 30px;
	letter-spacing: 0;
	overflow: hidden;
	margin: 12px 0 60px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-blog-style-3:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pbmit-blog-style-3 .pbmit-featured-wrapper,
.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	position: relative;
	width: 260px;
	border-radius: 20px;
	overflow: hidden;
}

.pbmit-blog-style-3 .pbmit-content-wrapper {
	padding-left: 25px;
}

.pbmit-blog-style-3 .pbmit-meta-date-wrapper {
	position: relative;
}

.pbmit-blog-style-3 .pbminfotech-box-content .pbmit-blog-btn {
	top: 30px;
	right: 30px;
	bottom: inherit;
}

.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-blog-button .pbmit-button-icon {
	position: relative;
}

.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-blog-button .pbmit-button-icon::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
	background-color: var(--pbmit-blackish-color);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-button-inner:hover .pbmit-button-icon::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-button-inner {
	color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-button-inner:hover {
	color: var(--pbmit-global-color);
}

.pbmit-blog-style-3 .pbmit-blog-button i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	text-align: center;
	display: inline-block;
	font-size: 11px;
	margin-left: 4px;
	-webkit-transition: all .25sease-in-out;
	transition: all .25sease-in-out;
}

.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-button-inner:hover i {
	background-color: var(--pbmit-blackish-color);
}

.pbminfotech-gap-40px .pbmit-blog-style-3 {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}

/** Style 4 **/
.pbmit-blog-style-4 {
	margin-bottom: 30px;
}

.pbmit-blog-style-4 .pbmit-featured-wrapper img,
.pbmit-blog-style-4 .pbmit-blog-button i,
.pbmit-blog-style-4 .pbmit-featured-container .pbmit-blog-btn {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pbmit-blog-style-4 .pbmit-featured-container {
	position: relative;
	/* margin-top: 12px; */
}

.pbmit-blog-style-4 .pbminfotech-box-content {
	background-color: var(--pbmit-white-color);
	padding: 33px 30px 30px 30px;
	border-radius: 20px;
}

.pbmit-blog-style-4 .pbmit-meta-category a {
	border-radius: 50px;
	padding: 6px 16px;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}

.pbmit-blog-style-4 .pbmit-meta-line span.pbmit-post-author {
	color: var(--pbmit-global-color);
}

.pbmit-blog-style-4 .pbmit-meta-line:last-child {
	padding-right: 0;
}

.pbmit-blog-style-4 .pbmit-meta-line {
	padding-right: 8px;
	position: relative;
	margin-right: 7px;
}

.pbmit-blog-style-4 .pbmit-meta-line:last-child:after {
	display: none;
}

.pbmit-blog-style-4 .pbmit-post-title {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 30px;
	letter-spacing: 0;
	overflow: hidden;
	/* margin: 30px 0 22px; */
	margin: 30px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-blog-style-4:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pbmit-blog-style-4 .pbmit-featured-wrapper,
.pbmit-blog-style-4 .pbmit-featured-wrapper img {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}

.pbmit-blog-style-4 .pbmit-meta-date-wrapper {
	position: relative;
}

.pbmit-blog-style-4 .pbminfotech-box-content .pbmit-blog-btn {
	top: 30px;
	right: 30px;
	bottom: inherit;
}

.pbmit-blog-style-4 .pbmit-content-wrapper .pbmit-blog-button .pbmit-button-icon {
	position: relative;
}

.pbmit-blog-style-4 .pbmit-content-wrapper .pbmit-blog-button .pbmit-button-icon::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
	background-color: var(--pbmit-blackish-color);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.pbmit-blog-style-4 .pbmit-content-wrapper .pbmit-button-inner:hover .pbmit-button-icon::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-4 .pbmit-content-wrapper .pbmit-button-inner {
	color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-4 .pbmit-content-wrapper .pbmit-button-inner:hover {
	color: var(--pbmit-global-color);
}

.pbmit-blog-style-4 .pbmit-blog-button i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	text-align: center;
	display: inline-block;
	font-size: 11px;
	margin-left: 7px;
	-webkit-transition: all .25sease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25sease-in-out;
}

.pbmit-blog-style-4 .pbmit-content-wrapper .pbmit-button-inner:hover i {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-column-four .pbmit-blog-style-4 .pbmit-post-title {
	font-size: 22px;
	line-height: 32px;
}

.pbmit-meta-line:last-child {
	padding-right: 0;
	margin-right: 0;
}

/*----------------------------------------*/
/*  06 - Testimonial
/*----------------------------------------*/
/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-post-item {
	position: relative;
}

.pbmit-testimonial-style-2 .pbminfotech-box-title {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 0;
	letter-spacing: -0.2px;
	color: var(--pbmit-blackish-color);
}

.pbmit-testimonial-style-2 .pbminfotech-star-ratings-text {
	font-size: 26px;
	line-height: 34px;
	letter-spacing: -0.3px;
	font-weight: 500;
	padding-bottom: 20px;
	color: var(--pbmit-blackish-color);
	display: none;
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper {
	margin-right: 20px;
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-text {
	font-size: 20px;
	line-height: 34px;
	letter-spacing: -0.2px;
	padding: 0;
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--pbmit-blackish-color);
}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-2 .pbminfotech-box-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.7px;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 500;
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 17px;
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
	color: #0A2D12;
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	transform: rotate(30deg);
	display: inline-flex;
}

.pbmit-element-testimonial-style-2 .swiper-pagination-bullets.swiper-pagination-horizontal {
	border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.1);
	border-radius: 30px;
	padding: 5px 15px;
	right: -80px;
	left: auto;
	bottom: 0;
	height: 40px;
	transform: translate(-50%, -50%) rotate(90deg);
	top: 33%;
	width: auto;
}

.pbmit-testimonial-style-2 .pbminfotech-box-author-wrapper.d-flex.align-items-center {
	justify-content: space-between;
	padding-top: 23px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}

/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.site-title {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 110px;
	transition: none;
	line-height: inherit;
}

.site-title a {
	display: flex;
	align-items: center;
	line-height: inherit;
}

.site-header .pbmit-right-box>* {
	position: relative;
	line-height: normal;
}

.site-header .pbmit-header-info-inner,
.site-header .pbmit-header-info-inner .pbmit-header-box,
.site-header .pbmit-header-info-inner .pbmit-header-box a {
	display: flex;
	align-items: center;
}

.site-header .pbmit-header-info-inner .pbmit-header-box {
	padding-left: 50px;
}

.site-header .pbmit-header-info-inner .pbmit-header-box:first-child {
	padding-left: 0 !important;
}

.site-header .pbmit-header-info-inner .pbmit-header-box-icon {
	padding-right: 15px;
}

.site-header .pbmit-header-info-inner .pbmit-header-box-icon .pbmit-header-icon-wrap svg {
	/* width: 45px;
    height: 45px; */

	width: 30px;
	height: 30px;
}

.pbmit-header-info-inner .pbmit-header-box-icon .pbmit-header-icon-wrap svg,
.pbmit-header-info-inner .pbmit-header-box-icon .pbmit-header-icon-wrap svg g {
	fill: var(--pbmit-global-color);
}

.site-header .pbmit-header-info-inner .pbmit-header-box .pbmit-header-content-wrap .pbmit-header-box-title {
	font-size: 13px;
	line-height: 13px;
	padding-bottom: 11px;
	text-transform: uppercase;
	color: #828282;
	letter-spacing: .4px;
}

.site-header .pbmit-header-box span {
	display: block;
}

.site-header .pbmit-header-info-inner .pbmit-header-box .pbmit-header-content-wrap .pbmit-header-box-content {
	font-size: 16px;
	line-height: 16px;
	color: var(--pbmit-blackish-color);
}

.site-header .pbmit-header-search-btn a {
	font-size: 22px;
	color: var(--pbmit-heading-color);
}

.site-header .pbmit-right-box>* {
	padding: 0 30px;
	position: relative;
	list-style: normal;
}

.site-header .pbmit-right-box>*:first-child {
	padding-left: 0;
}

.site-header .pbmit-right-box .pbmit-button-box {
	padding: 0;
}

/** Header Style 2 **/
.pbmit-header-style-2 .pbmit-pre-header-left .pbmit-contact-info li {
	padding-right: 25px;
}

.pbmit-header-style-2 .pbmit-contact-info li i {
	font-size: 20px;
	line-height: 30px;
	margin-right: 3px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: var(--pbmit-global-color);
}

.pbmit-header-style-2 a {
	color: var(--pbmit-white-color);
}

.site-header .pbmit-contact-info li:not(:last-child) {
	padding: 0 15px 0 0;
}

.site-header .pbmit-contact-info li:first-child {
	padding-left: 0;
}

.pbmit-header-style-2 .site-branding .site-title {
	height: 95px;
}

.pbmit-header-style-2 .site-navigation ul.navigation>li>a {
	color: var(--pbmit-white-color);
}

.pbmit-header-style-2 .pbmit-header-search-btn {
	padding-left: 35px;
}

.pbmit-header-style-2 .pbmit-header-search-btn a {
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
.site-footer {
	position: relative;
	font-size: 16px;
	padding: 75px 0 30px;
	background-image: url(../images/bg/footer-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto;
	background-attachment: scroll;
	color: rgba(var(--pbmit-white-color-rgb), .8);
}

.site-footer:before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: -1;
	background-color: rgba(var(--pbmit-blackish-color-rgb), 1);
}

.site-footer .pbmit-footer-left {
	padding: 0 0px 0 0;
	position: relative;
	overflow: hidden;
	width: 87%;
}

.site-footer .pbmit-footer-big-area .pbmit-main-logo {
	max-height: 55px;
	background-color: white;
}

.site-footer .pbmit-footer-left:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
	margin-left: 23px;
}

.pbmit-bg-color-blackish.site-footer .pbmit-footer-left:after {
	background-color: rgba(var(--pbmit-white-color-rgb), 0.2);
}

.site-footer .pbmit-footer-right {
	padding: 0;
	text-align: right;
	position: relative;
	overflow: hidden;
	width: 13%;
}

.site-footer .pbmit-social-links li:not(:last-child) {
	padding: 0 4px 0 0;
}

.site-footer .pbmit-social-links li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border-radius: 50px;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	text-align: center;
	font-size: 14px;
}

.site-footer .pbmit-social-links li a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.site-footer .pbmit-footer-widget-area {
	padding-bottom: 45px;
}

.site-footer .pbmit-footer-widget-col-1 {
	padding-right: 20px;
}

.site-footer .widget {
	padding-top: 90px;
	position: relative;
}

.site-footer .widget .widget-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: -.2px;
	color: var(--pbmit-global-color);
	text-transform: capitalize;
	font-style: normal;
	margin-bottom: 30px;
}

.site-footer .pbmit-contact-widget-lines {
	display: inline-grid;
}

.site-footer .pbmit-base-icon-phone {
	font-size: 14px;
	order: 2;
	padding: 5px 0 0 0;
}

.site-footer .pbmit-contact-widget-line.pbmit-base-icon-email {
	text-decoration: underline;
}

.site-footer .pbmit-contact-widget-lines .pbmit-base-icon-email:before,
.site-footer .pbmit-contact-widget-lines .pbmit-base-icon-phone:before,
.site-footer .pbmit-contact-widget-lines .pbmit-base-icon-location::before {
	display: none;
}

.site-footer .pbmit-footer-widget-col-3 {
	padding-right: 13%;
}

.site-footer .pbmit-two-column-menu.widget ul {
	display: flex;
	flex-wrap: wrap;
}

.site-footer .pbmit-two-column-menu.widget ul>li {
	width: 50%;
}

.widget ul li {
	padding: 0 0 15px 0;
	line-height: 20px;
}

.site-footer .pbmit-two-column-menu.widget ul.menu>li {
	padding: 0 0 12px 0;
}

.site-footer .widget ul a {
	display: inline-block;
}

.site-footer a {
	color: rgba(var(--pbmit-white-color-rgb), .8);
}

.site-footer .widget ul.menu li>a {
	position: relative;
	padding-left: 17px;
}

.site-footer .widget ul.menu li>a:after {
	content: '\e814';
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	left: 0;
}

.site-footer .pbmit-footer-newsletter {
	position: relative;
}

.site-footer .pbmit-footer-newsletter .pbmit-news-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-footer .pbmit-footer-newsletter input {
	border: 1px solid rgba(var(--pbmit-white-color-rgb), 0.2);
	padding-left: 30px;
	padding-right: 60px;
	border-radius: 50px;
	margin: 0;
}

.site-footer .pbmit-footer-newsletter input::placeholder {
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

.site-footer .pbmit-footer-newsletter input:focus {
	background-color: transparent;
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-global-color);
}

.site-footer .pbmit-footer-newsletter .pbmit-form-btn {
	position: absolute;
	top: 4px;
	bottom: 30px;
	right: 4px;
	height: 52px;
	padding: 0;
	width: 52px;
	text-align: center;
	border-radius: 30px;
	font-size: 18px;
	line-height: 24px;
	border: none;
	text-transform: capitalize;
	transition: all .6s;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}

.site-footer .pbmit-footer-newsletter .pbmit-form-btn:hover {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

.site-footer .pbmit-footer-text-inner {
	font-size: 15px;
	padding: 17px 25px;
	border-radius: 20px;
	background-color: #131A21;
}

.site-footer .pbmit-footer-menu-area {
	float: right;
}

.site-footer .pbmit-footer-menu li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}

.site-footer .pbmit-footer-menu li:first-child {
	padding: 0 4px 0 0;
}

.site-footer .pbmit-footer-menu li:last-child {
	padding-right: 0;
}

.site-footer .pbmit-footer-menu li:not(:first-child):before {
	content: "";
	position: absolute;
	height: 13px;
	width: 1.7px;
	background-color: rgba(var(--pbmit-white-color-rgb), .5);
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper {
	/* background-image: url(../images/bg/titlebar-bg.jpg); */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.pbmit-title-bar-wrapper:after {
	content: "";
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background: rgba(var(--pbmit-blackish-color-rgb), .6);
	filter: blur(100px);
	border-radius: 20px;

}

.pbmit-title-bar-wrapper,
.pbmit-title-bar-content {
	min-height: 500px;
}

.pbmit-title-bar-content {
	position: relative;
	z-index: 1;
	padding: 64px 0 64px 0px;
	display: flex;
	align-items: center;
}

.pbmit-title-bar-content-inner {
	width: 100%;
}

.pbmit-title-bar-content .pbmit-tbar {
	display: block;
}

.pbmit-title-bar-content .pbmit-tbar-inner {
	padding: 0;
	margin-bottom: 8px;
}

.pbmit-tbar-subtitle {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	text-transform: capitalize;
	padding-top: 5px;
	margin-bottom: 10px;
	color: var(--pbmit-white-color);
}

.pbmit-tbar-title {
	font-weight: 700;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-style: normal;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}

.single-post .pbmit-title-bar-content-inner {
	width: 60%;
}

.single-post .pbmit-tbar .pbmit-tbar-title {
	font-size: 50px;
	line-height: 60px;
}

.pbmit-breadcrumb {
	border: .5px solid var(--pbmit-global-color);
	padding: 0 16px 0 36px;
	display: inline-block;
	border-radius: 50px;
	margin-top: 13px;
	position: relative;
}

.pbmit-breadcrumb,
.pbmit-breadcrumb a {
	font-weight: 500;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-style: normal;
	color: var(--pbmit-white-color);
}

.pbmit-breadcrumb a:hover {
	color: rgba(var(--pbmit-white-color-rgb), .8);
}

.pbmit-breadcrumb .pbmit-breadcrumb-inner::after {
	content: '\e89d';
	font-family: "pbminfotech-base-icons";
	position: absolute;
	margin: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	border-radius: 50%;
	margin-right: 10px;
	background-color: var(--pbmit-global-color);
	top: 0;
	margin-top: 2px;
	left: 2px;
	text-align: center;
}

.pbmit-breadcrumb .pbmit-breadcrumb-inner span {
	display: inline-block;
}

.pbmit-breadcrumb .pbmit-breadcrumb-inner i {
	font-size: 16px;
	display: inline-block;
	color: var(--pbmit-white-color);
}

.pbmit-breadcrumb .pbmit-breadcrumb-inner i:before {
	margin: 0 .6em;
}

/*----------------------------------------*/
/*  10 - Accordion
/*----------------------------------------*/
.accordion-item {
	position: relative;
	margin-bottom: 20px;
	border: none;
	color: inherit;
	border-radius: 10px !important;
	box-shadow: none;
	background-color: var(--pbmit-white-color);
}

.accordion-button {
	display: flex;
	position: relative;
	padding: 15px 15px 15px 30px;
	font-weight: normal;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	gap: 0 10px;
}

.accordion-button:not(.collapsed) {
	box-shadow: none;
	color: var(--pbmit-blackish-color);
	transition: all 9s ease-in-out;
	background-color: transparent;
}

.accordion .pbmit-accordion-title {
	position: relative;
	color: var(--pbmit-blackish-color);
	font-size: 16px;
	line-height: 26px;
}

.accordion-item .pbmit-accordion-icon {
	width: fit-content;
	display: flex;
	margin-left: auto;
}

.accordion-item.active .pbmit-accordion-icon-closed,
.accordion-item .pbmit-accordion-icon-opened {
	display: none;
}

.accordion-item .pbmit-accordion-icon-closed,
.accordion-item.active .pbmit-accordion-icon-opened {
	display: flex;
}

.accordion-item.active .pbmit-accordion-icon-opened i {
	transform: rotate(180deg);
}

.accordion-item .pbmit-accordion-icon span {
	width: auto;
	height: auto;
}

.accordion-item .pbmit-accordion-icon span i {
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 34px;
	text-align: center;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-radius: 5px;
	padding-left: 5px;
}

.accordion-button::after {
	display: none;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-body {
	border: 0;
	display: flex;
	padding: 10px 118px 0 58px;
}

/*----------------------------------------*/
/*  11 - List Group
/*----------------------------------------*/
.list-group .list-group-item {
	display: flex;
	font-size: inherit;
	align-items: center;
	padding: 0;
	margin-bottom: 5px;
	color: var(--pbmit-blackish-color);
	position: relative;
	border: none;
	background: transparent;
}

.list-group .list-group-item:first-child {
	border-radius: 0px;
}

.list-group .pbmit-icon-list-icon {
	color: var(--pbmit-blackish-color);
	display: flex;
	position: relative;
}

.list-group .pbmit-icon-list-icon i {
	width: 1.25em;
	font-size: 13px;
	color: var(--pbmit-global-color);
}

.list-group .pbmit-icon-list-text {
	font-size: 17px;
	line-height: 28px;
	padding-left: 15px;
	font-weight: 400;
	color: var(--pbmit-blackish-color);
	align-self: center;
	transition: color 0.3s;
}

.list-group .list-group-item:not(:first-child) {
	margin-top: calc(14px/2);
}

.pbmit-bg-color-secondary .list-group .pbmit-icon-list-text {
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  12 -  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-left {
	opacity: 0;
	transition: all 1000ms ease;
	transform: translateX(-200px);
}

.swiper-slide-active .transform-left {
	opacity: 1;
	transform: translateX(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-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: 1800ms;
}

.swiper-slide-active .transform-delay-4 {
	transition-delay: 2100ms;
}

.swiper-slide-active .transform-delay-5 {
	transition-delay: 2400ms;
}

.pbmit-slider-area .pbmit-slider-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* z-index: -1; */
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pbmit-slider-area .pbmit-slider-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 0;
}

.pbmit-slider-area .swiper-slider {
	padding-bottom: 0 !important;
}

/** Slider 01 **/
.pbmit-slider-one .pbmit-slider-item {
	/* height: 880px; */
	height: 90vh;
	display: flex;
	align-items: center;
}

/* .pbmit-slider-one .pbmit-slider-content{
	overflow: hidden;
	padding-top: 30px;
} */
.pbmit-slider-content {
	position: relative;
	z-index: 2;
}

.pbmit-slider-area .pbmit-slider-subtitle {
	position: relative;
	font-size: 13px;
	line-height: 14px;
	font-weight: 600;
	padding: 6px 15px 6px 28px;
	width: max-content;
	text-transform: uppercase;
	border-radius: 50px;
	letter-spacing: .9px;
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
	border: 1px solid var(--pbmit-white-color);
	font-family: var(--pbmit-body-typography-font-family);
}

.pbmit-slider-area .pbmit-slider-subtitle:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	line-height: 8px;
	border-radius: 50%;
	background-color: var(--pbmit-white-color);
	top: 50%;
	margin-top: -4px;
	left: 14px;
}

.pbmit-slider-one .pbmit-slider-title {
	/* font-size: 105px; */
	font-size: 85px;
	line-height: 95px;
	font-weight: 700;
	margin-bottom: 30px;
	color: var(--pbmit-white-color);
}

.pbmit-slider-one .pbmit-slider-content .rating-text {
	padding-left: 25px;
}

.pbmit-slider-one .pbmit-slider-content .rating-text h5 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 0;
	letter-spacing: 0;
	color: var(--pbmit-white-color);
}

/** Slider 02 **/
.pbmit-slider-two .pbmit-slider-item {
	height: 775px;
	display: flex;
	align-items: center;
}

.pbmit-slider-two .swiper-slide-active .pbmit-slider-block {
	opacity: 1;
	transform: scale(1);
}

.pbmit-slider-two .pbmit-slider-block {
	width: 653px;
	padding: 20px;
	background: rgba(243, 251, 245, 0.50) !important;
	backdrop-filter: blur(10px);
	border-radius: 20px;
	opacity: 0;
	transition: all 1000ms ease;
	transform: scale(0.9);
}

.pbmit-slider-two .pbmit-slider-content {
	position: relative;
	width: 610px;
	border-radius: 20px;
	overflow: hidden;
	padding: 50px 70px 40px 65px;
	background-color: var(--pbmit-white-color);
}

.pbmit-slider-two .pbmit-slider-subtitle {
	color: var(--pbmit-global-color);
	border-color: var(--pbmit-global-color);
}

.pbmit-slider-two .pbmit-slider-subtitle:after {
	background-color: var(--pbmit-global-color);
}

.pbmit-slider-two .pbmit-slider-title {
	font-size: 70px;
	line-height: 75px;
	font-weight: 700;
	margin-bottom: 25px;
}

.pbmit-slider-two .pbmit-slider-content .list-group-wrap {
	border-top: 1px solid rgb(191, 203, 194);
	padding-top: 20px;
	margin-top: 35px;
}

.pbmit-slider-two .pbmit-slider-content .list-group {
	flex-direction: row;
	justify-content: space-between;
}

.pbmit-slider-two .pbmit-slider-content .list-group .list-group-item {
	margin: 0;
}

.pbmit-slider-two .pbmit-slider-content .list-group .pbmit-icon-list-icon i {
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	font-size: 11px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-slider-two .pbmit-slider-content .list-group .pbmit-icon-list-text {
	font-size: 16px;
	padding-left: 10px;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
}

/*----------------------------------------*/
/*  13 - 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;
}

.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;
	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%);
}

/* --------------------------------------
* 14 - 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::before {
	content: ' ';
	margin: 0 8px;
}

.pbmit-sortable-list-ul li:first-child::before {
	display: none;
}

.pbmit-sortable-list a {
	display: inline-block;
	font-size: 16px;
	padding: 8px 25px;
	font-weight: 500;
	min-width: 100px;
	border-radius: 10px;
	background-color: var(--pbmit-white-color);
}

.pbmit-sortable-list a.pbmit-selected {
	background: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 15 - Marquee
* ---------------------------------------*/
/** Style 2 **/
.pbmit-marquee-effect-style-2 .pbmit-element-title {
	width: auto;
	position: relative;
	padding: 0;
	margin: 0;
	transition: all 3s;
	font-size: 100px;
	line-height: 90px !important;
	text-transform: uppercase;
	color: var(--pbmit-blackish-color);
	letter-spacing: -1.0px;
	font-weight: bold;
	-webkit-text-size-adjust: 0;
	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);
	color: var(--pbmit-body-color) !important;
	-webkit-text-fill-color: inherit;
	-webkit-text-stroke-width: 0;
	-webkit-text-stroke-color: rgba(var(--pbmit-blackish-color-rgb), .1);
	z-index: -1;
}

.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper:hover .pbmit-element-title {
	text-shadow: 1px 1px 0 rgba(var(--pbmit-secondary-color-rgb), .2), -1px -1px 0 rgba(var(--pbmit-secondary-color-rgb), .2), 1px -1px 0 rgba(var(--pbmit-secondary-color-rgb), .2), -1px 1px 0 rgba(var(--pbmit-solaar-secondary-color-rgb), .2), 1px 1px 0 rgba(var(--pbmit-solaar-secondary-color-rgb), .2);
}

.pbmit-marquee-effect-style-2 .pbmit-element-title::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	content: attr(data-text);
	transition: max-width 0.8s;
	-webkit-text-fill-color: var(--pbmit-secondary-color);
	-webkit-text-stroke: transparent;
	max-width: 0;
}

.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper:hover .pbmit-element-title::before {
	max-width: 100%;
}

.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper {
	padding-left: 94px;
	margin-left: 42px;
	position: relative;
}

.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper::before {
	content: '\e875';
	font-family: "pbminfotech-base-icons";
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 75px;
	line-height: 60px;
	line-height: 135px;
	transform: translateY(-50%) rotate(0deg);
	color: var(--pbmit-global-color);
	display: flex;
	justify-content: center;
	padding: 0;
}

/* --------------------------------------
* 16 - Portfolio
* ---------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1 {
	overflow: hidden;
}

.pbmit-portfolio-style-1 .pbminfotech-box-content {
	position: absolute;
	border-radius: 20PX;
	opacity: 0;
	left: 30px;
	bottom: 30px;
	width: calc(100% - 40px);
	height: auto;
	top: inherit;
	-webkit-transform: translateY(0) scale(1, 0);
	transform: translateY(0) scale(1, 0);
	transform-origin: bottom center;
	-webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
	transition: all 350ms cubic-bezier(.37, 0, .63, 1);
}

.pbmit-portfolio-style-1:hover .pbminfotech-box-content {
	-webkit-transform: translateY(0) scale(1, 1);
	transform: translateY(0) scale(1, 1);
	opacity: 1;
}

.pbmit-portfolio-style-1 .pbminfotech-titlebox {
	position: relative;
	padding-right: 40px;
}

.pbmit-portfolio-style-1 .pbmit-port-cat a {
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
}

.pbmit-portfolio-style-1 .pbmit-port-cat {
	position: relative;
	opacity: 0;
	transition-delay: .25s;
	transform: translateY(15px);
	-webkit-transition: all .60s cubic-bezier(.37, 0, .63, 1);
	transition: all .60s cubic-bezier(.37, 0, .63, 1);
}

.pbmit-portfolio-style-1:hover .pbmit-port-cat {
	transform: translateY(0);
	opacity: 1;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title:hover {
	color: var(--pbmit-global-color);
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
	letter-spacing: -0.3px;
	opacity: 0;
	transition-delay: .45s;
	transform: translateY(15px);
	-webkit-transition: all .70s cubic-bezier(.37, 0, .63, 1);
	transition: all .70s cubic-bezier(.37, 0, .63, 1);
}

.pbmit-portfolio-style-1:hover .pbmit-portfolio-title {
	transform: translateY(0);
	opacity: 1;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title a {
	color: var(--pbmit-white-color);
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 60%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 63.5%, rgba(var(--pbmit-blackish-color-rgb), 1));
	z-index: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper::after {
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 45.5%, rgba(var(--pbmit-blackish-color-rgb), 1));
}

.pbmit-portfolio-style-1 .pbmit-portfolio-btn {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	margin-top: -20px;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	text-align: center;
	z-index: 1;
	font-size: 16px;
	opacity: 0;
	transition-delay: .95s;
	transform: translateY(20px);
	-webkit-transition: all .80s cubic-bezier(.37, 0, .63, 1);
	transition: all .80s cubic-bezier(.37, 0, .63, 1);
}

.pbmit-portfolio-style-1:hover .pbmit-portfolio-btn {
	transform: translateY(0);
	opacity: 1;
}

.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.2) rotate(0);
}

.pbmit-portfolio-style-1 .pbminfotech-post-content {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.pbminfotech-gap-0px .pbmit-portfolio-style-1 .pbminfotech-post-content {
	border-radius: 0px;
}

.pbmit-element-posts-wrapper .pbmit-portfolio-style-1 {
	margin-bottom: 30px;
}

/* --------------------------------------
* 17 - Progress Bar
* ---------------------------------------*/
.progressbar {
	margin-bottom: 25px;
	overflow: hidden;
}

.progressbar .progress-label {
	display: inline-block;
	position: relative;
	top: -8px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.progress {
	position: relative !important;
	line-height: 30px;
	height: 100%;
	border-radius: 0px;
	margin-bottom: 10px;
	overflow: visible;
	background-color: rgba(var(--pbmit-blackish-color-rgb), .15);
}

.progressbar:last-child {
	margin-bottom: 0;
}

.progress .progress-bar {
	position: relative;
	height: 4px;
	overflow: hidden;
	border-radius: 0px;
	background-color: var(--pbmit-global-color);
}

.progress.progress-percent-bg .progress-percent {
	position: absolute;
	right: 0px;
	left: auto;
	top: -28px;
	font-size: 15px;
	line-height: 18px;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-bg-color-secondary .progressbar .progress {
	background-color: rgba(var(--pbmit-white-color-rgb), .2);
}

.pbmit-bg-color-secondary .progress.progress-percent-bg .progress-percent {
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 18 - Spinner Box
* ---------------------------------------*/
/** Style 1 **/
.pbmit-spinner-box-style-1 {
	width: 168px;
	position: relative;
	border-radius: 50%;
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-box {
	background-color: var(--pbmit-global-color);
	border-radius: 50%;
	padding: 15px;
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-spinner-box-style-1 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper {
	height: 86px;
	width: 86px;
	font-size: 50px;
	line-height: 86px;
	text-align: center;
	background: var(--pbmit-white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--pbmit-white-color);
	border-radius: 50%;
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-icon-wrapper svg,
.pbmit-spinner-box-style-1 .pbmit-ihbox-icon-wrapper i {
	fill: var(--pbmit-global-color);
	color: var(--pbmit-global-color);
	display: block;
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-box>svg {
	-webkit-animation-name: pbmit_spin;
	animation-name: pbmit_spin;
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	fill: var(--pbmit-global-color);
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-box text {
	font-size: 19px;
	font-weight: 500 !important;
	letter-spacing: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	fill: var(--pbmit-white-color);
}

@keyframes pbmit_spin {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

/* --------------------------------------
* 19 - Tab
* ---------------------------------------*/
.pbmit-tab .nav {
	margin-bottom: 45px;
	text-align: left;
	position: relative;
	z-index: 2;
	padding: 0;
	display: block;
	border: none;
}

.pbmit-tab .nav .nav-item a {
	font-size: 17px;
	line-height: 24px;
	padding: 14px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid rgba(var(--pbmit-white-color-rgb), 0.2);
	border-radius: 50px;
	background-color: transparent;
}

.pbmit-tab .nav .nav-item:not(:last-child) a {
	margin-bottom: 15px;
}

.pbmit-tab .nav .nav-item a>span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
	padding-left: 33px;
}

.pbmit-tab .nav .nav-item a>span:after {
	position: absolute;
	left: 0;
	content: '\e89a';
	display: inline-block;
	font-family: "pbminfotech-base-icons";
	margin-right: 15px;
	font-size: 8px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	background: var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
}

.pbmit-tab .nav .nav-item a>span>span {
	font-size: 16px;
}

.pbmit-bg-color-secondary .pbmit-tab .nav .nav-item a>span {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-tab .nav .nav-item a>span:after {
	color: rgba(var(--pbmit-white-color-rgb), 0.0);
	background-color: rgba(var(--pbmit-white-color-rgb), 0.50);
}

.pbmit-tab .nav .nav-item a.active>span:after {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-tab .tab-content>.active {
	animation: pbmit-faded 1s;
}

@keyframes pbmit-faded {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.pbmit-tab .pbmit-tab-heading h3 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
	letter-spacing: 0;
	font-weight: 600;
	color: var(--pbmit-blackish-color);
}

.pbmit-bg-color-secondary .pbmit-tab .pbmit-tab-heading h3 {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-tab .pbmit-tab-desc {
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
}

/* --------------------------------------
* 20 - Tween Effect
* ---------------------------------------*/
/** Style 1 **/
.pbmit-tween-effect-style-1.pbmit-tween-text .pbmit-element-title {
	font-size: 110px;
	font-weight: 700;
	line-height: 89px;
	letter-spacing: -2.2px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}

.pbmit-bg-color-secondary .pbmit-tween-effect-style-1.pbmit-tween-text .pbmit-element-title {
	color: var(--pbmit-white-color);
}

.mt-50 {
	margin-top: 50px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}