/******************************

    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 - Portfolio
	16 - Spinner Box
	17 - Tween Effect
	18 - Progress Bar

******************************/

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading {
	margin-bottom: 50px;
	text-align: center;
}

.pbmit-heading-subheading .pbmit-subtitle {
	font-family: Arimo, sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: .27px;
	text-transform: uppercase;
	font-style: normal;
	display: inline-block;
	margin-bottom: 0px;
	padding-left: 18px;
	position: relative;
	color: var(--pbmit-body-typography-color);
	text-align: center;
}

/* .pbmit-heading-subheading .pbmit-subtitle::before {
	font-family: "pbminfotech-base-icons";
	content: "\e845";
	position: absolute;
	top: 14px;
	left: 0;
	font-size: 16px;
	color: var(--pbmit-global-color);
	transform: translateX(0%) translateY(-50%);
} */

.pbmit-heading-subheading .pbmit-title {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -1.1px;
	text-transform: none;
	font-style: normal;
	margin-bottom: 0px;
	color: var(--pbmit-heading-color);
	margin: auto;
}

.pbmit-bg-color-secondary .pbmit-heading-subheading .pbmit-subtitle {
	color: var(--pbmit-global-color);
}

.pbmit-bg-color-secondary .pbmit-heading-subheading .pbmit-title,
.pbmit-bg-color-secondary .pbmit-bg-color-global .pbmit-heading-subheading .pbmit-title {
	color: var(--pbmit-white-color);
}

.pbmit-custom-heading .pbmit-title {
	color: #000;
	font-size: 40px;
	line-height: 50px;
}

.pbmit-heading-subheading .pbmit-heading-desc {
	margin-top: 15px;
}

.pbmit-bg-color-secondary .pbmit-heading-desc {
	color: #FFFFFFBF;
}

