/******************************

    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 - Overlap Colomn
    11 - Accordion
    12 - Circle Progress
    13 - List Group
    14 - Portfolio
    15 - Client
    16 - Pricing
	17 - Sortable
    18 - Img Animation
	19 - Marquee
    20 - Tab
    21 - Banner Slider
	22 - Progress Bar

******************************/

body {
    counter-reset: pbmitbox1 pbmitbox2 pbmitbox3 pbmitbox4;
}

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading,
.pbmit-heading-subheading-style-1 {
    margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.pbmit-heading-subheading .pbmit-subtitle{
    font-size: 16px;
    line-height: 24px;
	font-weight: normal;
    letter-spacing: 0px;
	text-transform: uppercase;
    font-style: normal;
	position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
	margin-bottom: 5px;
	color: var(--pbmit-global-color);
}
.pbmit-heading-subheading .pbmit-subtitle:before{
	content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-left: 7px solid var(--pbmit-global-color);
    height: 14px;
    width: 14px;
    
}
.pbmit-heading-subheading .pbmit-title{
text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading .pbmit-heading-desc{
	margin: 25px 0 15px 0;
	    line-height: 35px;
}
.pbmit-bg-color-secondary .pbmit-heading-subheading .pbmit-title,
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-title{
	color: var(--pbmit-white-color);
}
.pbmit-heading-subheading-style-1 .pbmit-subtitle{
	position: relative;
	margin-bottom: 25px;
    line-height: 20px;
    letter-spacing: .5px;
    padding: 5px 30px;
    
	display: inline-block;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
}
.pbmit-heading-subheading-style-1 .pbmit-title{
	font-size:45px;
    line-height: 60px;
	letter-spacing: -2px;
	text-transform: none;
    font-style: normal;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.pbmit-heading-desc{
	margin-bottom: 15px;
}
.pbmit-bg-color-secondary .pbmit-heading-desc,
.pbmit-bg-color-blackish .pbmit-heading-desc{
	color: rgba(var(--pbmit-white-color-rgb),.8);
}

/*----------------------------------------*/
/*  For The Same Css
/*----------------------------------------*/
.pbmit-ele-blog .pbmit-meta-line,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon:before,
.pbmit-service-style-3 .pbminfotech-box-number,
.pbmit-ihbox-style-10 .pbmit-element-title,
.blog-classic .pbmit-blog-meta span.pbmit-meta,
.pbmit-rpw-content .pbmit-rpw-date a,
.pbmit-comment-content .pbmit-comment-author,
.pbmit-comment-author-inner,
.list-group .pbmit-icon-list-text{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    font-style: normal;
}
.pbmit-ihbox-btn a,
.pbmit-header-button{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
    text-transform: capitalize;
    font-style: normal;
}
.pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper span{
	position: relative;
    overflow: hidden;
}
.pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper::after{
	content: '\e8eb';
    font-family: "pbminfotech-base-icons";
}
.pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper::after{
	position: absolute;
    right: -35px;
    left: auto;
    width: 50px;
    height: 50px;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    top: 0;
    
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    transform: translate3d(0, 0, 0) rotateZ(0);
    transform-style: preserve-3d;
    transition: all .5s ease-in-out;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
.pbminfotech-ele-fid-style-1 .pbmit-fid-sub .pbmit-fid-title,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-price-w,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency,
.pbmit-heading-subheading-style-1 .pbmit-subtitle,
.pbmit-text-design,
.sidebar .widget-categories .pbmit-cat-li a,
.sidebar .widget-categories .pbmit-brackets,
.widget-recent-post .pbmit-rpw-title a,
.post-navigation .nav-links .nav-title,
.blog-details .pbmit-author-content .pbmit-author-name,
.blog-details .pbmit-comment-content .reply a,
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value,
.service-sidebar .all-post-list ul li a,
.widget .download .item-download a,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner,
.progressbar .progress-label,
.pbmit-element-timeline-style-1 .pbmit-timeline-year,
.team-single .pbmit-entry-content .list-group .pbmit-icon-list-text{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-style: normal;
}
/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1{
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),.1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.pbmit-miconheading-style-1:last-child .pbmit-ihbox-style-1{
	border-bottom: unset;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg{
	margin-right: 5px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper{
	font-size: 24px;
	line-height: 30px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image img {
	width: 60px;
	height: auto;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon .pbmit-icon-type-icon svg{
	width: 25px;
	height: 25px;
}
.pbmit-ihbox-style-1 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-contents{
	transition: all 0.3s ease-in;
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-contents{
	transform: translate(1.5%, 0);
}
.pbmit-ihbox-style-1 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
/** Style 2 **/
.pbmit-ihbox-style-2 .pbmit-element-heading{
	font-size:16px;
	line-height: 20px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-2 .pbmit-element-title{
	font-size: 60px;
	line-height: 64px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-2 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper {
	font-size: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 15px;
}
.pbmit-ihbox-style-2 .pbmit-title-wrap{
	margin-right: 20px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image img{
	width:auto;
	height: 30px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-global-color);
	
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-white-color);
    height: 10px;
    top: -2px;
	position: relative;
	width: 60px;
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-element-title {
    color: var(--pbmit-global-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper {
    background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-blackish-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-element-heading {
    color: var(--pbmit-white-color);
}
/** Style 3 **/

/** Style 4 **/
.pbmit-ihbox-style-4{
	margin-bottom: 30px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-headingicon{
	text-align: center;
	display: inline-block;
}
.pbmit-ihbox-style-4 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-4 .pbmit-element-subtitle,
.pbmit-ihbox-style-4 .pbmit-element-heading{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
	line-height: 85px;
	color: var(--pbmit-global-color);
	margin-bottom: 12px;
	transition: all 0.5s ease-in-out;
	background: var(--pbmit-light-color);
	height: 85px;
	width: 85px;
	
	margin: 10px auto 35px;
	overflow: hidden;
}
.pbmit-ihbox-style-4:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-4:hover .pbmit-icon-type-icon,
.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-text{
	transform: translate(0 , -5px);
	background: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-4 .pbmit-heading-desc{
	padding: 0 30px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon{
	position: relative;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon:before{
	position: absolute;
	counter-increment: pbmitbox2;
	content: counter(pbmitbox2, decimal-leading-zero) !important;
	right: -100px;
	top: 0;
	left: 0;
	color: var(--pbmit-global-color);
	font-size: 16px;
	line-height: 26px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon::after{
	position: absolute;
	content: '';
	border: 3px dotted var(--pbmit-global-color);
	width: 105px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	top: 50%;
	right: -120px;
	transform: translate(-50%, -50%);
}
.pbmit-miconheading-style-4:last-child .pbmit-ihbox-style-4 .pbmit-ihbox-icon::after{
	position: unset;
	content: unset;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg{
	font-size: 15px;
	margin-bottom: 20px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image img{
	width: 90px;
	height: 90px;
	object-fit: cover;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon .pbmit-icon-type-icon svg{
	height: 40px;
	width: 40px;
	fill: var(--pbmit-secondary-color);
}
.pbmit-element-column-four .pbmit-ihbox-style-4 .pbmit-element-title {
    font-size: 20px;
    line-height: 30px;
}
/** Style 5 **/
.pbmit-ihbox-style-5 .pbmit-element-title {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
	color: var(--pbmit-global-color)
}
.pbmit-ihbox-style-5 .pbmit-content-wrapper {
	margin-right: 30px
}
.pbmit-ihbox-style-5 .pbmit-heading-desc{
	font-size: 14px;
	line-height: 24px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text,.pbmit-ihbox-style-5 .pbmit-icon-type-icon {
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-global-color)
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
	height: 50px;
	width: 50px
}
.pbmit-ihbox-style-5 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 20px;
}
/** Style 7 **/
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg,
.pbmit-ihbox-style-7,
.pbmit-ihbox-style-7 .pbmit-ihbox-box,
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-7 .pbmit-ihbox-box::before,
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-7{
	position: relative;
	overflow: hidden;
	padding-top: 10px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box{
	padding: 45px 35px;
	
	position: relative;
	background: transparent;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--pbmit-light-color);
	z-index: -1;

}
.pbmit-ihbox-style-7:hover{
	transform: translate(0, -10px);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg{
	margin-right: 15px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg{
	background-color: var(--pbmit-white-color);
	
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7:hover .pbmit-ihbox-svg{
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-7 .pbmit-icon-type-icon{
	font-size: 36px;
	line-height: 36px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-7:hover .pbmit-icon-type-icon{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper{
	font-size: 12px;
	line-height: 12px;
	color: var(--pbmit-blackish-color);
	margin-top: 5px;
}
.pbmit-ihbox-style-7 .pbmit-element-title{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper{
	padding-top: 25px;
	margin-top: 25px;
	padding-right: 70px;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	position: relative;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgba(var(--pbmit-blackish-color-rgb), .6);
}
.pbmit-ihbox-style-7:hover .pbmit-content-wrapper::before{
	width: 100%;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc{
	color: rgba(var(--pbmit-blackish-color-rgb), .8);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-inner{
	position: relative;
	display: inline-block;
	padding: 0;
	border: unset;
	border-radius: 0px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 1;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper:after{
	right: -50px;
	top: -5px;
	background-color: var(--pbmit-light-color);
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper:after{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	transform:unset;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a span.pbmit-button-text{
	font-size: 0;
	line-height: 0;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper{
	display: inline-block;
}

/** Style 8 **/
.pbmit-miconheading-style-8{
	margin-bottom: 30px;
}
.pbmit-ihbox-style-8,
.pbmit-ihbox-style-8 .pbmit-ihbox-contents,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-8 .pbmit-icon-type-icon,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg::before,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg{
	transition: all 0.3s ease-in;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box{
	align-items: flex-start;
}
.pbmit-miconheading-style-8 .pbmit-ihbox-style-8 .pbmit-ihbox-box{
	margin-bottom: 45px;
}
.pbmit-miconheading-style-8:last-child .pbmit-ihbox-style-8 .pbmit-ihbox-box{
	margin-bottom: 0;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg{
	margin-right: 25px;
	position: relative;
	display: inline-block;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
	
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper{
	
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	
	overflow: hidden;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-svg::before{
	content: "";
	position: absolute;
	background-color: var(--pbmit-secondary-color);
	left: 50%;
	top: 50%;
	
	transform: translate(-20px, -20px);
	width: 40px;
	height: 40px;
	opacity: 0;
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-box .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-box .pbmit-ihbox-svg::before{
	width: 100%;
	height: 100%;
	transform: translate(0, 0);
	left: 0;
	top: 0;
	opacity: 1;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-8 .pbmit-icon-type-icon {
	font-size: 35px;
	line-height: 35px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-8:hover .pbmit-icon-type-icon{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg{
	width: 50px;
	height: 50px;
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg{
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-8 .pbmit-heading-desc {
	margin-bottom: 0;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-type-text{
	color: var(--pbmit-white-color);
}
/** Style 9 **/
.pbmit-ihbox-style-9 .pbmit-ihbox-box,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-9 .pbmit-element-title,
.pbmit-ihbox-style-9 .pbmit-heading-desc,
.pbmit-ihbox-style-9::before,
.pbmit-ihbox-style-9{
	transition: all 0.5s ease-in;
}
.pbmit-ihbox-style-9 .pbmit-element-title{
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
.pbmit-ihbox-style-9:hover .pbmit-element-title{
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-box{
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.15);
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	padding: 5px;
}
.pbmit-ihbox-style-9:hover .pbmit-ihbox-box{
	border-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg{
	margin-right: 25px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper{
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 30px;
	background-color: var(--pbmit-light-color);
	color: var(--pbmit-global-color);
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-9 .pbmit-icon-wrapper,
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper,
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-9:hover .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
/** Style 10 **/
.pbmit-ihbox-style-10 .pbmit-ihbox-headingicon{
	text-align: center;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-text {
	font-size: 80px;
	line-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 30px;
	transition: all 0.5s ease-in;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg svg {
	width: 100px;
	height: 100px;
}
.pbmit-ihbox-style-10 .pbmit-element-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	padding: 0 30px;
}
.pbmit-ihbox-style-10 .pbmit-element-subtitle{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
	text-transform: capitalize;
}
.pbmit-ihbox-style-10 .pbmit-heading-desc {
	text-transform: capitalize;
	padding: 0 30px;
}

.pbmit-ihbox-style-10:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-10:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-10:hover .pbmit-ihbox-icon-type-text{
	transform: translate(0, -5px);
}
/** Style 11 **/
.pbmit-ihbox-style-11 {
	padding: 10px 10px 0 0;
	position: relative;
	background-color: var(--pbmit-white-color);
	border-radius: 0 40px 0 0;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-headingicon{
	text-align: center;
	display: inline-block;
	background-color: var(--pbmit-global-color);
	padding: 40px 45px;
	
}
.pbmit-ihbox-style-11 .pbmit-element-title{
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
	font-weight: 400;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text {
	font-size: 80px;
	line-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text{
	font-size: 50px;
	line-height: 60px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text span{
	font-size: 30px;
	line-height: 30px;
	margin-top: -20px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon .pbmit-ihbox-svg-wrapper svg{
	height: 80px;
	width: 80px;
	fill: var(--pbmit-white-color);
	margin:0 auto 10px;
}
.pbmit-ihbox-style-11 .pbmit-element-subtitle{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
	color: var(--pbmit-white-color);
	text-transform: capitalize;
}
.pbmit-ihbox-style-11 .pbmit-heading-desc {
	text-transform: capitalize;
	padding: 0 30px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-button-inner:hover{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-11:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon-type-text{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-11 .pbmit-sticky-corner {
	transform: rotate(90deg);
}
.pbmit-ihbox-style-11 .pbmit-top-right-corner {
	top: auto;
	right: -30px;
	bottom: 0;
}
.pbmit-ihbox-style-11 .pbmit-bottom-left-corner{
	top: -30px;
	left: 0px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper:after{
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
}
/** Style 12 **/
.pbmit-ihbox-style-12 {
	padding: 10px 0 0 10px;
	position: relative;
	background-color: var(--pbmit-white-color);
	
}
.pbmit-ihbox-style-12 .pbmit-ihbox-headingicon{
	text-align: center;
	display: inline-block;
	background-color: var(--pbmit-global-color);
	padding: 20px 50px;
	
}
.pbmit-ihbox-style-12 .pbmit-element-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
	font-weight: 400;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text {
	font-size: 80px;
	line-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text{
	font-size: 50px;
	line-height: 60px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text span{
	font-size: 30px;
	line-height: 30px;
	margin-top: -20px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon .pbmit-ihbox-svg-wrapper svg{
	height: 80px;
	width: 80px;
	fill: var(--pbmit-white-color);
	margin:0 auto 10px;
}
.pbmit-ihbox-style-12 .pbmit-element-subtitle{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
	color: var(--pbmit-white-color);
	text-transform: capitalize;
}
.pbmit-ihbox-style-12 .pbmit-heading-desc {
	text-transform: capitalize;
	padding: 0 30px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-12 .pbmit-button-inner:hover{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-12:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-12:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-12:hover .pbmit-ihbox-icon-type-text{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper:after{
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
}
/** Style 13 **/
.pbmit-ihbox-style-13 .pbmit-ihbox-icon,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg{
	margin-right: 25px;
}
.pbmit-ihbox-style-13 .pbmit-title-wrap{
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-13 .pbmit-element-heading,
.pbmit-ihbox-style-13 .pbmit-element-title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	transition: all 0.6s ease-in-out;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-13 .pbmit-element-heading{
	margin-left: 5px;
}
.pbmit-ihbox-style-13 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper{
	font-size: 40px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg{
	margin-bottom: 5px;
	fill: #666;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-image{
	width: 100px;
	height: 50px;
	margin-bottom: 30px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn a{
	position: relative;
	display: inline-block;
	padding: 13px 30px !important;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
	
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn a:hover{
	border-color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
/** Style 14 **/
.pbmit-ihbox-style-14,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg-wrapper{
	transition: all 0.5s ease-in;
}
.pbmit-element-posts-wrapper.row .pbmit-ele.pbmit-miconheading-style-14{
	margin-bottom: 0;
}
.pbmit-miconheading-style-14{
	border-right: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}
.pbmit-miconheading-style-14:last-child{
	border-right:none;
}
.pbmit-miconheading-style-14 .pbmit-ihbox-style-14{
	padding: 40px 90px;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-box{
	display: inline-block;
}
.pbmit-ihbox-style-14:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg-wrapper{
	font-size: 30px;
	line-height: 30px;
	color: var(--pbmit-global-color);
	background-color:transparent;
	
	height:90px;
	width:90px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-14:hover .pbmit-ihbox-svg-wrapper{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-image img{
	
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-14:hover .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-14 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 0;
}
.pbmit-ihbox-style-14 .pbmit-element-title{
	font-size: 36px;
	line-height: 40px;
	margin: 10px 0;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-14 .pbmit-heading-desc{
	color: var(--pbmit-blackish-color);
}

/** Style 15 **/
.pbmit-ihbox-style-15 .pbmit-ihbox-box{
	align-items: flex-start;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg{
	position: relative;
	display: inline-block;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-contents{
	position: relative;
	padding: 80px 0 0 70px;
}
.pbmit-ihbox-style-15 .pbmit-element-title{
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-15 .pbmit-element-subtitle{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.pbmit-ihbox-style-15 .pbmit-heading-desc{
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 32px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image){
	position: absolute;
	left: 0;
	top: 0;
	font-size: 150px;
	line-height: 150px;
	display: inline-block;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
	background: -webkit-linear-gradient(rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0.53) 67%, rgba(246, 246, 246, 0.3) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: -1;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper svg{
	fill: rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-team-style-1{
	margin-bottom: 30px;
	padding: 0 15px;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img,
.pbmit-team-style-1 .pbmit-featured-wrapper::after,
.pbmit-team-style-1 .pbmit-team-social-links li a,
.pbmit-team-style-1 .pbmit-team-social-links li,
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-1 .pbminfotech-box-social-links {
	transition: all .6s ease-in-out;
}
.pbmit-team-style-1 .pbmit-featured-wrap{
	position: relative;
	overflow: hidden;
	
}
.pbmit-team-style-1 .pbminfotech-post-item{
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 .pbminfotech-box-content{
	padding: 22px 0 0;
}
.pbmit-team-style-1 .pbmit-featured-wrapper{

}
.pbmit-team-style-1 .pbmit-featured-inner {
	position: relative;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img{
	width: 100%;
	
	transition: all .3s ease-out;
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-team-style-1 .pbmit-team-title{
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 0px;
}
.pbmit-team-style-1 .pbmit-team-btn{
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 9;
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text{
	width: 50px;
	height: 50px;
	font-size: 18px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-text{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-team-style-1 .pbminfotech-box-social-links{
	text-align: center;
	position: absolute;
	bottom: 50px;
	right: 0;
	transform: translateY(10px);
	opacity: 0;
	padding: 3px;
}
.pbmit-team-style-1 .pbminfotech-box-social-links ul{
	display: flex;
	flex-direction: column-reverse;
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbminfotech-box-social-links{
	transform: translateY(-25px);
	opacity: 1;
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-social-links li{
	display: block;
	margin: 0;
	padding: 0 !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:nth-child(1){
	transition-delay: 750px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(1){
	transform: translate(0, 0);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(2){
	transition-delay: 700px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(2){
	transform: translate(0, 43px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(3){
	transition-delay: 650px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(3){
	transform: translate(0, 86px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(4){
	transition-delay: 800px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(4){
	transform: translate(0, 129px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(5){
	transition-delay: 850px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(5){
	transform: translate(0, 172px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:first-child{
	margin-top: 0;
}
.pbmit-team-style-1 .pbmit-team-social-links li a{
	display: inline-block;
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	background: transparent;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-team-style-1 .pbmit-team-social-links li a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 .pbmit-circle {
	position: relative;
	display: inline-block;
}
.pbminfotech-ele-fid-style-1 .pbmit-circle canvas {
	transform: rotate(0deg) translate(0px, 4px);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	
	height:105px;
	width:105px;
	top: 50%;
	left: 50%;
	font-size: 20px;
	line-height: 29px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	transform: translate(-50%, -50%);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-sub .pbmit-fid-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-sub {
	margin-left: 15px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sup 
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner span{ 
	margin: 0 2px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sup {
	top: -7px;
	font-size: 15px;
	line-height: 15px;
	margin: 0 2px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub {
	top: inherit;
	bottom: -2px;
}
.pbmit-bg-color-blackish .pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-sub .pbmit-fid-title{
	color: var(--pbmit-white-color);
}
/* With Class */
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-sub .pbmit-fid-title {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	font-weight: 600 !important;
}
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	font-size: 20px;
	line-height: 20px;
	border-radius: 50%;
}
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-sub{
	margin: 0 0 0 20px;
}
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-circle canvas{
	transform: rotate(0deg) translate(0px, 3px);
}
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-circle canvas{
	height: 117px;
	width: 117px;
}
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	height: 90px;
	width: 90px;
}
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-sub .pbmit-fid-title {
	color: var(--pbmit-global-color);
}


/** Style 2 **/
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	font-size: 90px;
	line-height: 90px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	color: var(--pbmit-global-color);
	margin: 0 0 0 10px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-icon-title{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-2 .pbmit-icon-type-icon i{
	color: var(--pbmit-global-color);
	font-size: 22px;
	line-height: 22px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-svg-wrapper svg,
.pbminfotech-ele-fid-style-2 .pbmit-sbox-icon-wrapper svg{
	fill: var(--pbmit-global-color);
	stroke: var(--pbmit-global-color);
	width: 20px;
	height: 20px;
}
.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 {
	margin-left: -20px;
	top: -30px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sup {
	margin-right: -20px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub {
	margin-left: -14px;
	bottom: -2px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sub {
	margin-right: -14px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid span{
	margin-left: -22px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before span{
	margin-right: -22px;
}
/** Style 3 **/
.pbminfotech-ele-fid-style-3 .pbmit-circle{
	position: relative;
	display: inline-block;
}
.pbminfotech-ele-fid-style-3 .pbmit-circle canvas{
	transform: rotate(0deg) translate(0px, 4px);
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	
	height:127px;
	width:127px;
	top: 50%;
	left: 50%;
	font-size: 26px;
	line-height: 30px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	transform: translate(-50%, -50%);
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-title{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
	font-weight: 600;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-sub{
	margin: 20px 0 0 0;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner span{
	margin: 0 2px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup{
	top: -7px;
	font-size: 15px;
	line-height: 15px;
	margin: 0 2px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub{
	top: inherit;
	bottom: -2px;
}
/** Style 4 **/
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
	font-size: 80px;
	line-height: 80px;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
	color: var(--pbmit-global-color);
	margin: 0 0 5px 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sup {
	font-size: 50px;
	line-height: 50px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-4 .pbmit-fid sup {
	margin-left: -20px;
	top: -30px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-before sup {
	margin-right: -20px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sub {
	margin-left: -14px;
	bottom: -2px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-before sub {
	margin-right: -14px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid span{
	margin-left: -22px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid-before span{
	margin-right: -22px;
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-1 .pbmit-featured-wrapper img{
	transition: all 0.5s ease-in-out;
}
.pbmit-service-style-1,
.pbmit-service-style-1 .pbminfotech-post-item{
	position: relative;
}
.pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap{
	padding: 20px 20px 40px;
	background-color: transparent;
	position: relative;
	z-index: 1;
}
.pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--pbmit-light-color);
	
}
.pbmit-elmentor-bg-color-secondary .pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before,
.pbmit-text-color-white .pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before{
	background-color: var(--pbmit-white-color);
}
.pbmit-service-style-1 .pbmit-featured-wrapper{
	overflow: hidden;
	
	margin-bottom: 25px;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img{
	width: 100%;
}
.pbmit-service-style-1:hover .pbmit-featured-wrapper img{
	transform: scale(1.1);
}
.pbmit-service-style-1 .pbmit-box-content-inner{
	padding: 0 10px;
}
.pbmit-service-style-1 .pbmit-service-title{
	position: relative;
	font-size: 28px;
	line-height: 36px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-1 .pbminfotech-box-number{
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-1 .pbmit-service-description{
	position: relative;
	color: #666;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	padding: 20px 20px 0 0;
	margin: 55px 25px 0 0;
}
.pbmit-service-style-1 .pbmit-service-description::before{
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: rgba(var(--pbmit-blackish-color-rgb), .3);
	transition: all .6s ease-in-out;
}
.pbmit-service-style-1:hover .pbmit-service-description::before{
	width: 100%;
}
.pbmit-service-style-1 .pbmit-service-description p{
	margin: 0;
}
.pbmit-service-style-1 .pbmit-service-icon,
.pbmit-service-style-1 .pbmit-serv-cat{
	display: none;
}
.pbmit-service-style-1.pbmit-ele-service .pbmit-service-btn{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
	z-index: 1;
}
.pbmit-bg-color-secondary .pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before{
	background-color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbmit-service-style-2 .pbmit-service-image-wrapper{
	transition: all .5s ease-in-out
}
.pbmit-service-style-2{
	position: relative
}
.pbmit-service-style-2 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
	transition: all .8s ease-in-out;
	
}
.pbmit-service-style-2 .pbmit-service-image-wrapper img{
	
	transition: all .4s ease-in-out;
	width: 100%
}
.pbmit-service-style-2:hover .pbmit-service-image-wrapper img{
	transform: scale(1.05)
}
.pbmit-service-style-2 .pbmit-featured-wrapper::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 73%);
}
.pbmit-service-style-2 .pbminfotech-box-content{
	position: relative;
}
.pbmit-service-style-2 .pbmit-content-box{
	position: absolute;
	bottom: 30px;
	left: 40px;
	z-index: 1;
	width: calc(100% - 30%);
}
.pbmit-service-style-2 .pbmit-service-title{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
}
.pbmit-service-style-2 .pbmit-service-title a{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-service-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-service-style-2 .pbmit-serv-cat{
	display: none;
}
.pbmit-service-style-2 .pbmit-service-icon{
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 2;
}
.pbmit-service-style-2 .pbmit-service-icon img{
	width: 40px;
	height: 40px
}
.pbmit-service-style-2 .pbmit-service-icon i{
	font-size: 40px;
	line-height: 40px;
	color: var(--pbmit-white-color)
}
.pbmit-service-style-2 .pbmit-service-icon svg{
	fill: var(--pbmit-white-color)
}
.pbmit-service-style-2 .pbmit-service-description{
	height: 0;
	opacity: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: var(--pbmit-white-color);
}
.pbmit-service-style-2:hover .pbmit-service-description{
	opacity: 1;
	height: 60px;
}
.pbmit-service-style-2.pbmit-ele-service .pbmit-service-btn{
	color: var(--pbmit-white-color);
	background-color:#f6f6f600;
	z-index:2;
	
}
.pbmit-service-btn{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
	letter-spacing: -.25px;
    text-transform: capitalize;
	font-style: normal;
}
.pbmit-service-style-2 .pbminfotech-post-item{
	position: relative;
}
.pbmit-ele-blog .pbmit-blog-btn, 
.pbmit-ele-service .pbmit-service-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    transform: translate3d(0, 0, 0) rotateZ(0);
    transform-style: preserve-3d;
    
    transition: all .5s ease-in-out 0s;
}
.pbmit-ele-service:hover .pbmit-service-btn {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}
/** Style 3 **/
.pbmit-service-style-3 .pbmit-service-image-wrapper{
	transition: all .5s ease-in-out
}
.pbmit-service-style-3 .pbminfotech-post-item,
.pbmit-service-style-3{
	position: relative
}
.pbmit-service-style-3 .pbminfotech-box-number{
	position: absolute;
	right: 60px;
	top: 50px;
	font-size: 48px;
	line-height: 48px;
	z-index: 2;
	color: rgba(var(--pbmit-white-color-rgb), .52);
}
.pbmit-service-style-3 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
	transition: all .8s ease-in-out;
}
.pbmit-service-style-3 .pbmit-service-image-wrapper img{
	
	transition: all .4s ease-in-out;
	width: 100%
}
.pbmit-service-style-3:hover .pbmit-service-image-wrapper img{
	transform: scale(1.05)
}
.pbmit-service-style-3 .pbmit-featured-wrapper::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 73%);
}
.pbmit-service-style-3 .pbminfotech-box-content{
	position: relative;
}
.pbmit-service-style-3 .pbmit-content-box{
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 1;
	width: calc(100% - 50%);
}
.pbmit-service-style-3 .pbmit-service-title{
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 0;
}
.pbmit-service-style-3 .pbmit-service-title a{
	color: var(--pbmit-white-color)
}
.pbmit-service-style-3 .pbmit-serv-cat{
	display: none;
}
.pbmit-service-style-3 .pbmit-service-icon{
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 2;
}
.pbmit-service-style-3 .pbmit-service-icon img{
	width: 50px;
	height: 50px
}
.pbmit-service-style-3 .pbmit-service-icon i{
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-white-color)
}
.pbmit-service-style-3 .pbmit-service-icon svg{
	fill: var(--pbmit-white-color)
}

/*----------------------------------------*/
/*  05 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 .pbmit-featured-wrapper img,
.pbmit-blog-style-1 .pbmit-featured-container .pbmit-blog-btn{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-1 .pbmit-featured-container{
	position: relative;
	overflow: hidden;
	
	margin: 0 0 25px;
}
.pbmit-blog-style-1 .pbmit-post-title{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-1 .pbmit-featured-wrapper,
.pbmit-blog-style-1 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%;
	
}
.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-blog-btn{
	top: 30px;
	right: 30px;
	bottom: inherit;
}
.pbmit-ele-blog.pbmit-blog-style-1:hover .pbmit-blog-btn{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-post-author span {
	margin-right: 3px;
	display: inline-block;
}
.pbmit-blog-style-1 .pbmit-meta-line i {
	font-size: 18px;
	margin-right: 3px;
	color: var(--pbmit-global-color);
}
/** Style 2 **/
.pbmit-blog-style-2 .pbmit-featured-wrapper img,
.pbmit-blog-style-2 .pbmit-featured-container .pbmit-blog-btn,
.pbmit-blog-style-2 .pbmit-featured-wrapper::before{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-2 .post-item{
	position: relative;
}
.pbmit-blog-style-2 .pbminfotech-content-inner{
	display: flex;
	align-items: center;
}
.pbmit-blog-style-2 .pbmit-featured-img-wrapper{
	margin-right: 35px;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper img{
	max-width: 110px;
	height: 110px;
	
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}
.pbmit-blog-style-2:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-2 .pbmit-post-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-blog-style-2 .pbmit-post-title,
.pbmit-blog-style-2 .pbmit-post-title a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-meta-line {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.pbmit-meta-line, 
.pbmit-meta-line a {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #666;
}
.pbmit-blog-style-2 .pbmit-meta-line i{
	font-size: 20px;
	line-height: 20px;
	color: var(--pbmit-global-color);
}
.blog-one-left-col .pbmit-blog-style-2:not(:last-child) .post-item,
.blog-three-right-col .pbmit-blog-style-2:not(:last-child) .post-item{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),.15);
}
.pbmit-blog-style-2 .pbmit-post-author span{
	margin-right: 3px;
	display: inline-block;
}
/** Style 3 **/
.pbmit-blog-style-3{
	margin-bottom: 30px;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper img,
.pbmit-blog-style-3 .pbmit-featured-wrapper::before,
.pbmit-blog-style-3 .pbmit-featured-wrapper::after,
.pbmit-blog-style-3 .pbmit-post-title::before{
	transition: all 0.6s ease-in-out;
}
.pbmit-blog-style-3 .post-item{
	
	position: relative;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper{
	position: relative;
	display: none;
	overflow: hidden;
	
}
.pbmit-blog-style-3 .pbmit-featured-wrapper::before{
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	z-index: 1;
}
.pbmit-blog-style-3 .pbmit-featured-container{
	background: var(--pbmit-white-color);
	
	flex: 1 1 0%;
	max-width: 385px;
}
.pbmit-blog-style-3 .pbmit-bg-image{
	
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.pbmit-blog-style-3 .pbminfotech-box-wrap{
	flex: 1 1 0%;
	position: relative;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%;
	
}
.pbmit-blog-style-3:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pbmit-blog-style-3 .pbmit-date-admin-wraper{
	margin-bottom: 15px;
}
.pbmit-blog-style-3 .pbmit-meta-line i{
	font-size: 20px;
	line-height: 20px;
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-3 .pbmit-meta-line{
	margin-right: 12px;
}
.pbmit-blog-style-3 .pbmit-meta-line:last-child{
	margin-right: 0;
}
.pbmit-blog-style-3 .pbminfotech-box-content{
	padding: 130px 68px;
	background: transparent;
	padding-bottom: 0;
	min-height: 500px;
	z-index: 1;
	position: relative;
}
.pbmit-blog-style-3 .pbminfotech-box-content::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--pbmit-light-color);
	z-index: -1;
}
.pbmit-blog-style-3 .pbmit-post-title{
	font-size: 30px;
	line-height: 36px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-blog-style-3 .pbmit-post-title a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-blog-style-3 .pbmit-blog-btn{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
	right: 10px;
	z-index: 1;
}
.pbmit-button-icon i:before{
	font-weight: 600;
}
.pbmit-blog-style-3:hover .pbminfotech-box-wrap .pbmit-blog-btn{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-3 .pbmit-post-author span{
	margin-right: 3px;
	display: inline-block;
}

/*----------------------------------------*/
/*  06 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-post-item{
	position: relative;
}
.pbmit-testimonial-style-1 .pbmit-box-content-wrap{
	padding: 45px 55px 50px;
	position: relative;
	background-color: transparent;
	z-index: 1;
}
.pbmit-testimonial-style-1 .pbmit-box-content-wrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--pbmit-light-color);
	
	z-index: -1;
}
.pbmit-element-testimonial-style-1 .pbmit-ele-header-area{
	position: relative;
	padding: 80px 70px 0 50px;
}
.pbmit-element-testimonial-style-1 .pbmit-ele-header-area::before{
	font-family: "pbminfotech-base-icons";
	content: '\e826';
	position: absolute;
	left: -130px;
	top: -10px;
	font-size: 300px;
	line-height: 300px;
	display: inline-block;
	background: rgba(var(--pbmit-blackish-color-rgb), 0.03);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: -1;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 400;
	color: var(--pbmit-global-color);
	margin-top:30px;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img{
	width: 65px;
	height: 65px;
	
}
.pbmit-testimonial-style-1 .pbminfotech-box-img{
	position: absolute;
	right: 0;
	bottom: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text{
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 20px 0 30px;
	border: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-1 .pbminfotech-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings{
	font-size: 12px;
	line-height: 12px;
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active{
	color: #ffa72a;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail{
	font-size: 12px;
}
.pbmit-bg-color-light .pbmit-testimonial-style-1 .pbmit-box-content-wrap::before{
	background-color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 22px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	color: rgba(var(--pbmit-global-color-rgb),0.6);
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
	color: #ffa72a;
}
.pbmit-testimonial-style-2 blockquote {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	border: 0;
	margin-bottom: 30px;
	color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-2 .pbminfotech-box-content{
	position: relative;
	display: flex;
	background-color: var(--pbmit-light-color);
	
	padding: 5px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-content-inner{
	padding: 60px 55px;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper {
	position: relative;
}
.pbmit-element-testimonial-style-2 .pbmit-ele-header-area{
	position: relative;
	padding: 80px 70px 0 90px;
}
.pbmit-element-testimonial-style-2 .pbmit-ele-header-area::before{
	font-family: "pbminfotech-base-icons";
	content: '\e826';
	position: absolute;
	left: 0;
	top: -45px;
	font-size: 300px;
	line-height: 300px;
	display: inline-block;
	color: rgba(var(--pbmit-white-color-rgb), 0.2);
	background: -webkit-linear-gradient(rgba(108,79,54,1) 0%,rgba(81,64,49,0.3) 99%,rgba(81,64,49,0.3) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 30%;
	z-index: -1;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper{
	width: 370px;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
	
}
.pbmit-testimonial-style-2 .pbminfotech-box-title {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail{
	font-size: 12px;
	color: var(--pbmit-blackish-color);
}
/** Style 3 **/
.pbmit-testimonial-style-3 .pbminfotech-post-item,
.pbmit-element-testimonial-style-3 .pbmit-ele-header-area{
	position: relative;
}
.pbmit-element-testimonial-style-3 .pbmit-ele-header-area::before{
	font-family: "pbminfotech-base-icons";
	content: '\e886';
	position: absolute;
	right: -63%;
	top: -23px;
	font-size: 290px;
	line-height: 290px;
	display: inline-block;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
	background: -webkit-linear-gradient(rgba(196,196,196,1) 0%,rgba(254,254,254,0.3) 99%,rgba(255,255,255,0.3) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.2;
	z-index: -1;
}
.pbmit-testimonial-style-3 .pbminfotech-box-title{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-3 .pbmit-featured-wrapper{
	width: 80px;
	margin-right: 20px;
}
.pbmit-testimonial-style-3 .pbmit-featured-wrapper img{
	width: 80px;
	height: 80px;
	
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-text{
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	padding: 10px 0 30px;
	border: 0;
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-3 .pbminfotech-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings{
	font-size: 12px;
	line-height: 12px;
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active{
	color: #ffa72a;
}

/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.pbmit-header-overlay {
    position: absolute;
    z-index: 9999;
    width: 100%;
	    background: #fff;
    position: fixed;
	    box-shadow: 0 0 20px #16030021;
}
.site-title {
    margin: 0;
    padding: 0;
    display: flex;
	align-items: center;
    vertical-align: middle;
    text-align: center;
    width: 100%;
	height: 100px;
	transition: none;
    line-height: inherit;
}
.site-title a {
    display: flex;
    align-items: center;
}
.site-header .pbmit-header-search-btn{
	padding-right: 15px;
}
.site-header .pbmit-header-search-btn a{
	font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
}
.site-header .pbmit-header-search-btn a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-right-box .pbmit-button-box-second {
    padding-right: 35px;
}
/** Header Style 1 **/
.header-style-1 .site-branding{
	
    position: relative;
    padding: 0 20px;
    margin-right: 20px;
	background-color: var(--pbmit-white-color);
}
.header-style-1 .site-branding .pbmit-top-right-corner {
    top: 4px;
    right: -20px;
    transform: rotate(-180deg);
}
.header-style-1 .site-branding .pbmit-bottom-left-corner {
    bottom: -24px;
    left: 0;
    transform: rotate(-180deg);
}
.pbmit-button-box {
    display: flex;
    align-items: center;
    padding: 0;
}
.header-style-1 .pbmit-header-button-text-2 {
    display: none;
}
.header-style-1 .site-navigation ul.navigation > li > a{
	color: var(--pbmit-secondary-color);
}
.header-style-1 .pbmit-header-search-btn a{
	color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    border-width: 0 !important;
}
/** Header Style 2 **/
.header-style-2 .pbmit-pre-header-wrapper{
	color: var(--pbmit-white-color);
}
.header-style-2.site-header .pbmit-social-links li:not(:last-child),
.header-style-3.site-header .pbmit-social-links li:not(:last-child){
	padding-right: 15px;
}
.site-header .pbmit-pre-header-wrapper .pbmit-social-links li i{
	margin: 0;
	font-size: 15px;
}
.header-style-2 .pbmit-pre-header-wrapper .pbmit-social-links li a:hover{
	color: var(--pbmit-blackish-color);
}
.site-header .pbmit-pre-header-wrapper .pbmit-pre-header-right {
    display: flex;
    align-items: center;
}
.site-header .pbmit-contact-info li i {
	font-size: 15px;
	margin-right: 8px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: var(--pbmit-global-color);
}
.header-style-2 .site-branding .site-title{
	height: 85px;
}
.header-style-2 .pbmit-button-box-second .pbmit-btn-outline{
	color: var(--pbmit-blackish-color);
}
.header-style-2 .pbmit-button-box-second .pbmit-btn-outline:hover{
	color: var(--pbmit-global-color);
}
/** Header Style 3 **/
.header-style-3.site-header .pbmit-social-links li a{
	color: var(--pbmit-blackish-color);
}
.header-style-3.site-header .pbmit-social-links li a:hover{
	color: var(--pbmit-global-color);
}
.header-style-3 .site-branding .site-title{
	height: 85px;
}
.header-style-3 .pbmit-button-box-second .pbmit-button-text {
	color: var(--pbmit-blackish-color);
}
.header-style-3 .pbmit-button-box-second .pbmit-btn:hover .pbmit-button-text {
	color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
/** Footer Style 1 **/
.site-footer{
	font-size: 16px;
	position: relative;
}
.footer-style-1,
.footer-style-1 a{
	color: rgba(var(--pbmit-white-color-rgb),1);
}
.footer-style-1,
.footer-style-1::before {
	
}
.footer-style-1::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
}
.footer-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-style-1 .pbmit-footer-widget-area{
	padding-top: 40px;
}
.site-footer .widget {
    padding-top: 60px;
    position: relative;
}
.site-footer .pbmit-two-column-menu.widget ul {
    display: flex;
    flex-wrap: wrap;
}
.site-footer .pbmit-two-column-menu.widget ul>li {
    width: 50%;
}
.site-footer .widget ul>li {
    padding: 0 0 15px 0;
    line-height: 20px;
}
.site-footer .widget ul>li:last-child{
	padding-bottom: 0;
}
.footer-style-1 .pbmit-two-column-menu.widget ul li a{
	color: rgba(var(--pbmit-white-color-rgb),1);
}
.footer-style-1 .pbmit-two-column-menu.widget ul li a:hover{
	color: var(--pbmit-global-color);
}
.site-footer .widget ul a {
    display: inline-block;
}
.footer-style-1 .widget .pbmit-footer-logo {
    text-align: center;
}
.footer-style-1 .widget .pbmit-footer-logo img{
	padding: 10px 0 0 0;
}
.footer-style-1 .pbmit-footer-left span {
    display: block;
}
.footer-style-1 .pbmit-footer-left .pbmit-phone-number {
    margin-top: 3px;
}
.footer-style-1 .pbmit-footer-right {
    text-align: center;
}
.footer-style-1 .pbmit-footer-right-social {
    text-align: right;
}
.footer-style-1 .pbmit-social-li a{
	color: rgba(var(--pbmit-white-color-rgb),1);
}
.footer-style-1 .pbmit-social-li a:hover{
	color: var(--pbmit-global-color);
}
.site-footer .pbmit-footer-text-area {
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-style-1 .pbmit-footer-text-area {
    background: #000;
}
.footer-style-1 .pbmit-footer-text-inner {
    font-size: 16px;
}
.footer-style-1 .pbmit-footer-text-area .col-md-12 {
    text-align: center;
}
/** Footer Style 2 **/
.footer-style-2{
	color: var(--pbmit-blackish-color);
	padding: 40px 0 80px;
}
.footer-style-2 .pbmit-footer-widget-area{
	padding-top: 0;
}
.footer-style-2 .pbmit-footer-widget-area .widget_text{
	font-size: 16px;
    line-height: 26px;
}
.footer-style-2 .pbmit-footer-logo img{
	height: 40px;
}
.footer-style-2 .pbmit-footer-big-area{
	padding: 10px 15px 40px;
}
.footer-style-2 .pbmit-footer-big-area .container {
    border: 1px solid var(--pbmit-global-color);
    background: var(--pbmit-white-color);
    
}
.footer-style-2 .pbmit-footer-big-area .pbmit-footer-left {
    padding: 40px 20px 40px 65px;
}
.footer-style-2 .pbmit-newsletter h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
}
.footer-style-2 .pbmit-footer-email-button {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.footer-style-2 .pbmit-footer-email-button input{
	height: 50px;
    font-size: 15px;
    width: 80%;
	font-weight: normal;
	padding: 15px 80px 15px 20px;
	border-radius: 36px;
    background: var(--pbmit-white-color);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
}
.footer-style-2 .pbmit-newsletter .pbmit-btn:after{
	display: none;
}
.footer-style-2 .pbmit-newsletter .pbmit-btn{
	width: 30%;
	position: absolute;
    top: 0;
    right: 0;
	padding: 0;
	height: 50px;
	border: none;
    line-height: normal;
	border-radius: 36px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.footer-style-2 .pbmit-newsletter .pbmit-btn:hover{
	background-color: var(--pbmit-blackish-color);
}
.footer-style-2 .pbmit-footer-social-area ul{
	text-align: right;
}

/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper{
	position: relative;
	z-index: 1;
	background-image: url(../image/titlebar-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
.pbmit-title-bar-wrapper,
.pbmit-title-bar-content{
	min-height: 570px;
}
.pbmit-title-bar-wrapper:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none!important;
}
.pbmit-title-bar-content{
	position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 100px 0px 0 ;
}
.pbmit-title-bar-content-inner{
	width: 100%;
}
.pbmit-title-bar-wrapper .pbmit-tbar,
.pbmit-title-bar-wrapper .pbmit-breadcrumb{
	display: block;
}
.pbmit-title-bar-content .pbmit-tbar-inner {
    max-width: none;
    padding: 0 !important;
	margin-bottom: 15px;
}
.pbmit-tbar-subtitle {
	padding-top: 5px;
	margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--pbmit-white-color);
    text-transform: capitalize;
    font-style: normal;
}
.pbmit-tbar-title{
	font-weight: 700;
    line-height: 60px;
	letter-spacing: 0;
    text-transform: none;
    font-style: normal;
	margin-bottom: 0px;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb,
.pbmit-title-bar-wrapper .pbmit-breadcrumb a{
	font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .5px;
    color: var(--pbmit-white-color);
    text-transform: capitalize;
    font-style: normal;	
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner {
    padding-left: 5px;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner span {
    display: inline-block;
    font-size: 15px;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner span i:before{
	margin: 0;
}
.pbmit-breadcrumb-inner .sep {
	line-height: 15px;
    top: 0px;
    position: relative;
	padding: 0 4px;
}
.pbmit-breadcrumb-inner i {
    font-size: 15px;
    color: var(--pbmit-white-color);
    display: inline-block;
}

/*----------------------------------------*/
/*  10 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
     position: relative; 
}
.overlap-wrapper { 
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    left: 0; 
    z-index: 9; 
}
.overlap-img,
.overlap-bg { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
}
.overlap-left {
     margin-left: -500px; 
}
.overlap-right { 
    margin-right: -500px; 
    width: auto; 
    left: 0; 
    right: 0; 
}
.overflow-hidden { 
    overflow: hidden; 
}
.content-element-text {
    position: relative; 
    z-index: 99; 
    padding-top: 60px; 
    padding-bottom: 40px; 
    padding-right: 30px; 
}

/*----------------------------------------*/
/*  11 - Accordion
/*----------------------------------------*/
.accordion-item{
	border: none ;
	position: relative;
	background-color: transparent;
	color: inherit;
    border-bottom: none;
	box-shadow: none;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
}
.accordion-item:last-child{
	border-bottom: none;
}
.accordion-button:not(.collapsed){
	box-shadow: none;
	color: var(--pbmit-blackish-color);
	background-color: transparent;
}
.accordion-button{
	display: inherit;
	margin: 0;
	border-radius: 0 !important;
	font-weight: 600;
	font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    outline: none;
	position: relative;
    padding: 25px 15px 25px 0;
    -webkit-transition: all 9s ease-in-out;
    transition: all 9s ease-in-out;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.accordion-item .pbmit-accordion-icon{
	font-size: 14px;
	position: relative;
	display: inline-block;
	width: auto;
    color: var(--pbmit-global-color);
}
.accordion-item:last-of-type{
	border-radius: 0;
}
.pbmit-accordion-icon.pbmit-accordion-icon-right{
	float: right;
    text-align: right;
}
.accordion-item.active .pbmit-accordion-icon-closed{
	display: none;
}
.accordion-item .pbmit-accordion-icon-closed{
	display: block;
}
.accordion-item .pbmit-accordion-icon-opened{
	display: none;
}
.accordion-item.active .pbmit-accordion-icon-opened{
	display: block;
}
.accordion-button::after{
	display: none;
}
.accordion .pbmit-accordion-icon svg{
	width: 1em;
    height: 1em;
	fill: var(--pbmit-global-color);
}
.pbmit-accordion-title:hover{
	color: var(--pbmit-global-color);
}
.accordion-body{
	padding: 0 30px 15px 0;
}
.accordion-body p{
	margin: 0;
	font-size: 15px;
}
.accordion-button:focus{
	box-shadow: none;
}

/*----------------------------------------*/
/*  12 - Circle Progress
/*----------------------------------------*/
.db-circle-overlay { 
    position: absolute; 
    top: 50%; 
    -khtml-transform: translateX(0%) translateY(-50%); 
    -moz-transform: translateX(0%) translateY(-50%); 
    -ms-transform: translateX(0%) translateY(-50%); 
    -o-transform: translateX(0%) translateY(-50%); 
    transform: translateX(0%) translateY(-50%); 
    left: 0; 
    width: 100%; 
    text-align: center 
}
.db-fidbox-style-2 .db-circle-w { 
    position: relative; 
    text-align: center 
}
.db-fidbox-style-2 .db-fid-title { 
    text-align: center;
    color: #fff; 
    font-size: 14px; 
    font-weight: 600; 
    margin-top: 0 
}
.db-fidbox-style-2 .db-circle-number sub,
.db-fidbox-style-2 .db-circle-number { 
    font-size: 20px;
    color: #fff; 
    font-weight: bold 
}
.db-fidbox-style-2 .db-circle-number sub {
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title { 
    font-size: 18px; 
    line-height: 20px; 
    margin-top: 0 
}
.db-fidbox-style-1 .db-fid-title-w,
.db-fidbox-style-1 .db-circle-w {
    display: inline-block 
}
.db-fidbox-style-1 .db-fid-title-w { 
    width: 43%; 
    margin-left: 12px 
}
.db-fidbox-style-1 .db-circle-w {
    width: 122px; 
    position: relative; 
    vertical-align: top 
}
.db-fidbox-style-1 .db-circle-number sub,
.db-fidbox-style-1 .db-circle-number {
    font-size: 20px; 
    font-weight: bold 
}
.db-fidbox-style-1 .db-circle-number sub { 
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title-w { 
    position: absolute; 
    top: 50%; 
    -khtml-transform: translateX(0%) translateY(-50%); 
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%); 
    -o-transform: translateX(0%) translateY(-50%); 
    transform: translateX(0%) translateY(-50%)
}
.db-fidbox-style-1 .db-fid-title-w h3 { 
    margin-bottom: 0 
}
.db-circle canvas { 
    image-rendering: optimizeSpeed; 
    image-rendering: -moz-crisp-edges; 
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: -o-crisp-edges; 
    image-rendering: pixelated; 
    -ms-interpolation-mode: nearest-neighbor; 
}
.db-circle canvas { 
    max-width: 100%; 
    height: auto !important 
}
.db-overlap-row { 
    position: relative; 
    z-index: 1 
}
.db-overlap-row-section { 
    position: relative; 
    z-index: 2 
}

/*----------------------------------------*/
/*  13 - List Group
/*----------------------------------------*/
.list-group-borderless .list-group-item {
	display: flex;
    font-size: inherit;
	align-items: center;
	padding-bottom: calc(5px/2);
	padding: 0;
	margin-bottom: 5px;
	color: var(--pbmit-blackish-color);
    position: relative;
    border: none;
    background: transparent;
}
.list-group-borderless .list-group-item:not(:first-child){
	margin-top: calc(10px/2);
}
.list-group .pbmit-icon-list-icon{
	color: var(--pbmit-blackish-color);
	display: flex;
    position: relative;
	top: 0px;
	line-height: normal;
}
.list-group .pbmit-icon-list-icon i{
    width: 1.25em;
	line-height: inherit;
	font-size: 14px;
    color: var(--pbmit-global-color);
}
.list-group .pbmit-icon-list-text{
	font-size: 16px;
	line-height: 26px;
	padding-left: 10px;
    margin-bottom: 0;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

/*----------------------------------------*/
/*  14 -  Portfolio
/*----------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1{
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content{
	position: absolute;
	top: inherit;
	bottom: 32px;
	left: 40px;
	right: 40px;
	z-index: 2;
}
.pbmit-portfolio-style-1 .pbmit-port-cat a{
	font-size: 12px;
	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-white-color);
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title,
.pbmit-portfolio-style-1 .pbmit-portfolio-title a{
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title a:hover{
	color: var(--pbmit-global-color);
}
.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%;
	
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img{
	transform: scale(1.001) rotate(0);
}
.pbmit-element-portfolio-style-1 .pbmit-element-inner .swiper-wrapper{
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.pbmit-portfolio-style-1 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
	
}
.pbmit-portfolio-style-1 .pbminfotech-post-content::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to top, rgba(var(--pbmit-secondary-color-rgb), 1) 0%,rgba(var(--pbmit-secondary-color-rgb), 0) 52%,rgba(var(--pbmit-secondary-color-rgb), 0) 73%);
}
/** Style 2 **/
.pbmit-portfolio-style-2{
	overflow: hidden;
}
.pbmit-portfolio-style-2 .pbminfotech-box-content{
	position: absolute;
	top: inherit;
	bottom: 40px;
	left: 40px;
	right: 40px;
	padding: 25px 30px;
	opacity: 0;
	
	word-break: break-word;
	transform: translateY(100%) scale(0.7);
	background: var(--pbmit-white-color);
	transition: all .5s;
}
.pbmit-portfolio-style-2:hover .pbminfotech-box-content{
	transition: all .5s;
	opacity: 1;
	transform: translateY(0);
}
.pbmit-portfolio-style-2 .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-2 .pbmit-port-cat a:hover{
	color: var(--pbmit-secondary-color);
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title:hover{
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper img{
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.pbmit-portfolio-style-2:hover .pbmit-featured-wrapper img{
	transform: scale(1.001) rotate(0);
}
.pbmit-portfolio-style-2 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
	
}
/** Style 3 **/
.pbmit-portfolio-style-3{
	margin-bottom: 30px;
	/* padding-left: 15px;
	padding-right: 15px; */
}
.pbmit-portfolio-style-3 .pbminfotech-post-content{
	position: relative;
}
.pbmit-portfolio-style-3 .pbminfotech-box-content{
	opacity: 0;
	transition: all .2s;
	transform: scale(0.9);
	max-width: unset;
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 30px;
	background: rgba(var(--pbmit-global-color-rgb),.9);
	will-change: opacity;
	
}
.pbmit-portfolio-style-3:hover .pbminfotech-box-content{
	opacity: 1;
	transition: all .2s;
	transform: scale(1);
}
.pbmit-portfolio-style-3 .pbmit-port-cat,
.pbmit-portfolio-style-3 .pbmit-port-cat a{
	color: var(--pbmit-white-color);
	font-size: 14px;
}
.pbmit-portfolio-style-3 .pbmit-title:hover,
.pbmit-portfolio-style-3 .pbmit-port-cat a:hover{
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-title a,
.pbmit-portfolio-style-3 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	color: var(--pbmit-white-color);
	margin-bottom: 0;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
	
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper img{
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	
}
.pbmit-portfolio-style-3:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.pbmit-portfolio-style-3:hover .pbmit-portfolio-btn{
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn i{
	font-size:22px;
	line-height:26px;
	color: var(--pbmit-white-color);
	z-index: 1;
	position: relative;
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn a:hover i{
	color: var(--pbmit-white-color);
}
.pbmit-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

/*----------------------------------------*/
/*  15 - Client
/*----------------------------------------*/
/** Style 1 **/
.pbmit-hide{
	display: none;
}
.pbmit-client-style-1 .pbmit-border-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 70px;
}
.pbmit-client-style-1 .pbmit-client-wrapper {
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	position: relative;
    text-align: center;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-border-wrapper{
	transition: all .4s ease-in;
}
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-featured-wrapper {
	transform: translateY(100%);
}
/** Style 3 **/
.pbmit-client-style-3 .pbmit-border-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 0;
}
.pbmit-client-style-3 .pbmit-client-wrapper {
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	position: relative;
	text-align: center;
	transition: transform .4s ease,-webkit-transform .4s ease;
}
.pbmit-client-style-3 .pbmit-border-wrapper{
	transition: all .4s ease-in;
}
.pbmit-client-style-3 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-3 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-3 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-3:hover .pbmit-client-with-hover-img .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-3:hover .pbmit-client-with-hover-img .pbmit-featured-wrapper {
	transform: translateY(100%);
}
.pbmit-client-style-3 .pbmit-featured-wrapper img{
	opacity: .7;	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pbmit-client-style-3 .pbmit-client-hover-img img{
	filter: brightness(150);
}

/*----------------------------------------*/
/* 16 - Pricing
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-pricing-table-box,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:hover .pbmit-head-wrap::before{
	transition: all 0.6s ease-in-out;
}
.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap{
	position: relative;
	text-align: center;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-head-wrap::before{
	content: "";
	position: absolute;
	background-color: var(--pbmit-secondary-color);
	width: 0%;
	height: 1px;
	bottom:-1px;
	left: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbmit-head-wrap::before,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbmit-head-wrap::before{
	background-color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbmit-head-wrap,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbmit-head-wrap{
	border-color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:hover .pbmit-head-wrap::before{
	width: 100%;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading{
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
	color: var(--pbmit-global-color);
	margin-bottom: 25px;
	font-weight: 600;
	border: 1px solid var(--pbmit-global-color);
	
	display: inline-block;
	padding: 0 20px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbminfotech-ptable-heading,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbminfotech-ptable-heading{
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbmit-ptable-line,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbmit-ptable-line,

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbminfotech-ptable-frequency,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbminfotech-ptable-frequency,

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbmit-ptable-price-w,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbmit-ptable-price-w{
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-wrapper{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
	background-color: var(--pbmit-white-color);
	position: relative;
	padding: 45px 40px;
	
	border:1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbmit-pricing-table-box,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbmit-pricing-table-box{
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol{
	font-size: 50px;
	line-height: 50px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price{
	font-size: 90px;
	line-height: 90px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-price-w{
	display: flex;
	align-items: flex-start;
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency{
	color: var(--pbmit-blackish-color);
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	color: var(--pbmit-blackish-color);
	position: relative;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner{
	padding: 25px 0 0px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line{
	margin-bottom: 10px;
	position: relative;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line:last-child{
	margin-bottom: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line .pbmit-ptable-line-svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i{
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-btn .pbmit-button a{
	padding: 14px 30px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border: none;
	width: 100%;	
	position: relative;
    display: inline-block;
	
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-btn .pbmit-button a:hover{
	background-color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(even) .pbmit-button a,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-button a{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col.pbmit-ptable-col:nth-child(odd) .pbmit-button a{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col.pbmit-ptable-col:nth-child(odd) .pbmit-button a:hover{
	background-color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line .pbmit-ptable-line-svg{
	display: inline-block;
	margin-right: 5px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line svg{
	width: 15px;
	height: 15px;
	margin: 0 15px 0 0;
	fill: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-btn{
	text-align: center;
	margin-top: 40px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-button .pbmit-button-text{
	font-family: var(--pbmit-btn-typography-font-family);
	font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.25px;
    text-transform: capitalize;
    font-style: normal;
}
.pbminfotech-ele-ptable-style-1 .pbmit-button .pbmit-button-wrapper .pbmit-button-text{
	position: relative;
	overflow: hidden;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-pricing-table-box:hover{
	transform: translateY(-5px);
}
.pbminfotech-ele-ptable-style-1 .pbmit-button i{
	display: none;
}

/* --------------------------------------
* 17 - Sortable
* ---------------------------------------*/
.pbmit-sortable-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}
.pbmit-sortable-list-ul li {
	display: contents;
	line-height:40px;
}
.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: 400;
	min-width: 100px;
	
}
.pbmit-sortable-list a.pbmit-selected {
	background: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 18 - Img Animation
* ---------------------------------------*/
.pbmit-animation-style1,
.pbmit-animation-style2,
.pbmit-animation-style3,
.pbmit-animation-style4{
	display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.pbmit-animation-style1 img,
.pbmit-animation-style2 img,
.pbmit-animation-style3 img,
.pbmit-animation-style4 img{
	transform-origin: 50% 50%;
	transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

/* --------------------------------------
* 19 - Marquee
* ---------------------------------------*/
/** Style 1 **/
.pbmit-marquee-effect-style-1 .pbmit-element-title{
	font-size:90px;
	line-height: 120px!important;
	position: relative!important;
	overflow: visible!important;
	display: flex;
	overflow: visible!important;
	text-shadow: 1px 1px 0 rgba(var(--pbmit-blackish-color-rgb) ,.2), -1px -1px 0 rgba(var(--pbmit-blackish-color-rgb) ,.2), 1px -1px 0 rgba(var(--pbmit-blackish-color-rgb) ,.2), -1px 1px 0 rgba(var(--pbmit-blackish-color-rgb) ,.2), 1px 1px 0 rgba(var(--pbmit-blackish-color-rgb) ,.2);
	-webkit-text-fill-color: var(--pbmit-white-color);
	-webkit-text-stroke-width: 0;
	color: transparent;
	letter-spacing: -1px;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover{
	text-shadow: 1px 1px 0 rgba(var(--pbmit-global-color-rgb) ,.2), -1px -1px 0 rgba(var(--pbmit-global-color-rgb) ,.2), 1px -1px 0 rgba(var(--pbmit-global-color-rgb) ,.2), -1px 1px 0 rgba(var(--pbmit-global-color-rgb) ,.2), 1px 1px 0 rgba(var(--pbmit-global-color-rgb) ,.2);
}
.pbmit-marquee-effect-style-1 .pbmit-element-title::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	-webkit-text-fill-color: var(--pbmit-global-color);
	-webkit-text-stroke: transparent;
	max-width: 0;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover::before{
	max-width: 100%;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper{
	padding-left: 100px;
	margin-left: 50px;
	position: relative;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
	content: "+";
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 90px;
	line-height: 90px;
	transform: translateY(-50%);
	font-weight: 700;
	color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

/* --------------------------------------
* 20 - Tab
* ---------------------------------------*/
.pbmit-tab {
	display: flex;
	align-items: center;
}
.pbmit-tab .nav-tabs{
	margin: 0;
	display: block;
	border: none;
}
.pbmit-tab .nav .nav-item a.active{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-color: var(--pbmit-global-color);
}
.pbmit-tab .nav .nav-item a{
	padding: 5px 5px 5px 40px;
    margin-bottom: 20px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    width: 347px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
	font-weight: 700;
}
.pbmit-tab .nav-tabs i{
	display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    
    text-align: center;
    background: var(--pbmit-light-color);
    color: var(--pbmit-global-color);
    transition: all 0.3s ease-in;
}
.pbmit-tab .nav-tabs .nav-link.active i{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-tab .tab-content{
	padding-left: 75px;
}
.pbmit-tab .tab-content .tab-pane.active{
    animation: pbmit-faded 3s;
}
@keyframes pbmit-faded{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.pbmit-tab .pbmit-tab-img img {
    
}
.pbmit-tab .pbmit-tab-list {
    padding-left: 80px;
}
.pbmit-tab .pbmit-tab-list .list-group{
	margin-top: 40px;
}
.pbmit-tab .pbmit-tab-list h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
}

/* --------------------------------------
* 21 - Banner Slider
* ---------------------------------------*/
.pbmit-slider-area .transform-top{
	opacity: 0;
    transform: translateY(-120px);
    transition: all 1000ms ease;
}
.swiper-slide-active .transform-top{
	opacity: 1;
	transform: translateY(0);
}
.pbmit-slider-area .transform-bottom{
	opacity: 0;
    transform: translateY(50px);
    transition: all 1000ms ease;
}
.swiper-slide-active .transform-bottom{
	opacity: 1;
    transform: translateY(0);
}
.pbmit-slider-area .transform-left{
	opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(-200px);
}   
.swiper-slide-active .transform-left {
	opacity: 1;
	transform: translateX(0);
}
.pbmit-slider-area .transform-right{
	opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(200px);
}
.swiper-slide-active .transform-right{
	opacity: 1;
    transform: translateX(0);
}
.pbmit-slider-area .transform-center{
	opacity: 0;
    transition: all 1000ms ease;
    transform: scale(0.9);
}
.swiper-slide-active .transform-center {
	opacity: 1;
	transform: scale(1);
}
.swiper-slide-active .transform-delay-1{
	transition-delay: 1000ms;
}
.swiper-slide-active .transform-delay-2{
	transition-delay: 1400ms;
}
.swiper-slide-active .transform-delay-3{
	transition-delay: 1700ms;
}
.swiper-slide-active .transform-delay-4{
	transition-delay: 1900ms;
}
.swiper-slide-active .transform-delay-5{
	transition-delay: 2100ms;
}
.swiper-slide-active .transform-delay-6{
	transition-delay: 2200ms;
}
.pbmit-slider-area .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 .pbmit-slider-content .pbmit-sub-title,
.pbmit-slider-area .pbmit-slider-content .pbmit-title{
	color: var(--pbmit-white-color);
}
/** Style 1 **/
.pbmit-slider-one .pbmit-slider-item{
	display: flex;
	align-items: center;
	height: 900px;
	background-color: #0077ff2b;
}
.pbmit-slider-one .pbmit-sub-title{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}
.pbmit-slider-one .pbmit-title{
font-size:30px;
	margin-bottom: 30px;
}
.pbmit-slider-one .transform-scale{
	transition-duration: 1s;
	opacity: 0;
	transform: scaleY(.4);
}
.pbmit-slider-one .swiper-slide-active .transform-scale{
	transform: scaleY(1);
	opacity: 1;
}
.pbmit-slider-one .pbmit-btn-outline{
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-white-color);
}
.pbmit-slider-one .pbmit-btn-outline:hover{
	color: var(--pbmit-white-color);
}
.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets{
	display: block;
	height: 100px;
	line-height: 100px;
	right: 0;
	left: auto;
	bottom: 0;
}
.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	background-color: #fff !important;
}
.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover{
	background-color: var(--pbmit-global-color) !important;
}
/** Style 2 **/
.pbmit-slider-two .pbmit-slider-item{
	padding: 330px 0 230px 0;
	background-color: rgba(0, 0, 0, 0.22);
}
.pbmit-slider-two .pbmit-sub-title{
	font-size: 60px;
	line-height: 70px;
	font-weight: 600;
	margin: 0;
}
.pbmit-slider-two .pbmit-title{
	font-size: 184px;
	line-height: 184px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.pbmit-slider-two .pbmit-desc{
	padding-top: 25px;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 35px;
	max-width: fit-content;
	color: var(--pbmit-white-color);
	border-top: 1px solid rgb(255, 255, 255);
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-slider-two .pbmit-button{
	opacity: 0;
	transition-duration: 2s;
}
.pbmit-slider-two .swiper-slide-active .pbmit-button{
	opacity: 1;
}
.pbmit-slider-two .swiper-horizontal>.swiper-pagination-bullets{
	top: 50%;
	display: table;
	width: auto;
	right: 50px;
	left: auto;
	transform: translateY(-50%) rotate(-90deg);
}
.pbmit-slider-two .swiper-pagination-bullet,
.pbmit-slider-three .swiper-pagination-bullet {
    
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    transition: box-shadow 0.3s ease;
    background: transparent;
    width: 15px;
    height: 15px;
	margin: 3px !important;
}
.pbmit-slider-two .swiper-pagination-bullet::after,
.pbmit-slider-three .swiper-pagination-bullet::after{
	position: absolute;
	transition: background-color 0.3s ease, transform 0.3s ease;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    
    background-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
}
.pbmit-slider-two .swiper-pagination-bullet,
.pbmit-slider-three .swiper-pagination-bullet{
	position: relative;
}
.pbmit-slider-two .swiper-pagination-bullet-active,
.pbmit-slider-two .swiper-pagination-bullet:hover,
.pbmit-slider-three .swiper-pagination-bullet-active,
.pbmit-slider-three .swiper-pagination-bullet:hover{
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    border: none;
    
    background: transparent;
    width: 15px;
    height: 15px;
	outline: none;
}
.pbmit-slider-two .swiper-pagination-bullet-active:after,
.pbmit-slider-two .swiper-pagination-bullet:hover:after,
.pbmit-slider-three .swiper-pagination-bullet-active:after,
.pbmit-slider-three .swiper-pagination-bullet:hover:after {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: rgba(255, 255, 255, 1);
}
/** Style 3 **/
.pbmit-slider-three .pbmit-slider-item{
	display: flex;
	align-items: center;
	height: 800px;
}
.pbmit-slider-three .pbmit-slider-content{
	position: relative;
	width: 565px;
	overflow: hidden;
	padding: 50px 40px 80px 60px;
}
.pbmit-slider-three .pbmit-slider-content:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    transform: scaleY(0);
    background-color: rgba(64, 50, 38, 0.96);
    opacity: 0;
    z-index: -1;
	
    transition-duration: .5s;
    transform-origin: top;
    transition-delay: 1s;
}
.pbmit-slider-three .swiper-slide-active .pbmit-slider-content:after{
	transform: scaleY(1.0);
    opacity: 1;
}
.pbmit-slider-three .pbmit-title{
	font-size: 60px;
	line-height: 60px;
}
.pbmit-slider-three .pbmit-slider-content .pbmit-desc{
	font-size: 18px;
	font-weight: 700;
	color: var(--pbmit-white-color);
}
.pbmit-slider-three .swiper-horizontal>.swiper-pagination-bullets{
	top: 50%;
	display: table;
	width: auto;
	left: 25px;
	right: auto;
	transform: translateY(-50%) rotate(-90deg);
}

/* --------------------------------------
* 22 - Progress Bar
* ---------------------------------------*/
.progressbar{
    margin-bottom: 20px;
    overflow: hidden;
}
.progressbar .progress-label{
    color: var(--pbmit-blackish-color);
    display: inline-block;
	position: relative;
	top: -5px;
    font-size: 16px;
    line-height: 20px;
}
.progress{
    position: relative!important;
    line-height: 30px;
	height: 100%;
	border-radius: 16px;
    margin-top: 0;
	padding: 2px;
	border: 1px solid var(--pbmit-global-color);
    background-color: transparent;
}
.progress .progress-bar {
    position: relative;
	height: 17px;
    overflow: visible;
    border-radius: 0px;
	border-radius: 12px;
    background-color: var(--pbmit-global-color);
}
.progress.progress-percent-bg .progress-percent {
    position: absolute;
    right: 10px;
	left: auto;
    top: 2px;
    font-size: 14px;
	line-height: 14px;
    color: var(--pbmit-white-color);
    font-weight: 500;
}
