/******************************

    INDEX:

    00 - Section Title
    01 - Icon Box
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Blog
    06 - Testimonial
    07 - Header
    08 - Footer
    09 - Title Bar
    10 - Accordion
    11 - List Group
    12 - Banner Slider
    13 - Client
    14 - Sortable
	15 - Portfolio
	16 - Marquee
	17 - Static Box
	18 - Spinner Box
	19 - Progress Bar
	20 - Image Animation
	21 - Tween Effect

******************************/

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading{
	margin-bottom: 50px;
	position: relative;
    z-index: 1;
}
.pbmit-heading-subheading .pbmit-subtitle{
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
    color: var(--pbmit-heading-color);
    text-transform: uppercase;
    font-style: normal;
	position: relative;
    display: inline-block;
	margin-bottom: 5px;
	padding-right: 15px;
}
.pbmit-heading-subheading .pbmit-subtitle:after{
	content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    width: 7px;
    height: 7px;
    background-color: var(--pbmit-secondary-color);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-heading-subheading .pbmit-title{
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 0px;
	color: var(--pbmit-heading-color);
	text-transform: none;
	font-style: normal;
	margin-bottom: 0;
}
.pbmit-bg-color-secondary .pbmit-heading-subheading .pbmit-subtitle{
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-secondary .pbmit-heading-subheading .pbmit-subtitle:after{
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .pbmit-heading-subheading .pbmit-title{
	color: var(--pbmit-white-color);
}
.pbmit-heading-subheading .pbmit-heading-desc{
	margin-top: 15px;
}
/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-1 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-1 {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-box {
	gap: 30px;
	display: flex;
	align-items: center;
	position: relative;
}
/* == Icon == */
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper {
	width: 90px;
	height: 90px;
	font-size: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-secondary-color);
	fill: var(--pbmit-secondary-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	z-index: -1;
	background-color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-1:hover .pbmit-ihbox-svg-wrapper::after {
	top: 0;
}
.pbmit-ihbox-style-1 .pbmit-icon-type-icon svg {
	width: 35px;
	height: 35px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper img {
	height: 90px;
	width: 90px;
	max-width: 90px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-1:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-type-text {
	transform: rotateY(360deg);
	fill: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-1:hover .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-1:hover .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-white-color);
}
/* == Content == */
.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
	font-weight: 400;
}
.pbmit-ihbox-style-1 .pbmit-element-title a,
.pbmit-ihbox-style-1 .pbmit-element-title {
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-1 .pbmit-element-title a:hover {
	color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-1 .pbmit-heading-desc{
	color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-1 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}
/** Style 2 **/
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-2 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-2 {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.pbmit-ihbox-style-2 {
	display: inline-block;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-box {
	gap: 20px;
	display: flex;
	align-items: flex-start;
	position: relative;
}
/* == Icon == */
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper {
	width: 60px;
	height: 60px;
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-white-color);
	fill: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper .pbmit-ihbox-icon-type-text {
	font-size: 26px;
	line-height: 26px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	z-index: -1;
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-svg-wrapper::after {
	top: 0;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper img {
	height: 60px;
	width: 60px;
	max-width: 60px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg {
	width: 26px;
	height: 26px;
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-2:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-2:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-type-text {
	transform: rotateY(360deg);
	fill: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-white-color);
}
/* == Content == */
.pbmit-ihbox-style-2 .pbmit-element-title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-2 .pbmit-element-title a,
.pbmit-ihbox-style-2 .pbmit-element-title {
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-2 .pbmit-element-subtitle {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 2px;
}
.pbmit-ihbox-style-2 .pbmit-heading-desc {
	margin-bottom: 5px;
}
.pbmit-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
/** Style 3 **/
.pbmit-ihbox-style-3 .pbmit-ihbox-box{
	display: grid;
	gap: 90px;
}
.pbmit-ihbox-style-3 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-3 .pbmit-element-title{
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 12px;
	font-weight: 500;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon {
	display: inline-block;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper{
	font-size: 70px;
	line-height: 70px;
	text-align: right;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper img{
	height: 70px;
	width: 70px;
	max-width: 70px;
	object-fit: cover;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	font-size: 100px;
	line-height: 100px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-3:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-3:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-text {
	animation: pbmit_verticle_icon 1.1s ease-out;
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-13 {
	padding-top: 5px;
}
@keyframes pbmit_verticle_icon {
	16.65% {
		transform: translateY(8px)
	}
	33.3% {
		transform: translateY(-6px)
	}
	49.95% {
		transform: translateY(4px)
	}
	66.6% {
		transform: translateY(-2px)
	}
	83.25% {
		transform: translateY(1px)
	}
	100% {
		transform: translateY(0)
	}
}
/** Style 4 **/
.pbmit-ihbox-style-4 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-4 {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.pbmit-ihbox-icon-wrapper svg{
	width: 1em;
	height: 1em;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-box {
	gap: 20px;
	display: flex;
	align-items: flex-start;
	position: relative;
}
/* == Icon == */
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper {
	font-size: 30px;
	line-height: 30px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	line-height: 30px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper img {
	height: 30px;
	width: 30px;
	max-width: 30px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}
/* == Content == */
.pbmit-ihbox-style-4 .pbmit-element-title {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-4 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}
.pbmit-ihbox-style-4 .pbmit-heading-desc {
	font-size: 15px;
	line-height: 25px;
}
/** Style 5 **/
.pbmit-ihbox-style-5,
.pbmit-ihbox-style-5 .pbmit-element-title,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg,
.pbmit-ihbox-style-5 .pbmit-icon-type-icon,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-5 .pbmit-icon-wrap {
	display: flex;
	align-items: start;
	gap: 8px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon {
	display: inline-block;
}
.pbmit-ihbox-style-5 .pbmit-text-content {
	font-size: 17px;
	line-height: 26px;
	display: flex;
	gap: 7px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg,
.pbmit-ihbox-style-5 .pbmit-icon-type-icon {
	font-size: 30px;
	line-height: 30px;
	color: var(--pbmit-secondary-color);
	fill: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
	font-size: 17px;
	line-height: 24px;
	position: relative;
	top: 2px;
	color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper img {
	height: 30px;
	width: 30px;
	max-width: 30px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text::after {
	content: ".";
	display: inline;
	padding-left: 3px;
}
.pbmit-ihbox-style-5 .pbmit-element-title {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 0;
	display: inline;
	position: relative;
	font-family: var(--pbmit-body-typography-font-family);
	font-style: normal;
	font-weight: 500;
}
.pbmit-ihbox-style-5 .pbmit-element-title::after {
	content: ":";
	display: inline;
	padding-left: 3px;
}
.pbmit-ihbox-style-5 .pbmit-heading-desc {
	display: inline;
}
.pbmit-ihbox-style-5 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0 0 0;
}
/** Style 6 **/
.pbmit-ihbox-style-6,
.pbmit-ihbox-style-6 .pbmit-element-title,
.pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-ihbox-style-6 .pbmit-icon-type-icon,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-contents {
	display: flex;
	align-items: start;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon {
	display: inline-block;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon {
	padding-bottom: 10px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-ihbox-style-6 .pbmit-icon-type-icon {
	font-size: 30px;
	line-height: 30px;
	color: var(--pbmit-secondary-color);
	fill: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text {
	font-size: 17px;
	line-height: 24px;
	position: relative;
	top: 2px;
	color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text::after {
	content: ".";
	display: inline;
	padding: 3px;
}
.pbmit-ihbox-style-6 .pbmit-element-title {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0;
	display: inline;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
}
.pbmit-ihbox-style-6 .pbmit-element-title::before {
	content: "";
	display: inline;
	margin: 0 6px 0 0;
	top: -3px;
	position: relative;
	display: inline-block;
	height: 3px;
	width: 3px;
	background: var(--pbmit-secondary-color);
	border-radius: 50%;
}
.pbmit-ihbox-style-6 .pbmit-heading-desc {
	padding-top: 25px;
}
.pbmit-ihbox-style-6 .pbmit-element-subtitle {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding-left: 15px;
	position: relative;
	text-transform: uppercase;
	font-weight: 500
}
.pbmit-ihbox-style-6 .pbmit-element-subtitle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50px;
	background-color: var(--pbmit-secondary-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
/** Style 7 **/
.pbmit-ihbox-style-7 .pbmit-contents-wrap::before,
.pbmit-ihbox-style-7 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
	display: flex;
	gap: 30px;
	position: relative;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon {
	display: inline-block;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper {
	font-size: 40px;
	line-height: 40px;
	position: relative;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg svg {
	width: 40px;
	height: 40px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text {
	font-size: 40px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-image img {
	width: 40px;
	min-width: 40px;
	height: auto;
}
.pbmit-ihbox-style-7 .pbmit-element-title {
	font-size: 20px;
	line-height: 28px;
	font-style: italic;
	margin-bottom: 12px;
	display: inline-block;
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle a,
.pbmit-ihbox-style-7 .pbmit-element-subtitle {
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle::before {
	content: '-';
	display: inline-block;
	padding-right: 5px;
}
.pbmit-ihbox-style-7 .pbmit-heading-desc {
	padding-top: 10px;
}
/** Style 8 **/
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-8 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-8 {
	display: inline-block;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box {
	display: inline-flex;
	gap: 10px;
	position: relative;
	align-items: center;
}
.pbmit-ele-miconheading .pbmit-ihbox-style-8 .pbmit-ihbox-box {
	align-items: flex-start;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon {
	display: inline-block;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper {
	font-size: 20px;
	line-height: 20px;
	position: relative;
	z-index: 1;
	color: var(--pbmit-secondary-color);
	fill: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg svg {
	width: 20px;
	height: 20px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg-wrapper svg {
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image img {
	width: 50px;
	height: 50px;
	max-width: 50px;
}
.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-8 .pbmit-element-title a,
.pbmit-ihbox-style-8 .pbmit-element-title {
	color: #333333;
}
.pbmit-ihbox-style-8 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-8 .pbmit-heading-desc {
	margin-bottom: 5px;
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-8:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-type-text {
	animation: ring 1.8s ease-out infinite;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text {
	display: inline-block;
}
@keyframes ring {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-15deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(30deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-15deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(30deg) scale(1) skew(1deg);
	}
	100%,
	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}
/** Style 9 **/
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-9 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-9 {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-box {
	gap: 50px;
	display: grid;
	position: relative;
}
/* == Icon == */
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper {
	width: 70px;
	height: 70px;
	font-size: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-white-color);
	fill: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper img {
	height: 70px;
	width: 70px;
	max-width: 70px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-white-color);
	transition: all 1.0s ease 0s;
}
.pbmit-ihbox-style-9:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-9:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-type-text {
	animation: pbmit-rubber 0.6s;
}
.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-9:hover .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-9:hover .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-white-color);
}
@keyframes pbmit-rubber {
	from, to {
		transform: scale(1, 1);
	}
	25% {
		transform: scale(0.7, 1.1);
	}
	50% {
		transform: scale(1.1, 0.7);
	}
	75% {
		transform: scale(0.95, 1.05);
	}
}
/* == Content == */
.pbmit-ihbox-style-9 .pbmit-element-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-9 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-team-style-1{
	margin-bottom: 30px;
}
.pbmit-team-style-1 .pbmit-team-social,
.pbmit-team-style-1 .pbminfotech-box-content,
.pbmit-team-style-1 .pbmit-featured-wrapper img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.pbmit-team-style-1 .pbminfotech-post-item,
.pbmit-team-style-1 .pbmit-featured-inner {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 .pbmit-featured-wrapper {
	overflow: hidden;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img {
	width: calc(100% + 20px);
	-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
	transform: translate3d(-10px, 0, 0) scale(1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
.pbmit-team-style-1 .pbmit-featured-inner:before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--pbmit-secondary-color);
	width: 0;
	height: 100%;
	transition: .5s ease;
	z-index: 1;
}
.pbmit-team-style-1:hover .pbmit-featured-inner:before{
	width: 100%;
}
.pbmit-team-style-1 .pbmit-team-title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px;
}
.pbmit-team-style-1 .pbmit-team-title a{
	color: var(--pbmit-white-color);
}
.pbmit-team-style-1 .pbmit-team-title a:hover{
	color: rgba(var(--pbmit-white-color-rgb),.7);
}
.pbmit-team-style-1 .pbmit-short-description{
	font-size: 16px;
	line-height: 22px;
	padding: 0 15px;
}
.pbmit-team-style-1 .pbminfotech-box-team-position {
	font-size: 14px;
	line-height: 20px;
	color: var(--pbmit-global-color);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pbmit-team-style-1 .pbminfotech-box-content{
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	width: 100%;
	padding: 30px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	z-index: 2;
}
.pbmit-team-style-1:hover .pbminfotech-box-content{
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
/* Social Media */
.pbmit-team-style-1 .pbmit-team-social{
	position: absolute;
	right: -30px;
	left: auto;
	z-index: 2;
	top: 30px;
	bottom: auto;
}
.pbmit-team-style-1:hover .pbmit-team-social{
	right: 30px;
}
.pbmit-team-style-1 .pbmit-team-social .pbmit-social-links li {
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: 5px;
}
.pbmit-team-style-1 .pbmit-team-social .pbmit-social-links li a {
	font-size: 18px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-secondary-color);
	display: block;
	text-align: center;
}
.pbmit-team-style-1 .pbmit-team-social .pbmit-social-links li a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
/** Style 2 **/
.pbmit-element-team-style-2	.pbminfotech-post-item .pbmit-featured-inner:before,
.pbmit-element-team-style-2	.pbmit-team-social,
.pbmit-element-team-style-2	.pbminfotech-box-content,
.pbmit-element-team-style-2	.pbmit-featured-wrapper img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.pbmit-element-team-style-2 .pbmit-post-inner {
	position: relative;
	overflow: hidden;
}
.pbmit-element-team-style-2 .pbmit-top-team{
	margin: 0 0 24px 0;
}
.pbmit-element-team-style-2 .pbmit-top-team .left-column:has(.left-box){
	padding: 0;
}
.pbmit-element-team-style-2 .pbminfotech-right-col{
	padding-right: 0;
}
.pbmit-element-team-style-2 .pbmit-quote-box {
	display: flex;
}
.pbmit-element-team-style-2 .pbmit-quote-box-inner{
	background-color: var(--pbmit-global-color);
	padding: 30px;
	display: grid;
	grid-gap: 30px;
}
.pbmit-element-team-style-2 .pbmit-quote-box-inner .pbmit-quote-text{
	font-size: 22px;
	line-height: 30px;
	color: var(--pbmit-white-color);
	font-weight: 400 !important;
}
.pbmit-element-team-style-2 .pbmit-quote-box-inner .pbmit-quote-signature{
	text-align: right;
}
.pbmit-element-team-style-2	.pbminfotech-post-item,
.pbmit-element-team-style-2	.pbmit-featured-inner {
	position: relative;
	overflow: hidden;
}
.pbmit-element-team-style-2	.pbmit-featured-wrapper {
	overflow: hidden;
}
.pbmit-element-team-style-2	.pbmit-featured-wrapper img {
	width: calc(100% + 20px);
	-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
	transform: translate3d(-10px, 0, 0) scale(1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	filter: grayscale(1);
}
.pbmit-element-team-style-2 .pbminfotech-post-item:hover .pbmit-featured-wrapper img {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	filter: grayscale(0);
}
.pbmit-element-team-style-2	.pbminfotech-post-item .pbmit-featured-inner:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	bottom: -1px;
	left: 0;
	background: linear-gradient(to top, rgba(var(--pbmit-blackish-color-rgb), 1) 0%, rgba(var(--pbmit-blackish-color-rgb), 0) 52%, rgba(var(--pbmit-blackish-color-rgb), 0) 100%);
	z-index: 1;
}
.pbmit-element-team-style-2 .pbminfotech-post-item:hover .pbmit-featured-inner:before{
	height: 50%;
}
.pbmit-element-team-style-2	.pbmit-team-title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 5px;
}
.pbmit-element-team-style-2	.pbmit-team-title a{
	color: var(--pbmit-white-color);
}
.pbmit-element-team-style-2	.pbmit-team-title a:hover{
	color: rgba(var(--pbmit-white-color-rgb),.7);
}
.pbmit-element-team-style-2	.pbmit-short-description{
	font-size: 16px;
	line-height: 22px;
	padding: 0 15px;
}
.pbmit-element-team-style-2	.pbminfotech-box-team-position {
	font-size: 14px;
	line-height: 20px;
	color: var(--pbmit-global-color);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pbmit-element-team-style-2	.pbminfotech-box-content{
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	width: 100%;
	padding: 30px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	z-index: 2;
}
.pbmit-element-team-style-2 .pbminfotech-post-item:hover .pbminfotech-box-content{
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.pbmit-element-team-style-2	.pbmit-team-social{
	position: absolute;
	right: -30px;
	left: auto;
	z-index: 2;
	top: 30px;
	bottom: auto;
}
.pbmit-element-team-style-2 .pbminfotech-post-item:hover .pbmit-team-social{
	right: 30px;
}
.pbmit-element-team-style-2	.pbmit-team-social .pbmit-social-links li {
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: 5px;
}
.pbmit-element-team-style-2	.pbmit-team-social .pbmit-social-links li a {
	font-size: 14px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-secondary-color);
	display: block;
	text-align: center;
}
.pbmit-element-team-style-2	.pbmit-team-social .pbmit-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 {
	display: inline-block;
	text-align: center;
}
.pbminfotech-ele-fid-style-1 .pbmit-ihbox-icon,
.pbminfotech-ele-fid-style-1 .pbmit-fidbox-svg {
	padding-bottom: 30px;
}
.pbminfotech-ele-fid-style-1 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-1 .pbmit-fidbox-svg-wrapper svg {
	width: 40px;
	height: 40px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-counter {
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 20px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -15px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -15px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbminfotech-ele-fid-style-1 .pbmit-ihbox-icon-wrapper{
	height: 80px;
	width: 80px;
	background-color: var(--pbmit-light-color);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.pbmit-bg-color-light .pbminfotech-ele-fid-style-1 .pbmit-ihbox-icon-wrapper{
	background-color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbminfotech-ele-fid-style-2 {
	display: inline-block;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-counter {
	font-size: 90px;
	line-height: 100px;
	margin-bottom: 0px;
	color: var(--pbmit-global-color);
	letter-spacing: -4px;
}
.pbminfotech-ele-fid-style-2 .pbmit-heading-desc{
	font-size: 17px;
	line-height: 27px;
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -15px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -15px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 0px;
	font-weight: 500;
	display: block;
	color: var(--pbmit-secondary-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
/** Style 3 **/
.pbminfotech-ele-fid-style-3 .pbmit-contents-wraper {
	display: flex;
	align-items: flex-start;
	padding-bottom: 45px;
}
.pbminfotech-ele-fid-style-3 .pbmit-ihbox-icon,
.pbminfotech-ele-fid-style-3 .pbmit-fidbox-svg {
	padding-right: 18px;
}
.pbminfotech-ele-fid-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-3 .pbmit-fidbox-svg-wrapper svg {
	width: 40px;
	height: 40px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-counter {
	font-size:100px;
	line-height: 100px;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
	letter-spacing: -6px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -15px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -15px;
	font-size: 50px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-counter .pbmit-fid sup {
	top: -33px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-counter .pbmit-fid sub {
	bottom: 0;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
}
.pbmit-playfair-font{
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-counter .pbmit-fid span,
.pbminfotech-ele-fid-style-3 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-counter .pbmit-fid sup{
	color: var(--pbmit-secondary-color);
}
/** Style 4 **/
.pbminfotech-ele-fid-style-4 {
	display: inline-block;
}
.pbminfotech-ele-fid-style-4 .pbmit-ihbox-icon,
.pbminfotech-ele-fid-style-4 .pbmit-fidbox-svg {
	padding-right: 25px;
}
.pbminfotech-ele-fid-style-4 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-4 .pbmit-fidbox-svg-wrapper svg {
	width: 40px;
	height: 40px;
	color: var(--pbmit-secondary-color);
	fill: var(--pbmit-secondary-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-counter {
	font-size: 100px;
	line-height: 100px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
	letter-spacing: -4px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -10px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -10px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-counter .pbmit-fid {
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
	font-size: 17px;
	line-height: 25px;
	margin: 0 0 0 30px;
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-contents-box{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-counter .pbmit-fid {
	font-size: 80px;
	line-height: 80px;
}
/** Style 5 **/
.pbminfotech-ele-fid-style-5 .pbmit-fld-contents {
	display: inline-block;
	text-align: center;
}
.pbminfotech-ele-fid-style-5 .pbmit-circle {
	position: relative;
	display: inline-block;
}
.pbminfotech-ele-fid-style-5 .pbmit-circle canvas {
	transform: rotate(-15deg) translate(0px, 4px);
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	height: 110px;
	width: 110px;
	top: 50%;
	left: 50%;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	transform: translate(-50%, -50%);
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-sub {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	margin-top: 20px;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sup {
	top: -7px;
	font-size: 15px;
	line-height: 15px;
	margin: 0 2px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sub {
	top: inherit;
	bottom: -2px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-title {
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0 0 0;
	color: var(--pbmit-secondary-color);
	display: block;
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 2 **/
.pbmit-service-style-2 .pbmit-service-icon svg path,
.pbmit-service-style-2 .pbmit-service-icon svg g,
.pbmit-service-style-2 .pbmit-service-icon svg,
.pbmit-service-style-2 .pbmit-service-icon,
.pbmit-service-style-2 .pbminfotech-post-item::before{
	-webkit-transition: all .9s ease-in-out;
	transition: all .9s ease-in-out;
}
.pbmit-service-style-2 .pbmit-feature-box,
.pbmit-service-style-2 .pbmit-content-box-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}
.pbmit-service-style-2 .pbmit-feature-box{
	align-items: self-start;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
}
.pbmit-service-style-2:hover .pbmit-feature-box{
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
.pbmit-service-style-2 .pbmit-service-number{
	font-size: 20px;
	line-height: 30px;
	color: rgba(var(--pbmit-white-color-rgb), .5);
	width: 40%;
	padding: 10px 0 0;
}
.pbmit-service-style-2 .pbmit-service-icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 40px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	margin-bottom: 0;
}
.pbmit-service-style-2:hover .pbmit-service-icon {
	color: var(--pbmit-white-color);
	fill: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-service-icon svg path,
.pbmit-service-style-2 .pbmit-service-icon svg g,
.pbmit-service-style-2 .pbmit-service-icon svg {
	fill: var(--pbmit-global-color);
}
.pbmit-service-style-2:hover .pbmit-service-icon svg path,
.pbmit-service-style-2:hover .pbmit-service-icon svg g,
.pbmit-service-style-2:hover .pbmit-service-icon svg {
	fill: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-service-title,
.pbmit-service-style-2 .pbmit-service-title a{
	margin: 0;
	font-size: 24px;
	line-height: 32px;
	text-transform: capitalize;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	color: var(--pbmit-white-color);
}
.pbmit-service-style-2:hover .pbmit-service-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-service-style-2 .pbmit-service-description{
	margin: 10px 0 0 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: var(--pbmit-white-color);
	z-index: 0;
}
.pbmit-service-style-2 .pbminfotech-post-item{
	padding: 50px;
	display: grid;
	grid-gap: 60px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}
.pbmit-service-style-2:hover .pbminfotech-post-item{
	background-color: transparent;
}
.pbmit-service-style-2 .pbminfotech-post-item::before{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-color: var(--pbmit-secondary-color);
	top: 0;
	z-index: 0;	
}
.pbmit-service-style-2:hover .pbminfotech-post-item:before{
	background-color: rgba(var(--pbmit-secondary-color-rgb),.4);
}
.pbmit-service-style-2 .pbmit-button-scroll{
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	opacity: 0;
	transition: all 0.3s ease;
}
.pbmit-service-style-2:hover .pbmit-button-scroll{
	opacity: 1;
}
.pbmit-service-style-2 .pbmit-button-scroll .pbmit-scroll-text{
	color: var(--pbmit-global-color);
	font-size: 14px;
	letter-spacing: 0;
	animation: pbmit_scroll 3s linear infinite;
	padding: 0 50px;
	display: inline-block;
	transition: all 0.3s ease;
}
@keyframes pbmit_scroll{
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}
.pbmit-service-style-2 .pbmit-button-scroll:hover .pbmit-scroll-text{
	animation-play-state: paused;
}
/** Style 3 **/
.pbmit-element-service-style-3{
	position: relative;
	z-index: 1;
}
.pbmit-element-service-style-3 .pbmit-element-posts-wrapper{
	position: relative;
}
.pbmit-element-service-style-3 .pbmit-service-post-item{
	display: flex;
	padding: 0 40px 0 0;
	justify-content: space-between;
}
.pbmit-element-service-style-3 .pbmit-post-wrapper{
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.15);
	padding: 80px 50px 80px 80px;
	background-color: var(--pbmit-white-color);
}
.pbmit-element-service-style-3 .pbmit-service-descriptions ul{
	padding: 0;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	margin: 40px 0 30px;
}
.pbmit-element-service-style-3 .pbmit-service-descriptions ul li{
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
}
.pbmit-element-service-style-3 .pbmit-service-descriptions ul li::before{
	position: absolute;
	content: '';
	left: 0;
	top: 12px;
	height: 5px;
	width: 5px;
	background-color: var(--pbmit-global-color);
}
.pbmit-element-service-style-3 .pbmit-service-title{
	font-size: 36px;
	line-height: 44px;
	width: 25%;
}
.pbmit-element-service-style-3 .pbmit-service-heading-box {
	width: 65%;
}

/*----------------------------------------*/
/*  05 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 .pbmit-featured-wrapper img,
.pbmit-blog-style-1 .pbmit-meta-wraper-inner::after {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-1 .pbmit-featured-container {
	position: relative;
	border-radius: 15px;
}
.pbmit-blog-style-1 .pbmit-featured-container-inner {
	position: relative;
}
.pbmit-blog-style-1 .pbmit-featured-container-inner .pbmit-link {
	z-index: 0;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper {
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: inherit;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #001317 0%, rgba(0, 22, 27, 0.00) 60.08%);
}
.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	width: 100%;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	transform: scale(1.05);
}
.pbmit-blog-style-1 .pbmit-meta-wraper>*:not(:last-child){
	padding-right: 20px;
	margin-right: 10px;
	position: relative;
}
.pbmit-blog-style-1 .pbmit-meta-wraper > *:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	background-color: var(--pbmit-global-color);
	-khtml-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}
.pbmit-meta-line{
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
}
.pbmit-meta-line a, 
.pbmit-meta-line {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pbmit-blog-style-1 .pbmit-content-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 35px;
}
.pbmit-blog-style-1 .pbmit-meta-line a,
.pbmit-blog-style-1 .pbmit-meta-line{
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-meta-line a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 12px;
	font-weight: normal;
}
.pbmit-blog-style-1 .pbmit-post-title a,
.pbmit-blog-style-1 .pbmit-post-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-post-title a:hover {
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
}
.pbmit-element-posts-wrapper .pbmit-blog-style-1{
	margin-bottom: 30px;
}
/* == col-set == */
.pbmit-column-four .pbmit-blog-style-1 .pbmit-content-wrapper {
	padding: 20px 25px;
}
.pbmit-column-four .pbmit-blog-style-1 .pbmit-post-title {
	font-size: 24px;
	line-height: 32px;
}
/** Style 2 **/
.pbmit-blog-style-2{
	margin-bottom: 30px;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-2 .pbmit-featured-container-inner,
.pbmit-blog-style-2 .pbmit-featured-container {
	position: relative;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-2 {
	padding: 0 !important;
}
.pbmit-element-blog-style-2 .pbmit-element-posts-wrapper.row {
	margin: 0;
}
/* == image == */
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	width: 100%;
}
.pbmit-blog-style-2 .pbmit-featured-container-inner .pbmit-link {
	z-index: 0;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	display: block;
	width: 220px;
	height: 150px;
	max-width: 220px;
	object-fit: cover;
	object-position: top center;
}
/* == Dot == */
.pbmit-blog-style-2 .pbmit-meta-wraper>*:not(:last-child){
	padding-right: 20px;
	margin-right: 10px;
	position: relative;
}
.pbmit-blog-style-2 .pbmit-meta-wraper > *:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	background-color: var(--pbmit-global-color);
	-khtml-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}
/* == Category == */
.pbmit-blog-style-2 .pbmit-meta-line .pbmit-meta-category a {
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-2 .pbmit-meta-line .pbmit-meta-category a:hover {
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-2 .pbmit-meta-category-wrapper {
	margin-bottom: 15px;
}
/* == Title == */
.pbmit-blog-style-2 .pbmit-post-title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
}
/* == pbmit-blog-group-left == */
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-featured-container {
	display: block;
	gap: inherit;
	align-items: inherit;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-featured-wrapper img {
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.pbmit-element-blog-style-2 .pbmit-blog-group-left {
	padding: 60px 60px 0 0;
	position: relative;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-element-blog-style-2 .pbmit-blog-group-left::after {
	content: "";
	position: absolute;
	top: 0;
	left: inherit;
	right: -0.5px;
	bottom: inherit;
	width: 1px;
	height: 100%;
	margin: 0 auto;
	background-color: rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-post-title {
	font-size: 30px;
	line-height: 38px;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-meta-date,
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-featured-wrapper img {
	display: block;
}
.pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-featured-container-inner {
	margin-bottom: 25px;
}
/* == pbmit-blog-group-right == */
.pbmit-element-blog-style-2 .pbmit-blog-group-right {
	padding: 60px 0 0 60px;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-blog-group-right .pbmit-blog-style-2 .pbmit-featured-container-inner .pbmit-meta-line {
	top: 10px;
	left: 10px;
}
.pbmit-blog-style-2 .pbmit-featured-container {
	display: flex;
	align-items: center;
	gap: 30px;
}
.pbmit-blog-group-right .pbmit-blog-style-2 .pbmit-content-wrapper,
.pbmit-blog-group-right .pbmit-blog-style-2 .pbmit-meta-date {
	display: none;
}
.pbmit-blog-group-right .pbmit-blog-style-2 .pbmit-meta-wraper {
	margin-top: 0;
}
.pbmit-blog-group-right .pbmit-blog-style-2 .pbmit-post-title {
	margin-bottom: 15px;
}
.pbmit-blog-group-right .col-lg-12:last-child .pbmit-blog-style-2 .post-item {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*----------------------------------------*/
/*  06 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-box-desc {
	position: relative;
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc::after {
	font-family: "pbminfotech-base-icons";
	content: "\e845";
	position: absolute;
	left: 0;
	top: -60px;
	font-size: 35px;
	line-height: 35px;
	text-align: center;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-1 .pbminfotech-post-item{
	display: grid;
	grid-gap: 140px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 18px;
	line-height: 28px;
	color: var(--pbmit-secondary-color);
	font-family: var(--pbmit-btn-typography-font-family);
	font-style: italic;
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-1 .pbmit-auther-title-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}
.pbmit-testimonial-style-1 .pbmit-auther-title-wrapper .pbminfotech-box-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: 500;	
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-base-icon-pointed-star {
	color: #ffb8244f;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
	color: #FFB824;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active::before {
	margin: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active:not(:last-child):before {
	margin-right: 5px;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
	font-size: 14px;
	line-height: 20px;
	color: var(--pbmit-global-color);
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* == For bg color == */
.pbmit-bg-color-secondary .pbmit-testimonial-style-1 .pbmit-auther-title-wrapper .pbminfotech-box-title{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .pbmit-testimonial-style-1 .pbminfotech-testimonial-detail,
.pbmit-bg-color-secondary .pbmit-testimonial-style-1 .pbminfotech-box-desc::after{
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-secondary .pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote{
	color: rgba(var(--pbmit-white-color-rgb),.5);
}
/** Style 2 **/
.pbmit-testimonial-style-2 .pbmit-contant-wrapper {
	width: 66%;
	padding-right: 70px;
}
.pbmit-testimonial-style-2 .pbminfotech-post-item{
	display: flex;
	align-items: center;
}
.pbmit-testimonial-style-2 .pbmit-featured-img-wrapper .pbmit-featured-wrapper {
	position: relative;
}
.pbmit-testimonial-style-2 .pbmit-featured-img-wrapper .pbmit-featured-wrapper::after {
	content: '\e845';
	font-family: 'pbminfotech-base-icons';
	font-size: 75px;
	line-height: 75px;
	bottom: 20px;
	left: 50%;
	position: absolute;
	color: var(--pbmit-secondary-color);
	-khtml-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}
.pbmit-testimonial-style-2 .pbmit-featured-img-wrapper img{
	height: 435px;
	width: 350px;
	object-fit: cover;
}
.pbmit-testimonial-style-2 .pbminfotech-box-desc {
	padding: 30px 0 40px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-desc blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 22px;
	line-height: 32px;
	font-weight: normal !important;
	color: var(--pbmit-secondary-color);
}
.pbmit-testimonial-style-2 .pbminfotech-box-desc blockquote p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-2 .pbmit-auther-title-wrapper .pbminfotech-box-title {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 12px;
	font-weight: normal;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-base-icon-pointed-star {
	color: rgba(var(--pbmit-secondary-color-rgb),.4);
	font-size: 18px;
	line-height: 18px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
	color: var(--pbmit-secondary-color);
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active::before {
	margin: 0;
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
	font-size: 14px;
	line-height: 20px;
	color: var(--pbmit-global-color);
	text-transform: uppercase;
	letter-spacing: 1px;
}
/** Style 3 **/
.pbmit-testimonial-style-3 .pbmit-contant-wrapper,
.pbmit-testimonial-style-3 .pbmit-auther-title-wrapper .pbminfotech-box-title,
.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-3 .pbminfotech-box-desc::after,
.pbmit-testimonial-style-3 .pbminfotech-box-desc blockquote{
	transition: all 500ms ease-in-out;
}
.pbmit-testimonial-style-3 .pbminfotech-box-desc {
	position: relative;
}
.pbmit-testimonial-style-3 .pbminfotech-box-desc::after {
	font-family: "pbminfotech-base-icons";
	content: "\e845";
	position: absolute;
	left: 0;
	top: -60px;
	font-size: 35px;
	line-height: 35px;
	text-align: center;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-3 .pbminfotech-box-desc blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 17px;
	line-height: 26px;
}
.pbmit-testimonial-style-3:hover .pbminfotech-box-desc blockquote{
	color: rgba(var(--pbmit-white-color-rgb),.6);
}
.pbmit-testimonial-style-3 .pbminfotech-box-desc blockquote p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-3 .pbmit-auther-title-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}
.pbmit-testimonial-style-3 .pbmit-auther-title-wrapper .pbminfotech-box-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: 500;	
}
.pbmit-testimonial-style-3:hover .pbmit-auther-title-wrapper .pbminfotech-box-title{
	color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-base-icon-pointed-star {
	color: #ffb8244f;
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active {
	color: #FFB824;
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active::before {
	margin: 0;
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active:not(:last-child):before {
	margin-right: 5px;
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail {
	font-size: 14px;
	line-height: 20px;
	color: var(--pbmit-global-color);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pbmit-testimonial-style-3 .pbminfotech-post-item{
	position: relative;
}
.pbmit-testimonial-style-3 .pbmit-hover-image{
	top: 0;
	left: 0;
	z-index: -1;
	max-width: 412px;
	overflow: hidden;
	position: absolute;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.pbmit-testimonial-style-3:hover .pbmit-hover-image{
	--webkit-transform: translateY(-100px) rotate(0deg);
	transform: translateY(-100px) rotate(0deg);
}
.pbmit-testimonial-style-3 .pbmit-contant-wrapper{
	display: grid;
	grid-gap: 170px;
	padding: 40px;
	background-color: var(--pbmit-light-color);
	width: 100%;
	transition: all 500ms ease-in-out;
}
.pbmit-bg-color-light .pbmit-testimonial-style-3 .pbmit-contant-wrapper {
	background-color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-3:hover .pbmit-contant-wrapper{
	-webkit-transform: translateY(75px) rotate(10deg);
	transform: translateY(75px) rotate(10deg);
	-webkit-box-shadow: 16px 16px 28px 0px rgba(0, 0, 0, 0.1607843137);
	box-shadow: 16px 16px 28px 0px rgba(0, 0, 0, 0.1607843137);
	background-color: var(--pbmit-secondary-color);
}

/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.site-header .pbmit-header-overlay{
	position: absolute;
	width: 100%;
	z-index: 99;
}
.site-header .pbmit-sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	-webkit-transition: .6s cubic-bezier(.24, .74, .58, 1);
	transition: .6s cubic-bezier(.24, .74, .58, 1);
	visibility: hidden;
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
}
.site-header .pbmit-fixed-header.pbmit-sticky-header {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
}
/** Header Style 1 **/
.pbmit-header-style-1 .pbmit-pre-header-wrapper .container-fluid{
	padding: 10px 50px 10px 47px;
}
.site-header .pbmit-icon-list.pbmit-layout-inline {
    display: flex;
    flex-wrap: wrap;
}
.site-header .pbmit-icon-list .pbmit-inline-item {
    position: relative;
}
.site-header .pbmit-icon-list .pbmit-inline-item:not(:last-child) {
    padding-right: calc(60px);
}
.site-header .pbmit-icon-list .pbmit-inline-item:not(:last-child):before{
	content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    left: inherit;
    bottom: inherit;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: var(--pbmit-global-color);
    -khtml-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.site-header .pbmit-icon-list .pbmit-inline-item-inner {
    display: flex;
    align-items: center;
}
.site-header .pbmit-icon-list .pbmit-inline-item-inner span,
.site-header .pbmit-icon-list .pbmit-inline-item-inner a{
    font-size: 15px;
    line-height: 25px;
}
.site-header .pbmit-icon-list .pbmit-inline-item-inner span{
	transition: all .25s ease-in-out;
}
.site-header .pbmit-bg-color-secondary .pbmit-icon-list .pbmit-inline-item-inner span,
.site-header .pbmit-bg-color-secondary .pbmit-icon-list .pbmit-inline-item-inner a{
	color: var(--pbmit-white-color);
}
.site-header .pbmit-icon-list .pbmit-inline-item-inner a:hover{
	color: var(--pbmit-global-color);
}
.site-header .pbmit-social-links li a{
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-header .pbmit-bg-color-secondary .pbmit-social-links li a {
	color: var(--pbmit-white-color);
}
.site-header .pbmit-bg-color-secondary .pbmit-social-links li a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-header-style-1 .pbmit-main-header-area{
	border-bottom: 1px solid #DDDDDD5E;
}
.pbmit-header-style-1 .pbmit-main-header-area .container-fluid{
	padding: 0 0 0 50px;
}
.pbmit-header-style-1 .site-branding{
	margin-right: 70px;
}
.site-header .site-branding .site-title{
	margin-bottom: 0;
}
.site-header .site-branding img{
	width: 170px;
}
.pbmit-header-style-1 .pbmit-right-box .pbmit-btn{
	padding: 30px 50px 30px 30px;
}
.pbmit-header-style-1 .pbmit-right-box .pbmit-btn .pbmit-btn-dot{
	inset: 39px 30px 0% auto;
}
.pbmit-header-style-1 .pbmit-right-box .pbmit-btn:hover .pbmit-btn-dot{
	top: 0 !important;
	right: 0 !important;
}
.pbmit-header-style-1 .pbmit-sticky-header .container-fluid{
	padding: 0 0 0 30px;
}
.pbmit-header-style-1 .site-branding .sticky-logo,
.pbmit-header-style-1 .site-branding .dark-logo,
.pbmit-header-style-1 .pbmit-sticky-header .site-branding .logo-img:not(.sticky-logo){
	display: none;
}
.pbmit-header-style-1 .pbmit-sticky-header .site-branding .sticky-logo {
	display: block;
}
.pbmit-header-style-1 .pbmit-sticky-header .pbmit-right-box .pbmit-btn{
	padding: 20px 50px 20px 30px;
}
.pbmit-header-style-1 .pbmit-sticky-header .pbmit-right-box .pbmit-btn .pbmit-btn-dot{
	inset: 29px 30px 0% auto;
}
/** Header Style 2 **/
.pbmit-header-style-2 .pbmit-main-header-area .container-fluid{
	padding: 0 30px;
}
.pbmit-header-style-2 .site-branding {
	padding-right: 25px;
}
.pbmit-bg-color-white .site-navigation ul.navigation > li > a{
	color: var(--pbmit-secondary-color);
}
.pbmit-header-style-2 .pbmit-right-box .pbmit-header-button{
	padding-left: 40px;
}
.pbmit-header-style-2 .pbmit-sticky-header .container-fluid{
	padding: 10px 30px;
}

/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
.pbmit-footer-style-1{
	padding: 80px 0 50px;
	background-image: url(../images/bg/footer-bg.png);
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.pbmit-footer-style-1::before{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
	background-color: rgba(var(--pbmit-secondary-color-rgb),.7);
	background-image: linear-gradient(180deg, #05374229 0%, #053742 76%);
}
.pbmit-footer-style-1 .tween-effect-style-wrap{
	display: flex;
	justify-content: center;
	padding-bottom: 80px;
}
.pbmit-footer-style-1 .pbmit-footer-big-area{
	padding: 20px 0;
}
.pbmit-footer-style-1 .pbmit-footer-widget-col-1 .widget{
	padding-right: 105px;
}
.pbmit-footer-style-1 .widget{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.site-footer .widget .widget-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0;
	padding-bottom: 30px;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-btn-typography-font-family);
}
.pbmit-footer-style-1 .pbmit-footer-widget-col-2 .widget{
	padding: 0 50px;
}
.pbmit-footer-style-1 .pbmit-footer-widget-col-3 .widget{
	padding-left: 15px;
}
.pbmit-footer-style-1.pbmit-bg-color-secondary .pbmit-desc,
.pbmit-footer-style-1.pbmit-bg-color-secondary .widget a,
.pbmit-footer-style-1 .pbmit-footer-copyright-text-area,
.pbmit-footer-style-1 .pbmit-footer-text-inner,
.pbmit-footer-style-1 .pbmit-footer-text-inner a{
	color: #FFFFFF7D;
}
.site-footer .pbmit-footer-newsletter{
	position: relative;
}
.site-footer .pbmit-footer-newsletter input[type="email"]{
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: normal;
	padding: 10px 20px;
	height: 60px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	transition: all 500ms ease;
}
.site-footer .pbmit-footer-newsletter input[type="email"]::placeholder{
	color: rgba(var(--pbmit-blackish-color-rgb) , 0.4);
}
.site-footer .pbmit-footer-newsletter input[type="email"]:focus{
	border-color: var(--pbmit-blackish-color);
}
.site-footer .pbmit-footer-newsletter button.pbmit-btn{
	position: absolute;
    top: 50%;
    right: 5px;
    font-size: 16px;
    line-height: 26px;
	border: none;
    padding: 12px 50px 12px 30px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
	transform: translateX(0%) translateY(-50%);
}
.site-footer .pbmit-footer-newsletter button.pbmit-btn .pbmit-btn-dot{
	inset: 20px 30px 0% auto;
}
.site-footer .pbmit-footer-newsletter button.pbmit-btn:hover .pbmit-btn-dot,
.portfolio-sec-one .portfolio-btn:hover .pbmit-btn-dot,
.pbmit-element-blog-style-2 .pbmit-btn.blog-btn:hover .pbmit-btn-dot{
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transform: none;
}
.site-footer .widget .pbmit-two-column-menu{
	display: flex;
	flex-wrap: wrap;
}
.site-footer .widget .pbmit-two-column-menu li{
	width: 50%;
}
.site-footer .widget .menu li:not(:last-child){
	padding-bottom: 10px;
}
.site-footer .widget .menu li a{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #FFFFFF7D;
	transition: all .25s ease-in-out;
}
.site-footer .widget .menu li a:hover,
.pbmit-footer-style-1 .pbmit-footer-copyright-text-area a:hover,
.pbmit-footer-style-1.pbmit-bg-color-secondary .pbmit-social-links li a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-footer-style-1 .footer-contact-info{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.pbmit-footer-style-1 .footer-contact-info .pbmit-social-links li:not(:last-child){
	padding: 0 12px 0 0;
}
.pbmit-footer-style-1 .pbmit-footer-text-area .pbmit-footer-text-inner{
	border-top: 1px solid #D9D9D933;
	margin-top: 80px;
	padding-top: 40px;
}
.pbmit-footer-style-1 .pbmit-footer-text-inner .right-area{
	text-align: right;
}

/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper{
	background-image: url(../images/bg/titlebar-bg.jpg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	position: relative;
    z-index: 1;
}
.pbmit-title-bar-wrapper:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: radial-gradient(at center center, #090909E6 0%, #09090900 100%);
}
.pbmit-title-bar-content{
	position: relative;
    z-index: 1;
    padding: 285px 0 150px;
	display: flex;
    align-items: center;
	justify-content: center;
}
.pbmit-title-bar-content-inner{
	width: 60%;
	text-align: center;
}
.pbmit-title-bar-content .pbmit-tbar,
.pbmit-title-bar-content .pbmit-breadcrumb{
	display: block;
}
.pbmit-tbar-subtitle{
	font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
	text-align: center;
	display: inline-block;
	margin-bottom: 15px;
	padding: 5px 12px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-tbar-title{
    font-size: 64px;
    line-height: 74px;
    letter-spacing: 0px;
	margin-bottom: 20px;
    text-transform: none;
    font-style: normal;
	color: var(--pbmit-white-color);
}
.single-page .pbmit-tbar-title{
	font-size: 55px;
	line-height: 61px;
}
.pbmit-breadcrumb,
.pbmit-breadcrumb a{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-style: normal;
	color: rgba(var(--pbmit-white-color-rgb),.8);
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner{
	background: rgba(var(--pbmit-secondary-color-rgb),.2);
    display: inline-block;
    padding: 5px 20px 7px 20px;
}
.pbmit-breadcrumb a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner .sep{
	font-size: 18px;
	line-height: 18px;
	position: relative;
	top: 1px;
    color: var(--pbmit-global-color);
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner .sep i:before{
	margin: 0;
}

/*----------------------------------------*/
/*  10 - Accordion
/*----------------------------------------*/
.accordion-item{
	position: relative;
	color: inherit;
	box-shadow: none;
	background-color: transparent;
	border: none;
}
.accordion-item:not(:last-child){
	margin-bottom: 20px;
}
.accordion-button{
	display: flex;
	position: relative;
    font-weight: normal;
    color: #1f2124;
	background-color: var(--pbmit-light-color);
	border: none;
	gap: 0 10px;
	justify-content: space-between;
	border-radius: 0 !important;
	padding: 0;
	transition: background-color .4s ease-out;
}
.accordion-button:not(.collapsed){
	box-shadow: none;
	color: #1f2124;
	background-color: var(--pbmit-light-color);
}
.accordion .pbmit-accordion-title{
	display: flex;
	padding-left: 20px;
}
.accordion .pbmit-accordion-title span{
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: 	var(--pbmit-heading-color);
	transition: all 9s ease-out;
}
.accordion-item .pbmit-accordion-icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 4px solid var(--pbmit-white-color);
}
.accordion-item.active .pbmit-accordion-icon-closed,
.accordion-item .pbmit-accordion-icon-opened{
    display: none;
}
.accordion-item .pbmit-accordion-icon-closed,
.accordion-item.active .pbmit-accordion-icon-opened{
    display: flex;
}
.accordion-item .pbmit-accordion-icon-opened{
	transition: transform 0.9s ease;
    transform: scale(0);
}
.accordion .collapsing {
	transition: height .50s ease;
}
.accordion-item.active .pbmit-accordion-icon-opened{
	transform: scale(1);
}
.accordion-item .pbmit-accordion-icon span>i{
	font-size: 15px;
	color: var(--pbmit-global-color);
}
.accordion-item .pbmit-accordion-icon span>i:before{
	font-weight: 700 !important;
}
.accordion-button::after{
	display: none;
}
.accordion-button:focus{
	box-shadow: none;
}
.accordion .accordion-body{
	display: flex;
    padding: 30px 20px 10px;
}

/*----------------------------------------*/
/*  11 - List Group
/*----------------------------------------*/
 .list-group .list-group-item {
	display: flex;
    font-size: inherit;
	align-items: center;
	padding: 0;
	color: var(--pbmit-blackish-color);
    position: relative;
    border: none;
    background: transparent;
}
.list-group .list-group-item:first-child{
	border-radius: 0px;
}
.list-group .pbmit-icon-list-icon{
	display: flex;
    position: relative;
	top: 4px;
}
.list-group .pbmit-icon-list-icon i{
	font-size: 22px;
	width: 1.25em;
	color: var(--pbmit-global-color);
	transition: color 0.3s;
}
.list-group .pbmit-icon-list-text{
	font-size: 18px;
    font-weight: 500;
    line-height: 18px;
	color: var(--pbmit-body-typography-color);
	transition: color 0.3s;
}
.list-group .list-group-item:not(:first-child){
	margin-top: calc(10px/2);
}

/*----------------------------------------*/
/*  12 -  Banner Slider
/*----------------------------------------*/
.pbmit-slider-area .transform-left{
    position: relative;
    transition: 1s cubic-bezier(.5,.5,0,1);
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.pbmit-slider-area .transform-left>span{
	transform:  scale(1.5) translate(100px, 0px);
	transform-origin: 50% 50%;
    transition: 2s cubic-bezier(.5,.5,0,1);
}
.swiper-slide-active .transform-left{
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.swiper-slide-active .transform-left>span{
	transform: scale(1) translate(0,0);
}
.pbmit-slider-area .transform-right{
	opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(200px);
}
.swiper-slide-active .transform-right{
	opacity: 1;
    transform: translateX(0);
}
.swiper-slide-active .transform-delay-1{
	transition-delay: 800ms;
}
.swiper-slide-active .transform-delay-2{
	transition-delay: 1200ms;
}
.swiper-slide-active .transform-delay-3{
	transition-delay: 1600ms;
}
.swiper-slide-active .transform-delay-4{
	transition-delay: 1900ms;
}
.swiper-slide-active .transform-delay-5{
	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{
	position: relative;
	z-index: 1;
}
/** Slider 01 **/
.pbmit-slider-one .pbmit-slider-item{ 
	height: 1000px;
	display: flex;
	align-items: end;
	position: relative;
}
.pbmit-slider-one .pbmit-slider-item:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 220px;
	display: block;
	top: 0;
	left: 0;
	filter: blur(100px);
	background: rgba(5, 55, 66, 0.4);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 0px;
}
.pbmit-slider-one .pbmit-slider-title.transform-delay-1{
	transition-delay: 200ms;
}
.pbmit-slider-one .pbmit-slider-title-wrap{
	position: relative;
	padding-bottom: 110px;
}
.pbmit-slider-one .pbmit-slider-title-wrap:before{
	position: absolute;
	content: "";
	display: block;
	width: 825px;
	height: 540px;
	top: auto;
	bottom: 30px;
	left: -20px;
	filter: blur(100px);
	background: rgba(5, 55, 66, 0.47);
	z-index: -1;
}
.pbmit-slider-one .pbmit-slider-title{
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 0;
	max-width: fit-content;
	color: var(--pbmit-white-color);
}
.pbmit-slider-one .pbmit-slider-title span.pbmit-playfair-font{
	line-height: 75px;
}
.pbmit-slider-one .pbmit-slider-desc{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	display: flex;
	justify-content: end;
	margin-bottom: 50px;
	position: relative;
	color: var(--pbmit-white-color);
}
.pbmit-slider-one .pbmit-slider-desc:before{
	position: absolute;
	content: "";
	display: block;
	width: 575px;
	height: 595px;
	top: -205px;
	bottom: auto;
	left: auto;
	right: -252px;
	z-index: -1;
	filter: blur(100px);
	background: rgba(5, 55, 66, 0.47);
}
.pbmit-slider-one .pbmit-slider-bottom-title{
	font-size: 250px;
	line-height: 250px;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative;
	opacity: 0;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-btn-typography-font-family);
}
.pbmit-slider-one .swiper-slide-active .pbmit-slider-bottom-title{
	opacity: 1;
}
.pbmit-slider-one .pbmit-slider-bottom-title:before{
	position: absolute;
	content: "";
	display: block;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 260px;
	z-index: -1;
	filter: blur(100px);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 0px;
	background: rgba(5, 55, 66, 0.4);
}
.pbmit-slider-one .pbmit-slider-bottom-title span{
	opacity: 0;
	display: inline-block;
	transform: translate(0px, 250px) rotate(-35deg);
}
@keyframes letterIn {
	to {
		opacity: 1;
		transform: translate(0px, 0px) rotate(0deg);
	}
}
.pbmit-slider-one .swiper-slide-active .pbmit-slider-bottom-title span{
	animation: letterIn 0.6s ease forwards;
}
.pbmit-slider-one .swiper-button-next, 
.pbmit-slider-one .swiper-button-prev{
	width: 40px;
	height: 40px;
	position: absolute;
	background: rgba(0,0,0,0.5);
	inset: auto 0px 0px auto;
}
.pbmit-slider-one .swiper-button-prev{
	transform: translate(-90px, -40px);
}
.pbmit-slider-one .swiper-button-next{
	transform: translate(-40px, -40px);
}
.pbmit-slider-one .swiper-button-prev:after,
.pbmit-slider-one .swiper-button-next:after{
	content:  '\e84e';
	font-size: 12px;
	color: var(--pbmit-white-color);
}
.pbmit-slider-one .swiper-button-prev:hover,
.pbmit-slider-one .swiper-button-next:hover{
	background: #000;
}
.pbmit-slider-one .swiper-button-prev:after{
	transform: none;
}
.pbmit-slider-one .swiper-button-next:after{
	transform: scale(-1);
}
/** Slider 02 **/
.pbmit-slider-two-content{
	background-image: url(../images/banner-slider-img/logo-icon.png);
	background-position: 98% 95%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.pbmit-slider-two-content .pbmit-heading-subheading{
	margin: 0 0 0 30px;
}
.pbmit-slider-two-content .pbmit-heading-subheading .pbmit-subtitle{
	margin-bottom: 10px;
}
.pbmit-slider-two-content .pbmit-heading-subheading .pbmit-subtitle::after{
	display: none;
}
.pbmit-slider-two-content .pbmit-heading-subheading .pbmit-title{
	font-size: 92px;
	line-height: 92px;
}
.pbmit-slider-two-content .pbmit-heading-subheading .pbmit-heading-desc{
	margin: 40px 0 50px;
	color: #FFFFFF99;
}
.pbmit-slider-two-content .pbmit-button {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-bottom: 60px;
}
.pbmit-slider-two-content .client-review-rating{
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-left: 15px;
}
.pbmit-slider-two-content .client-review-rating .review-rating-title{
	display: flex;
	gap: 10px;
}
.pbmit-slider-two-content .client-review-rating .review-rating-title h4{
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.pbmit-slider-two-content .client-review-rating .pbmit-rating-wrapper{
	display: flex;
}
.pbmit-slider-two-content .client-review-rating .pbmit-rating-wrapper .pbmit-icon{
	margin: 0 3px 3px 0;
}
.pbmit-slider-two-content .client-review-rating .pbmit-rating-wrapper .pbmit-icon svg{
	height: 17px;
	width: auto;
	display: flex;
	flex-shrink: 0;
	fill: var(--pbmit-global-color);
}
.pbmit-slider-two-content .client-review-rating .pbmit-rating-heading{
	color: #FFFFFF99;
}
.pbmit-slider-two-rightbox{
	position: relative;
	display: flex;
}
.pbmit-slider-two-rightbox .spinner-box-wrap{
	position: absolute;
	left: -8%;
	max-width: 100%;
	top: 12%;
	z-index: 2;
}	
.pbmit-slider-two-rightbox .swiper-slide-inner,
.pbmit-slider-two-rightbox .swiper-slide-inner img{
	height: 100%;
}
.pbmit-slider-two-rightbox .swiper-slide-inner img{
	object-fit: cover;
}

/*----------------------------------------*/
/*  13 - Client
/*----------------------------------------*/
/** Style 1 **/
.pbmit-client-style-1 .pbmit-client-content {
	text-align: center;
	padding: 60px 20px;
	border-right: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}
.pbmit-element-client-style-1 .pbminfotech-element .swiper-button-prev {
	left: 10px !important;
}
.pbmit-element-client-style-1 .pbmit-marquee-container .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	position: relative
}
.pbmit-element-client-style-1 .swiper-slide {
	display: flex;
	width: auto;
	overflow: hidden;
	justify-content: center
}
.pbmit-client-style-1 .pbmit-client-wrapper {
	overflow: hidden
}
.pbmit-client-style-1 .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}
.pbmit-client-wrapper {
	position: relative;
	text-align: center;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	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;
	right: 0;
	transform: translateY(-100%)
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	transform: translateY(-100%)
}
.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%)
}
.pbmit-client-style-1 .pbmit-featured-wrapper {
	transform: translateY(0%)
}
.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-featured-wrapper {
	transform: translateY(100%)
}
/** Style 2 **/
.pbmit-element-client-style-2 .pbmit-client-content {
	text-align: center;
	padding: 40px 20px;
}
.pbmit-element-client-style-2 .row:first-child{
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}
.pbmit-element-client-style-2 .row > div:nth-child(4){
 	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	border-bottom: 0;
}
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(18),
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(15),
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(13),
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(12),
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(9),
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(7),
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(6),
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(3),
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(1){
 	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	border-top: 0;
}
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(22),
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(16),
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(10),
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(4){
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(11),
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(5){
	border-left: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	border-right: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1)
}
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(12),
.pbmit-element-client-style-2 .row:nth-child(2) > .pbmit-logo-ele:nth-child(6){
	border-left: none;
}
.pbmit-element-client-style-2 .pbmit-highlight{
	text-transform: uppercase;
	color: var(--pbmit-secondary-color);
}
/* 1st logo */
.pbmit-element-client-style-2 .pbmit-1st-logo {
	background-color: var(--pbmit-secondary-color);
}
.pbmit-element-client-style-2 .pbmit-highlight{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 80px 0;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-element-client-style-2 .pbminfotech-element .swiper-button-prev {
	left: 10px !important
}
.pbmit-element-client-style-2 .pbmit-marquee-container .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	position: relative
}
.pbmit-element-client-style-2 .swiper-slide {
	display: flex;
	width: auto;
	overflow: hidden;
	justify-content: center
}
.pbmit-element-client-style-2 .pbmit-client-wrapper {
	overflow: hidden
}
.pbmit-element-client-style-2 .pbmit-featured-wrapper,
.pbmit-element-client-style-2 .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}
.pbmit-element-client-style-2 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-100%)
}
.pbmit-element-client-style-2 .pbmit-client-hover-img {
	transform: translateY(-100%)
}
.pbmit-element-client-style-2 .pbmit-client-wrapper:hover .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%)
}
.pbmit-element-client-style-2 .pbmit-featured-wrapper {
	transform: translateY(0%)
}
.pbmit-element-client-style-2 .pbmit-client-wrapper:hover .pbmit-featured-wrapper {
	transform: translateY(100%)
}

/* --------------------------------------
* 14 - Sortable
* ---------------------------------------*/
.pbmit-sortable-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}
.pbmit-sortable-list-ul li {
	display: inline-block;
}
.pbmit-sortable-list-ul li::before {
	content: ' ';
	margin: 0 10px;
}
.pbmit-sortable-list-ul li:first-child::before {
	display: none;
}
.pbmit-sortable-list a {
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px;
	font-weight: 500;
	min-width: 100px;
	border-radius: 0;
}
.pbmit-sortable-list a.pbmit-selected {
	background: var(--pbmit-secondary-color);
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 15 - Portfolio
* ---------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1 .pbmit-portfolio-btn-wrapper,
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pbmit-portfolio-style-1 .pbminfotech-post-content .pbmit-link {
	z-index: 1;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: scale(-1);
}
.pbmit-portfolio-style-1:hover .pbminfotech-box-content {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.pbmit-portfolio-style-1 .pbminfotech-post-content,
.pbmit-portfolio-style-1 .pbminfotech-image-wraper {
	position: relative;
	overflow: hidden;
}
 .pbmit-portfolio-style-1 .pbminfotech-image-wraper {
	z-index: 0;
 }
.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
	overflow: hidden;
	position: relative;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
	max-width: none;
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
}
.pbmit-portfolio-style-1 .pbminfotech-box-content {
	position: absolute;
	gap: 10px;
	top: inherit;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding: 22px 22px 30px 25px;
	align-items: center;
	justify-content: space-between;
	-webkit-backdrop-filter: blur(100px);
	background: var(--pbmit-secondary-color);
	backdrop-filter: blur(20px);
	z-index: 2;
	transform: translateX(0%) translateY(20%);
}
.pbmit-portfolio-style-1 .pbmit-port-cat a {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: 400 !important;
	text-transform: uppercase;
	color: var(--pbmit-global-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: rgba(var(--pbmit-white-color-rgb), 0.7);
}
.pbmit-portfolio-style-1 .pbmit-portfolio-btn {
	font-size: 33px;
	margin-top: 5px;
	display: inline-flex;
	color: var(--pbmit-white-color);
}
.pbmit-element-posts-wrapper .pbmit-portfolio-style-1{
	margin-bottom: 30px;
}
/** Style 2 **/
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav ul li,
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav .pbmit-portfolio-btn a {
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
}
.pbmit-element-portfolio-style-2 .pbmit-element-posts-wrapper {
	align-items: center;
}
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-grid;
}
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav ul li {
	display: inline-block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	opacity: 0.5;
	border-bottom: 1px solid var(--pbmit-blackish-color);
}
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav ul li.pbmit-active {
	opacity: 1;
}
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav .pbmit-title-box {
	position: relative;
}
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav .pbmit-title-btn-wrap {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
}
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav .pbmit-title-box-wrap {
	display: grid;
	gap: 5px;
}
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav .pbmit-port-cat a {
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
}
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav .pbmit-portfolio-title a {
	font-size: 41px;
	line-height: 47px;
	font-style: italic;
	padding-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav .pbmit-portfolio-btn a {
	font-size: 40px;
	line-height: 40px;
	color: var(--pbmit-global-color);
	opacity: 0;
	display: inline-block;
	transform: translateX(-15px);
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
}
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav li.pbmit-active .pbmit-portfolio-btn a {
	opacity: 1;
	transform: translateX(0);
}
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-images .pbmit-static-image {
	transform: rotate(12deg);
	text-align: center;
}
.pbmit-element-portfolio-style-2 .pbmit-element-posts-wrapper {
	padding-left: 200px;
}
/* == Bg Color == */
.pbmit-bg-color-secondary.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav .pbmit-portfolio-title a{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-secondary.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav ul li{
	border-color: rgba(var(--pbmit-white-color-rgb),.15);
}

/* --------------------------------------
* 16 - Marquee
* ---------------------------------------*/
/** Style 1 **/
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper{
	margin-left: 160px;
	position: relative;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
    content: '';
    position: absolute;
    left: -40px;
    right: auto;
    top: auto;
    bottom: 20px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background-color: var(--pbmit-global-color);
}
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	width: auto;
    position: relative;
    overflow: hidden;
    transition: transform 1s cubic-bezier(.22, .61, .36, 1);
    margin: 0;
    padding: 0;
    font-size: 90px;
    line-height: 110px;
    font-weight: 400;
    color: var(--pbmit-global-color);
}

/* --------------------------------------
* 17 - Static Box
* ---------------------------------------*/
/** Style 1 **/
.pbmit-element-static-box-style-1 .pbmit-title-wrapper .pbmit-static-box-title,
.pbmit-element-static-box-style-1 .pbmit-static-box-title::after,
.pbmit-element-static-box-style-1 {
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
}
.pbmit-element-static-box-style-1 .pbmit-static-box-title {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 20px;
	font-weight: 400 !important;
	position: relative;
	cursor: pointer;
}
.pbmit-element-static-box-style-1 .pbmit-static-box-title::after {
	content: '\e81a';
	font-family: 'pbminfotech-base-icons';
	position: absolute;
	top: 5px;
	color: var(--pbmit-global-color);
	padding-left: 15px;
	opacity: 0;
	transform: translateX(-15px);
}
.pbmit-element-static-box-style-1 .pbmit-title-wrapper.pbmit-active .pbmit-static-box-title::after,
.pbmit-element-static-box-style-1 .pbmit-title-wrapper:hover .pbmit-static-box-title::after {
	opacity: 1;
	transform: translateX(0);
}
.pbmit-element-static-box-style-1 .pbmit-title-wrapper.pbmit-active .pbmit-static-box-title a {
	color: var(--pbmit-global-color);
}
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper {
	align-items: flex-end;
}
.pbmit-element-static-box-style-1 .swiper-static-slide-nav .pbmit-hover-inner {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.pbmit-element-static-box-style-1 .pbmit-static-image {
	text-align: right;
}
.pbmit-element-static-box-style-1 .swiper-static-slide-images {
	display: flex;
	align-items: flex-start;
}
.pbmit-element-static-box-style-1 .pbmit-box-mobile .pbmit-icon-desc-wrap,
.pbmit-element-static-box-style-1 .swiper-hover-slide-desc {
	padding: 50px;
	margin-top: -85px;
	background-color: var(--pbmit-light-color);
}
.pbmit-element-static-box-style-1 .pbmit-box-mobile .pbmit-icon-desc-wrap {
	margin: 0;
	padding: 30px;
}
.pbmit-element-static-box-style-1 .pbmit-icon-desc-wrap {
	display: grid;
	gap: 50px;
	padding-bottom: 70px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb) , 0.1)
}
.pbmit-element-static-box-style-1 .pbmit-static-icon {
	display: inline-block;
	margin-top: 2px;
}
.pbmit-element-static-box-style-1 .pbmit-static-icon .pbmit-static-icon-wrapper {
	width: 80px;
	height: 80px;
	font-size: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-white-color);
	fill: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.pbmit-element-static-box-style-1 .pbmit-static-icon svg {
	width: 32px;
	height: 32px;
}
.pbmit-element-static-box-style-1 .pbmit-static-content-desc {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	display: inline;
	margin-bottom: 0;
}
.pbmit-element-static-box-style-1 .pbmit-static-content-desc,
.pbmit-element-static-box-style-1 .pbmit-static-box-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pbmit-element-static-box-style-1 .pbmit-static-content-desc {
	-webkit-line-clamp: 4;
	line-clamp: 4;
}
.pbmit-element-static-box-style-1 .swiper-hover-slide-desc,
.pbmit-element-static-box-style-1 .pbmit-static-image {
	width: 50%;
}
/* == Bg Color == */
.pbmit-bg-color-secondary .pbmit-element-static-box-style-1 .pbmit-title-wrapper .pbmit-static-box-title,
.pbmit-bg-color-secondary .pbmit-element-static-box-style-1 .pbmit-static-box-title{
	color: rgba(var(--pbmit-white-color-rgb) , 0.5);
}
.pbmit-bg-color-secondary .pbmit-element-static-box-style-1 .pbmit-title-wrapper.pbmit-active .pbmit-static-box-title,
.pbmit-bg-color-secondary .pbmit-element-static-box-style-1 .pbmit-title-wrapper .pbmit-static-box-title a:hover{
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 18 - Spinner Box
* ---------------------------------------*/
/** Style 1 **/
.pbmit-spinner-box-style-1 {
	width: 135px;
	position: relative;
	border-radius: 50%;
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-spinner-box-style-1 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper,
.pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper{
	height: 80px;
	width: 80px;
	font-size: 33px;
	line-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100%;
	background: var(--pbmit-secondary-color);
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-svg-wrapper svg path,
.pbmit-spinner-box-style-1 .pbmit-ihbox-icon-wrapper{
	fill: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
	display: block;
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-circle-box svg{
	-webkit-animation-name: pbmit_spin;
	animation-name: pbmit_spin;
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-box .pbmit-circle-box svg textPath{
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 4px;
	fill: var(--pbmit-secondary-color);
}
@keyframes pbmit_spin {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
/** Style 2 **/
.pbmit-spinner-box-style-2 {
	width: 155px;
	position: relative;
	border-radius: 50%;
	background: var(--pbmit-light-color);
	padding: 15px;
}
.pbmit-spinner-box-style-2 .pbmit-ihbox-icon,
.pbmit-spinner-box-style-2 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pbmit-spinner-box-style-2 .pbmit-ihbox-box .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper,
.pbmit-spinner-box-style-2 .pbmit-ihbox-box .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper{
	height: 80px;
	width: 80px;
	font-size: 35px;
	line-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100%;
	background: var(--pbmit-secondary-color);
}
.pbmit-spinner-box-style-2 .pbmit-ihbox-svg-wrapper svg path,
.pbmit-spinner-box-style-2 .pbmit-ihbox-icon-wrapper{
	fill: var(--pbmit-global-color);
	color: var(--pbmit-global-color);
	display: block;
}
.pbmit-spinner-box-style-2 .pbmit-ihbox-box .pbmit-circle-box svg{
	-webkit-animation-name: pbmit_spin;
	animation-name: pbmit_spin;
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
}
.pbmit-spinner-box-style-2 .pbmit-ihbox-box .pbmit-circle-box svg textPath{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	fill: var(--pbmit-secondary-color);
}
@keyframes pbmit_spin {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}

/* --------------------------------------
* 19 - Progress Bar
* ---------------------------------------*/
.progressbar{
    margin-bottom: 10px;
    overflow: hidden;
}
.progressbar:last-child{
	margin-bottom: 0;
}
.progress{
    position: relative!important;
    line-height: 30px;
	height: auto;
	border-radius: 0px;
	overflow: visible;
    background-color: #FFFFFF00;
}
.progress .progress-bar {
    position: relative;
	height: 30px;
	line-height: 30px;
    overflow: visible;
	border-radius: 2px;
	font-size: 15px;
	color: var(--pbmit-white-color);
	flex-direction: initial;
	text-align: start;
}
.progressbar-area:not(.style-2) .progressbar:first-child .progress .progress-bar{
	color: var(--pbmit-secondary-color);
	background-color: #F7F6F2;
}
.progressbar-area:not(.style-2) .progressbar:nth-child(2) .progress .progress-bar{
	background-color: var(--pbmit-global-color);
}
.progressbar-area:not(.style-2) .progressbar:nth-child(3) .progress .progress-bar{
	background-color: var(--pbmit-secondary-color);
}
.progressbar .progress-label{
    flex-grow: 1;
    overflow: hidden;
    padding-inline-start: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.progress.progress-percent-bg .progress-percent {
	padding-inline-end: 15px;
}
.progressbar-area.style-2 .progressbar{
	padding: 2px;
	border: 1px solid var(--pbmit-secondary-color);
}
.progressbar-area.style-2 .progress .progress-bar{
	height: 24px;
	line-height: 24px;
	background-color: var(--pbmit-secondary-color);
}

/* --------------------------------------
* 20 - Image Animation
* ---------------------------------------*/
.pbmit-animation-style1,
.pbmit-animation-style2,
.pbmit-animation-style4{
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}
.pbmit-animation-style1 img,
.pbmit-animation-style2 img,
.pbmit-animation-style4 img{
	transform-origin: 50% 50%;
    transition: 2s cubic-bezier(.5, .5, 0, 1);
}

/* --------------------------------------
* 21 - Tween Effect
* ---------------------------------------*/
/** Style 1 **/
.pbmit-tween-effect-style-1.pbmit-tween-text .pbmit-element-title {
	font-size: 180px;
	line-height: 190px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: var(--pbmit-white-color);
}

/* --------------------------------------
	For the same css
* ---------------------------------------*/
.pbmit-ihbox-style-1 .pbmit-element-title,
.pbmit-ihbox-style-4 .pbmit-element-title,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner,
.pbmit-testimonial-style-2 .pbminfotech-box-desc blockquote,
.pbmit-testimonial-style-2 .pbmit-auther-title-wrapper .pbminfotech-box-title,
.pbmit-blog-style-1 .pbmit-post-title,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-2 .pbmit-element-title,
.pbmit-marquee-effect-style-1 .pbmit-element-title,
.pbmit-element-static-box-style-1 .pbmit-static-box-title,
.sidebar .widget-recent-post .pbmit-rpw-title a,
.pbmit-drop-cap-letter,
.blog-details .pbmit-comment-content .reply a,
.pbmit-portfolio-style-1 .pbmit-portfolio-title,
.service-details .all-post-list li a,
.pbmit-timeline-style-1 .pbmit-timeline-title,
.pbmit-tween-effect-style-1.pbmit-tween-text .pbmit-element-title{
	font-family: var(--pbmit-btn-typography-font-family);
	font-style: normal;
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail,
.pbmit-meta-line,
.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail,
.sidebar .widget-recent-post li .pbmit-rpw-content .pbmit-rpw-date a,
.post-navigation .nav-links .pbmit-post-nav-wrapper .pbmit-nav-head,
.post-navigation .nav-links .pbmit-post-nav-wrapper .pbmit-nav-title,
.blog-details .pbmit-author-box .pbmit-author-name a,
.pbmit-comment-content .pbmit-comment-author a,
.blog-details .pbmit-comment-date,
.pbmit-portfolio-style-1 .pbmit-port-cat a,
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title,
.pbmit-team-single .pbmit-team-summary .pbmit-team-designation{
	font-family: var(--pbmit-heading-typography-font-family);
	font-style: normal;
    font-weight: 500;
}
.pbmit-service-style-2 .pbmit-service-number,
.pbminfotech-ele-fid-style-1 .pbmit-fid-counter,
.pbmit-playfair-font,
.pbmit-ihbox-style-7 .pbmit-element-title,
.pbmit-element-service-style-3 .pbmit-service-title,
.pbmit-element-team-style-2 .pbmit-quote-box-inner .pbmit-quote-text,
.pbmit-element-portfolio-style-2 .swiper-portfolio-slide-nav .pbmit-portfolio-title a,
.blog-details .pbmit-author-box .pbmit-author-name,
.pbmit-comment-content .pbmit-comment-author{
	font-family: var(--pbmit-btn-typography-font-family);
	font-style: italic;
    font-weight: 500;
}
.pbmit-service-style-2 .pbmit-button-scroll .pbmit-scroll-text{
	font-family: var(--pbmit-btn-typography-font-family);
	font-style: normal;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0px;
    text-transform: none;
}