/*=== For the same css ===*/
.pbmit-button,
.pbmit-portfolio-btn {
	font-family: var(--pbmit-btn-typography-font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.32px;
	text-transform: capitalize;
	font-style: normal;
}

.pbmit-button .pbmit-btn-wrapper .pbmit-button-text::before,
.pbmit-portfolio-btn .pbmit-btn-wrapper .pbmit-button-text::before {
	content: attr(data-text);
	display: block;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 36px;
	transition: all ease 0.4s;
	transform-style: preserve-3d;
}

.pbmit-ihbox-icon-type-text,
.pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-circle-box svg textPath,
.blog-details .pbmit-comment-content .reply a,
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value,
.post-navigation .nav-links .pbmit-nav-wrapper .pbmit-nav-head {
	font-family: Arimo, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
}

.pbmit-blog-style-3 .pbmit-meta-category a,
.site-footer .pbmit-footer-widget-area .left-area .social-links-wrap li a,
.widget-recent-post .pbmit-rpw-title a,
aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-top .pbmit-meta,
.pbmit-blog-meta-bottom .pbmit-meta-tags a,
.post-navigation .nav-links .pbmit-nav-wrapper .pbmit-nav-title,
.blog-details .pbmit-author-box .pbmit-author-name,
.blog-details .pbmit-comment-date a,
.service-sidebar .all-post-list ul>li a {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 500;
	font-style: normal;
}

.pbmit-ihbox-style-14 .pbmit-element-title,
.pbmit-team-single .pbmit-team-info-content li {
	font-family: var(--pbmit-body-typography-font-family);
	font-weight: 500;
	font-style: normal;
}

.pbmit-ihbox-style-9 .pbmit-heading-desc,
.widget .pbmit-item-download .pbmit-download-wrap .pbmit-download-title,
.progress.progress-percent-bg .progress-percent,
.pbmit-comment-content .pbmit-comment-author {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
	font-style: normal;
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-1 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-1 {
	transition: all .5s ease-out;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-svg,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon {
	margin-bottom: 15px;
	display: inline-block;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg {
	width: 30px;
	height: 30px;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper img {
	height: auto;
	width: 100%;
	max-width: 100%;
	border-radius: 15px;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-1:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-1:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-type-text {
	transform: rotateY(360deg);
}

.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 16px;
	letter-spacing: 0.48px;
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 0px;
}

.pbmit-ihbox-style-1 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

/** Style 2 **/
.pbmit-ihbox-style-2 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	background-color: var(--pbmit-light-color);
	padding: 35px 35px 40px 50px;
	border-radius: 10px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-box .pbmit-ihbox-ion-wrapper {
	display: flex;
	align-items: center;
}

.pbmit-ele-miconheading .pbmit-ihbox-style-2 .pbmit-ihbox-box {
	align-items: flex-start;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-svg,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon {
	margin: 0 10px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper {
	font-size: 20px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-svg svg {
	width: 30px;
	height: 30px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-svg-wrapper svg,
.pbmit-sbox-icon-wrapper svg,
.pbmit-fidbox-svg-wrapper svg {
	width: 1em;
	height: 1em;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image img {
	width: 20px;
	height: auto;
	border-radius: 50%;
	max-width: 20px;
}

.pbmit-ihbox-style-2 .pbmit-element-title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 0;
	letter-spacing: -0.48px;
}

.pbmit-ihbox-style-2 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-2 .pbmit-heading-desc {
	padding-top: 20px;
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

/** Style 3 **/
.pbmit-ihbox-style-3 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 22px;
	line-height: 28px;
	margin: 27px 0 15px;
	font-weight: 700;
	letter-spacing: 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-ihbox-style-3 .pbmit-heading-desc {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon {
	margin: 0 20px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper {
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper img {
	height: 50px;
	width: 50px;
	max-width: 50px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper .pbmit-ihbox-icon-type-text {
	width: 50px;
	height: 50px;
	line-height: 44px;
	font-size: 20px;
	border: 4px solid var(--pbmit-light-color);
	text-align: center;
	border-radius: 5px;
	background-color: #01295c;
	color: #fff;
}

.pbminfotech-gap-40px .pbmit-miconheading-style-3 {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}

/** Style 4 **/
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-4 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-4 {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-svg,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon {
	margin-bottom: 25px;
	display: inline-block;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper {
	font-size: 60px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper img {
	height: 100%;
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-4 .pbmit-element-title {
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 0;
	letter-spacing: -0.44px;
	font-weight: 400 !important;
	position: relative;
	padding-left: 40px;
}

.pbmit-ihbox-style-4 .pbmit-element-title::after {
	position: absolute;
	content: '\e805';
	font-family: "pbminfotech-base-icons";
	left: 0;
	font-size: 30px;
	top: 0;
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-4 .pbmit-heading-desc {
	margin-top: 10px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image-wrapper .pbmit-ihbox-contents {
	margin-top: 30px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
	position: relative;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(25, 25, 27, 0.00) 0%, rgba(0, 0, 0, 0.80) 81.73%);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image-wrapper .pbmit-ihbox-icon {
	margin-bottom: 0;
}

/** Style 5 **/
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-5:hover .pbmit-ihbox-title-top,
.pbmit-ihbox-style-5 .pbmit-ihbox-title-bottom,
.pbmit-ihbox-style-5:hover .pbmit-ihbox-title-bottom,
.pbmit-ihbox-style-5:hover .pbmit-heading-desc,
.pbmit-ihbox-style-5:hover .pbmit-element-title,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-5 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-5 {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.pbmit-ihbox-style-5 {
	padding: 68px 30px 30px;
	background-color: var(--pbmit-light-color);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper {
	font-size: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 25px;
	right: 20px;
	z-index: 1;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-5::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	z-index: 0;
	background-color: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-5:hover::after {
	top: 0;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper img {
	height: 60px;
	width: 60px;
	max-width: 60px;
	border-radius: 15px;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
	transition: all .5s ease-out;
}

.pbmit-ihbox-style-5 .pbmit-element-title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 22px;
	z-index: 1;
	position: relative;
	letter-spacing: 0;
	color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-5 .pbmit-heading-desc {
	font-size: 17px;
	z-index: 1;
	line-height: 28px;
	position: relative;
}

.pbmit-ihbox-style-5:hover .pbmit-element-title {
	color: var(--pbmit-white-color) !important;
}

.pbmit-ihbox-style-5:hover .pbmit-heading-desc {
	color: rgba(var(--pbmit-white-color-rgb), 0.8) !important;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-title-bottom .pbmit-element-title {
	margin-bottom: 0;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-title-bottom {
	position: absolute;
	bottom: 30px;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-title-top {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100%)
}

.pbmit-ihbox-style-5:hover .pbmit-ihbox-title-top {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: translateX(0%);
	z-index: 1;
}

.pbmit-ihbox-style-5:hover .pbmit-ihbox-title-bottom {
	opacity: 0;
	visibility: hidden;
	transform: translateX(130%)
}

/** Style 6 **/
.pbmit-ihbox-style-6 {
	position: relative;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-6 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text .pbmit-ihbox-style-6 {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-box {
	display: inline-flex;
	align-items: flex-start;
}

.pbmit-ihbox-style-6 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-6 .pbmit-element-title {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	letter-spacing: 0;
	color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-6 .pbmit-heading-desc {
	font-size: 16px;
	line-height: 24px;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon {
	margin: 0 10px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-6 .pbmit-ihbox-svg-wrapper {
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-6 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-6 .pbmit-ihbox-svg svg {
	width: 22px;
	height: 22px;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper img {
	height: 22px;
	width: 22px;
	max-width: 22px;
	object-fit: cover;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-6 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-6 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-6:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-6:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-6:hover .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-6:hover .pbmit-ihbox-icon-type-text {
	animation: pbmit_verticle_icon 1.1s ease-out;
}

.pbmit-element-viewtype-carousel .pbmit-ihbox-style-13 {
	padding-top: 5px;
}

.pbmit-element-viewtype-carousel.pbmit-element-miconheading-style-13 .swiper-container {
	padding-left: 5px;
}

@keyframes pbmit_verticle_icon {
	16.65% {
		transform: translateY(8px)
	}

	33.3% {
		transform: translateY(-6px)
	}

	49.95% {
		transform: translateY(4px)
	}

	66.6% {
		transform: translateY(-2px)
	}

	83.25% {
		transform: translateY(1px)
	}

	100% {
		transform: translateY(0)
	}
}

.pbmit-header-style-2 .pbmit-ihbox-style-6 .pbmit-ihbox-box {
	background-color: var(--pbmit-white-color);
	border-radius: 10px 10px 10px 10px;
	padding: 16px 25px 16px 25px;
	border: 1px solid var(--pbmit-global-color);
}

/** Style 8 **/
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-8 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-8 .pbmit-ihbox-heading-wrap::after,
.pbmit-ihbox-style-8 {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-box {
	display: inline-block;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-heading-wrap {
	display: flex;
	gap: 25px;
}

.pbmit-ihbox-style-8:hover .pbmit-ihbox-heading-wrap::after {
	width: 100%;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper {
	width: 70px;
	height: 70px;
	font-size: 34px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	background-color: #e7e7e7;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	z-index: -1;
	background-color: #000;
}

.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg-wrapper::after {
	top: 0;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper img {
	height: 70px;
	width: 70px;
	max-width: 70px;
	border-radius: 15px;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-8:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-type-text {
	transform: rotateY(360deg);
	fill: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 26px;
	font-style: normal;
	line-height: 30px;
	letter-spacing: 0;
	margin-bottom: 12px;
}

.pbmit-ihbox-style-8 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}

/** Style 9 **/
.pbmit-ihbox-style-9 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-box {
	display: flex;
}

.pbmit-ele-miconheading .pbmit-ihbox-style-9 .pbmit-ihbox-box {
	align-items: flex-start;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon {
	margin: 0 45px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper {
	font-size: 55px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	max-width: 50px;
}

.pbmit-ihbox-style-9 .pbmit-element-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
	padding-bottom: 23px;
	letter-spacing: 0;
	font-weight: 400 !important;
	color: #525869;
	border-bottom: 1px solid #D9D9D9;
	font-family: var(--pbmit-body-typography-font-family);
}

.pbmit-ihbox-style-9 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-9 .pbmit-heading-desc {
	margin-bottom: 0;
	font-size: 20px;
	letter-spacing: 0px;
	color: var(--pbmit-secondary-color);
}

.pbmit-miconheading-style-9::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #BFCBC2;
	left: 50px;
}

.pbmit-miconheading-style-9:last-child:after {
	display: none;
}

/** Style 10 **/
.pbmit-ihbox-style-10 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-box {
	display: flex;
	align-items: center;
}

.pbmit-ele-miconheading .pbmit-ihbox-style-10 .pbmit-ihbox-box {
	align-items: flex-start;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-svg,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon {
	margin: 0 12px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper {
	width: 55px;
	height: 55px;
	min-width: 55px;
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	background-color: var(--pbmit-secondary-color);
}

.pbmit-footer-style-2 .pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-footer-style-2 .pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper {
	background-color: transparent !important;
	width: auto;
	min-width: inherit;
	height: auto;
	text-align: left;
	display: block;
	line-height: unset;
	border-radius: 0;
}

.pbmit-footer-style-2 .pbmit-ihbox-style-10 .pbmit-ihbox-svg,
.pbmit-footer-style-2 .pbmit-ihbox-style-10 .pbmit-ihbox-icon {
	margin: 0 15px 0 0;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-svg svg {
	width: 20px;
	height: 20px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-image img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	max-width: 40px;
}

.pbmit-ihbox-style-10 .pbmit-element-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: 0;
}

.pbmit-ihbox-style-10 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-10 .pbmit-heading-desc {
	margin-bottom: 0;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-10 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-text {
	animation: ring 1.8s ease-out infinite;
}

@keyframes ring {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-15deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(30deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-15deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(30deg) scale(1) skew(1deg);
	}

	100%,
	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}

.pbmit-bg-color-secondary .pbmit-ihbox-style-10 .pbmit-element-title {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-white .pbmit-ihbox-style-10 .pbmit-element-title {
	color: var(--pbmit-blackish-color);
}

/** Style 11 **/
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-11 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-box {
	display: flex;
	align-items: center;
	position: relative;
}

.pbmit-ele-miconheading .pbmit-ihbox-style-11 .pbmit-ihbox-box {
	align-items: flex-start;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon {
	margin: 0 20px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper {
	font-size: 34px;
	line-height: 34px;
	z-index: 1;
	position: relative;
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-11 .pbmit-ihbox-svg svg {
	width: 34px;
	height: 34px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-11:hover .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-11:hover .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-image img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	max-width: 50px;
}

.pbmit-ihbox-style-11 .pbmit-element-title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}

.pbmit-ihbox-style-11 .pbmit-element-title,
.pbmit-ihbox-style-11 .pbmit-element-title a {
	color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-11 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-11 .pbmit-heading-desc {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 2px;
}

.pbmit-bg-color-white .pbmit-ihbox-style-11 .pbmit-heading-desc {
	color: #5a5a5a;
}

/** Style 12 **/
.pbmit-miconheading-style-12 {
	margin-bottom: 30px;
}

.pbmit-ihbox-style-12,
.pbmit-ihbox-style-12 .pbmit-element-title,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg,
.pbmit-ihbox-style-12 .pbmit-icon-type-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-svg,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon {
	display: inline-block;
}

.pbmit-ihbox-style-12 .pbmit-text-content {
	font-size: 17px;
	line-height: 26px;
	display: flex;
	gap: 7px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-svg,
.pbmit-ihbox-style-12 .pbmit-icon-type-icon {
	min-width: 70px;
	height: 70px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	font-size: 40px;
	border-radius: 15px;
	line-height: 70px;
	color: var(--pbmit-secondary-color);
	fill: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-12 .pbmit-icon-type-icon svg g g {
	fill: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-svg svg {
	width: 45px;
	height: 45px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	max-width: 70px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text::after {
	content: ".";
	margin-left: 2px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-12 .pbmit-element-title {
	margin-bottom: 0;
	color: var(--pbmit-secondary-color);
	font-weight: 600;
}

.pbmit-ihbox-style-12 .pbmit-element-subtitle {
	font-size: 18px;
	line-height: 22px;
	margin: 10px 0;
}

.pbmit-ihbox-style-12 .pbmit-heading-desc {
	margin-bottom: 0;
}

.pbmit-ihbox-style-12:hover .pbmit-ihbox-svg,
.pbmit-ihbox-style-12:hover .pbmit-icon-type-icon {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.pbminfotech-gap-25px .pbmit-miconheading-style-12 {
	padding-left: 12.5px;
	padding-right: 12.5px;
	margin-bottom: 25px;
}

/** Style 13 **/
.pbmit-ihbox-style-13 {
	position: relative;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-box {
	display: flex;
}

.pbmit-ele-miconheading .pbmit-ihbox-style-13 .pbmit-ihbox-box {
	align-items: flex-start;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-svg,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon {
	margin: 0 20px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper {
	width: 60px;
	height: 60px;
	min-width: 60px;
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	background-color: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-svg svg {
	width: 25px;
	height: 25px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-image img {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	max-width: 50px;
}

.pbmit-ihbox-style-13 .pbmit-element-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
	text-decoration-line: underline;
	letter-spacing: 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.pbmit-ihbox-style-13 .pbmit-element-title a {
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-13 .pbmit-element-subtitle {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 7px;
	letter-spacing: 0;
	font-weight: 500 !important;
}

.pbmit-ihbox-style-13 .pbmit-heading-desc {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 15px;
	color: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-13:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-13:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-13:hover .pbmit-ihbox-icon-type-text {
	animation: ring 1.8s ease-out infinite;
}

@keyframes ring {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-15deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(30deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-15deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(30deg) scale(1) skew(1deg);
	}

	100%,
	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}

.pbmit-ihbox-style-13 .pbmit-element-title svg {
	display: none;
}

.pbmit-ihbox-style-13:hover .pbmit-element-title,
.pbmit-ihbox-style-13:hover .pbmit-element-title a {
	color: var(--pbmit-blackish-color);
}

/** Style 14 **/
.pbmit-ihbox-style-14 .pbmit-contents-wrap::before,
.pbmit-ihbox-style-14 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-14 .pbmit-icon-box-wrapper {
	display: flex;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 23px;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-svg,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon {
	margin-right: 30px;
	display: inline-block;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-14 .pbmit-ihbox-svg-wrapper {
	font-size: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-svg svg {
	width: 22px;
	height: 22px;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image) svg g,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg-wrapper svg g {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-text {
	font-size: 22px;
}

.pbmit-ihbox-style-14 .pbmit-heading-desc {
	font-size: 26px;
	line-height: 32px;
	font-style: italic;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-image img {
	width: 50px;
	min-width: 50px;
	height: auto;
	border-radius: 50px;
}

.pbmit-ihbox-style-14 .pbmit-contents-wrap {
	display: flex;
	align-items: center;
	position: relative;
}

.pbmit-ihbox-style-14 .pbmit-element-title,
.pbmit-ihbox-style-14 .pbmit-element-subtitle {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0;
	display: inline-block;
}

.pbmit-ihbox-style-14 .pbmit-element-title {
	position: relative;
	padding-left: 65px;
	letter-spacing: 0;
	color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-14 .pbmit-element-title::before {
	content: '-';
	display: inline-block;
	padding-right: 5px;
}

/** Style 15 **/
.pbmit-miconheading-style-15 {
	margin-bottom: 30px;
}

.pbmit-ihbox-style-15,
.pbmit-ihbox-style-15 .pbmit-element-title,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg,
.pbmit-ihbox-style-15 .pbmit-icon-type-icon,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-type-text {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-svg,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon {
	margin: 0 0 25px 0;
	display: inline-block;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-svg,
.pbmit-ihbox-style-15 .pbmit-icon-type-icon,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-type-text {
	min-width: 70px;
	height: 70px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	font-size: 40px;
	border-radius: 15px;
	line-height: 70px;
	color: var(--pbmit-secondary-color);
	fill: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-15 .pbmit-icon-type-icon svg g g {
	fill: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-15 .pbmit-ihbox-svg svg {
	width: 45px;
	height: 45px;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-type-text {
	font-size: 26px;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	max-width: 70px;
}

.pbmit-ihbox-style-15 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
	display: flex;
	letter-spacing: -0.24px;
	align-items: center;
	font-weight: 600;
}

.pbmit-ihbox-style-15:hover .pbmit-element-title {
	transform: translateX(10px);
}

.pbmit-ihbox-style-15 .pbmit-element-subtitle {
	font-size: 18px;
	line-height: 22px;
	margin: 10px 0;
}

.pbmit-ihbox-style-15 .pbmit-heading-desc {
	margin-bottom: 0;
}

.pbmit-ihbox-style-15:hover .pbmit-ihbox-svg,
.pbmit-ihbox-style-15:hover .pbmit-icon-type-icon,
.pbmit-ihbox-style-15:hover .pbmit-ihbox-icon-type-text {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/** Style 17 **/
.pbmit-miconheading-style-17 {
	position: relative;
}

.pbmit-ihbox-style-17 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-17 .pbmit-element-title {
	font-size: 20px;
	line-height: 28px;
	margin: 27px 0 15px;
	letter-spacing: 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-ihbox-style-17 .pbmit-heading-desc {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-svg,
.pbmit-ihbox-style-17 .pbmit-ihbox-icon {
	margin: 0 20px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-17 .pbmit-ihbox-svg-wrapper {
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-17 .pbmit-ihbox-icon-wrapper img {
	height: 50px;
	width: 50px;
	max-width: 50px;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-17 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-17 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-17 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-element-viewtype-carousel .pbmit-ihbox-style-13 {
	padding-top: 5px;
}

.pbmit-element-viewtype-carousel.pbmit-element-miconheading-style-13 .swiper-container {
	padding-left: 5px;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-icon-wrapper .pbmit-ihbox-icon-type-text {
	width: 50px;
	height: 50px;
	line-height: 44px;
	font-size: 20px;
	border: 4px solid var(--pbmit-light-color);
	text-align: center;
	border-radius: 5px;
	background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-17 .pbmit-ihbox-icon::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: rgba(var(--pbmit-global-color-rgb), 0.1);
	top: 24px;
	left: 0;
	z-index: -1;
}

.pbmit-miconheading-style-17-wrap>.row {
	border-bottom: 4px solid rgba(var(--pbmit-global-color-rgb), 0.1);
	padding-bottom: 21px;
}

.pbmit-miconheading-style-17-wrap .pbmit-miconheading-style-17 {
	padding: 0 25px 50px;
}

.pbmit-column-three.pbmit-miconheading-style-17-wrap .pbmit-miconheading-style-17:nth-child(9)::after,
.pbmit-column-three.pbmit-miconheading-style-17-wrap .pbmit-miconheading-style-17:nth-child(3)::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	background-color: rgba(var(--pbmit-global-color-rgb), 0.1);
	top: 26px;
	right: 0;
	z-index: -1;
}

.pbmit-column-three.pbmit-miconheading-style-17-wrap .pbmit-miconheading-style-17:nth-child(10)::after,
.pbmit-column-three.pbmit-miconheading-style-17-wrap .pbmit-miconheading-style-17:nth-child(4)::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	background-color: rgba(var(--pbmit-global-color-rgb), 0.1);
	top: 26px;
	left: 0;
	z-index: -1;
}

/** Style 18 **/
.pbmit-ihbox-style-18 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-box {
	display: flex;
}

.pbmit-ele-miconheading .pbmit-ihbox-style-18 .pbmit-ihbox-box {
	align-items: flex-start;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-svg,
.pbmit-ihbox-style-18 .pbmit-ihbox-icon {
	margin: 3px 15px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-18 .pbmit-ihbox-svg-wrapper {
	font-size: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-18 .pbmit-ihbox-svg svg {
	width: 20px;
	height: 20px;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-icon-wrapper svg path,
.pbmit-ihbox-style-18 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-18 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-18 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-18 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-image img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	max-width: 50px;
}

.pbmit-ihbox-style-18 .pbmit-element-title {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0;
	letter-spacing: 0;
}

.pbmit-ihbox-style-18 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-18 .pbmit-heading-desc {
	margin: 6px 0 0 0;
	color: #222;
}

.pbmit-ihbox-style-18:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-18:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-18:hover .pbmit-ihbox-icon-type-text {
	animation: pbmitrotate-04 1.1s ease-out;
}

@keyframes pbmitrotate-04 {
	0% {
		transform: scale(1)rotatey(0)
	}

	20% {
		transform: scale(1.1)rotatey(0)
	}

	30% {
		transform: scale(1.15)rotatey(180deg)
	}

	60% {
		transform: scale(1.15)rotatey(360deg)
	}

	100% {
		transform: scale(1)rotatey(360deg)
	}
}

/** Style 19 **/
.pbmit-ihbox-style-19 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-19 .pbmit-element-title {
	font-size: 24px;
	line-height: 34px;
	margin: 0px;
	letter-spacing: 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
}

.pbmit-ihbox-style-19 .pbmit-heading-desc {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-svg,
.pbmit-ihbox-style-19 .pbmit-ihbox-icon {
	margin: 0 0px -5px 0;
	display: inline-block;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-19 .pbmit-ihbox-svg-wrapper {
	font-size: 150px;
	line-height: 100px;
	text-align: center;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	margin-bottom: 10px;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-icon-wrapper img {
	height: 97px;
	width: 137px;
	max-width: 137px;
	object-fit: cover;
	mask-image: url(../images/demo-2/mask.svg);
	-webkit-mask-image: url(../images/demo-2/mask.svg);
}

.pbmit-ihbox-style-19 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-19 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-19 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-19 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-element-viewtype-carousel .pbmit-ihbox-style-13 {
	padding-top: 5px;
}

.pbmit-element-viewtype-carousel.pbmit-element-miconheading-style-13 .swiper-container {
	padding-left: 5px;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-icon-wrapper .pbmit-ihbox-icon-type-text {
	font-size: 128px;
	line-height: 128px;
}

/** Style 20 **/
.pbmit-ihbox-style-20 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-20 .pbmit-element-title {
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	letter-spacing: 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
}

.pbmit-ihbox-style-20 .pbmit-element-title a,
.pbmit-ihbox-style-20 .pbmit-element-title {
	color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-20 .pbmit-heading-desc {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-svg,
.pbmit-ihbox-style-20 .pbmit-ihbox-icon {
	margin: 0 0px -5px 0;
	display: inline-block;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-20 .pbmit-ihbox-svg-wrapper {
	font-size: 150px;
	line-height: 100px;
	text-align: center;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	margin-bottom: 10px;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-box {
	padding: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: var(--pbmit-white-color);
	transition: 0.9s;
	transform: perspective(100px) rotateY(-3deg);
}

.pbmit-ihbox-style-20 .pbmit-ihbox-box:hover {
	transform: rotateY(10deg);
}

.pbmit-ihbox-style-20 .pbmit-ihbox-contents {
	width: 140px;
	height: 140px;
	padding-top: 35px;
	border-radius: 50%;
	text-align: center;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-20 .pbmit-ihbox-contents i {
	color: var(--pbmit-global-color);
	font-size: 15px;
	padding-top: 10px;
	display: block;
	margin-left: -6px;
}

.pbmit-ihbox-style-20 a.pbmit-link-button {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-team-style-1 {
	margin-bottom: 30px;
}

.pbmit-team-style-1 .pbmit-featured-wrapper img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.pbmit-team-style-1 .pbminfotech-post-item {
	padding: 15px 15px 25px;
	border-radius: 10px;
	background-color: var(--pbmit-light-color);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.05);
}

.pbmit-team-style-1 .pbmit-featured-inner {
	position: relative;
	margin-bottom: 20px;
}

.pbmit-team-style-1 .pbmit-featured-wrapper {
	overflow: hidden;
	border-radius: 10px;
}

.pbmit-team-style-1 .pbmit-featured-wrapper img {
	border-radius: 10px;
	width: calc(100% + 20px);
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pbmit-team-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
	transform: translate3d(-10px, 0, 0) scale(1.1);
}

.pbmit-team-style-1 .pbminfotech-box-content {
	text-align: center;
}

.pbmit-team-style-1 .pbmit-box-title-wrap {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-team-style-1 .pbmit-team-title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 0;
	letter-spacing: -1px;
}

.pbmit-team-style-1 .pbmit-short-description {
	font-size: 16px;
	line-height: 22px;
	padding: 0 15px;
}

.pbmit-team-style-1 .pbminfotech-box-team-position {
	font-size: 15px;
	line-height: 20px;
	color: var(--pbmit-global-color);
}

.pbmit-team-style-1 .pbmit-team-social-links {
	margin-top: 35px;
	font-size: 0;
}

.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-links li {
	padding: 0;
	margin: 0;
}

.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-links li:not(:last-child) {
	margin-right: 5px;
}

.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-links li a {
	font-size: 12px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-links li a:hover {
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-secondary-color);
	background-color: var(--pbmit-secondary-color);
}

.pbmit-team-style-1 .pbmit-short-description {
	padding: 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* == For bg color == */
.pbmit-bg-color-light .pbmit-team-style-1 .pbminfotech-post-item {
	background-color: var(--pbmit-white-color);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 {
	display: inline-block;
	padding: 25px 25px 20px;
	border-radius: 10px;
	background-color: var(--pbmit-light-color);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-counter-wrapper {
	/* display: flex; */
	align-items: center;
}

.pbminfotech-ele-fid-style-1 span.pbmit-fid-subtitle {
	display: inline-block;
	padding: 0 10px;
	line-height: 25px;
	border: 1px solid var(--pbmit-global-color);
	color: var(--pbmit-global-color);
	border-radius: 50px;
	font-size: 13px;
	font-weight: 500;
}

.pbminfotech-ele-fid-style-1 .pbmit-fld-contents {
	display: flex;
	align-items: flex-start;
}

.pbminfotech-ele-fid-style-1 .pbmit-ihbox-icon,
.pbminfotech-ele-fid-style-1 .pbmit-fidbox-svg {
	padding-right: 25px;
}

.pbminfotech-ele-fid-style-1 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-1 .pbmit-fidbox-svg-wrapper svg {
	width: 40px;
	height: 40px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-counter {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 0;
	letter-spacing: -0.64px;
	padding-right: 15px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -7px;
	color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -5px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0 0 0;
	letter-spacing: 0.48px;
}

/** Style 2 **/
.pbminfotech-ele-fid-style-2 .pbmit-contents-wraper {
	display: flex;
	align-items: flex-start;
	padding-bottom: 45px;
}

.pbminfotech-ele-fid-style-2 .pbmit-ihbox-icon,
.pbminfotech-ele-fid-style-2 .pbmit-fidbox-svg {
	padding-right: 18px;
}

.pbminfotech-ele-fid-style-2 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-2 .pbmit-fidbox-svg-wrapper svg {
	width: 40px;
	height: 40px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-2 h3.pbmit-fid-title {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 20px;
	letter-spacing: 0;
	font-weight: normal;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-counter {
	font-size: 96px;
	line-height: 96px;
	margin-bottom: 5px;
	color: var(--pbmit-secondary-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-fld-contents .pbmit-fid-counter {
	font-weight: 500;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -25px;
	color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -20px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid sup {
	top: -14px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid sub {
	bottom: 0;
}

.pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

/** Style 3 **/
.pbminfotech-ele-fid-style-3 .pbmit-contents-wraper {
	display: flex;
	align-items: flex-start;
	padding-bottom: 45px;
}

.pbminfotech-ele-fid-style-3 .pbmit-ihbox-icon,
.pbminfotech-ele-fid-style-3 .pbmit-fidbox-svg {
	padding-right: 18px;
}

.pbminfotech-ele-fid-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-3 .pbmit-fidbox-svg-wrapper svg {
	width: 40px;
	height: 40px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-counter {
	font-size: 96px;
	line-height: 96px;
	margin-bottom: 5px;
	color: var(--pbmit-global-color);
	text-align: center;
	letter-spacing: -1.92px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fld-contents .pbmit-fid-counter {
	display: flex;
	font-weight: 400 !important;
	margin: 0;
	font-family: var(--pbmit-body-typography-font-family);
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-counter .pbmit-fid span {
	margin-left: 3px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-title-wrapper h3 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 10px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-title-wrapper {
	text-align: left;
	padding-left: 30px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-counter .pbmit-fid sup {
	top: -14px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-counter .pbmit-fid sub {
	bottom: 0;
}

.pbminfotech-ele-fid-style-3 .pbmit-heading-desc {
	font-size: 17px;
	line-height: 28px;
	color: var(--pbmit-blackish-color);
}

/** Style 5 **/
.pbminfotech-ele-fid-style-5 .pbmit-contents-wraper {
	display: flex;
	align-items: flex-start;
	padding-bottom: 45px;
}

.pbminfotech-ele-fid-style-5 .pbmit-ihbox-icon,
.pbminfotech-ele-fid-style-5 .pbmit-fidbox-svg {
	padding-right: 18px;
}

.pbminfotech-ele-fid-style-5 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-5 .pbmit-fidbox-svg-wrapper svg {
	width: 40px;
	height: 40px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-5 h3.pbmit-fid-title {
	font-family: var(--pbmit-body-typography-font-family);
	font-weight: normal;
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: 0px;
	color: #525869;
	text-transform: none;
	font-style: normal;
	margin-bottom: 0;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-counter {
	font-size: 96px;
	line-height: 96px;
	margin-bottom: 60px;
	letter-spacing: -2.88px;
	color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-5 .pbmit-fld-contents .pbmit-fid-counter {
	font-weight: 600;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -20px;
	color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -20px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-counter .pbmit-fid sup {
	top: -14px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-counter .pbmit-fid sub {
	bottom: 0;
}

.pbminfotech-ele-fid-style-5 .pbmit-heading-desc {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

/* == For bg color == */
.pbmit-bg-color-global .pbminfotech-ele-fid-style-5 .pbmit-fid-counter {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-global .pbminfotech-ele-fid-style-5 .pbmit-heading-desc {
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
}

.pbmit-bg-color-global .pbminfotech-ele-fid-style-5 h3.pbmit-fid-title span {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-global .pbminfotech-ele-fid-style-5 h3.pbmit-fid-title,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-5 .pbmit-fid-counter .pbmit-fid span {
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 {
	margin-bottom: 30px;
}

.pbmit-service-style-1 .pbmit-featured-wrapper img,
.pbmit-service-style-1 .pbmit-heading-box,
.pbmit-service-style-1 .pbmit-content-box {
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.pbmit-service-style-1 .pbmit-featured-wrapper {
	overflow: hidden;
	border-radius: 10px;
}

.pbmit-service-style-1 .pbmit-featured-img-wrapper {
	padding: 15px;
	background: var(--pbmit-light-color);
	border-radius: 10px;
}

.pbmit-service-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	border-radius: 10px;
	transform: scale(1.15);
	transition: transform 0.6s cubic-bezier(.4, .01, .14, .99);
}

.pbmit-service-style-1:hover .pbmit-featured-wrapper img {
	transform: scale(1);
	border-radius: 10px;
}

.pbmit-service-style-1 .pbmit-box-content-wrap {
	position: relative;
	overflow: hidden;
	display: grid !important;
	grid-template-columns: 0.88fr 1fr;
	gap: 18px;
}

.pbmit-service-style-1 .pbmit-service-title,
.pbmit-service-style-1 .pbmit-service-title a {
	margin: 0;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -1px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-service-style-1 .pbmit-service-description {
	margin-bottom: 25px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pbmit-service-style-1 .pbmit-service-description p {
	margin: 0;
}

.pbmit-service-style-1 .pbmit-content-box {
	text-align: left;
	background-color: var(--pbmit-light-color);
	border-radius: 10px;
	padding: 20px 30px 20px 30px;
	display: grid;
	place-content: center;
}

.pbmit-service-style-1 .pbmit-content-box .pbmit-service-title {
	margin: 0px 0 15px 0;
	width: 100%;
}

.pbmit-element-service-style-1 .pbmit-ele-header-area.container {
	margin-left: 0;
}

.pbmit-service-style-1 .pbmit-content-box svg {
	width: 18px;
	height: 100%;
	position: absolute;
	left: -18px;
	top: 0;
}

.pbmit-service-style-1 .pbmit-content-box svg path {
	fill: var(--pbmit-light-color);
}

.pbmit-service-style-1 .pbmit-button .pbmit-btn-wrapper .pbmit-button-text {
	display: flex;
}

a.pbmit-button,
a.pbmit-portfolio-btn {
	display: inline-block;
}

.pbmit-button .pbmit-btn-wrapper,
.pbmit-portfolio-btn .pbmit-btn-wrapper {
	display: inline-flex;
	transition: all 0.4s ease;
}

.pbmit-button .pbmit-btn-wrapper .pbmit-button-text,
.pbmit-portfolio-btn .pbmit-btn-wrapper .pbmit-button-text {
	position: relative;
	overflow: hidden;
}

span.pbmit-button-text span {
	display: flex;
	align-items: center;
}

.pbmit-button .pbmit-btn-wrapper .pbmit-button-text span,
.pbmit-portfolio-btn .pbmit-btn-wrapper .pbmit-button-text span {
	transition: all ease 0.4s;
}

.pbmit-button .pbmit-button-text .pbmit-demo-icon-wrapp,
.pbmit-portfolio-btn .pbmit-button-text .pbmit-demo-icon-wrapp {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: var(--pbmit-global-color);
	border-radius: 5px;
	margin-right: 6px;
	font-size: 10px;
	color: var(--pbmit-white-color);
	transition: all ease 0.4s;
	overflow: hidden;
	display: block;
	position: relative;
	align-items: center;
}

.pbmit-button span.pbmit-button-text i.pbmit-demo-icon-first,
.pbmit-portfolio-btn span.pbmit-button-text i.pbmit-demo-icon-first {
	transform: translateX(-25px);
	position: absolute;
}

.pbmit-button span.pbmit-button-text .pbmit-demo-icon-wrapp i,
.pbmit-portfolio-btn span.pbmit-button-text .pbmit-demo-icon-wrapp i {
	display: block;
	transition: all .35s ease-in-out;
}

.pbmit-button:hover,
.pbmit-portfolio-btn:hover {
	color: var(--pbmit-global-color);
}

.pbmit-button:hover .pbmit-btn-wrapper .pbmit-button-text:before,
.pbmit-portfolio-btn:hover .pbmit-btn-wrapper .pbmit-button-text:before {
	transform: translateY(-80%);
}

.pbmit-button:hover span.pbmit-button-text .pbmit-demo-icon-wrapp i,
.pbmit-portfolio-btn:hover span.pbmit-button-text .pbmit-demo-icon-wrapp i {
	transform: translateX(25px);
}

.pbmit-button:hover span.pbmit-button-text i.pbmit-demo-icon-first,
.pbmit-portfolio-btn:hover span.pbmit-button-text i.pbmit-demo-icon-first {
	transform: translateX(7px);
}

.pbmit-button:hover .pbmit-btn-wrapper .pbmit-button-text .pbmit-text-button,
.pbmit-portfolio-btn:hover .pbmit-btn-wrapper .pbmit-button-text .pbmit-text-button {
	transform: translateY(-80%);
}

.pbmit-element-posts-wrapper .pbmit-portfolio-style-1 {
	margin-bottom: 30px;
}

/** Style 2 **/
.pbmit-service-style-2 .pbmit-featured-img-wrapper img {
	border-radius: 10px;
	width: 100%;
}

.pbmit-service-style-2 .pbmit-service-description {
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
	padding-top: 13px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-service-style-2 .pbmit-service-title,
.pbmit-service-style-2 .pbmit-service-title a {
	margin: 0;
	font-size: 26px;
	line-height: 50px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	letter-spacing: 0;

}

.pbmit-service-style-2 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;


}

.pbmit-service-style-2 .pbmit-content-wrap {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	z-index: 2;
	transform: translateY(130%);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.pbmit-service-style-2 .pbminfotech-post-item:hover .pbmit-content-wrap {
	transform: translateY(0%);
}

.pbmit-service-style-2 .pbmit-service-description p {
	margin: 0;
}

.pbmit-service-style-2 .pbmit-featured-wrapper {
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.pbmit-service-style-2 .pbmit-featured-wrapper::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	/* background: linear-gradient(180deg, rgba(87, 179, 62, 0.01) 0.69%, rgba(var(--pbmit-global-color-rgb), 0.87)); */
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.pbmit-service-style-2 .pbminfotech-post-item:hover .pbmit-featured-wrapper::after {
	opacity: 1;
	visibility: visible;
	height: 85%;
}

.pbmit-service-style-2 a.pbmit-link-arrow {
	text-align: center;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	z-index: 2;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 12px;
	background-color: var(--pbmit-global-color);
	border-radius: 50px;
	transform: translateX(130%);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.pbmit-service-style-2 .pbminfotech-post-item:hover a.pbmit-link-arrow {
	transform: translateX(0%);
}

.pbmit-bg-color-secondary .pbmit-service-style-2 .pbmit-service-title,
.pbmit-bg-color-secondary .pbmit-service-style-2 .pbmit-service-title a {
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  05 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 .pbmit-blog-btn a,
.pbmit-blog-style-1 .pbmit-featured-wrapper img,
.pbmit-blog-style-1 .pbmit-meta-wraper-inner::after,
.pbmit-blog-style-1 .pbmit-blog-btn a .pbmit-button-icon i {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pbmit-blog-style-1 .post-item {
	padding: 15px;
	border-radius: 10px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-blog-style-1 .pbmit-content-wrapper {
	padding: 5px 15px 15px;
}

.pbmit-blog-style-1 .pbmit-featured-container,
.pbmit-blog-style-1 .pbmit-featured-container-inner {
	position: relative;
}

.pbmit-blog-style-1 .pbmit-featured-container-inner .pbmit-link {
	z-index: 0;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	border-radius: 10px;
	width: 100%;
}

.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	transform: scale(1.05);
}

.pbmit-blog-style-1 .pbmit-meta-date {
	position: absolute;
	bottom: 12px;
	right: 12px;
	margin: 0;
	border-radius: 10px 0 0 0;
	z-index: 2;
}

.pbmit-blog-style-1 .pbmit-meta-date .pbmit-meta-date-wrapper {
	margin: 0;
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper .pbmit-meta-date-wrapper-inner * {
	display: block;
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper .pbmit-meta-date-wrapper-inner {
	padding: 23px;
	text-align: center;
	position: relative;
	border-radius: 10px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper .pbmit-day-wrap {
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 3px;
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper .pbmit-month-wrap {
	font-size: 15px;
	line-height: 15px;
	text-transform: capitalize;
}

.pbmit-blog-style-1 .pbmit-meta-wraper>*:not(:last-child) {
	padding-right: 0;
	margin-right: 15px;
}

.pbmit-blog-style-1 .pbmit-meta-line .pbmit-post-author {
	text-transform: capitalize;
}

.pbmit-blog-style-1 .pbmit-meta-wraper-inner {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-blog-style-1 .pbmit-meta-wraper-inner::after {
	content: "";
	position: absolute;
	bottom: -1px;
	height: 1px;
	width: 0%;
	background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-1:hover .pbmit-meta-wraper-inner::after {
	width: 100%;
}

.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

.pbmit-blog-style-1 .pbmit-post-title a,
.pbmit-blog-style-1 .pbmit-post-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-blog-style-1 .pbminfotech-box-desc,
.pbmit-blog-style-1 .pbminfotech-box-desc p {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-blog-style-1 .pbminfotech-box-desc {
	margin-bottom: 0px;
}

.pbmit-blog-style-1 .pbmit-blog-btn a {
	display: flex;
	align-items: center;
	color: var(--pbmit-secondary-color);
}

.pbmit-blog-style-1 .pbmit-blog-btn a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-blog-style-1 .pbmit-blog-btn a .pbmit-button-icon i {
	font-size: 9px;
	margin-left: 10px;
}

.pbmit-blog-style-1 .pbmit-featured-container .pbmit-meta-line {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	margin-bottom: 0;
}

.pbmit-blog-style-1 .pbmit-meta-category a {
	padding: 8px 16px;
	border-radius: 10px;
	text-transform: capitalize;
	margin-right: 3px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-1 .pbmit-meta-category a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

.pbmit-blog-style-1 .pbmit-element-btn .pbmit-btn-wrapper .pbmit-button-text {
	display: flex;
}

.pbmit-element-posts-wrapper .pbmit-blog-style-1 {
	margin-bottom: 30px;
}

.pbmit-column-four .pbmit-blog-style-1 .pbmit-content-wrapper {
	padding: 0 10px 10px 10px;
}

.pbmit-column-four .pbmit-blog-style-1 .pbmit-meta-wraper>*:not(:last-child) {
	padding-right: 18px;
	margin-right: 10px;
}

/** Style 2 **/
.pbmit-blog-style-2 {
	margin-bottom: 30px;
	position: relative;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pbmit-blog-style-2 .pbmit-featured-container-inner,
.pbmit-blog-style-2 .pbmit-featured-container {
	position: relative;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}

/* == image == */
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	border-radius: 10px;
	width: 100%;
}

.pbmit-blog-style-2 .pbmit-featured-container-inner .pbmit-link {
	z-index: 0;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	display: block;
	width: 295px;
	max-width: 295px;
	height: 215px;
	object-fit: cover;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper {
	border-radius: 10px;
	overflow: hidden;
}

.pbmit-blog-style-2:hover .pbmit-featured-wrapper img {
	transform: scale(1.15);
}

/* == Category == */
.pbmit-blog-style-2 .pbmit-meta-category-wrapper.pbmit-meta-line {
	position: absolute;
	top: 30px;
}

.pbmit-blog-style-2 .pbmit-meta-category a {
	padding: 10px 13px;
	border-radius: 5px;
	text-transform: capitalize;
	margin-right: 3px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}

.pbmit-blog-style-2 .pbmit-meta-category a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

.pbmit-blog-style-2 .pbmit-meta-wraper>*:not(:last-child) {
	padding-right: 17px;
	margin-right: 5px;
}

.pbmit-blog-style-2 .pbmit-meta-wraper>*:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: var(--pbmit-global-color);
	transform: translateX(0%) translateY(-50%);
}

.pbmit-blog-style-2 .pbmit-button .pbmit-btn-wrapper .pbmit-button-text {
	display: flex;
}

/* == Title == */
.pbmit-blog-style-2 .pbmit-meta-wraper-inner {
	display: grid;
	gap: 20px;
}

.pbmit-blog-style-2 .pbmit-post-title {
	font-size: 26px;
	line-height: 32px;
	margin: -10px 0 5px 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-blog-style-2 .pbminfotech-box-content {
	padding: 25px;
	background-color: var(--pbmit-light-color);
	border-radius: 10px;
}

.pbmit-blog-style-2 .pbmit-featured-container {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: inherit;
	align-items: inherit;
}

.pbmit-blog-style-2 .pbmit-meta-line .pbmit-post-author a {
	color: var(--pbmit-global-color);
}

.pbmit-blog-style-2 .pbmit-featured-container {
	display: grid;
	align-items: center;
	gap: 40px;
}

/** Style 3 **/
.pbmit-blog-style-3 {
	position: relative;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pbmit-blog-style-3 .pbmit-featured-container-inner,
.pbmit-blog-style-3 .pbmit-featured-container {
	position: relative;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}

/* == image == */
.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	border-radius: 10px;
	width: 100%;
}

.pbmit-blog-style-3 .pbmit-featured-container-inner .pbmit-link {
	z-index: 0;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	display: block;
	width: 160px;
	height: 210px;
	max-width: 160px;
	object-fit: cover;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper {
	border-radius: 10px;
	overflow: hidden;
}

.pbmit-blog-style-3:hover .pbmit-featured-wrapper img {
	transform: scale(1.15);
}

/* == Category == */
.pbmit-blog-style-3 .pbmit-meta-category-wrapper.pbmit-meta-line {
	position: absolute;
	top: 30px;
}

.pbmit-blog-style-3 .pbmit-meta-category a {
	padding: 10px 13px;
	border-radius: 5px;
	text-transform: capitalize;
	margin-right: 3px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}

.pbmit-blog-style-3 .pbmit-meta-category a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

.pbmit-blog-style-3 .pbmit-meta-wraper>*:not(:last-child) {
	padding-right: 17px;
	margin-right: 5px;
}

.pbmit-blog-style-3 .pbmit-meta-wraper>*:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: var(--pbmit-global-color);
	transform: translateX(0%) translateY(-50%);
}

.pbmit-blog-style-3 .pbmit-button .pbmit-btn-wrapper .pbmit-button-text {
	display: flex;
}

.pbmit-meta-line a,
.pbmit-meta-line {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: .42px;
	text-transform: uppercase;
	font-weight: 500;
	color: #54655e;
}

.pbmit-meta-line {
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
}

.pbmit-meta-line .pbmit-meta-category a {
	display: inline-block;
}

.pbmit-meta-wraper .pbmit-meta-line .pbmit-meta-icon i {
	font-size: 12px;
	line-height: 12px;
	padding-right: 5px;
	color: var(--pbmit-global-color);
}

/* == Title == */
.pbmit-blog-style-3 .pbmit-meta-wraper-inner {
	display: grid;
	gap: 15px;
	padding-bottom: 25px;
}

.pbmit-blog-style-3 .pbmit-post-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}

.pbmit-blog-style-3 .pbminfotech-box-content {
	padding: 15px 15px 15px 30px;
	background-color: var(--pbmit-light-color);
	border-radius: 10px;
}

.pbmit-blog-style-3 .pbmit-featured-container {
	display: grid !important;
	grid-template-columns: 1fr 0.75fr;
	gap: inherit;
	align-items: inherit;
}

.pbmit-blog-style-3 .pbmit-meta-line .pbmit-post-author a {
	color: var(--pbmit-global-color);
}

.pbmit-blog-style-3 .pbmit-meta-wraper {
	border-bottom: 1px solid #BFCBC2;
	padding-bottom: 12px;
}

/* == pbmit-blog-group-left == */
.pbmit-blog-group-left .pbmit-blog-style-3 .pbmit-featured-wrapper img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-height: 447px;
	object-fit: cover;
}

.pbmit-element-blog-style-3 .pbmit-blog-group-left {
	padding-left: 0;
}

.pbmit-blog-group-left .pbmit-blog-style-3 .pbmit-post-title {
	font-size: 26px;
	line-height: 34px;
}

.pbmit-blog-group-left .pbmit-blog-style-3 .pbmit-meta-date,
.pbmit-blog-group-left .pbmit-blog-style-3 .pbmit-featured-wrapper img {
	display: block;
}

.pbmit-blog-group-left .pbmit-blog-style-3 .pbmit-featured-container-inner {
	margin-bottom: 5px;
}

/* == pbmit-blog-group-right == */
.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-featured-container {
	grid-template-columns: 1fr 0.5fr;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbminfotech-box-content {
	padding: 10px 10px 10px 30px;
}

.pbmit-element-blog-style-3 .pbmit-blog-group-right {
	padding-right: 0;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-featured-container-inner .pbmit-meta-line {
	top: 10px;
	left: 10px;
}

.pbmit-blog-style-3 .pbmit-featured-container {
	display: grid;
	align-items: center;
	gap: 70px;
	align-items: end;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-featured-container {
	gap: 35px;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-content-wrapper,
.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-meta-date {
	display: none;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-meta-wraper {
	margin-top: 0;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-post-title {
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-blog-group-right .pbmit-blog-style-3 {
	margin-bottom: 0 !important;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .post-item {
	margin-bottom: 20px;
}

.pbmit-blog-group-right .col-lg-12:last-child .pbmit-blog-style-3 .post-item {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-meta-category-wrapper.pbmit-meta-line {
	top: 20px;
}

.pbmit-blog-style-3 .pbmit-meta-wraper-inner {
	padding-bottom: 15px;
}

.pbmit-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pbmit-blog-group-right .pbmit-blog-style-3 a.pbmit-button {
	display: none;
}

/*----------------------------------------*/
/*  06 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 {
	height: auto !important;
}

.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote {
	padding-left: 65px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
}

.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote p {
	margin-bottom: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-post-item {
	padding: 30px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
	border-radius: 10px;
	background-size: cover;
	min-height: 465px;
	display: grid;
	grid-template-rows: auto 1fr auto;
	overflow: hidden;
	position: relative;
}

.pbmit-testimonial-style-1 .pbmit-video-yes.pbminfotech-post-item {
	border: none !important;
}

.pbmit-testimonial-style-1 .pbminfotech-post-item:not(.pbmit-video-yes) {
	background: none !important;
}

.pbmit-testimonial-style-1 .pbminfotech-post-item.pbmit-video-yes::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(25, 25, 27, 0.00) 43.08%, rgba(0, 0, 0, 0.60) 81.73%);
}

.pbmit-testimonial-style-1 .pbmit-video-yes .pbminfotech-box-author {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.pbmit-testimonial-style-1 .pbminfotech-box-author {
	position: relative;
	z-index: 2;
}

.pbmit-testimonial-style-1 .pbmit-video-yes .pbmit-auther-title-wrapper .pbminfotech-box-title {
	color: var(--pbmit-white-color);
}

.pbmit-testimonial-style-1 .pbmit-video-yes.pbminfotech-post-item .pbmit-featured-wrapper {
	display: none;
}

.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote::after {
	font-family: "pbminfotech-base-icons";
	content: "\e846";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	object-fit: cover;
}

.pbmit-testimonial-style-1 .pbminfotech-box-desc {
	padding: 40px 0 32px;
}

.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 18px;
	line-height: 28px;
	padding-top: 50px;
}

.pbmit-testimonial-style-1 .pbmit-auther-title-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

.pbmit-testimonial-style-1 .pbmit-auther-title-wrapper .pbminfotech-box-title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 7px;
	letter-spacing: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-base-icon-pointed-star {
	color: #ffb8244f;
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
	color: #FFB824;
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active::before {
	margin: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active:not(:last-child):before {
	margin-right: 5px;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
	letter-spacing: 0.42px;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-video-wrapper {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -45px;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-video-wrapper a {
	z-index: 2;
	font-size: 23px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.2);
	backdrop-filter: blur(20px);
	border-radius: 50%;
	display: block;
	position: relative;
	animation: pulse 2s infinite;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-video-wrapper a:hover {
	background-color: rgba(var(--pbmit-global-color-rgb), 0.2)
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-video-wrapper a i {
	color: var(--pbmit-white-color);
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-video-wrapper a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: inherit;
	border-radius: 50%;
	transition: all .3s ease-in;
	animation: video_animation 2.5s ease infinite;
	z-index: -1;
}

@keyframes video_animation {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

/* == For bg color == */
.pbmit-bg-color-secondary .pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote {
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
}

.pbmit-bg-color-secondary .pbmit-testimonial-style-1 .pbmit-auther-title-wrapper .pbminfotech-box-title {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-testimonial-style-1 .pbminfotech-box-desc {
	border-color: rgba(var(--pbmit-white-color-rgb), 0.1);
}

.pbmit-bg-color-secondary .pbmit-testimonial-style-1 .pbminfotech-post-item {
	border-color: rgba(var(--pbmit-white-color-rgb), 0.1);
}

/** Style 3 **/
.pbmit-testimonial-style-3 .pbmit-featured-img-wrapper {
	position: relative;
}

.pbmit-testimonial-style-3 .pbmit-featured-wrapper img {
	width: 60px;
	height: 60px;
	border-radius: 5px !important;
}

.pbmit-testimonial-style-3 .pbminfotech-box-author.d-flex {
	align-items: center;
}

.pbmit-testimonial-style-3 .pbminfotech-box-desc {
	padding-top: 45px;
	padding-bottom: 62px;
	border-bottom: 1px solid rgba(var(--pbmit-global-color-rgb), 0.3);
	margin-bottom: 35px;
}

.pbmit-testimonial-style-3 .pbminfotech-box-desc blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 24px;
	line-height: 30px;
}

.pbmit-testimonial-style-3 .pbminfotech-box-desc blockquote>p {
	margin-bottom: 0;
}

.pbmit-testimonial-style-3 .pbminfotech-post-item::after {
	font-family: "pbminfotech-base-icons";
	content: "\e846";
	position: absolute;
	right: 0;
	top: -10px;
	font-size: 115px;
	line-height: 115px;
	text-align: center;
	border-radius: 50%;
	color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-3 .pbmit-auther-title-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

.pbmit-testimonial-style-3 .pbmit-auther-title-wrapper .pbminfotech-box-title {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0;
	letter-spacing: 0;
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings i {
	color: rgba(var(--pbmit-white-color-rgb), 0.5);
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	transform: rotate(-35deg);
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active {
	color: #FFAF00;
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings i::before {
	margin: 0;
}

.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.42px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
	padding-top: 5px;
}

.pbmit-heading-after-icon {
	padding-left: 25px;
}

.pbmit-heading-after-icon::after {
	font-family: "pbminfotech-base-icons";
	content: "\e845";
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 16px;
	color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-3 .pbmit-rating-number {
	font-size: 55px;
	line-height: 65px;
	color: var(--pbmit-global-color);
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 0;
}

.pbmit-testimonial-style-3 .pbminfotech-testimonial-ratings-wrapp {
	padding-bottom: 55px;
}

.pbmit-testimonial-style-3 .pbminfotech-testimonial-ratings-wrapp-inner.d-flex {
	align-items: end;
}

.pbmit-testimonial-style-3 .pbminfotech-star-ratings-text {
	color: var(--pbmit-white-color);
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings {
	margin: 0 0 7px 18px;
}

/* == For bg color == */
.pbmit-bg-color-secondary .pbmit-testimonial-style-3 .pbminfotech-box-desc blockquote {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-testimonial-style-3 .pbmit-auther-title-wrapper .pbminfotech-box-title {
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.site-title {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

.site-header .pbmit-header-overlay {
	position: absolute;
	z-index: 2;
	width: 100%;
}

.site-header .pbmit-sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	top: 0;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	-webkit-transition: .6s cubic-bezier(.24, .74, .58, 1);
	transition: .6s cubic-bezier(.24, .74, .58, 1);
	visibility: hidden;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
}

.site-header .pbmit-fixed-header.pbmit-sticky-header {
	z-index: 9;
	visibility: visible;
	transform: translateY(0%);
}

/** Header Style 1 **/
.pbmit-header-style-1 .pbmit-header-content {
	gap: 7px;
}

.pbmit-header-style-1 .pbmit-header-menu-area {
	width: 100%;
	border-radius: 0px 0 10px 10px;
	padding: 0px 15px 0px 20px;
	height: -webkit-fill-available;
	background-color: var(--pbmit-white-color);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.pbmit-header-style-1 .pbmit-logo-menu-area,
.pbmit-header-style-1 .header-contact-search {
	display: flex;
	align-items: center;
	gap: 30px;
}

.pbmit-header-style-1 .site-branding img {
	width: 105px;
}

.pbmit-header-style-1 .pbmit-right-box {
	width: 18%;
}

.pbmit-header-style-1 .pbmit-right-box .svg-icon-wrap {
	position: absolute;
	left: -14px;
	max-width: 100%;
	width: auto;
	top: 50%;
	margin-top: -11px;
}

.pbmit-header-style-1 .pbmit-right-box .svg-icon {
	font-size: 21px;
}

.pbmit-header-style-1 .pbmit-right-box .svg-icon svg {
	height: 21px;
	display: block;
	position: relative;
	width: 1em;
}

.pbmit-header-style-1 .pbmit-button-box-second {
	padding-top: 11px;
}

.site-header .pbmit-button-box-second .pbmit-btn .pbmit-button-content-wrapper>svg {
	display: none;
}

.site-header .pbmit-button-box-second .pbmit-btn .pbmit-button-text-wrap {
	padding: 22px 0 21px 30px;
	transform: translateX(10px);
	z-index: 2;
}

.site-header .pbmit-button-box-second .pbmit-btn .pbmit-button-icon {
	transform: translate(2px);
	padding-right: 8px;
	padding-top: 3px;
	border-radius: 0 10px 10px 0;
}

/** Header Style 2 **/
.pbmit-header-style-2 .pbmit-main-header-area {
	position: relative;
	z-index: 10;
}

.pbmit-header-style-2 .site-branding .pbmit-main-logo {
	width: 115px;
}

.pbmit-header-style-2 .pbmit-right-box {
	gap: 5px;
}

.pbmit-header-style-2 .pbmit-right-box .pbmit-button-box-second {
	padding-top: 9px;
}

.pbmit-header-style-2 .pbmit-sticky-header>.container-fluid {
	padding: 0;
}

.pbmit-header-style-2 .pbmit-sticky-header .pbmit-header-content {
	padding: 5px 30px;
	border-radius: 0;
	background-color: var(--pbmit-white-color);
}

.pbmit-header-style-2 .pbmit-sticky-header .site-branding .pbmit-main-logo {
	width: 155px;
}

/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
/** Footer Style 1 **/
.site-footer.pbmit-footer-style-1 .pbmit-footer-widget-area {
	padding: 20px 0 30px;
}

.site-footer .pbmit-footer-widget-area {
	padding: 120px 0 75px;
}

.site-footer .pbmit-footer-widget-area .left-area {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: -webkit-fill-available;
}

.site-footer .pbmit-footer-widget-area .left-area .top-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 25px;
}

.site-footer .pbmit-footer-widget-area .left-area .pbmit-custom-heading .pbmit-title {
	font-size: 50px;
	line-height: 60px;
	color: #FFFAFA;
	margin-bottom: 0;
}

.site-footer .pbmit-footer-widget-area .left-area .social-links-wrap {
	padding-top: 30px;
	font-size: 0;
	position: relative;
	z-index: 2;
}

.site-footer .pbmit-footer-widget-area .left-area .social-links-wrap li a {
	font-size: 15px;
	line-height: 21px;
	display: inline-block;
	padding: 0 15px;
	border-radius: 5px;
	position: relative;
	color: var(--pbmit-global-color);
	border: 1px solid var(--pbmit-global-color);
}

.site-footer .pbmit-footer-widget-area .left-area .social-links-wrap li a:hover {
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-white-color);
}

.site-footer .pbmit-footer-widget-area .left-area .bottom-area {
	position: relative;
}

.site-footer .pbmit-footer-widget-area .left-area .bottom-area .wind-img {
	position: absolute;
	right: -33px;
	max-width: 100%;
	bottom: 57px;
	z-index: 1;
}

.site-footer .pbmit-footer-widget-area .left-area .bottom-area .wind-02-img {
	position: absolute;
	right: 8px;
	max-width: 100%;
	width: auto;
	bottom: 12px;
}

.footer-solar-wind {
	width: 150px;
	height: 150px;
	transform-style: preserve-3d;
	animation: spin 15s linear infinite;
	perspective: 600px;
}

@keyframes spin {
	0% {
		transform: perspective(600px) rotate(0deg) translate3d(0, 0, 0);
	}

	100% {
		transform: perspective(600px) rotate(360deg) translate3d(0, 0, 0);
	}
}

.site-footer.pbmit-footer-style-1 .tween-effect-style-2-wrap {
	margin: 0px 0px -9px -21px;
}

.site-footer .pbmit-footer-widget-area .right-area {
	display: flex;
	flex-direction: column;
	gap: 25px;
	border-radius: 10px;
	padding: 20px 30px 25px 40px;
	margin-left: 8px;
}

.site-footer .right-area .footer-newsletter-box {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 12px;
	padding-bottom: 26px;
}

.site-footer .pbmit-footer-newsletter {
	position: relative;
}

.site-footer .pbmit-footer-newsletter .pbmit-news-wrap {
	display: flex;
}

.site-footer .pbmit-footer-newsletter input {
	padding-right: 55px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}

.site-footer .pbmit-footer-newsletter input::placeholder {
	color: rgba(var(--pbmit-blackish-color-rgb), 0.5);
}

.site-footer .pbmit-footer-newsletter button {
	font-size: 15px;
	height: 60px;
	line-height: 60px;
	min-width: 60px;
	margin-left: 5px;
	border: none;
	padding: 0;
	border-radius: 10px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	transition: all .6s;
}

.site-footer .pbmit-footer-newsletter button:hover {
	background-color: var(--pbmit-secondary-color);
}

.site-footer .pbmit-form-btn .pbmit-button-icon i {
	margin-left: -6px;
	transition: all .6s;
}

.site-footer .widget-title {
	font-size: 19px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 25px;
	color: var(--pbmit-global-color);
}

.site-footer:not(.pbmit-footer-style-2) .right-area .pbmit-footer-widget-col-2 {
	padding-left: 55px;
}

.site-footer:not(.pbmit-footer-style-2) .right-area .pbmit-footer-widget-col-3 {
	padding-left: 45px;
}

.site-footer .pbmit-two-column-menu .menu {
	display: flex;
	flex-wrap: wrap;
}

.site-footer .widget .menu li {
	line-height: unset;
}

.site-footer .pbmit-two-column-menu .menu li {
	width: 50%;
}

.site-footer .widget .menu li:not(:last-child) {
	padding-bottom: 10px;
}

.site-footer .widget .menu li:last-child {
	padding: 0;
}

.site-footer .widget .menu li a {
	font-size: 16px;
	line-height: 26px;
	color: var(--pbmit-body-typography-color);
}

.site-footer .widget .menu li a:hover {
	color: var(--pbmit-global-color);
}

.site-footer .right-area .ihbox-style-11-wrap {
	padding: 10px 20px 10px 20px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}

.site-footer.pbmit-footer-style-1 .pbmit-footer-text-area {
	padding: 20px;
	background-color: #000;
}

.site-footer .pbmit-footer-text-area {
	padding-bottom: 75px;
}

.site-footer .pbmit-footer-copyright-text-area {
	font-size: 16px;
	line-height: 27px;
	margin: 0;
	color: #FFFFFFCC;
}

.site-footer .pbmit-footer-copyright-text-area a,
.site-footer .pbmit-footer-menu li a {
	color: #FFFFFFCC;
}

.site-footer .pbmit-footer-menu-area {
	text-align: right;
}

.site-footer .pbmit-footer-menu-area ul {
	font-size: 0;
}

.site-footer .pbmit-footer-menu-area ul li {
	display: inline-block;
	position: relative;
	padding: 0 12px;
}

.site-footer .pbmit-footer-menu-area ul li:not(:first-child):before {
	content: "";
	position: absolute;
	height: 15px;
	width: 1px;
	background-color: rgba(var(--pbmit-white-color-rgb), .8);
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.site-footer .pbmit-footer-menu-area ul li:first-child {
	padding-left: 0;
}

.site-footer .pbmit-footer-menu-area ul li:last-child {
	padding-right: 0;
}

.site-footer .pbmit-footer-menu-area ul li a {
	font-size: 15px;
	line-height: 25px;
}

.site-footer .pbmit-footer-menu li a:hover {
	color: var(--pbmit-global-color);
}

.site-footer .pbmit-footer-widget-col-3 .widget .description {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: var(--pbmit-body-typography-color);
}

/** Footer Style 2 **/
.pbmit-footer-style-2 {
	margin: 0 30px;
	border-radius: 10px;
	overflow: hidden;
}

.site-footer.pbmit-footer-style-2 .pbmit-footer-widget-area .left-area {
	gap: 20px;
	padding-top: 25px;
	position: relative;
	height: auto;
}

.site-footer.pbmit-footer-style-2 .pbmit-footer-widget-area .left-area .wind-img {
	position: absolute;
	right: -6px;
	max-width: 100%;
	top: 0;
	z-index: 2;
}

.site-footer.pbmit-footer-style-2 .pbmit-footer-widget-area .left-area .wind-02-img {
	position: absolute;
	max-width: 100%;
	width: auto;
	top: 71px;
	right: 35px;
}

.site-footer.pbmit-footer-style-2 .left-area .pbmit-custom-heading .pbmit-sub-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 25px;
	letter-spacing: .2px;
	color: var(--pbmit-white-color);
}

.site-footer.pbmit-footer-style-2 .left-area .pbmit-custom-heading .pbmit-title {
	font-size: 96px;
	line-height: 96px;
	font-weight: 700;
	letter-spacing: -1.9px;
	color: #FFFAFA;
}

.site-footer.pbmit-footer-style-2 .left-area .pbmit-tween-effect-style-2 {
	padding-left: 30px;
	margin-top: -24px;
}

.site-footer.pbmit-footer-style-2 .pbmit-footer-widget-area .left-area .social-links-wrap {
	padding-top: 60px;
}

.site-footer.pbmit-footer-style-2 .pbmit-footer-widget-area .right-area {
	gap: 50px;
	padding: 10px;
	margin-left: 60px;
}

.site-footer.pbmit-footer-style-2 .right-area .footer-newsletter-box {
	display: flex;
	flex-direction: column;
	gap: 25px;
	border-color: #57B33E33;
}

.site-footer.pbmit-footer-style-2 .right-area .footer-newsletter-box form {
	width: 72%;
}

.site-footer.pbmit-footer-style-2 .pbmit-footer-newsletter input {
	padding: 10px 30px;
}

.pbmit-footer-style-2 .pbmit-footer-widget-col-2,
.pbmit-footer-style-2 .pbmit-footer-widget-col-3 {
	padding-left: 15px;
}

.site-footer.pbmit-footer-style-2 .widget-title {
	font-size: 14px;
	margin-bottom: 22px;
	letter-spacing: .4px;
	text-transform: uppercase;
}

.site-footer.pbmit-footer-style-2 .widget .menu li a:not(:hover),
.site-footer.pbmit-footer-style-2 .pbmit-footer-widget-col-3 .widget .description {
	color: #FFFFFFCC;
}

.site-footer.pbmit-footer-style-2 .pbmit-footer-text-area {
	padding: 60px 0 50px;
}

/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper {
	background-image: url(../images/bg/titlebar.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	border-radius: 0 0 10px 10px;
}

.pbmit-title-bar-wrapper,
.pbmit-title-bar-content {
	min-height: 400px;
}

.pbmit-title-bar-wrapper:before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 0;
	background-image: linear-gradient(180deg, #1D5E8400 0%, #000000D1 100%);
	opacity: .81;
	border-radius: 0 0 10px 10px;
}

.pbmit-title-bar-content {
	position: relative;
	z-index: 1;
	padding: 100px 0 0px;
	display: flex;
	align-items: center;
	text-align: center;
}

.pbmit-title-bar-content-inner {
	width: 100%;
}

.single .pbmit-title-bar-content-inner {
	width: 75%;
}

.pbmit-title-bar-content .pbmit-tbar,
.pbmit-title-bar-content .pbmit-breadcrumb {
	display: block;
}

.pbmit-title-bar-content .pbmit-tbar .pbmit-tbar-inner {
	margin-bottom: 25px;
}

.pbmit-tbar-title {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 400;
	font-size: 50px;
	line-height: 40px;
	letter-spacing: 0px;
	color: var(--pbmit-white-color);
	text-transform: capitalize;
	font-style: normal;
	margin-bottom: 0px;
}

.single .pbmit-tbar-title {
	font-size: 65px;
	line-height: 70px;
}

.pbmit-breadcrumb,
.pbmit-breadcrumb a {
	font-family: var(--pbmit-body-typography-font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: .5px;
	text-transform: capitalize;
	font-style: normal;
	color: rgba(var(--pbmit-white-color-rgb), .8);
}

.pbmit-breadcrumb a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-title-bar-content .pbmit-breadcrumb .sep {
	font-size: 12px;
	line-height: 18px;
	padding: 0 9px;
	top: 1px;
	position: relative;
	color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  10 - Accordion
/*----------------------------------------*/
.accordion .accordion-item {
	position: relative;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
	background-color: transparent;
	color: inherit;
	border-radius: 10px !important;
	box-shadow: none;
}

.accordion-item:not(:last-child) {
	margin-bottom: 20px;
}

.accordion-item .accordion-header {
	position: relative;
	display: flex;
}

.accordion-item .accordion-button {
	display: flex;
	position: relative;
	justify-content: space-between;
	gap: 0 10px;
	padding: 10px 10px 15px 30px;
	z-index: 1 !important;
	border-radius: 10px !important;
	box-shadow: none;
	color: white;
	background-color: var(--pbmit-global-color);
	transition: background-color .5s ease-out;
}

.accordion-item .pbmit-accordion-title {
	display: flex;
	color: #fff;
}

.accordion-item .pbmit-accordion-title .pbmit-accordion-title-text {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	font-family: var(--pbmit-heading-typography-font-family);
	transition: all .4s ease-out;
}

.accordion-button::after {
	display: none;
}

.accordion-item .pbmit-accordion-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.accordion-item.active .pbmit-accordion-icon-opened,
.accordion-item .pbmit-accordion-icon-closed {
	display: flex;
}

.accordion-item.active .pbmit-accordion-icon-closed,
.accordion-item .pbmit-accordion-icon-opened {
	display: none;
}

.accordion-item .pbmit-accordion-icon svg {
	height: 15px;
	fill: var(--pbmit-white-color);
}

.accordion-item .pbmit-accordion-icon span {
	width: auto;
	height: 15px;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-item .accordion-body {
	border: none;
	padding: 0px 20px 30px 30px;
}

.accordion.style-2 .accordion-item.active {
	border-radius: 10px;
	background-color: var(--pbmit-light-color);
}

.accordion.style-2 .accordion-item {
	transition: all .4s ease-out;
	margin-bottom: 0;
}

.accordion.style-2 .accordion-item {
	border: none;
}

.accordion.style-2 .accordion-item .accordion-button {
	justify-content: flex-start;
	gap: 0 21px;
	padding: 18px 30px;
	transition: background-color .5s ease-out;
	margin-bottom: 10px;
}

.accordion.style-2 .accordion-item .pbmit-accordion-icon {
	order: -1;
	width: fit-content;
	height: unset;
	margin-left: unset;
	border-radius: unset;
	color: unset;
	background-color: transparent;
}

.accordion.style-2 .accordion-item .pbmit-accordion-icon span {
	top: -18px;
	height: 25px;
	position: relative;
}

.accordion.style-2 .accordion-item .pbmit-accordion-icon span i {
	font-size: 25px;

}

.accordion.style-2 .accordion-item .accordion-body {
	padding: 0px 80px 30px 75px;
	margin-bottom: 10px;
}

/*----------------------------------------*/
/*  11 - List Group
/*----------------------------------------*/
.list-group {
	border-radius: 0;
}

.list-group .list-group-item {
	display: flex;
	font-size: inherit;
	align-items: flex-start;
	margin-bottom: 7px;
	padding: 0;
	color: var(--pbmit-blackish-color);
	position: relative;
	border: none;
	background: transparent;
}

.list-group .list-group-item:not(:last-child) {
	padding-bottom: calc(10px/2);
}

.list-group .pbmit-icon-list-text {
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
	transition: color 0.3s;
	color: var(--pbmit-secondary-color);
}

.list-group .pbmit-icon-list-icon {
	padding-right: 3px;
	display: flex;
}

.list-group .pbmit-icon-list-icon svg {
	fill: var(--pbmit-global-color);
	transition: fill 0.3s;
}

.list-group .pbmit-icon-list-icon svg {
	height: 10px;
	width: 10px;
}

.pbmit-bg-color-secondary .list-group .pbmit-icon-list-icon svg {
	fill: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .list-group .pbmit-icon-list-text {
	color: var(--pbmit-white-color);
}

.list-group.style-2 .list-group-item,
.list-group.style-3 .list-group-item {
	align-items: center;
}

.list-group.style-2 .pbmit-icon-list-text {
	padding-left: 5px;
}

.list-group.style-3 .pbmit-icon-list-icon {
	position: relative;
	top: 3px;
}

.list-group.style-3 .pbmit-icon-list-icon i {
	width: 1.25em;
	font-size: 22px;
	color: var(--pbmit-global-color);
}

.list-group.style-3 .pbmit-icon-list-text {
	line-height: 22px;
	font-weight: 400;
}

/*----------------------------------------*/
/*  12 -  Banner Slider
/*----------------------------------------*/
.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);
}

.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 {
	position: relative;
	transition: 1s cubic-bezier(.5, .5, 0, 1);
	/* clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); */
}

.pbmit-slider-area .transform-left span {
	transform: scale(1.5) translate(100px, 0px);
	transform-origin: 50% 50%;
	transition: 1s cubic-bezier(.5, .5, 0, 1);
}

.swiper-slide-active .transform-left {
	/* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); */
}

.swiper-slide-active .transform-left span {
	transform: scale(1) translate(0, 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);
}

.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;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 767px) {

	.pbmit-slider-area {
		position: relative;
	}

	/* Background image */
	.pbmit-slider-area .pbmit-slider-bg {
		position: absolute;
		inset: 0;
		z-index: 1;
	}

	/* Black overlay only on image */
	.pbmit-slider-area .pbmit-slider-bg::after {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.55);
		z-index: 2;
		pointer-events: none;
	}

	/* Slider text/content above overlay */
	.pbmit-slider-area .pbmit-slider-content,
	.pbmit-slider-area .pbmit-slider-content-inner,
	.pbmit-slider-area .pbmit-slider-item-content {
		position: relative;
		z-index: 3;
	}
}

.pbmit-slider-area .swiper-slider {
	padding-bottom: 0 !important;
}

/** Slider 01 **/
.pbmit-slider-one .pbmit-slider-item {
	height: 750px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.pbmit-slider-one .pbmit-slider-big-title {
	width: max-content;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 77%);
}

.pbmit-slider-one .pbmit-slider-big-title .pbmit-title {
	font-size: 300px;
	line-height: 210px;
	font-weight: 600;
	letter-spacing: -5.1px;
	padding-bottom: 40px;
	margin-bottom: 0;
	opacity: 0.8;
	color: var(--pbmit-white-color);
	background: linear-gradient(180deg, #FFF 42.39%, rgba(255, 255, 255, 0.00) 90.91%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	backface-visibility: hidden !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: transparent !important;
}

.pbmit-slider-one .pbmit-slider-content {
	padding-top: 160px;
	padding-bottom: 20px;
	position: relative;
	padding-left: 20px;
}

.pbmit-slider-one .pbmit-slider-content .left-col {
	position: relative;
}

.pbmit-slider-one .pbmit-slider-content .left-col:before {
	position: absolute;
	content: "";
	left: 0;
	top: -40px;
	width: 620px;
	height: 260px;
	display: block;
	background: linear-gradient(180deg, rgba(25, 25, 27, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
	filter: blur(50px);
}

.pbmit-slider-one .pbmit-slider-subtitle {
	font-size: 20px;
	line-height: 36px;
	padding: 0 15px;
	border-radius: 10px;
	font-weight: 600;
	margin-bottom: 10px;
	width: max-content;
	letter-spacing: 0;
	background-color: var(--pbmit-white-color);
	font-family: Arimo, sans-serif;
}

.pbmit-slider-one .pbmit-slider-content .service-energy-img {
	position: absolute;
	left: 370px;
	top: -30px;
	width: 40px;
	height: 55px;
	background: url(../images/banner-slider-img/service-energy.png) 50% 50% / cover no-repeat transparent;
	opacity: 0;
	animation: up-down linear 4s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	transition-delay: 1800ms;
}

@keyframes up-down {
	0% {
		transform: translate3d(1px, 1px, 0);
	}

	25% {
		transform: translate3d(5px, 5px, 0);
	}

	50% {
		transform: translate3d(8px, 8px, 0);
	}

	75% {
		transform: translate3d(.3px, .3px, 0);
	}

	100% {
		transform: translate3d(1px, 1px, 0);
	}
}

.pbmit-slider-one .swiper-slide-active .pbmit-slider-content .service-energy-img,
.pbmit-slider-one .swiper-slide-active .pbmit-slider-content .slider1-img-01,
.pbmit-slider-one .swiper-slide-active .pbmit-slider-content .wing01-img,
.pbmit-slider-one .swiper-slide-active .pbmit-slider-content .piller-1-img,
.pbmit-slider-one .swiper-slide-active .pbmit-slider-content .slide2-img-01 {
	opacity: 1;
}

.pbmit-slider-one .pbmit-slider-title {
	font-size: 60px;
	line-height: 80px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
}

.pbmit-slider-one p {
	font-size: 16px;
}

.pbmit-slider-one .slider-one-info-box {
	margin-left: 55px;
	position: relative;
	z-index: 1;
}

.pbmit-slider-one .pbmit-slider-video-bg-wrap {
	width: 260px;
	height: 184px;
	border-radius: 10px;
	background-color: var(--pbmit-white-color);
}

.pbmit-slider-one .pbmit-slider-video-bg {
	width: 240px;
	height: 165px;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pbmit-slider-one .pbmit-slider-video-bg video {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.pbmit-slider-one .pbmit-slider-desc {
	font-size: 17px;
	line-height: 28px;
	margin-top: 25px;
	font-weight: 500;
	color: var(--pbmit-white-color);
}

/* .pbmit-slider-one .pbmit-slider-content .slider1-img-01{
	position: absolute;
	width: 570px;
	height: 495px;
	right: 25%;
	bottom: 50px;
	z-index: -1;
	background: url(../images/banner-slider-img/slider1-img-01.png) 50% 50% / cover no-repeat transparent;
	opacity: 0;
	transition-delay: 1800ms;
	transition-duration: .8s;
} */
.pbmit-slider-one .pbmit-slider-content .piller-1-img {
	position: absolute;
	width: 186px;
	height: 395px;
	right: 250px;
	top: -325px;
	background: url(../images/banner-slider-img/piller-1.png) 50% 50% / cover no-repeat transparent;
	opacity: 0;
	transition-delay: 1000ms;
}

.pbmit-slider-one .pbmit-slider-content .wing01-img {
	position: absolute;
	width: 445px;
	height: 445px;
	right: 137px;
	top: -162%;
	background: url(../images/banner-slider-img/wing01.png) 50% 50% / cover no-repeat transparent;
	opacity: 0;
	transition-delay: 1000ms;
}

.pbmit-slider-one .pbmit-slider-content .slide2-img-01 {
	position: absolute;
	right: 17%;
	bottom: 30px;
	width: 352px;
	height: 490px;
	background: url("../images/banner-slider-img/slide2-img1.png") 50% 50% / cover no-repeat transparent;
	opacity: 0;
	transition-delay: 1800ms;
	transition-duration: .8s;
}

/*----------------------------------------*/
/*  13 - Client
/*----------------------------------------*/
/** 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;
	transform: transform .4s ease, -webkit-transform .4s ease;
}

.pbmit-client-style-1 .pbmit-border-wrapper {
	transition: all .4s ease-in;
}

.pbmit-client-style-1 .pbmit-featured-img-wrapper img {
	filter: contrast(.5);
}

.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%);
}

/** Style 2 **/
.pbmit-client-style-2 .pbmit-border-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
	border-radius: 5px;
	padding: 5px 5px;
	height: 120px;
}

.pbmit-client-style-2 .pbmit-client-wrapper {
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
}

.pbmit-client-style-2 .pbmit-border-wrapper {
	transition: all .4s ease-in;
}

/* .pbmit-client-style-2 .pbmit-featured-img-wrapper img {
	filter: contrast(.5);
} */

.pbmit-client-style-2 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-2 .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-2 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}

.pbmit-client-style-2:hover .pbmit-client-with-hover-img .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}

.pbmit-client-style-2: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;
	font-size: 0;
}

.pbmit-sortable-list-ul li {
	display: inline-block;
}

.pbmit-sortable-list-ul li::before {
	content: ' ';
	margin: 0 10px;
}

.pbmit-sortable-list-ul li:first-child::before {
	display: none;
}

.pbmit-sortable-list a {
	display: inline-block;
	font-size: 17px;
	padding: 8px 20px;
	font-weight: 500;
	min-width: 100px;
	border-radius: 20px;
}

.pbmit-sortable-list a.pbmit-selected {
	background: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 15 - Portfolio
* ---------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1 {
	border-radius: 10px;
	position: relative;
}

.pbmit-portfolio-style-1 .pbmit-featured-img-wrapper {
	overflow: hidden;
	position: relative;
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	border-radius: 10px;
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 29%;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(25, 25, 27, 0.00) 0%, rgba(0, 0, 0, 0.80) 81.73%);
}

.pbmit-portfolio-style-1 .swiper-slide-active .pbmit-featured-wrapper img {
	display: block !important;
}

.pbmit-portfolio-style-1 .swiper-slide-active .pbminfotech-post-content {
	padding: 17px;
	background-color: var(--pbmit-light-color);
	border-radius: 10px;
	background-image: none !important;
}

.pbmit-portfolio-style-1 .pbminfotech-post-content {
	height: 100%;
	background-size: cover;
	border-radius: 10px;
}

.pbmit-portfolio-style-1 .pbminfotech-box-content {
	padding-top: 20px;
}

.pbmit-portfolio-style-1 .swiper-slide-active .pbminfotech-box-content {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	padding: 30px 15px 10px 20px;
}

.pbmit-portfolio-style-1 .pbmit-port-cat a {
	padding: 10px 13px;
	border-radius: 10px;
	text-transform: capitalize;
	margin-right: 3px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-portfolio-style-1 .pbmit-port-cat a:hover {
	background-color: var(--pbmit-secondary-color);
}

.pbmit-portfolio-style-1 .pbmit-port-cat {
	position: absolute;
	top: 23px;
	right: 28px;
}

.pbmit-portfolio-style-1 .swiper-slide:not(.swiper-slide-active) .pbmit-port-cat {
	display: none;
}

.pbmit-portfolio-style-1 h1.pbmit-portfolio-title {
	font-size: 26px;
	line-height: 32px;
	margin: 3px 0 10px 0;
	letter-spacing: -1px;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
	display: none;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-lines-wrapper ul li:nth-child(-n+4) {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-lines-wrapper ul {
	display: flex;
	grid-gap: 0;
}

.pbmit-portfolio-style-1 a.pbmit-portfolio-btn {
	min-width: 130px;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.42px;
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
}

.pbmit-portfolio-style-1 .pbmit-portfolio-lines-wrapper ul li:not(:last-child) {
	padding-right: 16px;
	margin-right: 16px;
	position: relative;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-lines-wrapper ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -4px;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: var(--pbmit-global-color);
	transform: translateX(0%) translateY(-50%);
}

.pbmit-portfolio-style-1 .pbmit-portfolio-lines-wrapper ul li:nth-child(3)::after,
.pbmit-portfolio-style-1 .pbmit-portfolio-lines-wrapper ul li {
	display: none;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-lines-wrapper ul li:nth-child(3),
.pbmit-portfolio-style-1 .pbmit-portfolio-lines-wrapper ul li:nth-child(2),
.pbmit-portfolio-style-1 .pbmit-portfolio-lines-wrapper ul li:first-child {
	display: inline-block;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-btn .pbmit-btn-wrapper .pbmit-button-text {
	display: flex;
}

/** Style 2 **/
.pbmit-element-portfolio-style-2 {
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.pbmit-element-portfolio-style-2 .pbmit-featured-wrapper img {
	width: 100%;
	border-radius: 10px;
	display: none !important;
}

.pbmit-element-portfolio-style-2 .swiper-slide-active .pbmit-featured-wrapper img {
	display: block !important;
}

.pbmit-element-portfolio-style-2 .swiper-slide-active .pbminfotech-post-content {
	padding: 17px;
	background-color: var(--pbmit-light-color);
	border-radius: 10px;
	background-image: none !important;
}

.pbmit-element-portfolio-style-2 .pbminfotech-post-content {
	height: 100%;
	background-size: cover;
	border-radius: 20px;
}

.pbmit-element-portfolio-style-2 .pbminfotech-box-content {
	display: none !important;
}

.pbmit-element-portfolio-style-2 .swiper-slide-active .pbminfotech-box-content {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	padding: 30px 15px 10px 20px;
}

.pbmit-element-portfolio-style-2 .pbmit-port-cat a {
	padding: 7px 13px;
	border-radius: 5px;
	text-transform: capitalize;
	margin-right: 3px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-element-portfolio-style-2 .pbmit-port-cat {
	position: absolute;
	top: 41px;
	right: 34px;
}

.pbmit-element-portfolio-style-2 .swiper-slide:not(.swiper-slide-active) .pbmit-port-cat {
	display: none;
}

.pbmit-element-portfolio-style-2 h3.pbmit-portfolio-title {
	font-size: 32px;
	line-height: 40px;
	margin: 0;
	letter-spacing: 0;
}

.pbmit-element-portfolio-style-2 .pbmit-button .pbmit-btn-wrapper .pbmit-button-text {
	display: flex;
}

.pbmit-element-portfolio-style-2 .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
	display: none;
}

.pbmit-element-portfolio-style-2 .pbmit-portfolio-lines-wrapper ul li:nth-child(-n+4) {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.pbmit-element-portfolio-style-2 .pbmit-portfolio-lines-wrapper ul {
	display: block;
	grid-gap: 0;
}

.pbmit-element-portfolio-style-2 .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.42px;
	text-transform: uppercase;
	font-size: 14px;
	color: #525869;
}

.pbmit-element-portfolio-style-2 .pbmit-portfolio-lines-wrapper ul li:not(:last-child) {
	padding-right: 16px;
	margin-right: 16px;
	position: relative;
}

.pbmit-element-portfolio-style-2 .pbmit-portfolio-lines-wrapper ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -4px;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: var(--pbmit-global-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}

.pbmit-element-portfolio-style-2 .swiper {
	perspective: 1415px;
	padding: 0;
}

.pbmit-element-portfolio-style-2 .swiper-slide {
	filter: brightness(0.5);
}

.pbmit-element-portfolio-style-2 .swiper-slide.swiper-slide-visible.swiper-slide-active {
	margin: 0;
	filter: brightness(1) !important;
	height: 100%;
}

.pbmit-element-portfolio-style-2 .swiper-slide.swiper-slide-next,
.pbmit-element-portfolio-style-2 .swiper-slide.swiper-slide-prev {
	filter: brightness(0.8);
}

.pbmit-element-portfolio-style-2 .swiper-slide .pbminfotech-post-content,
.pbmit-element-portfolio-style-2 .swiper-slide .pbminfotech-post-content {
	transform: scale(1.4) !important;
}

.pbmit-element-portfolio-style-2 .swiper-slide.swiper-slide-active .pbminfotech-post-content {
	transform: scale(1) !important;
}

.pbmit-element-portfolio-style-2 .swiper-slide.swiper-slide-prev .pbminfotech-post-content {
	margin-left: 130px;
}

.pbmit-element-portfolio-style-2 .swiper-slide.swiper-slide-next .pbminfotech-post-content {
	margin-right: 130px;
}

.pbmit-element-portfolio-style-2 .pbmit-portfolio-lines-wrapper ul li:nth-child(3)::after,
.pbmit-element-portfolio-style-2 .pbmit-portfolio-lines-wrapper ul li {
	display: none;
}

.pbmit-element-portfolio-style-2 .pbmit-portfolio-lines-wrapper ul li:nth-child(3),
.pbmit-element-portfolio-style-2 .pbmit-portfolio-lines-wrapper ul li:nth-child(2),
.pbmit-element-portfolio-style-2 .pbmit-portfolio-lines-wrapper ul li:first-child {
	display: inline-block;
}

/** Style 3 **/
.pbmit-portfolio-style-3 {
	margin-bottom: 30px;
}

.pbmit-portfolio-style-3 .pbminfotech-box-content {
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 30px;
	left: 35px;
	right: 35px;
}

.pbmit-portfolio-style-3 .pbmit-featured-img-wrapper {
	overflow: hidden;
	position: relative;
}

.pbmit-portfolio-style-3 .pbmit-featured-wrapper img {
	width: 100%;
	border-radius: 10px;
}

.pbmit-portfolio-style-3 .pbmit-featured-wrapper::before,
.pbmit-portfolio-style-3 .pbmit-featured-wrapper::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 7.69%, #000 87.02%);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.pbmit-portfolio-style-3 .pbmit-featured-wrapper::before {
	opacity: 0;
	height: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 7.69%, rgba(var(--pbmit-global-color-rgb), 0.87));
}

.pbmit-portfolio-style-3 .pbminfotech-post-content:hover .pbmit-featured-wrapper::before {
	opacity: 1;
	height: 39%;
}

.pbmit-portfolio-style-3 .pbminfotech-post-content:hover .pbmit-featured-wrapper::after {
	opacity: 0;
	height: 0;
}

.pbmit-portfolio-style-3 .swiper-slide-active .pbmit-featured-wrapper img {
	display: block !important;
}

.pbmit-portfolio-style-3 .swiper-slide-active .pbminfotech-post-content {
	padding: 17px;
	background-color: var(--pbmit-light-color);
	border-radius: 10px;
	background-image: none !important;
}

.pbmit-portfolio-style-3 .pbminfotech-post-content {
	background-size: cover;
	border-radius: 10px;
	position: relative;
	margin-bottom: 45px;
}

.pbmit-portfolio-style-3 .pbminfotech-post-content:last-child {
	margin-bottom: 0;
}

.pbmit-portfolio-style-3 .swiper-slide-active .pbminfotech-box-content {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	padding: 30px 15px 10px 20px;
}

.pbmit-portfolio-style-3 .pbmit-port-cat a {
	padding: 10px 13px;
	border-radius: 10px;
	text-transform: capitalize;
	margin-right: 3px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-portfolio-style-3 .pbmit-port-cat a:hover {
	background-color: var(--pbmit-secondary-color);
}

.pbmit-portfolio-style-3 .pbmit-port-cat {
	position: absolute;
	top: 23px;
	right: 28px;
}

.pbmit-portfolio-style-3 .swiper-slide:not(.swiper-slide-active) .pbmit-port-cat {
	display: none;
}

.pbmit-portfolio-style-3 h3.pbmit-portfolio-title {
	font-size: 32px;
	line-height: 40px;
	margin: 3px 0 0 0;
}

.pbmit-portfolio-style-3 h3.pbmit-portfolio-title a {
	color: var(--pbmit-white-color);
}

.pbmit-portfolio-style-3 .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
	display: none;
}

.pbmit-portfolio-style-3 .pbmit-portfolio-lines-wrapper ul li:nth-child(-n+4) {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.pbmit-portfolio-style-3 .pbmit-portfolio-lines-wrapper ul {
	display: flex;
	grid-gap: 0;
}

.pbmit-portfolio-style-3 a.pbmit-element-btn {
	min-width: 130px;
}

.pbmit-portfolio-style-3 .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.42px;
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
}

.pbmit-portfolio-style-3 span.pbmit-button-text span {
	color: var(--pbmit-white-color);
}

.pbmit-portfolio-style-3 .pbmit-portfolio-lines-wrapper ul li:not(:last-child) {
	padding-right: 16px;
	margin-right: 16px;
	position: relative;
}

.pbmit-portfolio-style-3 .pbmit-portfolio-lines-wrapper ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -4px;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: var(--pbmit-global-color);
	transform: translateX(0%) translateY(-50%);
}

.pbmit-portfolio-style-3 .pbmit-right-contant {
	padding-left: 60px;
}

.pbmit-portfolio-style-3 .pbmit-ele-header-area.pbmit-sticky-sidebar {
	padding-right: 30px;
}

.pbmit-portfolio-style-3 .pbmit-heading-subheading .pbmit-heading-desc {
	margin-top: 25px;
	padding-right: 50px;
}

.pbmit-portfolio-style-3 .pbmit-blog-btn .pbmit-button-icon,
.pbmit-portfolio-style-3 .pbmit-blog-btn .pbmit-button-text {
	background-color: var(--pbmit-secondary-color);
}

.pbmit-portfolio-style-3 .pbmit-blog-btn svg path {
	fill: var(--pbmit-secondary-color);
}

.pbmit-portfolio-style-3 .pbmit-blog-btn {
	color: var(--pbmit-white-color);
}

.pbmit-portfolio-style-3 .pbmit-heading-subheading {
	margin-bottom: 35px;
}

.pbmit-portfolio-style-3 .pbmit-portfolio-lines-wrapper ul li:nth-child(3)::after,
.pbmit-portfolio-style-3 .pbmit-portfolio-lines-wrapper ul li {
	display: none;
}

.pbmit-portfolio-style-3 .pbmit-portfolio-lines-wrapper ul li:nth-child(3),
.pbmit-portfolio-style-3 .pbmit-portfolio-lines-wrapper ul li:nth-child(2),
.pbmit-portfolio-style-3 .pbmit-portfolio-lines-wrapper ul li:first-child {
	display: inline-block;
}

/* --------------------------------------
* 16 - Spinner Box
* ---------------------------------------*/
.pbmit-spinner-box-style-1 {
	width: 150px;
	position: relative;
	border-radius: 50%;
	margin: auto;
}

.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-svg .pbmit-ihbox-svg-wrapper,
.pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper {
	height: 180px;
	width: 180px;
	font-size: 33px;
	line-height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100%;
	background: var(--pbmit-global-color);
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-svg-wrapper svg path,
.pbmit-spinner-box-style-1 .pbmit-ihbox-icon-wrapper {
	fill: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
	display: block;
}

.pbmit-ihbox-center-title {
	height: 120px;
	width: 120px;
	line-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100%;
	background: var(--pbmit-white-color);
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-center-title h3 .pbmit-heading-spinner-title,
.pbmit-spinner-box-style-1 .pbmit-ihbox-center-title h3 {
	line-height: 26px;
	font-size: 48px;
	margin: 0;
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-center-title h3 span {
	font-size: 24px;
	line-height: 24px;
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-circle-box svg {
	animation-name: pbmit_spin;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	fill: var(--pbmit-white-color);
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
	font-size: 19px;
	margin: -8px;
	letter-spacing: 5px;
}

@keyframes pbmit_spin {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

/* --------------------------------------
* 17 - Tween Effect
* ---------------------------------------*/
/** Style 1 **/
.pbmit-tween-effect-style-1.pbmit-tween-text .pbmit-element-title {
	font-size: 200px;
	line-height: 300px;
	font-weight: 700;
	margin-bottom: 0;
	background: linear-gradient(180deg, var(--pbmit-blackish-color) 42.39%, rgba(255, 255, 255, 0.00) 90.91%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/** Style 2 **/
.pbmit-tween-effect-style-2 {
	display: inline-block;
}

.pbmit-tween-effect-style-2 .pbmit-element-title {
	font-size: 100px;
	line-height: 85px;
	margin-bottom: 0;
	letter-spacing: -3px;
	color: var(--pbmit-white-color);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(var(--pbmit-blackish-color-rgb), 0.16);
}

.pbmit-bg-color-secondary .pbmit-tween-effect-style-2 .pbmit-element-title {
	color: var(--pbmit-secondary-color);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(var(--pbmit-white-color-rgb), .16);
}

/* --------------------------------------
* 18 - Progress Bar
* ---------------------------------------*/
.progressbar {
	margin-bottom: 20px;
	overflow: hidden;
}

.progressbar .progress-label {
	position: relative;
	top: -5px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #1B2841;
}

.progress {
	position: relative !important;
	height: auto;
	border-radius: 50px;
	margin-top: 2px;
	overflow: visible;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-light-color);
}

.progressbar:last-child {
	margin-bottom: 0;
}

.progress .progress-bar {
	position: relative;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	border-radius: 100px;
	background-color: var(--pbmit-global-color);
}

.progress.progress-percent-bg .progress-percent {
	position: absolute;
	right: 10px;
	left: auto;
	top: 1px;
	font-size: 13px;
	line-height: 16px;
	color: var(--pbmit-white-color);
}