/******************************

    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 - Pricing
	16 - Portfolio
	17 - Progress Bar
	18 - Chart

******************************/

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading{
	margin-bottom: 50px;
}
.pbmit-heading-subheading .pbmit-subtitle{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.8px;
    color: #696f6f;
    text-transform: uppercase;
    font-style: normal;
	display: inline-block;
	margin-bottom: 8px;
	position: relative;
}
.pbmit-heading-subheading .pbmit-subtitle:before{
	content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    background-color: var(--pbmit-global-color);
}
.pbmit-heading-subheading .pbmit-title{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #16222d;
    text-transform: none;
    font-style: normal;
	margin: 0;
}
.pbmit-heading-subheading .pbmit-heading-desc{
	margin-top: 25px;
	margin-bottom: 15px;
}
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-heading-desc{
	color: rgba(var(--pbmit-white-color-rgb),.7);
}
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-subtitle,
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-title{
	color: var(--pbmit-white-color);
}
/*=== For the same css ===*/
.pbmit-service-btn a,
.pbmit-blog-btn,
.pbmit-btn-style-text,
.pricing-toggle .pricing-toggler,
.pbmit-ad-button a,
.blog-details .comment-respond .comment-form form button.submit-btn{
	font-family: var(--pbmit-btn-typography-font-family);
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-style: normal;
}
.pbmit-ihbox-icon-wrapper svg,
.pbmit-fid-icon-wrapper svg,
.pbmit-service-icon svg,
.pbmit-ptable-line svg{
	width: 1em;
	height: 1em;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner,
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail,
.pbmit-ihbox-style-3 .pbmit-heading-desc,
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail,
.pbmit-meta-line,
.pbmit-ihbox-style-2 .pbmit-element-title,
.pbmit-ihbox-style-6 .pbmit-heading-desc,
.pbmit-team-style-1 .pbminfotech-box-team-position,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price,
.pbmit-footer-style-1 .pbmit-footer-contact-area .pbmit-footer-contact-box span,
.pbmit-sortable-list a,
.widget-recent-post .pbmit-rpw-title a,
.pbmit-rpw-content .pbmit-rpw-date a,
aside.widget.widget-tag-cloud a,
.blog-details .pbmit-entry-content blockquote,
.post-navigation .nav-links .pbmit-post-nav-head,
.blog-details .pbmit-author-content .pbmit-author-nam,
.pbmit-comment-content .pbmit-comment-author,
.blog-details .pbmit-comment-content .reply a,
.blog-classic .pbmit-blog-meta-top .pbmit-meta,
.pbmit-team-single .pbmit-single-team-info li span,
.progressbar .progress-label,
.progress.progress-percent-bg .progress-percent,
.blog-details .pbmit-author-content .pbmit-author-name{
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 500;
    font-style: normal;
}
.sidebar .widget .widget-title{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    color: var(--pbmit-heading-color);
    text-transform: capitalize;
    font-style: normal;
}
/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1 .pbmit-ihbox-svg,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-1 {
	padding-top: 5px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-box {
	display: inline-flex;
	align-items: center;
}
.pbmit-ihbox-style-1 .pbmit-element-title{
	font-size: 20px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper{
	font-size: 42px;
	margin-right: 25px;
	position: relative;
	display: flex;
	height: 70px;
	width: 70px;
	line-height: 70px;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	color: var(--pbmit-blackish-color);
	background-color: rgba(var(--pbmit-blackish-bg-color-rgb),0.10);
	fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper::before,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper::before{
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: var(--pbmit-global-color);
	border-radius: 10px;
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-svg-wrapper::before,
.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-wrapper::before{
	height: 100%;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper img {
	height: 70px;
	width: 70px;
	object-fit: cover;
	border-radius: 10px;
}
.pbmit-ihbox-style-1 .pbmit-element-subtitle{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}
.pbminfotech-gap-40px .pbmit-miconheading-style-1{
	padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}
/* Bg Color */
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper{
	color: var(--pbmit-white-color);
	background-color: rgba(var(--pbmit-white-color-rgb),0.10);
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-1:hover .pbmit-ihbox-svg-wrapper{
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
}
/** Style 2 **/
.pbmit-ihbox-style-2 .pbmit-ihbox-svg,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-2 {
	padding-top: 5px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-box {
	display: inline-flex;
	align-items: center;
}
.pbmit-ihbox-style-2 .pbmit-element-title{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper{
	font-size: 42px;
	margin-right: 25px;
	position: relative;
	display: flex;
	height: 70px;
	width: 70px;
	line-height: 70px;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	color: var(--pbmit-white-color);
	fill: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
	z-index: 1;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-text{
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
}
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-wrapper{
	background-color: transparent;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text span{
	margin-top: 3px;
	font-size: 24px;
	line-height: 30px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper::before,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper::before{
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: var(--pbmit-global-color);
	border-radius: 10px;
}
.pbmit-ihbox-style-2:hover .pbmit-ihbox-svg-wrapper::before,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-wrapper::before{
	height: 100%;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper img {
	height: 70px;
	width: 70px;
	object-fit: cover;
	border-radius: 10px;
}
.pbmit-ihbox-style-2 .pbmit-element-subtitle{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-2 .pbmit-heading-desc{
	margin: 0;
}
.pbminfotech-gap-35px .pbmit-miconheading-style-2{
	margin-bottom: 35px;
}
/** Style 3 **/
.pbmit-ihbox-style-3{
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pbmit-ihbox-style-3:hover{
	transform: translateY(-5px);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-box{
	display: flex;
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-3{
	padding-top: 5px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-contents{
	padding-top: 10px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper{
	font-size: 62px;
	margin-right: 20px;
	position: relative;
	display: flex;
	height: 90px;
	width: 90px;
	line-height: 90px;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
	fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-3 .pbmit-element-title,
.pbmit-ihbox-style-3 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
	font-weight: 500;
	letter-spacing: 0.36px;
}
.pbmit-ihbox-style-3 .pbmit-element-subtitle{
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}
.pbmit-ihbox-style-3 .pbmit-heading-desc{
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper img {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	object-fit: cover;
}
/** Style 4 **/
.pbmit-ihbox-style-4 .pbmit-ihbox-svg,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-box{
	display: flex;
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-4 {
	padding-top: 5px;
}
.pbmit-ihbox-style-4 .pbmit-element-title,
.pbmit-ihbox-style-4 .pbmit-heading-desc{
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-ihbox-style-4 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 8px;
	font-weight: 500;
	line-clamp: 1;
	-webkit-line-clamp: 1;
}
.pbmit-ihbox-style-4 .pbmit-heading-desc {
	margin: 0;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper{
	font-size: 53px;
	margin-right: 25px;
	position: relative;
	display: flex;
	height: 90px;
	width: 90px;
	line-height: 90px;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
	fill: var(--pbmit-blackish-color);
	z-index: 1;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper img {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	object-fit: cover;
}
.pbmit-ihbox-style-4 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-4 .pbmit-icon-type-icon::after, 
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper::after, 
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text::after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 10px;
	z-index: -1;
	transform: scale(0);
	background-color: var(--pbmit-global-color);
	transition: all 300ms linear;
}
.pbmit-ihbox-style-4:hover .pbmit-icon-type-icon::after, 
.pbmit-ihbox-style-4:hover .pbmit-ihbox-svg-wrapper::after, 
.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-text::after{
	transform: scale(1.1);
}
.pbminfotech-gap-35px .pbmit-miconheading-style-4{
	margin-bottom: 35px;
}
/** Style 5 **/
.pbmit-ihbox-style-5 .pbmit-ihbox-svg, 
.pbmit-ihbox-style-5 .pbmit-ihbox-icon{
	display: inline-block;
	margin-bottom: 40px;
	transition: transform 0.9s;
}
.pbmit-ihbox-style-5:hover .pbmit-ihbox-svg, 
.pbmit-ihbox-style-5:hover .pbmit-ihbox-icon {
	transform: rotateY(180deg);
}
.pbmit-ihbox-style-5{
	padding: 38px 35px;
	border-radius: 10px;
	background-color: var(--pbmit-light-color);
	height: 100%;
}
.pbmit-ihbox-style-5 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper{
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper img{
	height: 55px;
	width: 55px;
	object-fit: cover;
}
.pbmit-ihbox-style-5 .pbmit-element-subtitle{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-5 .pbmit-heading-desc{
	margin-bottom: 0;
}
/** Style 6 **/
.pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper{
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pbmit-ihbox-style-6{
	position: relative;
	border-radius: 10px;
	padding: 30px 60px 20px 30px;
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-box{
	display: flex;
	gap: 28px;
}
.pbmit-ihbox-style-6:hover .pbmit-ihbox-svg,
.pbmit-ihbox-style-6:hover .pbmit-ihbox-icon-wrapper{
	transform: translateY(-5px);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-6 .pbmit-ihbox-svg-wrapper{
	font-size: 30px;
	position: relative;
	display: flex;
	line-height: 70px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
	fill: rgba(var(--pbmit-global-color-rgb),0.4);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper svg g polygon {
	fill: var(--pbmit-global-color) !important;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper img{
	height: 70px;
	width: 70px;
	border-radius: 50%;
	object-fit: cover;
}
.pbmit-ihbox-style-6 .pbmit-element-title{
	font-size: 20px;
	line-height: 34px;
	font-weight: 500;
	margin: 0;
	color: var(--pbmit-blackish-color);
	letter-spacing: -0.2px;
}
.pbmit-ihbox-style-6 .pbmit-element-title::before{
	content: '-';
	padding-right: 5px;
	display: inline-block;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-6 .pbmit-element-subtitle{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-6 .pbmit-heading-desc{
	color: var(--pbmit-blackish-color);
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.1);
	margin-bottom: 15px;
}
/** Style 7 **/
.pbmit-ihbox-style-7{
	padding-right: 25px;
}
.pbmit-ihbox-style-7 .pbmit-element-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
    margin: 20px 0 10px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb),0.2);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper{
	font-size: 18px;
	position: relative;
	display: flex;
	height: 40px;
	width: 40px;
	line-height: 40px;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
	fill: var(--pbmit-blackish-color);
	z-index: 1;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper img{
	width: 50px;
	height: 50px;
	border-radius: 10px;
	object-fit: cover;
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-7 .pbmit-icon-type-icon::after, 
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper::after, 
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text::after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 10px;
	z-index: -1;
	transform: scale(0);
	background-color: var(--pbmit-global-color);
	transition: all 300ms linear;
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7:hover .pbmit-ihbox-svg-wrapper{
	color: var(--pbmit-white-color);
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-7:hover .pbmit-icon-type-icon::after, 
.pbmit-ihbox-style-7:hover .pbmit-ihbox-svg-wrapper::after, 
.pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-type-text::after{
	transform: scale(1);
}
.pbmit-ihbox-style-7 .pbmit-heading-desc {
    margin-bottom: 15px;
}
.pbminfotech-gap-20px .pbmit-miconheading-style-7{
	margin-bottom: 20px;
}
/* Bg Color */
.pbmit-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper{
	background-color:rgba(var(--pbmit-white-color-rgb),.1);	
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-heading-desc{
	color: rgba(var(--pbmit-white-color-rgb),0.6);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-bg-color-secondary .pbmit-ihbox-style-7:hover .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-blackish-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper svg,
.pbmit-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
/** Style 8 **/
.pbmit-ihbox-style-8 .pbmit-ihbox-contents{
	padding-top: 25px;
}
.pbmit-ihbox-style-8 .pbmit-element-title{
	font-size:80px;
	line-height: 60px;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.pbmit-ihbox-style-8 .pbmit-heading-desc{
	margin: 0;
}
.pbmit-ihbox-style-8 .pbmit-icon-type-icon,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper{
	font-size: 60px;
	position: relative;
	display: flex;
	height: 80px;
	width: 80px;
	line-height: 80px;
	align-items: center;
	justify-content: center;
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper img{
	height: 100%;
	border-radius: 10px;
}
.pbmit-ihbox-style-8 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-8 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-8 .pbmit-heading-desc{
	color: rgba(var(--pbmit-white-color-rgb),.8);
}
/** Style 9 **/
.pbmit-ihbox-style-9,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pbmit-ihbox-style-9{
	padding: 75px 60px 35px 60px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.1);
	border-radius: 10px;
	position: relative;
	height: 100%;
}
.pbmit-ihbox-style-9:hover{
	transform: translateY(-5px);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-box{
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-contents{
	padding-top: 45px;
}
.pbmit-element-viewtype-carousel-4 .pbmit-miconheading-style-9,
.pbmit-element-viewtype-carousel-1 .pbmit-miconheading-style-9{
	padding-top: 30px;
}
.pbmit-ihbox-style-9 .pbmit-box-number{
	border-radius: 50%;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-body-color);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.1);
	position: absolute;
	top: -25px;
	font-size: 17px;
	line-height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
}
.pbmit-ihbox-style-9 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
	font-weight: 500;
	padding: 0 25px;
}
.pbmit-ihbox-style-9 .pbmit-heading-desc {
	margin: 0;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper{
	font-size: 63px;
	position: relative;
	display: flex;
	height: 105px;
	width: 105px;
	line-height: 105px;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
	fill: var(--pbmit-blackish-color);
	z-index: 1;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper img {
	width: 105px;
	height: 105px;
	border-radius: 10px;
	object-fit: cover;
}
.pbmit-ihbox-style-9 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-9 .pbmit-icon-type-icon::after, 
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper::after, 
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text::after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 10px;
	z-index: -1;
	transform: scale(0);
	background-color: var(--pbmit-global-color);
	transition: all 200ms linear;
}
.pbmit-ihbox-style-9:hover .pbmit-icon-type-icon::after, 
.pbmit-ihbox-style-9:hover .pbmit-ihbox-svg-wrapper::after, 
.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-type-text::after{
	transform: scale(1.1);
}
.pbmit-miconheading-style-9.swiper-slide{
	height: unset;
}
/** Style 10 **/
.pbmit-ihbox-style-10,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pbmit-ihbox-style-10{
	padding: 70px 35px 40px 35px;
	border:1px solid rgba(var(--pbmit-blackish-color-rgb),0.1);
	border-radius: 30px;
	height: 100%;
	position: relative;
}
.pbminfotech-gap-0px .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10{
	border-radius: 30px 30px 0px 0px;
	border-width: 1px 1px 0 1px;
}
.pbminfotech-gap-0px .pbmit-miconheading-style-10:nth-child(even) .pbmit-ihbox-style-10{
	padding: 40px 35px 60px 35px;
	border-radius: 0px 0px 30px 30px;
	border-width: 0 0 1px 0;
}
.pbminfotech-gap-0px .pbmit-miconheading-style-10:nth-child(even):last-child .pbmit-ihbox-style-10{
	border-radius: 0px 0px 30px 30px;
	border-width: 0 1px 1px 0;
}
.pbminfotech-gap-0px .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10::after,
.pbminfotech-gap-0px .pbmit-miconheading-style-10:not(:first-child):nth-child(odd) .pbmit-ihbox-style-10::before{
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 60px;
	width: 30px;
	box-shadow: 0 30px 0 0  var(--pbmit-body-color);
	z-index: 1;
}
.pbminfotech-gap-0px .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10::after{
	left: 100%;
	border-bottom-left-radius: 30px;
}
.pbminfotech-gap-0px .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10::before{
	right: 100%;
	border-bottom-right-radius: 30px;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-box{
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.pbminfotech-gap-0px .pbmit-miconheading-style-10:nth-child(even) .pbmit-ihbox-box{
	flex-direction: column-reverse;
}
.pbmit-ihbox-style-10 .pbmit-box-number{
	border-radius: 50%;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-body-color);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.1);
	position: absolute;
	top: -25px;
	font-size: 17px;
	line-height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
}
.pbminfotech-gap-0px .pbmit-miconheading-style-10:nth-child(even) .pbmit-box-number{
	bottom: -25px;
	top: inherit;
}
.pbmit-ihbox-style-10 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	font-weight: 500;
	padding: 35px 0 25px 0;
}
.pbminfotech-gap-0px .pbmit-miconheading-style-10:nth-child(even) .pbmit-element-title{
	padding: 25px 0 35px 0;
}
.pbmit-ihbox-style-10 .pbmit-heading-desc {
	margin: 0;
	padding: 0 10px;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper{
	font-size: 55px;
	position: relative;
	display: flex;
	height: 90px;
	width: 90px;
	line-height: 90px;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
	fill: var(--pbmit-blackish-color);
	z-index: 1;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper img {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	object-fit: cover;
}
.pbmit-ihbox-style-10 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-10 .pbmit-icon-type-icon::after, 
.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper::after, 
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-text::after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 10px;
	z-index: -1;
	transform: scale(0);
	background-color: var(--pbmit-global-color);
	transition: all 200ms linear;
}
.pbmit-ihbox-style-10:hover .pbmit-icon-type-icon::after, 
.pbmit-ihbox-style-10:hover .pbmit-ihbox-svg-wrapper::after, 
.pbmit-ihbox-style-10:hover .pbmit-ihbox-icon-type-text::after{
	transform: scale(1.1);
}
/** Style 11 **/
.pbmit-ihbox-style-11,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pbmit-ihbox-style-11{
	padding: 65px 40px 35px 40px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.1);
	position: relative;
	height: 100%;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-box{
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-contents{
	padding-top: 35px;
}
.pbmit-ihbox-style-11 .pbmit-box-number{
	border-radius: 50%;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-body-color);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.1);
	position: absolute;
	top: -25px;
	font-size: 17px;
	line-height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
}
.pbmit-ihbox-style-11 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 500;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-ihbox-style-11 .pbmit-heading-desc {
	margin: 0;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper{
	font-size: 50px;
	position: relative;
	display: flex;
	height: 90px;
	width: 90px;
	line-height: 90px;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
	fill: var(--pbmit-blackish-color);
	z-index: 1;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper img {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	object-fit: cover;
}
.pbmit-ihbox-style-11 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-11 .pbmit-icon-type-icon::after, 
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper::after, 
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text::after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 10px;
	z-index: -1;
	transform: scale(0);
	background-color: var(--pbmit-global-color);
	transition: all 0.4s ease-in-out;
}
.pbmit-ihbox-style-11:hover .pbmit-icon-type-icon::after, 
.pbmit-ihbox-style-11:hover .pbmit-ihbox-svg-wrapper::after, 
.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon-type-text::after{
	transform: scale(1);
}
/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-team-style-1 .pbmit-featured-wrapper img,
.pbmit-team-style-1 .pbmit-team-social-links li a,
.pbmit-team-style-1 .pbmit-team-social-links li,
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-1 .pbminfotech-box-social-links{
	transition: all .6s ease-in-out
}
.pbmit-team-style-1 .pbmit-featured-wrap{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.pbmit-team-style-1 .pbminfotech-post-item{
	position: relative;
}
.pbmit-team-style-1 .pbminfotech-box-content{
	position: relative;
	padding: 30px;
	text-align: center;
}
.pbmit-team-style-1 .pbmit-featured-inner,
.pbmit-team-style-1 .pbmit-featured-wrapper{
	position: relative;
}
.pbmit-team-style-1 .pbmit-featured-inner .pbmit-link{
	z-index: 0;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img{
	width: 100%;
	border-radius: 10px;
	transition: all .3s ease-out;
}
.pbmit-team-style-1 .pbmit-featured-wrapper::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-135deg, rgba(var(--pbmit-global-color-rgb), 0) 0%, rgba(var(--pbmit-global-color-rgb), 0.2) 65%, rgba(var(--pbmit-global-color-rgb), 1) 100%);
	content: "";
	z-index: 0;
	opacity: 0;
	transition: all 300ms ease;
	visibility: hidden;
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper img {
  filter: grayscale(100%);
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper::after {
  opacity: 1;
  visibility: visible;
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-team-style-1 .pbmit-team-title{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 8px;
}
.pbmit-team-style-1 .pbmit-team-btn{
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 6;
	line-height: 0;
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text{
	width: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 100%;
	color: var(--pbmit-white-color);
	background-color: rgba(var(--pbmit-white-color-rgb), 0.3);
	backdrop-filter: blur(40px);
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-text{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color)
}
.pbmit-team-style-1 .pbminfotech-box-social-links{
	text-align: center;
	position: absolute;
	bottom: 50px;
	right: 0;
	transform: translateY(10px);
	opacity: 0;
	padding: 0;
	z-index: -1
}
.pbmit-team-style-1 .pbminfotech-box-social-links ul{
	display: flex;
	flex-direction: column-reverse
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbminfotech-box-social-links{
	transform: translateY(-10px);
	opacity: 1
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-social-links li{
	display: block;
	margin: 0;
	padding: 0!important;
	margin-bottom: 5px;
	transform: translate(0);
	transition: all 600ms ease-in-out
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-social-links li{
	transform: translate(0)
}
.pbmit-team-style-1 .pbmit-team-social-links li:first-child{
	margin-top: 0
}
.pbmit-team-style-1 .pbmit-team-social-links li a{
	display: inline-block;
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	background: transparent;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color)
}
.pbmit-team-style-1 .pbmit-team-social-links li a:hover{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color)
}
.pbmit-team-style-1 .pbminfotech-box-team-position{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.pbmit-element-posts-wrapper .pbmit-team-style-1{
	margin-bottom: 30px;
}
/** Style 2 **/
.pbmit-team-style-2{
	padding-bottom: 25px;
}
.pbmit-team-style-2 .pbmit-featured-wrapper img,
.pbmit-team-style-2 .pbmit-featured-wrapper::after{
	transition: all .6s ease-in-out;
}
.pbmit-team-style-2 .pbmit-featured-wrap{
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px 0 20px;
}
.pbmit-team-style-2 .pbminfotech-post-item{
	position: relative;
}
.pbmit-team-style-2 .pbminfotech-box-content{
	width: 100%;
}
.pbmit-element-team-style-2 .pbmit-featured-wrapper.pbmit-hover-img{
	width: 250px !important;
	height: 250px !important;
}
.pbmit-team-style-2 .pbmit-featured-inner{
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.pbmit-team-style-2 .pbmit-featured-wrapper img{
	width: 100%;
	border-radius: 50%;
	transition: all .3s ease-out;
	position: relative;
}
.pbmit-team-style-2 .pbmit-team-title{
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 5px;
	color: var(--pbmit-white-color);
	letter-spacing: 0;
}
.pbmit-team-style-2 .pbmit-team-title a{
	color: var(--pbmit-blackish-color);
}
.pbmit-team-style-2 .pbminfotech-box-team-position{
	font-size: 13px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-weight: 500;
	color: var(--pbmit-global-color);
}
.pbmit-team-style-2{
	padding-bottom: 25px;
}
.pbminfotech-gap-50px .pbmit-team-style-2{
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 50px;
}
.pbmit-element-posts-wrapper .pbmit-team-style-2{
	margin-bottom: 30px;
}
/* Bg Color Set */
.pbmit-bg-color-blackish .pbmit-team-style-2 .pbmit-team-title a{
	color: var(--pbmit-white-color);
}
/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 2 **/
.pbminfotech-ele-fid-style-2{
	display: inline-block;
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-wrap{
	display: flex;
	align-items: center;
	padding-bottom: 40px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner{
	display: inline-flex;
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-heading-desc{
	margin: 0 0 0 25px;
	font-size: 18px;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sup{
	font-size: 50px;
	line-height: 50px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-2 .pbmit-fid sup{
	bottom: 0;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid sub{
	top: 6px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid span{
	margin-left: 0px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title{
	margin: 0;
}
.pbminfotech-ele-fid .pbmit-progress-bar {
	height: 4px;
	background-color: var(--pbmit-global-color);
	border-radius: 6px;
}
.pbminfotech-ele-fid .pbmit-progress-bar{
	height: 2px;
}
.pbminfotech-ele-fid .pbmit-progress-wrapper{
	height: 100%;
	border-radius: 6px;
	padding: 2px 5px;
	position: relative;
	background-color: var(--pbmit-light-color);
}
.pbminfotech-ele-fid .pbmit-progress-wrapper{
	padding: 0;
	background-color: rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbminfotech-ele-fid .pbmit-progress-bar{
	font-size: 0;
}
.pbmit-progress-bar,
.elementor-progress-bar{
	display: flex;
	font-size: 11px;
	transition: width 1s ease-in-out;
	width: 0;
}
/* Extra Style */
.pbmit-fid-style-2-progress-top .pbminfotech-ele-fid-style-2:has(.pbmit-progressbar){
	display: flex;
	flex-direction: column-reverse;
}
.pbmit-fid-style-2-progress-top .pbminfotech-ele-fid-style-2 .pbmit-fld-wrap{
	padding: 40px 0 20px 0;
}
/** Style 3 **/
.pbminfotech-ele-fid-style-3 {
	display: inline-block;
}
.pbminfotech-ele-fid-style-3 .pbmit-fld-contents{
	display: flex;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-icon-wrapper,
.pbminfotech-ele-fid-style-3 .pbmit-fid-svg-wrapper{
	font-size: 50px;
	margin-right: 25px;
	position: relative;
	display: flex;
	height: 80px;
	width: 80px;
	line-height: 80px;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	color: var(--pbmit-blackish-color);
	background-color: rgba(var(--pbmit-blackish-color-rgb),0.10);
	fill: var(--pbmit-blackish-color);
	z-index: 1;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner{
	font-size: 60px;
	line-height: 56px;
	padding-bottom: 5px;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup{
	font-size: 40px;
	line-height: 40px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-title{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-3 .pbmit-fid sup{
	bottom: 0;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid sup{
	margin-left: -12px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-before sup{
	margin-right: -12px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid sub{
	top: 0;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid sub{
	margin-left: -12px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-before sub{
	margin-right: -12px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid span{
	margin-left: -12px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-before span{
	margin-right: -12px;
}
.pbminfotech-ele-fid-style-3 .pbmit-heading-desc{
	margin: 0;
}
.pbmit-dark-fid .pbminfotech-ele-fid-style-3 .pbmit-fid-icon-wrapper, 
.pbmit-dark-fid .pbminfotech-ele-fid-style-3 .pbmit-fid-svg-wrapper {
    color: var(--pbmit-white-color);
    fill: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}
.pbmit-dark-fid .pbminfotech-ele-fid-style-3 .pbmit-heading-desc {
    color: var(--pbmit-blackish-color);
}
/* Bg Color */
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-fid-inner{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-fid-icon-wrapper,
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-fid-svg-wrapper{
	color: var(--pbmit-white-color);
	background-color: rgba(var(--pbmit-white-color-rgb),0.10);
	fill: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-heading-desc{
	color: rgba(var(--pbmit-white-color-rgb),.7);
}
/** Style 4 **/
.pbminfotech-ele-fid-style-4 {
	display: inline-block;
}
.pbminfotech-ele-fid-style-4 .pbmit-fld-contents{
	display: flex;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner{
	font-size: 96px;
	line-height: 85px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sup{
	font-size: 70px;
	line-height: 50px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-title{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-4 .pbmit-fid sup{
	top: -40px;
	bottom: 0;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid sup{
	margin-left: -22px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-before sup{
	margin-right: -22px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid sub{
	top: 0;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid sub{
	margin-left: -22px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-before sub{
	margin-right: -22px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid span{
	margin-left: -22px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-before span{
	margin-right: -22px;
}
.pbminfotech-ele-fid-style-4 .pbmit-heading-desc{
	margin: 0;
}
/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 .pbmit-service-image-wrapper .pbmit-service-btn,
.pbmit-service-style-1 .pbmit-featured-wrapper img{
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-service-style-1 .pbmit-image-wrap{
	z-index: 0;
	position: relative;
}
.pbmit-service-style-1 .pbmit-box-content-wrap{
	position: relative;
	overflow: hidden;
	padding: 12px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
	border-radius: 10px;
}
.pbmit-service-style-1 .pbmit-service-content-wrap{
	padding: 25px 20px 15px;
}
.pbmit-service-style-1 .pbmit-service-content-wrap .pbmit-link{
	z-index: -1;
}
.pbmit-service-style-1 .pbmit-featured-wrapper{
	overflow: hidden;
	border-radius: 10px;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img{
	width: 100%;
}
.pbmit-service-style-1:hover .pbmit-featured-wrapper img{
	transform: scale(1.02);
}
.pbmit-service-style-1 .pbmit-service-image-wrapper{
	position: relative;
}
.pbmit-service-style-1 .pbmit-service-image-wrapper a.pbmit-link{
	z-index: 0;
}
.pbmit-service-style-1 .pbmit-service-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-service-style-1 .pbmit-service-description p,
.pbmit-service-style-1 .pbmit-service-title,
.pbmit-service-style-1 .pbmit-service-title a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-word;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0 8px 8px;
	border-radius: 0 10px 0 10px;
	background-color: var(--pbmit-white-color);
}
.pbmit-service-style-1 .pbmit-service-icon{
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 40px;
	line-height: 70px;
	border-radius: 10px;
	z-index: 2;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-service-style-1 .pbmit-service-icon svg{
	fill: var(--pbmit-blackish-color);
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper::after,
.pbmit-service-style-1 .pbmit-service-icon-wrapper::before{
	content: "";
	position: absolute;
	background-color: transparent;
	top: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 -20px 0 0 var(--pbmit-white-color);
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper::before{
	right: 100%;
	border-top-right-radius: 10px
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper::after{
	left: calc(100% - 20px);
	top: 100%;
	border-top-right-radius: 10px
}
.pbmit-service-style-1 .pbmit-service-description{
	padding: 15px 0 0;
	margin: 15px 0 0;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-service-style-1 .pbmit-service-description p{
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.pbmit-service-style-1 .pbmit-service-btn .pbmit-button-inner{
	display: flex;
	align-items: center;
	gap: 5px;
}
.pbmit-service-style-1 .pbmit-service-btn i{
	font-size: 30px;
	line-height: 30px;
}
.pbmit-service-style-1 .pbmit-service-title a:hover,
.pbmit-service-style-1 .pbmit-button-inner:hover{
	color: var(--pbmit-link-color-hover);
}
.pbmit-element-posts-wrapper .pbmit-service-style-1{
	margin-bottom: 30px;
}
/** Style 2 **/
.pbmit-service-style-2 .pbmit-service-title,
.pbmit-service-style-2 .pbmit-service-title a,
.pbmit-service-style-2 .pbminfotech-post-item{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-service-style-2 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
}
.pbmit-service-style-2:hover .pbminfotech-post-item {
	transform: translateY(-5px);
	background-color: var(--pbmit-secondary-color);
}
.pbmit-service-style-2 .pbmit-image-wrap{
	position: relative;
}
.pbmit-service-style-2 .pbmit-featured-wrapper{
	overflow: hidden;
	border-radius: 10px;
}
.pbmit-service-style-2 .pbmit-image-wrap::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 10px;
	background: linear-gradient(to top, rgba(var(--pbmit-blackish-color-rgb), .3) 0%, rgba(var(--pbmit-blackish-color-rgb), .3) 20%, rgba(var(--pbmit-blackish-color-rgb), 0.1) 95%, rgba(var(--pbmit-blackish-color-rgb), 0) 100%);
}
.pbmit-service-style-2 .pbmit-service-icon{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 40px;
	line-height: 70px;
	border-radius: 10px;
	z-index: 2;
	color: var(--pbmit-white-color);
	background-color: rgba(var(--pbmit-white-color-rgb), 0.5);
	backdrop-filter: blur(20px);
}
.pbmit-service-style-2 .pbmit-service-icon svg{
	fill: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-service-icon img{
	max-width: 60px;
	height: 60px;
}
.pbmit-service-style-2 .pbmit-service-title{
	position: relative;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	max-width: 180px;
}
.pbmit-service-style-2 .pbmit-service-title,
.pbmit-service-style-2 .pbmit-service-title a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	word-break: break-word;
	color: var(--pbmit-white-color);
} 
.pbmit-service-style-2:hover .pbmit-service-title,
.pbmit-service-style-2:hover .pbmit-service-title a {
	color: var(--pbmit-global-color);
}
.pbmit-service-style-2:hover .pbmit-service-title a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-service-style-2 .pbmit-service-content-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	padding: 30px;
}
.pbmit-service-style-2 .pbmit-service-btn i{
	font-size: 35px;
	line-height: 35px;
	color: var(--pbmit-white-color);
}
/*----------------------------------------*/
/*  05 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-1 .pbminfotech-box-content{
	padding: 10px;
	border-radius: 10px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
	background-color: var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-content-wrapper{
	padding: 30px 20px;
}
.pbmit-blog-style-1 .pbmit-featured-container-inner,
.pbmit-blog-style-1 .pbmit-featured-container {
	position: relative;
}
.pbmit-blog-style-1 .pbmit-featured-container-inner {
	z-index: 0;
}
.pbmit-blog-style-1 .pbmit-meta-date-wrapper {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}
.pbmit-blog-style-1 .pbmit-post-date > *{
	display: block;
}
.pbmit-blog-style-1 .pbmit-post-date{
	display: inline-block;
	text-align: center;
	padding: 8px 13px;
	border-radius: 10px;
	color: var(--pbmit-white-color);
	background-color: rgba(var(--pbmit-blackish-color-rgb), 0.3);
	backdrop-filter: blur(20px);
}
.pbmit-blog-style-1 .pbmit-post-date .pbmit-date{
	font-size: 48px;
	line-height: 48px;
}
.pbmit-blog-style-1 .pbmit-post-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}
.pbmit-blog-style-1 .pbmit-post-title a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-1 .pbmit-featured-wrapper,
.pbmit-blog-style-1 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.pbmit-blog-style-1 .pbmit-meta-wraper .pbmit-meta-line > *{
	display: inline-block;
}
.pbmit-blog-style-1 .pbmit-meta-wraper{
	position: absolute;
    width: calc(100% - 16px);
    left: 0;
    right: 0;
    bottom: 0;
	transform: translate(8px, -8px);
    padding: 10px 10px 5px;
    border-radius: 10px;
    background-color: var(--pbmit-global-color);
	overflow: hidden;
	transition: all .4s ease-in-out;
}
.pbmit-blog-style-1 .pbmit-meta-wraper .pbmit-meta-line,
.pbmit-blog-style-1 .pbmit-meta-wraper .pbmit-meta-line a{
	font-size: 14px;
	line-height: 20px;
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-1 .pbmit-meta-wraper .pbmit-meta-line a:hover{
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-blog-btn{
	display: inline-block;
	margin-top: 20px;
}
.pbmit-blog-style-1 .pbmit-blog-btn .pbmit-button-inner{
	display: flex;
	align-items: center;
	gap: 5px;
}
.pbmit-blog-style-1 .pbmit-meta-wraper .pbmit-meta-line{
	margin-right: 0;
}
.pbmit-blog-style-1 .pbmit-meta-wraper .pbmit-meta-line:not(:last-child) {
    padding-right: 13px;
	margin-right: 4px;
}
.pbmit-blog-style-1 .pbmit-meta-wraper > *:not(:last-child)::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--pbmit-white-color);
    right: 0;
	top: 6px;
	margin: 0;
}
.pbmit-blog-style-1 .pbmit-meta-wraper .pbmit-comment-text{
    margin-left: 2px;
}
.pbmit-meta-line {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.pbmit-meta-line a, 
.pbmit-meta-line {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #696f6f;
}
.pbmit-blog-style-1 .pbminfotech-box-desc{
	padding: 25px 0 0;
	margin: 25px 0 0;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
/* button */
.pbmit-blog-style-1 .pbmit-button-inner .pbmit-button-icon{
	font-size: 30px;
	line-height: 30px;
	overflow: hidden;
    position: relative;
    display: inline-flex;
}
.pbmit-blog-style-1 .pbmit-button-inner:hover .pbmit-button-icon::after{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.pbmit-blog-style-1 .pbmit-button-inner .pbmit-button-icon i{
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-1 .pbmit-button-inner .pbmit-button-text{
	position: relative;
	display: inline-block;
	line-height: 20px;
}
.pbmit-blog-style-1 .pbmit-button-inner .pbmit-button-text::before{
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(var(--pbmit-global-color-rgb), 0.5);
  transition: all 0.4s ease-out;
}
.pbmit-blog-style-1 .pbmit-button-inner:hover .pbmit-button-text::before{
	width: 100%;
}
.pbmit-element-posts-wrapper .pbmit-blog-style-1{
	margin-bottom: 30px;
}
/** Style 2 **/
.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 .pbminfotech-box-content{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-blog-style-2 .pbmit-content-wrapper{
	position: relative;
	padding: 30px 35px 25px;
	z-index: 1;
	background-color: var(--pbmit-white-color);
}
.pbmit-blog-style-2 .pbmit-featured-container {
	position: relative;
	z-index: 0;
}
.pbmit-blog-style-2 .pbmit-meta-wraper{
	gap: 5px;
	margin-bottom: 10px;
}
.pbmit-blog-style-2 .pbmit-meta-category a{
	display: inline-block;
	padding: 5px 15px 3px;
	border-radius: 10px;
	background-color: var(--pbmit-global-color);
}
.pbmit-blog-style-2 .pbmit-post-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-blog-style-2 .pbmit-post-title,
.pbmit-blog-style-2 .pbmit-post-title a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-2:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-2 .pbmit-featured-wrapper,
.pbmit-blog-style-2 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.pbmit-blog-style-2 .pbmit-meta-line a,
.pbmit-blog-style-2 .pbmit-meta-line{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-2 .pbmit-meta-category a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-2 .pbmit-meta-wraper>*:not(:last-child)::after{
	content: none;
}
.pbmit-blog-style-2 .pbmit-featured-container{
	height: 0;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper img{
	width: 0;
}
.pbmit-blog-style-2 .pbmit-blog-btn{
	font-size: 0;
	height: 0;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbminfotech-box-content{
	border: none;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-featured-wrapper img{
	width: 100%;
	min-height: 300px;
	object-fit: cover;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-blog-btn{
	font-size: 16px;
	height: auto;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-featured-container{
	height: auto;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-content-wrapper{
	position: absolute;
	top: 40px;
	left: calc(50% - 30px);
	right: 30px;
	bottom: 40px;
	z-index: 2;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.5);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 75px 30px 50px;
	backdrop-filter: blur(20px);
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-meta-wraper{
	margin-bottom: 12px;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-post-title{
	font-size: 32px;
	line-height: 40px;
	flex: 1;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-post-title,
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-post-title a{
	-webkit-line-clamp: 3;
	line-clamp: 3;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-blog-btn{
	display: inline-block;
	margin-top: 20px;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-blog-btn .pbmit-button-inner{
	display: flex;
	align-items: center;
	gap: 5px;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-blog-btn i{
	font-size: 30px;
	line-height: 30px;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-blog-btn a:hover,
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-post-title a:hover{
	color: rgba(var(--pbmit-blackish-color-rgb),.7);
}
.pbminfotech-gap-10px .pbmit-blog-style-2{
	margin-bottom: 10px;
}
.pbmit-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/*----------------------------------------*/
/*  06 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-post-item{
	position: relative;
	padding-left: 112px;
}
.pbmit-testimonial-style-1 .pbminfotech-post-item::before {
	content: '\e81c';
	position: absolute;
	font-family: 'pbminfotech-base-icons';
	font-size: 25px;
	top: 5px;
	left: 0;
	width: 75px;
	height: 75px;
	line-height: 80px;
	border-radius: 50%;
	text-align: center;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-testimonial-style-1 .pbminfotech-box-author {
	display: flex;
	align-items: center;
	padding: 35px 0 0;
	margin: 35px 0 0;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-testimonial-style-1 .pbminfotech-box-title{
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 5px;
}
.pbmit-testimonial-style-1 .pbmit-featured-img-wrapper{
	margin-right: 25px;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper {
	position: relative;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img{
	width: 60px;
	height: 60px;
	border-radius: 10px;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text{
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	margin: 0 0 25px 0;
	padding: 0 25px 0 0;
	border: 0;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.6);
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-1 .pbminfotech-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 25px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i{
	transform: rotate(36deg);
	display: inline-block;
	color: rgba(var(--pbmit-blackish-color-rgb),0.1);
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active{
	color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i:before{
	margin: 0 2px;
}
/* For Bg Color */
.pbmit-bg-color-light .pbmit-testimonial-style-1 .pbminfotech-post-item::before{
	background-color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-post-item{
	position: relative;
	padding-top: 80px;
}
.pbmit-testimonial-style-2 .pbminfotech-post-item::before {
	content: '\e81c';
	position: absolute;
	font-family: 'pbminfotech-base-icons';
	font-size: 30px;
	top: 0;
	left: 0;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 .pbminfotech-box-author {
	display: flex;
	align-items: center;
}
.pbmit-testimonial-style-2 .pbminfotech-box-title{
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 5px;
	font-weight: 500;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 .pbmit-featured-img-wrapper{
	margin-right: 20px;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper {
	position: relative;
	width: 60px;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper img{
	width: 60px;
	height: 60px;
	border-radius: 10px;
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-text{
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 40px 0;
	padding: 0;
	border: 0;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.5);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-2 .pbminfotech-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
}
/* For Bg Color */
.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-testimonial-detail{
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}
.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-testimonial-text{
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.site-title {
    margin: 0;
    padding: 0;
    display: flex;
	align-items: center;
    vertical-align: middle;
    text-align: center;
    width: 100%;
	height: 80px;
	transition: none;
    line-height: inherit;
}
.site-header .site-branding .pbmit-sticky-logo{
	display: none;
}
/** Header Style 1 **/
.site-header .pbmit-main-header-area{
	z-index: 9;
}
.site-header .pbmit-header-info-inner{
	display: flex;
	align-items: center;
}
.site-header .pbmit-header-info-inner .pbmit-header-box {
    margin-right: 20px;
    position: relative;
    padding: 0 0 0 20px;
}
.site-header .pbmit-header-info-inner .pbmit-header-box:last-child{
	margin-right: 0;
}
.site-header .pbmit-header-info-inner .pbmit-header-box,
.site-header .pbmit-header-info-inner .pbmit-header-box a{
	display: flex;
	align-items: center;
}
.site-header .pbmit-header-box .pbmit-header-box-icon {
    margin-right: 20px;
}
.site-header .pbmit-header-box span {
    display: block;
}
.site-header .pbmit-header-box .pbmit-header-box-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    font-size: 30px;
    line-height: 0;
    border-radius: 50%;
    transition: all .25s ease-in;
    color: var(--pbmit-blackish-color);
    background-color: rgba(var(--pbmit-blackish-color-rgb), .1);
}
.site-header .pbmit-bg-color-blackish .pbmit-header-box .pbmit-header-box-icon i {
    color: var(--pbmit-white-color);
    background-color: rgba(var(--pbmit-white-color-rgb), .1);
}
.site-header .pbmit-header-box-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-btn-typography-font-family);
	transition: all .25s ease-in-out;
	color: rgba(var(--pbmit-blackish-color-rgb),.7);
}
.site-header .pbmit-bg-color-blackish .pbmit-header-box .pbmit-header-box-title {
    color: rgba(var(--pbmit-white-color-rgb), .7);
}
.site-header .pbmit-header-box-content {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-btn-typography-font-family);
}
.site-header .pbmit-header-search-btn{
	padding-left: 30px;
}
.site-header .pbmit-header-search-btn a{
	font-size: 22px;
	transition: all .1s ease-in-out;
}
.site-header .pbmit-header-search-btn a:hover{
	color: var(--pbmit-global-color);
}
.site-header .pbmit-right-box {
    position: relative;
}
.pbmit-header-style-1 .pbmit-right-box>* {
    padding: 0 15px;
}
.pbmit-header-style-1 .pbmit-right-box>*:last-child{
	padding: 0;
}
.site-header .pbmit-header-social .pbmit-social-li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    border-radius: 50%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
}
.site-header .pbmit-header-social .pbmit-social-li a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.site-header .pbmit-fixed-header .site-branding .pbmit-main-logo{
	display: none;
}
.site-header .pbmit-sticky-header.pbmit-bg-color-white{
	background-color: rgba(var(--pbmit-white-color-rgb),.9);
}
.site-header .pbmit-sticky-header .site-branding .pbmit-sticky-logo{
	display: inline-block;
}
/** Header Style 2 **/
.pbmit-header-style-2 .pbmit-header-content.pbmit-bg-color-blackish {
	background-color: rgba(var(--pbmit-blackish-color-rgb), .3);
}
.pbmit-header-style-2 .site-branding .site-title{
	height: 90px;
}
.pbmit-header-style-2 .pbmit-header-menu-area .pbmit-menuarea .pbmit-header-search-btn{
	padding-left: 0;
}
.pbmit-header-style-2 .pbmit-header-menu-area .pbmit-menuarea .pbmit-header-search-btn a:not(:hover){
	color: var(--pbmit-white-color);
}
.pbmit-header-style-2 .site-navigation ul.navigation > li > a{
	color: var(--pbmit-white-color);
}
.pbmit-header-style-2 .pbmit-right-box .pbmit-header-social{
	padding-right: 20px;
}
.pbmit-header-style-2 .pbmit-sticky-header .pbmit-header-content{
	background-color: transparent;
}
.pbmit-header-style-2 .pbmit-sticky-header .site-navigation ul.navigation > li:not(.active,:hover) > a,
.pbmit-header-style-2 .pbmit-sticky-header .pbmit-header-menu-area .pbmit-menuarea .pbmit-header-search-btn a:not(:hover){
	color: var(--pbmit-blackish-color);
}
/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
.site-footer{
	position: relative;
	font-size: 15px;
}
.pbmit-footer-style-1:before{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 0;
	background-image: url(../images/bg/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
.site-footer.pbmit-bg-color-blackish{
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}
.pbmit-footer-style-1{
	padding-top: 80px;
}
.pbmit-footer-style-1 .pbmit-footer-big-area-wrapper,
.pbmit-footer-style-1 .pbmit-footer-contact-area-wrapper{
	position: relative;
    padding: 0 15px;
}
.pbmit-footer-style-1 .pbmit-footer-big-area-wrapper .pbmit-footer-big-area {
    position: relative;
	padding-bottom: 50px;
}
.pbmit-footer-style-1 .pbmit-footer-big-area .container {
    padding: 0;
}
.pbmit-footer-style-1 .pbmit-footer-big-area .pbmit-footer-left h3 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 600;
	color: var(--pbmit-white-color);
}
.pbmit-footer-style-1 .pbmit-footer-logo img {
    max-height: 55px;
}
.pbmit-footer-style-1 .pbmit-footer-contact-area .row {
    border: 1px solid rgba(var(--pbmit-white-color-rgb), 0.2);
    border-radius: 10px;
}
.pbmit-footer-style-1 .pbmit-footer-contact-area .pbmit-footer-contact-box{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 52px 60px;
    font-size: 22px;
    line-height: 28px;
	color: var(--pbmit-white-color);
}
.pbmit-footer-style-1 .pbmit-footer-contact-area .pbmit-footer-contact-box:not(:last-child){
	border-right: 1px solid rgba(var(--pbmit-white-color-rgb), 0.2);
}
.pbmit-footer-style-1 .pbmit-footer-widget-area{
	padding: 10px 0 60px;
	position: relative;
	z-index: 1;
}
.site-footer .widget{
	padding-top: 50px;
	position: relative;
}
.pbmit-footer-style-1 .pbmit-footer-widget .widget .widget-title{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: var(--pbmit-white-color);
    text-transform: capitalize;
    font-style: normal;
	margin-bottom: 20px;
}
.widget ul>li {
    padding: 0 0 15px;
    line-height: 20px;
}
.pbmit-footer-style-1.pbmit-bg-color-blackish a{
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}
.pbmit-footer-style-1.pbmit-bg-color-blackish a:hover{
	color: var(--pbmit-global-color);
}
.widget ul>li:last-child{
	padding-bottom: 0;
}
.pbmit-footer-style-1 .pbmit-footer-text-area{
	background-color: #0d141b;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
	position: relative;
	z-index: 1;
	padding: 25px 0;
}
.site-footer .pbmit-footer-text-inner {
    font-size: 15px;
}
.pbmit-footer-style-1 .pbmit-footer-social-area ul {
	text-align: right;
	font-size: 16px;
}
.pbmit-footer-style-1 .pbmit-footer-social-area ul li:not(:last-child){
	padding: 0 11px 0 0;
}
.pbmit-footer-style-1 .pbmit-footer-text-area .pbmit-social-li a:not(:hover){
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper{
	background-color: var(--pbmit-blackish-color);
	background-image: url(../images/bg/titlebar-bg.jpg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
	overflow: hidden;
	position: relative;
    z-index: 2;
}
.pbmit-title-bar-wrapper,
.pbmit-title-bar-content{
	min-height: 500px;
}
.pbmit-title-bar-wrapper:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(var(--pbmit-blackish-color-rgb),.6);
	filter: blur(200px);
}
.pbmit-title-bar-wrapper::after{
	content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(to right, rgba(var(--pbmit-blackish-color-rgb), .7) 50%, rgba(var(--pbmit-blackish-color-rgb), 0) 100%);
}
.pbmit-title-bar-content{
	position: relative;
    z-index: 1;
    padding: 64px 0;
	display: flex;
    align-items: center;
}
.pbmit-title-bar-content .pbmit-tbar,
.pbmit-title-bar-content .pbmit-breadcrumb{
	display: block;
}
.pbmit-title-bar-content .pbmit-tbar{
	position: relative;
    padding: 0 0 12px;
    margin: 0 0 16px;
}
.pbmit-title-bar-content .pbmit-tbar:before,
.pbmit-title-bar-content .pbmit-tbar:after{
	content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 5px;
}
.pbmit-title-bar-content .pbmit-tbar::before {
    width: 50px;
    background-color: var(--pbmit-global-color);
    z-index: 1;
}
.pbmit-title-bar-content .pbmit-tbar:after{
	width: calc(100% - 5px);
    background-color: rgba(var(--pbmit-white-color-rgb), .15);
    z-index: 0;
}
.pbmit-title-bar-content .pbmit-tbar-inner{
	max-width: none;
    padding: 0;
	margin-bottom: 5px;
}
.pbmit-title-bar-content .pbmit-tbar-subtitle{
	padding: 0px 13px;
    border-radius: 15px;
    margin: 0 0 10px;
    font-size: 14px;
	line-height: 24px;
    font-weight: 400;
    display: inline-block;
	text-transform: none;
	color: var(--pbmit-blackish-color);
    background: var(--pbmit-global-color);
}
.pbmit-tbar-title{
	font-family: var(--pbmit-heading-typography-font-family);
    font-size: 70px;
    line-height: 70px;
	font-weight: 700;
	letter-spacing: 0px;
    color: var(--pbmit-white-color);
    text-transform: none;
    font-style: normal;
	margin-bottom: 0;
}
.single-post .pbmit-title-bar-content-inner{
	width: 60%;
}
.single-post .pbmit-tbar .pbmit-tbar-title{
	font-size: 50px;
	line-height: 60px;
}
.pbmit-breadcrumb,
.pbmit-breadcrumb a{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .5px;
    color: var(--pbmit-white-color);
    text-transform: uppercase;
    font-style: normal;
}
.pbmit-breadcrumb a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner {
    padding-left: 5px;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner span {
    display: inline-block;
    font-size: 15px;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner .sep{
    font-size: 15px;
	line-height: 15px;
    position: relative;
	padding: 0 5px;
    position: relative;
    top: 0;
    color: var(--pbmit-global-color);
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner .sep:after{
	content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: var(--pbmit-global-color);
    position: relative;
    top: -2px;
    margin: 0 7px;
}

/*----------------------------------------*/
/*  10 - Accordion
/*----------------------------------------*/
.accordion-item{
	position: relative;
	border: none;
	background-color: transparent;
	color: inherit;
	border-radius: 0px !important;
	box-shadow: none;
}
.accordion-item:not(:last-child){
	margin-bottom: 10px;
}
.accordion-item .accordion-button{
	display: flex;
	position: relative;
	padding: 18px 25px;
	z-index: 1 !important;
	border-radius: 10px !important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	box-shadow: none;
    color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-light .accordion-item .accordion-button{
	background-color: var(--pbmit-white-color);
}
.accordion-item .pbmit-accordion-title{
    font-size: 18px;
    line-height: 24px;
	color: var(--pbmit-blackish-color);
}
.accordion-button::after{
	display: none;
}
.accordion-item .pbmit-accordion-icon{
	align-items: center;
    display: flex;
	width: fit-content;
	position: relative;
	margin-left: auto;
}
.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: 14px;
	fill: var(--pbmit-blackish-color);
}
.pbmit-bg-color-blackish .accordion-item {
	border-color: rgba(var(--pbmit-white-color-rgb), 0.15);
}
.pbmit-bg-color-blackish .accordion-item .pbmit-accordion-title{
	color: var(--pbmit-white-color);
}
.accordion-item .pbmit-accordion-icon span{
	width: auto;
	height: 14px;
}
.pbmit-bg-color-blackish .accordion-item .pbmit-accordion-icon svg{
	fill: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .accordion-item .accordion-body{
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}
.accordion-button:focus{
	box-shadow: none;
}
.accordion-item .accordion-body{
	border: 0;
    padding: 25px 32px 15px;
}

/*----------------------------------------*/
/*  11 - List Group
/*----------------------------------------*/
.list-group .list-group-item {
	display: flex;
    font-size: inherit;
	align-items: center;
	padding: 0;
	margin-bottom: 10px;
	color: var(--pbmit-blackish-color);
    position: relative;
    border: none;
    background: transparent;
}
.list-group .pbmit-icon-list-icon{
	color: var(--pbmit-blackish-color);
	display: flex;
    position: relative;
	line-height: normal;
	top: 4px;
	transition: all .25s ease-in-out;
}
.list-group .pbmit-icon-list-icon i{
    width: 1.25em;
    font-size: 20px;
	transition: color 0.3s;
	color: var(--pbmit-global-color);
}
.list-group .pbmit-icon-list-text{
	padding-left: 5px;
	color: var(--pbmit-blackish-color);
	align-self: center;
	transition: color 0.3s;
}
.list-group .list-group-item:not(:first-child){
	margin-top: calc(15px/2);
}
.pbmit-bg-color-blackish .list-group .pbmit-icon-list-text{
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  12 -  Banner Slider
/*----------------------------------------*/
.pbmit-slider-area .transform-right{
	opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(200px);
}
.swiper-slide-active .transform-right{
	opacity: 1;
    transform: translateX(0);
}
.pbmit-slider-area .transform-center{
	opacity: 0;
    transition: all 1000ms ease;
    transform: scale(0.9);
}
.swiper-slide-active .transform-center {
	opacity: 1;
	transform: scale(1);
}
.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-right-1{
    position: relative;
    transition: 1s cubic-bezier(.5,.5,0,1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.pbmit-slider-area .transform-right-1 span{
	transform: scale(1.5) translate(-100px, 0px);
	transform-origin: 50% 50%;
    transition: 2s cubic-bezier(.5,.5,0,1);
}
.swiper-slide-active .transform-right-1{
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.swiper-slide-active .transform-right-1 span{
	transform: scale(1) translate(0,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: 2s 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);
}
.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;
}
.pbmit-slider-area .swiper-slider{
	padding-bottom: 0 !important;
}
.pbmit-slider-area .swiper-button-next, 
.pbmit-slider-area .swiper-button-prev{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.1) !important;
	border: none;
	left: auto;
	right: 40px;
	top: 45%;
}
.pbmit-slider-area .swiper-button-next{
	top: 55%;
}
.pbmit-slider-area .swiper-button-next:after, 
.pbmit-slider-area .swiper-button-prev:after{
	content: '\e84e';
	font-size: 17px;
	color: var(--pbmit-white-color);
}
/** Slider 01 **/
.pbmit-slider-one .pbmit-slider-item,
.pbmit-slider-two .pbmit-slider-item{
	height: 900px;
	position: relative;
}
.pbmit-slider-one .pbmit-slider-item:before{
	content: "";
	position: absolute;
	left: auto;
	right: 10%;
	top: 65px;
	width: 100%;
	height: 100%;
	background: rgba(22, 34, 45, 0.5);
	filter: blur(100px);
}
.pbmit-slider-one .pbmit-slider-content{
	padding: 380px 0 130px 0;
}
.pbmit-slider-area .pbmit-slider-subtitle,
.pbmit-slider-one .pbmit-slider-title,
.pbmit-slider-area .pbmit-slider-desc,
.pbmit-slider-two .pbmit-slider-title{
	color: var(--pbmit-white-color);
}
.pbmit-slider-area .pbmit-slider-subtitle{
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 2.4px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.pbmit-slider-one .pbmit-slider-title{
	font-size: 120px;
	line-height: 120px;
	font-weight: 800;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pbmit-slider-area .pbmit-slider-desc{
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
.pbmit-slider-one .pbmit-button .pbmit-btn.white .pbmit-button-content-wrapper:before{
	background-color: var(--pbmit-global-color);
}
.pbmit-slider-one .pbmit-button .pbmit-btn.white .pbmit-button-icon i{
	color: var(--pbmit-blackish-color);
}
/** Slider 02 **/
.pbmit-slider-two .pbmit-slider-item{
	display: flex;
	align-items: center;
}
.pbmit-slider-two .pbmit-slider-item:before{
	content: "";
    position: absolute;
    left: auto;
    right: 29%;
	top: 16%;
    width: 100%;
    height: 100%;
    background: rgba(6, 9, 12, 0.7);
    filter: blur(125px);
}
.pbmit-slider-two .pbmit-slider-content{
	position: relative;
	padding-top: 120px;
	overflow: hidden;
}
.pbmit-slider-two .pbmit-slider-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.pbmit-slider-two .pbmit-slider-title .first{
	font-size: 85px;
	line-height: 88px;
}	
.pbmit-slider-two .pbmit-slider-title .second{
	font-size: 95px;
	line-height: 98px;
}
.pbmit-slider-two .pbmit-slider-desc{
	display: flex;
	margin-bottom: 40px;
	opacity: 0;
	position: relative;
	width: fit-content;
}
.pbmit-slider-two .swiper-slide-active .pbmit-slider-desc{
	opacity: 1;
	transition-duration: .7s;
}
.pbmit-slider-two .pbmit-slider-desc:after{
	content: "";
    height: 105%;
    width: 100%;
    background: var(--pbmit-white-color);
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
	opacity: 0;
}
.pbmit-slider-two .swiper-slide-active .pbmit-slider-desc:after{
	opacity: 1;
	animation: anime 1s 1800ms cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
@keyframes anime {
	0% {
		transform-origin: right;
		transform: scaleX(0);
	}
	50% {
		transform-origin: right;
		transform: scaleX(1);
	}
	51% {
		transform-origin: left;
	}
	100% {
		transform-origin: left;
		transform: scaleX(0);
	}
}
.pbmit-slider-two .pbmit-slider-desc span,
.pbmit-slider-two .pbmit-slider-desc:before{
	opacity: 0;
}
.pbmit-slider-two .swiper-slide-active .pbmit-slider-desc span,
.pbmit-slider-two .swiper-slide-active .pbmit-slider-desc:before{
	opacity: 1;
	transition-delay: 2300ms;
}
.pbmit-slider-two .pbmit-slider-desc::before{
	content: "\e80c";
    font-family: "pbminfotech-base-icons";
    font-size: 50px;
    line-height: 60px;
    margin-right: 20px;
}
.pbmit-slider-two .pbmit-button .pbmit-btn.white .pbmit-button-content-wrapper:before {
    background-color: var(--pbmit-global-color);
}
.pbmit-slider-two .pbmit-button .pbmit-btn.white .pbmit-button-icon i{
	color: var(--pbmit-blackish-color);
}
.pbmit-slider-two .pbmit-button .second-btn{
	opacity: 0;
	position: relative;
}
.pbmit-slider-two .pbmit-button .pbmit-btn-style-text:before{
	content: "";
    height: 105%;
    width: 100%;
    background: var(--pbmit-white-color);
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
	opacity: 0;
}
.pbmit-slider-two .swiper-slide-active .pbmit-button .pbmit-btn-style-text:before{
	opacity: 1;
	animation: anime1 1.2s 2400ms cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.pbmit-slider-two .pbmit-button .pbmit-btn-style-text{
	opacity: 0;
}
.pbmit-slider-two .swiper-slide-active .pbmit-button .pbmit-btn-style-text{
	opacity: 1;
	transition-delay: 2500ms;
}
@keyframes anime1 {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}
	
	50% {
		transform-origin: left;
		transform: scaleX(1);
	}
	51% {
		transform-origin: right;
	}
	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}
.pbmit-slider-two .swiper-slide-active .pbmit-button .second-btn{
	opacity: 1;
	transition-duration: .5s;
}
.pbmit-slider-two .swiper-button-prev{
	transform: rotate(0deg);
}
.pbmit-slider-two .swiper-button-next{
	transform: rotate(180deg);
}

/*----------------------------------------*/
/*  13 - Client
/*----------------------------------------*/
.pbmit-hide{
	display: none;
}
/** Style 1 **/
.pbmit-client-style-1 .pbmit-border-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all .4s ease-in;
}
.pbmit-client-style-1 .pbmit-client-wrapper{
	position: relative;
    text-align: center;
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	transition: transform .4s ease,-webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-border-wrapper{
	transition: all .4s ease-in;
}
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-client-hover-img{
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-client-hover-img{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-client-hover-img{
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-featured-wrapper{
	transform: translateY(100%);
}
/* --------------------------------------
* 14 - Sortable
* ---------------------------------------*/
.pbmit-sortable-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}
.pbmit-sortable-list-ul li {
	display: inline-block;
}
.pbmit-sortable-list-ul li::before {
	content: ' ';
	margin: 0 10px;
}
.pbmit-sortable-list-ul li:first-child::before {
	display: none;
}
.pbmit-sortable-list a {
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px;
	font-weight: 500;
	min-width: 100px;
	border-radius: 10px;
	text-align: center;
	letter-spacing: 0.2px;
}
.pbmit-sortable-list a.pbmit-selected {
	background: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 15 - Pricing
* ---------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box,
.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap::after{
	transition: all 0.6s ease-in-out;
}
.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap{
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
}
.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap::after{
	content: "";
	position: absolute;
	background-color: var(--pbmit-secondary-color);
	width: 0%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:hover .pbmit-head-wrap::after{
	width: 100%;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading{
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 500;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.6);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-desc{
	margin-top: 25px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-wrapper{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
	position: relative;
	padding: 42px 45px;
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--pbmit-light-color);
	height: 100%;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price{
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-price-w{
	display: flex;
	align-items: flex-start;
	color: var(--pbmit-blackish-color);
	padding-right: 15px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency{
	font-size: 15px;
	line-height: 26px;
	color: var(--pbmit-blackish-color);
	position: relative;
	font-weight: 500;
	border-radius: 10px;
	background-color: var(--pbmit-white-color);
	padding: 0 14px;
	text-align: center;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner{
	padding: 25px 0 0px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line{
	margin-bottom: 12px;
	position: relative;
	display: flex;
	align-items: center;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line > * {
	font-size: 20px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line svg {
	fill: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i{
	margin-right: 10px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbmit-ptable-lines-w > .pbmit-ptable-line:nth-child(4),
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(1) .pbmit-ptable-lines-w > .pbmit-ptable-line:nth-child(4),
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(1) .pbmit-ptable-lines-w > .pbmit-ptable-line:nth-child(3){
	color: rgba(var(--pbmit-blackish-color-rgb), 0.6);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbmit-ptable-lines-w > .pbmit-ptable-line:nth-child(4) svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(1) .pbmit-ptable-lines-w > .pbmit-ptable-line:nth-child(4) svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(1) .pbmit-ptable-lines-w > .pbmit-ptable-line:nth-child(3) svg{
	fill: rgba(var(--pbmit-blackish-color-rgb), 0.5);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line:last-child{
	margin-bottom: 0;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-btn{
	margin-top: 30px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box:hover{
	transform: translateY(-5px);
}
.pbmit-elementor-bg-color-white .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
	background-color: var(--pbmit-light-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-cols.row{
	margin: 0 -6px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-cols .pbmit-ptable-col{
	padding: 0 6px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-desc{
	font-size: 16px;
}
/* Featured Column */
.pbminfotech-ele-ptable-style-1 .pbmit-feature-wrap{
	position: absolute;
	top: -15px;
	right: -60px;
	text-transform: uppercase;
	padding: 40px 40px 10px 40px;
	display: inline-block;
	margin-bottom: 25px;
	transform: rotate(45deg);
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptablebox-featured-w{
	padding: 0 13px;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0;
	color: var(--pbmit-white-color);
	position: relative;
	border-radius: 30px 0 0 30px;
}
/* BG Color Set */
.pbmit-bg-color-light .pbmit-ptable-col .pbmit-pricing-table-box{
 	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-light .pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency{
	background-color: var(--pbmit-light-color);
}

/* --------------------------------------
* 16 - Portfolio
* ---------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1{
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbminfotech-post-warpper{
	position: relative;
	z-index: 0;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content{
	position: absolute;
	top: inherit;
	bottom: 30px;
	left: 30px;
	right: 30px;
	padding: 25px 30px;
	opacity: 0;
	border-radius: 10px;
	word-break: break-word;
	transform: translateY(100%) scale(0.7);
	background: var(--pbmit-white-color);
	transition: all .5s;
}
.pbmit-portfolio-style-1:hover .pbminfotech-box-content{
	transition: all .5s;
	opacity: 1;
	transform: translateY(0);
}
.pbmit-portfolio-style-1 .pbmit-port-cat a{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-1 .pbmit-port-cat a:hover{
	color: var(--pbmit-secondary-color);
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title:hover{
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img{
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	border-radius: 10px;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img{
	transform: scale(1.001) rotate(0);
}
.pbmit-portfolio-style-1 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.pbmit-element-posts-wrapper .pbmit-portfolio-style-1{
	margin-bottom: 30px;
}
/** Style 2 **/
.pbmit-portfolio-style-2{
	margin-bottom: 30px;
}
.pbmit-portfolio-style-2 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title a,
.pbmit-portfolio-style-2 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	overflow: hidden;
	font-weight: 600;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-2 .pbminfotech-warpper-image{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.pbmit-portfolio-style-2 .pbmit-featured-img-wrapper img{
	width: 100%;
	border-bottom: 10px;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-portfolio-style-2 .pbminfotech-post-content:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-portfolio-style-2 .pbminfotech-box-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	padding: 40px;
	display: grid;
	z-index: 1;
	transform: translatex(-102%);
	background-color: rgba(var(--pbmit-blackish-color-rgb),0.93);
	-webkit-transition: transform .65s cubic-bezier(.19,1,.22,1);
    transition: transform .65s cubic-bezier(.19,1,.22,1);
}
.pbmit-portfolio-style-2 .pbminfotech-post-content:hover .pbminfotech-box-content {
	transform: translateY(0);
}
.pbmit-portfolio-style-2 .pbminfotech-box-content-inner{
	align-self: flex-end;
    padding-top: 12px;
    border-top: 1px solid var(--pbmit-global-color);
    opacity: 0;
    transform: translatex(30px);
    transition: transform 1s .4s, opacity 1s .4s;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.pbmit-portfolio-style-2 .pbminfotech-post-content:hover .pbminfotech-box-content-inner{
	transform: translatex(0);
    opacity: 1;
}
.pbmit-portfolio-style-2 .pbmit-port-cat{
	padding-bottom: 5px;
}
.pbmit-portfolio-style-2 .pbminfotech-box-content .pbmit-port-cat a {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
	display: inline-block;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper {
	overflow: hidden;
	border-radius: 10px;
}
.pbmit-portfolio-style-2 .pbmit-portfolio-btn{
	position: relative;
	align-self: flex-start;
    text-align: end;
    display: ruby;
}
.pbmit-portfolio-style-2 .pbmit-button-inner{
	display: block;
	width: 60px;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
    opacity: 0;
    transform: translatex(-30px);
    transition: transform 1s .4s, opacity 1s .4s;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.pbmit-portfolio-style-2 .pbminfotech-post-content:hover .pbmit-button-inner{
    transform: translatex(0);
    opacity: 1;
}
.pbmit-portfolio-style-2 .pbmit-button-inner .pbmit-button-icon{
	position: relative;
	overflow: hidden;
	display: inline-flex;
 }
.pbmit-portfolio-style-2 .pbmit-button-inner .pbmit-button-icon i{
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-portfolio-style-2 .pbmit-button-inner .pbmit-button-icon::before{
	content: "\e83c";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    width: 1.6em;
    height: auto;
    transform: translate(-25px, 0);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-portfolio-style-2 .pbmit-button-inner:hover .pbmit-button-icon::before{
	transform: translate(0 ,0);
}
.pbmit-portfolio-style-2 .pbmit-button-inner:hover .pbmit-button-icon i{
	transform: translate(100%,0);
}

/* --------------------------------------
* 17 - Progress Bar
* ---------------------------------------*/
.progressbar{
    margin-bottom: 25px;
    overflow: hidden;
}
.progressbar:last-child{
	margin-bottom: 0;
}
.progressbar .progress-label{
    display: inline-block;
	position: relative;
	top: -5px;
    font-size: 16px;
    line-height: 18px;
	color: var(--pbmit-blackish-color);
}
.progress{
    position: relative!important;
    line-height: 30px;
	height: 100%;
	border-radius: 6px;
	padding: 2px 5px;
	overflow: visible;
    background-color: var(--pbmit-blackish-color);
}
.progress .progress-bar {
    position: relative;
	height: 4px;
    overflow: hidden;
	border-radius: 6px;
    background-color: var(--pbmit-global-color);
}
.progress.progress-percent-bg .progress-percent {
    position: absolute;
    right: 0px;
	left: auto;
    top: -28px;
    font-size: 16px;
	line-height: 18px;
    color: var(--pbmit-blackish-color);
}

/* --------------------------------------
* 18 - Chart
* ---------------------------------------*/
#chart .apexcharts-legend{
	display: none;
}
#chart .apexcharts-series path{
	stroke-width: 0;
}
#chart .apexcharts-tooltip.apexcharts-theme-dark {
	color: var(--pbmit-blackish-color);
}
.chart-sub-heading{
	font-size: 15px;
    font-weight: normal;
    text-align: center;
	margin-bottom: 0;
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}