/******************************

    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 - Progress Bar
	17 - Static Box
	18 - Marquee
	19 - Tween Effect
	20 - Tab
	21 - Spinner Box
	22 - Card Box

******************************/
body {
	counter-reset: item;
}

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading {
	margin-bottom: 60px;
}

.pbmit-heading-subheading .pbmit-subtitle {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 1.0px;
	color: var(--pbmit-body-typography-color);
	text-transform: uppercase;
	font-style: normal;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	background-color: transparent;
}

.pbmit-heading-subheading .pbmit-title {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 700;
	font-size: 48px;
	line-height: 53px;
	letter-spacing: -.96px;
	color: var(--pbmit-heading-color);
	text-transform: none;
	font-style: normal;
	margin: 0;
}

.pbmit-bg-color-light .pbmit-heading-subheading .pbmit-subtitle {}

.pbmit-bg-color-secondary .pbmit-heading-subheading .pbmit-subtitle {
	color: #fff;
}

.pbmit-bg-color-secondary .pbmit-heading-subheading .pbmit-title {
	color: var(--pbmit-white-color);
}

.pbmit-heading-subheading .pbmit-heading-desc {
	margin: 15px 0;
}

.pbmit-bg-color-secondary .pbmit-heading-desc {
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
}

.pbmit-heading-desc-style-2 {
	font-family: "Roboto", sans-serif;
	margin-top: 35px;
}

/*=== For the same css ===*/
.pbmit-ihbox-style-4 .pbmit-element-title,
.sidebar .widget-categories ul li a,
.sidebar .widget-categories ul li .pbmit-brackets,
.blog-details .pbmit-entry-content blockquote cite,
.pbmit-blog-meta-bottom .tagcloud ul li a,
.post-navigation .nav-links .nav-previous .pbmit-nav-wrapper .pbmit-nav-head,
.service-details .all-post-list li a,
.pbmit-tabs .pbmit-tab-price-w,
.pbmit-footer-style-1 .pbmit-ihbox-style-15 .pbmit-heading-desc {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 500;
	font-style: normal;
}

.pbmit-team-style-1 .pbminfotech-box-team-position,
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail,
.pbmit-portfolio-style-1 .pbmit-port-cat a,
.single-blog-authorbox .pbmit-authorbox-subtitle,
.widget-recent-post .pbmit-rpw-title a,
.pbmit-rpw-content .pbmit-rpw-date a,
.sidebar .pbmit-service-ads .pbmit-ads-decs,
ul.pbmit-blog-list-number li span,
.post-navigation .nav-links .pbmit-nav-wrapper .pbmit-nav-title,
.pbmit-comment-content .pbmit-comment-author,
.blog-details .pbmit-comment-date a,
.accordion-item .pbmit-accordion-title,
.pbmit-team-single .pbmit-team-summary .pbmit-team-designation,
.pbmit-team-single .pbmit-team-detail .pbmit-single-team-info li span,
.pbmit-header-style-1 .pbmit-ihbox-style-3 .pbmit-heading-desc,
.pbmit-header-style-3 .pbmit-burger-menu-area .menu-main-menu-container ul>li li>a,
.site-header:not(.pbmit-header-style-4, .pbmit-header-style-5) .site-navigation ul.navigation>li>a,
.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
	font-style: normal;
}

.pbmit-testimonial-style-1 .pbmit-auther-title-wrapper .pbminfotech-box-title,
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-w,
.single-blog-authorbox .pbmit-authorbox-title,
.pbmit-element-static-box-style-2 .pbmit-box-number {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 700;
	font-style: normal;
}

.pbmit-ihbox-icon-wrapper svg,
.pbmit-service-icon svg {
	width: 1em;
	height: 1em;
}

.pbmit-service-btn {
	display: inline-flex;
}

.pbmit-service-btn,
.pbmit-ihbox-btn a,
.pbmit-price-btn a,
.blog-details .pbmit-comment-content .reply a,
.comment-respond .contact-form .submit-btn {
	font-family: var(--pbmit-btn-typography-font-family);
	font-weight: 600;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-style: normal;
}

.pbmit-service-btn .pbmit-button-text span,
.pbmit-ihbox-btn .pbmit-btn-wrapper .pbmit-button-render span,
.pbmit-price-btn .pbmit-btn-wrapper .pbmit-button-render span {
	display: flex;
	align-items: center;
	padding-right: 45px;
	padding-left: 2px;
	position: relative;
	transition: all 0.4s ease;
}

.pbmit-service-btn .pbmit-button-text span:before,
.pbmit-ihbox-btn .pbmit-btn-wrapper .pbmit-button-render span::before,
.pbmit-price-btn .pbmit-btn-wrapper .pbmit-button-render span::before {
	content: "\e82f";
	font-family: "pbminfotech-base-icons";
	position: relative;
	top: 0;
	left: 2px;
	width: 1em;
	font-size: 10px;
	height: auto;
	z-index: 1;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 50px;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	margin-left: 12px;
	transition: all 0.4s ease;
	order: -2;
	opacity: 0;
	transform: translateX(-1em);
	margin-left: -35px;
	display: inline-block;
}

.pbmit-service-btn .pbmit-button-text span:after,
.pbmit-ihbox-btn .pbmit-btn-wrapper .pbmit-button-render span::after,
.pbmit-price-btn .pbmit-btn-wrapper .pbmit-button-render span::after {
	content: "\e82f";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 2px;
	width: 1em;
	font-size: 10px;
	height: auto;
	z-index: 1;
	width: 33px;
	height: 33px;
	line-height: 33px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	margin-left: 12px;
	transition: all 0.4s ease;
}

.pbmit-service-btn:hover .pbmit-button-text span,
.pbmit-price-btn a:hover .pbmit-btn-wrapper .pbmit-button-render span,
.pbmit-ihbox-btn a:hover .pbmit-btn-wrapper .pbmit-button-render span {
	padding-right: 0;
}

.pbmit-service-btn:hover .pbmit-button-text span::before,
.pbmit-ihbox-btn a:hover .pbmit-btn-wrapper .pbmit-button-render span::before,
.pbmit-price-btn a:hover .pbmit-btn-wrapper .pbmit-button-render span::before {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.4s ease;
	margin-left: 0px;
	margin-right: 10px;
}

.pbmit-service-btn:hover .pbmit-button-text span::after,
.pbmit-ihbox-btn a:hover .pbmit-btn-wrapper .pbmit-button-render span::after,
.pbmit-price-btn a:hover .pbmit-btn-wrapper .pbmit-button-render span::after {
	transform: translateX(3em);
	opacity: 0;
	transition: all 0.4s ease;
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 2 **/
.pbmit-ihbox-style-2 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-box {
	display: flex;
	align-items: center;
}

.pbmit-ele-miconheading .pbmit-ihbox-style-2 .pbmit-ihbox-box {
	align-items: flex-start;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-svg,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon {
	margin: 0 20px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper {
	width: 65px;
	height: 65px;
	min-width: 65px;
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.10);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-svg svg {
	width: 45px;
	height: 45px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image img {
	width: 75px;
	height: 75px;
	border-radius: 5px;
	max-width: 75px;
}

.pbmit-ihbox-style-2 .pbmit-element-title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}

/* == Bg Color == */
.pbmit-bg-color-light .pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-bg-color-light .pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}

/** Style 3 **/
.pbmit-ihbox-style-3 {
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-box.d-flex {
	align-items: center;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon {
	margin: 0;
	display: inline-block;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-svg,
.pbmit-ihbox-style-3 .pbmit-icon-type-icon,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	min-width: 73px;
	height: 73px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50px;
	margin-right: 20px;
	text-align: center;
	font-size: 35px;
	line-height: 73px;
	color: var(--pbmit-white-color);
	fill: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.pbmit-ihbox-style-3 .pbmit-icon-type-icon svg g g {
	fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-svg svg {
	width: 35px;
	height: 35px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	font-size: 26px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: 70px;
	border-radius: 50px;
	max-width: 70px;
}

.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 22px;
	line-height: 28px;
	margin: 5px 0 0 0;
	letter-spacing: -0.4px;
}

.pbmit-ihbox-style-3 .pbmit-heading-desc {
	margin-bottom: 0;
}

.pbmit-ihbox-style-3:hover .pbmit-ihbox-svg,
.pbmit-ihbox-style-3:hover .pbmit-icon-type-icon,
.pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-text {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/* == Bg Color == */
.pbmit-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-ihbox-svg,
.pbmit-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-icon-type-icon,
.pbmit-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	background-color: var(--pbmit-global-color);
}

.pbmit-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-ihbox-svg,
.pbmit-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-icon-type-icon,
.pbmit-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	color: var(--pbmit-white-color);
	fill: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-icon-type-icon svg g g {
	fill: var(--pbmit-white-color);
}

/** Style 4 **/
.pbmit-ihbox-style-4 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	display: inline-block;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-box {
	display: flex;
	align-items: center;
}

.pbmit-ele-miconheading .pbmit-ihbox-style-4 .pbmit-ihbox-box {
	align-items: flex-start;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-svg,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon {
	margin: 0 10px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper {
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-svg svg {
	width: 30px;
	height: 30px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image img {
	width: 40px;
	height: 40px;
	max-width: 40px;
}

.pbmit-ihbox-style-4 .pbmit-element-title {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 0;
}

/** Style 5 **/
.pbmit-ihbox-style-5 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-box {
	display: flex;
	align-items: center;
}

.pbmit-ele-miconheading .pbmit-ihbox-style-5 .pbmit-ihbox-box {
	align-items: flex-start;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-svg,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon {
	margin: 0 15px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper {
	width: 35px;
	height: 35px;
	min-width: 35px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	position: relative;
	background: #fff;
	z-index: 1;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.10);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-svg svg {
	width: 20px;
	height: 20px;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	max-width: 30px;
}

.pbmit-ihbox-style-5 .pbmit-element-title {
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 0;
	font-family: var(--pbmit-body-typography-font-family);
	font-weight: normal;
}

/** Style 6 **/
.pbmit-ihbox-style-6 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-6 {
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
	text-align: center;
}

.pbmit-element-viewtype-carousel .pbmit-ihbox-style-6 {
	padding-top: 5px;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon {
	margin-bottom: 35px;
	display: inline-block;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-ihbox-style-6 .pbmit-icon-type-icon,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-blackish-color)
}

.pbmit-ihbox-style-6 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-image img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.pbmit-ihbox-style-6 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 25px;
	letter-spacing: 0;
}

.pbmit-ihbox-style-6 .pbmit-heading-desc {
	margin-bottom: 0px;
	padding: 0 25px;
}

.pbmit-ihbox-style-6 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-6 .pbmit-icon-type-icon svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-box-number {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
	font-size: 20px;
	letter-spacing: 0;
	border-radius: 50%;
	display: inline-block;
}

.pbmit-ihbox-style-6:hover .pbmit-ihbox-box-number {
	background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-box-number-wrapper {
	position: relative;
}

.pbmit-miconheading-style-6 .pbmit-ihbox-box-number-wrapper::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #E4E4E4;
	top: 50%;
	margin-top: 0px;
	left: 0;
	z-index: -1;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
	overflow: hidden;
	border-radius: 50%;
}

.pbmit-ihbox-style-6:hover .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

/** Style 8 **/
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-8 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-8 {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.pbmit-ihbox-style-8 {
	text-align: center;
	background: var(--pbmit-white-color);
	border-radius: 10px;
	display: inline-block;
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.08);
}

.pbmit-ihbox-style-8 .pbmit-ihbox-title-wrapper {
	padding: 30px 38px 0 38px;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon {
	margin-bottom: 30px;
	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: 67px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-8 .pbmit-ihbox-svg svg {
	width: 67px;
	height: 67px;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper img {
	height: 70px;
	width: 70px;
	max-width: 70px;
}

.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-blackish-color);
}

.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-8:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-type-text {
	transform: rotateY(360deg);
}

.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-btn {
	display: block;
	padding: 17px;
	background-color: var(--pbmit-global-color);
	border-radius: 0 0 10px 10px;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-btn a {
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-btn a {
	gap: 15px;
	display: inline-flex;
}

.pbmit-ihbox-btn a {
	position: relative;
}

.pbmit-ihbox-btn .pbmit-btn-wrapper {
	display: inline-flex;
	transition: all 0.4s ease;
}

/** Style 9 **/
.pbmit-ihbox-style-9 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-box.d-flex {
	align-items: center;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon {
	margin: 0;
	display: inline-block;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
.pbmit-ihbox-style-9 .pbmit-icon-type-icon,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text {
	min-width: 70px;
	height: 70px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 5px;
	margin-right: 20px;
	text-align: center;
	font-size: 40px;
	line-height: 70px;
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-svg svg {
	width: 35px;
	height: 35px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text {
	font-size: 26px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: 70px;
	border-radius: 50px;
	max-width: 70px;
}

.pbmit-ihbox-style-9 .pbmit-element-title {
	font-size: 20px;
	line-height: 30px;
	margin: 5px 0 0 0;
}

.pbmit-ihbox-style-9 .pbmit-heading-desc {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 30px;
}

.pbmit-ihbox-style-9:hover .pbmit-ihbox-svg,
.pbmit-ihbox-style-9:hover .pbmit-icon-type-icon,
.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-type-text {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/** Style 10 **/
.pbmit-ihbox-style-10 {
	margin-bottom: 30px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-10 {
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
	position: relative;
}

.pbmit-element-viewtype-carousel .pbmit-ihbox-style-10 {
	padding-top: 5px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-svg,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon {
	margin-bottom: 35px;
	display: inline-block;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-svg,
.pbmit-ihbox-style-10 .pbmit-icon-type-icon,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-blackish-color)
}

.pbmit-ihbox-style-10 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
}

.pbmit-ihbox-style-10 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 38px;
	letter-spacing: 0;
}

.pbmit-ihbox-style-10 .pbmit-heading-desc {
	margin-bottom: 0px;
}

.pbmit-ihbox-style-10 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-10 .pbmit-icon-type-icon svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-box-number {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
	font-size: 20px;
	letter-spacing: 0;
	border-radius: 50%;
	display: inline-block;
}

.pbmit-ihbox-style-10:hover .pbmit-ihbox-box-number {
	background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-box-number-wrapper {
	padding: 4px;
	border: 1px solid var(--pbmit-global-color);
	border-radius: 50%;
	position: relative;
	display: inline-block;
}

.pbmit-miconheading-style-10 .pbmit-ihbox-style-10::after {
	content: '\e840';
	font-family: "pbminfotech-base-icons";
	position: absolute;
	font-size: 35px;
	color: var(--pbmit-global-color);
	top: 10px;
	right: 45px;
}

.pbmit-miconheading-style-10:last-child .pbmit-ihbox-style-10::after {
	display: none;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
	overflow: hidden;
	border-radius: 50%;
}

.pbmit-ihbox-style-10:hover .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

/** Style 11 **/
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-11 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-11 {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon {
	margin-bottom: 30px;
	display: inline-block;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper {
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-11 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper img {
	height: 70px;
	width: 70px;
	max-width: 70px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-11:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-11:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon-type-text {
	transform: rotateY(360deg);
}

.pbmit-ihbox-style-11 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 12px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-btn {
	margin-top: 25px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-btn .pbmit-btn-wrapper .pbmit-button-render span::before,
.pbmit-ihbox-style-11 .pbmit-ihbox-btn .pbmit-btn-wrapper .pbmit-button-render span::after {
	background-color: var(--pbmit-light-color);
}

.pbmit-ihbox-style-11 .pbmit-ihbox-btn .pbmit-btn-wrapper .pbmit-button-render span::before {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}

.pbmit-ihbox-btn {
	display: inline-block;
}

.pbmit-ihbox-style-11.second .pbmit-element-title {
	font-size: 20px;
}

.pbmit-ihbox-style-11.second .pbmit-heading-desc {
	font-size: 16px;
}

.pbmit-bg-color-secondary .pbmit-ihbox-style-11 .pbmit-element-title {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-ihbox-style-11 .pbmit-heading-desc {
	color: rgba(var(--pbmit-white-color-rgb), .8);
}

.pbmit-bg-color-secondary .pbmit-ihbox-btn a {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-ihbox-btn a:hover {
	color: var(--pbmit-global-color);
}

/** Style 12 **/
.pbmit-ihbox-style-12 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-box {
	display: flex;
	align-items: center;
}

.pbmit-ele-miconheading .pbmit-ihbox-style-12 .pbmit-ihbox-box {
	align-items: flex-start;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-svg,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon {
	margin: 0 10px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper {
	width: 40px;
	height: 40px;
	min-width: 40px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-white-color);
	fill: var(--pbmit-white-color);
	background-color: rgba(var(--pbmit-white-color-rgb), 0.1);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-svg svg {
	width: 40px;
	height: 40px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-image img {
	width: 75px;
	height: 75px;
	border-radius: 5px;
	max-width: 75px;
}

.pbmit-ihbox-style-12 .pbmit-element-title {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0;
	font-weight: 400 !important;
}

.pbmit-ihbox-style-12 .pbmit-element-title span {
	color: var(--pbmit-white-color);
	font-size: 18px;
	font-weight: 500;
}

.pbmit-bg-color-secondary .pbmit-ihbox-style-12 .pbmit-element-title {
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

/** Style 13 **/
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-13 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-13 {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.pbmit-ihbox-style-13 {
	text-align: center;
	display: inline-block;
	padding: 26px 50px 25px;
	border-radius: 5px;
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.08);
	background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-svg,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon {
	margin-bottom: 7px;
	display: inline-block;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper {
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-13:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-13:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-13:hover .pbmit-ihbox-icon-type-text {
	transform: rotateY(360deg);
}

.pbmit-ihbox-style-13 .pbmit-element-title {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 0px;
}

/** Style 14 **/
.pbmit-miconheading-style-14 {
	margin-bottom: 30px;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon::after,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-14 {
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
	text-align: center;
}

.pbmit-ihbox-style-14 {
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
	padding: 50px 25px;
	background: var(--pbmit-white-color);
}

.pbmit-element-viewtype-carousel .pbmit-ihbox-style-14 {
	margin: 25px 0;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-svg,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon {
	margin-bottom: 30px;
	display: inline-block;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon {
	position: relative;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon::after {
	content: "\e82f";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 50%;
	right: -20px;
	width: 1em;
	font-size: 11px;
	font-weight: 600;
	height: auto;
	z-index: 1;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	background-color: var(--pbmit-light-color);
	color: var(--pbmit-blackish-color);
	margin-top: -22.5px;
}

.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon::after {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -27px;
	z-index: 1;
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	background-color: var(--pbmit-white-color);
	margin-top: -30px;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-svg,
.pbmit-ihbox-style-14 .pbmit-icon-type-icon,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-blackish-color)
}

.pbmit-ihbox-style-14 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-image img {
	width: 218px;
	height: 218px;
	object-fit: cover;
	border-radius: 50%;
}

.pbmit-ihbox-style-14 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 25px;
	letter-spacing: 0;
}

.pbmit-ihbox-style-14 .pbmit-heading-desc {
	margin-bottom: 0px;
	padding: 0 25px;
	font-size: 16px;
	line-height: 26px;
}

.pbmit-ihbox-style-14 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-14 .pbmit-icon-type-icon svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-box-number {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
	font-size: 20px;
	letter-spacing: 0;
	border-radius: 50%;
	display: inline-block;
}

.pbmit-ihbox-style-14:hover .pbmit-ihbox-box-number {
	background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-box-number-wrapper {
	position: relative;
}

.pbmit-element-miconheading-style-14 .pbmit-ihbox-box-number-wrapper::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #E4E4E4;
	top: 50%;
	margin-top: 0px;
	left: 0;
	z-index: -1;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
	overflow: hidden;
	border-radius: 50%;
}

.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.pbmit-miconheading-style-14:last-child .pbmit-ihbox-style-14 .pbmit-ihbox-icon::after,
.pbmit-miconheading-style-14:last-child .pbmit-ihbox-style-14 .pbmit-ihbox-icon::before {
	display: none;
}

/** Style 15 **/
.pbmit-miconheading-style-15 {
	padding-bottom: 30px;
	position: relative;
}

.pbmit-ihbox-style-15 {
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-svg,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon {
	margin: 0;
	display: inline-block;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-svg,
.pbmit-ihbox-style-15 .pbmit-icon-type-icon,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-type-text {
	min-width: 45px;
	height: 45px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50px;
	margin-right: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	background-color: var(--pbmit-secondary-color);
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.pbmit-ihbox-style-15 .pbmit-icon-type-icon svg g g {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-15 .pbmit-ihbox-svg svg {
	width: 35px;
	height: 35px;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-type-text {
	font-size: 26px;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: 70px;
	border-radius: 50px;
	max-width: 70px;
}

.pbmit-ihbox-style-15 .pbmit-element-title {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 5px 0;
}

.pbmit-ihbox-style-15 .pbmit-heading-desc {
	margin-bottom: 0;
	font-size: 16px;
}

.pbmit-miconheading-style-15:not(:last-child):after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
	top: 0;
	left: 36px;
	z-index: -1;
}

/** Style 16 **/
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-16 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-16 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-16 {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-svg,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon {
	margin-bottom: 0px;
	display: inline-block;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper {
	font-size: 95px;
	line-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	color: transparent;
	fill: transparent;
	font-weight: 800;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #E4E4E4;
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-ihbox-style-16:hover .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-16:hover .pbmit-ihbox-svg-wrapper {
	color: var(--pbmit-light-color);
	fill: var(--pbmit-light-color);
	-webkit-text-stroke-color: var(--pbmit-light-color);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper img {
	height: 70px;
	width: 70px;
	max-width: 70px;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-light-color);
}

.pbmit-ihbox-style-16 .pbmit-element-title {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 25px;
	margin-top: -40px;
	z-index: 1;
	position: relative;
}

.pbmit-ihbox-style-16 .pbmit-heading-desc {
	font-size: 16px;
}

/** Style 17 **/
.pbmit-ihbox-style-17 {
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-box.d-flex {
	align-items: center;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-svg,
.pbmit-ihbox-style-17 .pbmit-ihbox-icon {
	margin: 0;
	display: inline-block;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-svg,
.pbmit-ihbox-style-17 .pbmit-icon-type-icon,
.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-text {
	display: block;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 8px;
	text-align: center;
	font-size: 26px;
	line-height: 22px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.pbmit-ihbox-style-17 .pbmit-icon-type-icon svg g g {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-17 .pbmit-ihbox-svg svg {
	width: 35px;
	height: 35px;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-text {
	font-size: 26px;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: 70px;
	border-radius: 50px;
	max-width: 70px;
}

.pbmit-ihbox-style-17 .pbmit-element-title {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -1px;
	margin: 0;
}

.pbmit-ihbox-style-17 .pbmit-heading-desc {
	margin-bottom: 0;
	color: var(--pbmit-global-color);
	line-height: 20px;
}

.pbmit-ihbox-style-17:hover .pbmit-ihbox-svg,
.pbmit-ihbox-style-17:hover .pbmit-icon-type-icon,
.pbmit-ihbox-style-17:hover .pbmit-ihbox-icon-type-text {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/** Style 18 **/
.pbmit-ihbox-style-18 {
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-svg,
.pbmit-ihbox-style-18 .pbmit-ihbox-icon {
	margin: 0;
	display: inline-block;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-svg,
.pbmit-ihbox-style-18 .pbmit-icon-type-icon,
.pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-text {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	font-size: 28px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.pbmit-ihbox-style-18 .pbmit-icon-type-icon svg g g {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-text {
	font-size: 26px;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-box.d-flex {
	align-items: center;
}

.pbmit-ihbox-style-18 .pbmit-element-title {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -1.2px;
	margin-right: 22px;
	margin-bottom: 0;
}

.pbmit-ihbox-style-18 .pbmit-heading-desc {
	margin-bottom: 0;
	font-size: 17px;
}

/** Style 19 **/
.pbmit-ihbox-style-19 {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	display: inline-block;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-box {
	display: flex;
	align-items: center;
	border-radius: 7px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(20px);
	padding: 9px 25px 9px 18px;
}

.pbmit-ele-miconheading .pbmit-ihbox-style-19 .pbmit-ihbox-box {
	align-items: flex-start;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-svg,
.pbmit-ihbox-style-19 .pbmit-ihbox-icon {
	margin: 0 10px 0 0;
	display: inline-block;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-19 .pbmit-ihbox-svg-wrapper {
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-19 .pbmit-ihbox-svg svg {
	width: 30px;
	height: 30px;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-icon-type-image img {
	width: 40px;
	height: 40px;
	max-width: 40px;
}

.pbmit-ihbox-style-19 .pbmit-element-title {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0;
}

/** Style 20 **/
.pbmit-ihbox-style-20 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after,
.pbmit-ihbox-style-20 .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-20 .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-20 .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-20 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-20 {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.pbmit-ihbox-style-20 {
	position: relative;
	background-color: var(--pbmit-light-color);
	border-radius: 7px;
	padding: 35px 20px 25px 30px;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-svg,
.pbmit-ihbox-style-20 .pbmit-ihbox-icon {
	margin-bottom: 82px;
	display: inline-block;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-20 .pbmit-ihbox-svg-wrapper {
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-20 .pbmit-ihbox-svg svg {
	width: 16px;
	height: 16px;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper img {
	height: 50px;
	width: 50px;
	max-width: 70px;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-icon-wrapper svg g,
.pbmit-ihbox-style-20 .pbmit-ihbox-svg-wrapper svg g,
.pbmit-ihbox-style-20 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-20 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-20:hover .pbmit-ihbox-svg svg,
.pbmit-ihbox-style-20:hover .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-20:hover .pbmit-ihbox-icon-type-text {
	transform: rotateY(360deg);
}

.pbmit-ihbox-style-20 .pbmit-element-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 7px;
}

.pbmit-ihbox-style-20 .pbmit-heading-desc {
	font-size: 16px;
	line-height: 26px;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-btn-link a {
	position: absolute;
	font-size: 15px;
	right: 25px;
	top: 25px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #E4E4E4;
	text-align: center;
	transform: rotate(-45deg);
	border-radius: 50px;
}

.pbmit-ihbox-style-20:hover .pbmit-ihbox-btn-link a {
	border-color: var(--pbmit-global-color);
	color: var(--pbmit-global-color);
}

/* == Bg Color == */
.pbmit-bg-color-light .pbmit-ihbox-style-20 {
	background-color: var(--pbmit-white-color);
}

/** Style 21 **/
.pbmit-ihbox-style-21 {
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.pbmit-ihbox-style-21 .pbmit-ihbox-svg,
.pbmit-ihbox-style-21 .pbmit-ihbox-icon {
	margin: 0;
	display: inline-block;
}

.pbmit-ihbox-style-21 .pbmit-ihbox-svg,
.pbmit-ihbox-style-21 .pbmit-icon-type-icon,
.pbmit-ihbox-style-21 .pbmit-ihbox-icon-type-text {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	font-size: 28px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.pbmit-ihbox-style-21 .pbmit-icon-type-icon svg g g {
	fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-21 .pbmit-ihbox-icon-type-text {
	font-size: 26px;
}

.pbmit-ihbox-style-21 .pbmit-ihbox-box.d-flex {
	align-items: center;
}

.pbmit-ihbox-style-21 .pbmit-element-title {
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 0;
}

.pbmit-ihbox-style-21 .pbmit-heading-desc {
	margin: 5px 0 3px;
	font-size: 17px;
}

/** Style 22 **/
.pbmit-ihbox-style-22 .pbmit-ihbox-box .pbmit-ihbox-number,
.pbmit-ihbox-style-22 .pbmit-ihbox-number .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-22 .pbmit-element-title,
.pbmit-ihbox-style-22 :hover .pbmit-svg-btn svg line {
	transition: all 0.5s ease 0s;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-number .pbmit-ihbox-icon-type-text {
	font-size: 15px;
	line-height: 28px;
	color: #7C898D;
}

.pbmit-ihbox-style-22:hover .pbmit-ihbox-number .pbmit-ihbox-icon-type-text {
	color: var(--pbmit-blackish-color);
	text-shadow: unset;
}

.pbmit-ihbox-style-22 .pbmit-element-title {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
	padding-right: 20px;
	position: relative;
}

.pbmit-ihbox-style-22 .pbmit-element-title span {
	color: rgba(var(--pbmit-blackish-color-rgb), .5);
}

.pbmit-ihbox-style-22:hover .pbmit-element-title {
	padding-left: 15px;
}

.pbmit-ihbox-style-22 .pbmit-element-title .pbmit-heading-desc {
	line-height: 28px;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-box {
	width: 100%;
	align-items: center;
}

.pbmit-miconheading-style-22 .pbmit-ihbox-style-22 .pbmit-ihbox-box {
	padding: 20px 10px;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.pbmit-miconheading-style-22:last-child .pbmit-ihbox-style-22 .pbmit-ihbox-box {
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.pbmit-ihbox-style-22 .pbmit-ihbox-box .pbmit-ihbox-number {
	width: 22%;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-box .pbmit-ihbox-heading {
	width: 85%;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-box .pbmit-svg-btn {
	margin-left: auto;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-contents {
	width: 25%;
	text-align: right;
	color: var(--pbmit-blackish-color);
	font-size: 16px;
	font-weight: 600 !important;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-box .pbmit-svg-btn span {
	font-size: 0;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-box .pbmit-svg-btn svg {
	height: 12px;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-box .pbmit-svg-btn svg line {
	stroke: #666;
}

.pbmit-ihbox-style-22 .pbmit-iconbox-image {
	position: relative;
	width: 15%;
}

.pbmit-ihbox-style-22 .pbmit-element-heading {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-icon {
	transition: all 500ms ease;
	z-index: 10;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-icon-type-image img {
	min-width: 193px;
	margin-left: -60px;
	border-radius: 5px;
	transform: rotate(10deg);
	position: absolute;
	left: -30px;
	top: -75px;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0;
	font-weight: 400;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper svg {
	fill: #666;
	margin-bottom: 10px;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-box-number {
	font-size: 17px;
	line-height: 28px;
	padding-top: 7px;
}

.pbmit-ihbox-style-22 :hover .pbmit-svg-btn svg line {
	stroke-dashoffset: 0;
}

.pbmit-ihbox-style-22 :hover .pbmit-svg-btn svg line {
	stroke: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-team-style-1 .pbmit-featured-wrapper img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.pbmit-team-style-1 .pbminfotech-post-item {
	padding-bottom: 20px;
}

.pbmit-team-style-1 .pbmit-featured-inner {
	position: relative;
}

.pbmit-team-style-1 .pbmit-featured-wrapper {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

/* .pbmit-team-style-1 .pbmit-featured-inner::after {
	content: '';
    position: absolute;
    width: 85%;
    height: 100px;
    bottom: 0;
    left: 0;
    box-shadow: 0px -15px 35px -15px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin: 0 auto;
    left: 0px;
    right: 0;
    bottom: -60px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
} */
.pbmit-team-style-1:hover .pbmit-featured-inner::after {
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.45);
}

.pbmit-team-style-1 .pbmit-featured-wrapper img {
	border-radius: 5px;
	width: calc(100% + 20px);
	-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 .pbminfotech-box-content {
	background: var(--pbmit-white-color);
	margin: -40px 13px 0;
	padding: 20px;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 4px 10px rgb(0, 0, 0, 0.15);
}

.pbmit-team-style-1 .pbmit-box-title-wrap {
	width: 100%;
}

.pbmit-team-style-1 .pbmit-team-title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0;
}

.pbmit-team-style-1 .pbmit-short-description {
	font-size: 16px;
	line-height: 22px;
	padding: 0 15px;
}

.pbmit-team-style-1 .pbminfotech-box-team-position {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.78px;
	/* text-transform: uppercase; */
	font-weight: 400;
}

.pbmit-team-style-1 .pbmit-team-btn {
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 6;
	text-align: center;
	background: var(--pbmit-white-color);
	border-radius: 5px;
	z-index: 7;
}

.pbmit-team-style-1 .pbmit-team-btn a.pbmit-team-text {
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	font-size: 20px;
}

.pbmit-team-style-1 ul.pbmit-social-links {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 6;
}

.pbmit-team-style-1 .pbmit-team-social-links li {
	display: block;
	padding: 0 !important;
	margin: 0;
}

.pbmit-team-style-1 .pbmit-team-social-links li a {
	font-size: 14px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	opacity: 1;
	visibility: visible;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
	transform: translateY(30px);
	transition: transform .2s ease-in-out, all 0.4s;
	border-radius: 50%;
	margin: 2px 0;
	border: 1px solid #4184bb;
	box-shadow: 0px 0px 6px rgb(22 145 150);
}

.pbmit-team-style-1 .pbmit-team-social-links li a:hover {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-team-style-1:hover .pbmit-team-btn .pbmit-team-social-links li a {
	opacity: 1;
	visibility: visible;
	transform: translateY(calc(100% - 1px));
	transition: transform .3s ease-in-out, all .4s;
}

.pbmit-team-style-1:hover .pbmit-team-btn .pbmit-team-social-links li a:hover {
	background-color: var(--pbmit-global-color);
}

.pbmit-team-style-1:hover .pbmit-team-btn .pbmit-team-social-links li:nth-child(1) a {
	transition-delay: .10s;
}

.pbmit-team-style-1:hover .pbmit-team-btn .pbmit-team-social-links li:nth-child(2) a {
	transition-delay: 0.15s;
}

.pbmit-team-style-1:hover .pbmit-team-btn .pbmit-team-social-links li:nth-child(3) a {
	transition-delay: 0.20s;
}

.pbmit-team-style-1:hover .pbmit-team-btn .pbmit-team-social-links li:nth-child(4) a {
	transition-delay: 0.30s;
}

.pbmit-team-style-1:hover .pbmit-team-btn .pbmit-team-social-links li:nth-child(5) a {
	transition-delay: 0.25s;
}

.pbmit-team-style-1:hover .pbmit-team-btn .pbmit-team-social-links li:nth-child(6) a {
	transition-delay: 0.30s;
}

.pbmit-team-style-1:hover .pbmit-team-btn .pbmit-team-social-links li:nth-child(7) a {
	transition-delay: 0.35s;
}

.pbmit-team-style-1:hover .pbmit-team-btn .pbmit-team-social-links li:nth-child(8) a {
	transition-delay: 0.40s;
}

.pbmit-element-posts-wrapper .pbmit-team-style-1 {
	margin-bottom: 30px;
}

/** Style 2 **/
.pbmit-element-team-style-2 .pbmit-element-posts-wrapper {
	justify-content: end;
	align-items: center;
}

.pbmit-team-style-2.pbmit-box-area,
.pbmit-team-style-2.pbmit-info-area {
	margin-bottom: 30px;
}

.pbmit-team-style-2 .pbmit-featured-wrapper,
.pbmit-team-style-2 .pbmit-featured-img-wrapper,
.pbmit-team-style-2 .pbmit-featured-wrapper img {
	-webkit-transition: transform 1.5s cubic-bezier(.25, .8, .25, 1);
	transition: transform 1.5s cubic-bezier(.25, .8, .25, 1);
	border-radius: 5px;
}

.pbmit-team-style-2 .pbminfotech-post-item {
	display: flex;
	align-items: center;
}

.pbmit-team-style-2 .pbmit-featured-inner {
	position: relative;
}

.pbmit-team-style-2 .pbmit-featured-wrapper {
	position: relative;
	border-radius: 5px;
}

.pbmit-team-style-2:hover .pbmit-featured-inner::after {
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.45);
}

.pbmit-team-style-2 .pbmit-featured-wrapper img {
	border-radius: 5px;
}

.pbmit-team-style-2 .pbmit-featured-img-wrapper {
	line-height: 0;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 5px;
}

.pbmit-team-style-2:hover .pbmit-featured-img-wrapper {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	border-radius: 5px;
}

.pbmit-team-style-2:hover .pbmit-featured-wrapper {
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 5px;
}

.pbmit-team-style-2 .pbmit-featured-wrapper {
	-webkit-transform: scale(.90);
	transform: scale(.90);
	border-radius: 5px;
}

.pbmit-team-style-2 .pbmit-team-title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0;
}

.pbmit-team-style-2 .pbmit-short-description {
	font-size: 16px;
	line-height: 22px;
	padding: 0 15px;
}

.pbmit-team-style-2 .pbminfotech-box-team-position {
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.78px;
	text-transform: uppercase;
}

.pbmit-team-style-2 .pbmit-featured-inner {
	position: relative;
	width: 190px;
	height: 240px;
	object-fit: cover;
	margin-right: 30px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.pbmit-team-style-2 .pbmit-title-button-wrapper {
	position: relative;
	top: 50%;
	margin-top: -30px;
}

.pbmit-team-style-2 .pbmit-ihbox-btn a {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
	border-radius: 5px;
	overflow: hidden;
}

.pbmit-team-style-2 .pbmit-ihbox-btn a:hover {
	background-color: var(--pbmit-global-color);
}

/** Style 3 **/
.pbmit-team-style-3 .pbmit-featured-wrapper img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.pbmit-team-style-3 .pbmit-featured-inner {
	position: relative;
}

.pbmit-team-style-3 .pbmit-featured-wrapper {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.pbmit-team-style-3 .pbmit-featured-wrapper img {
	border-radius: 5px;
	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-3:hover .pbmit-featured-wrapper img {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

.pbmit-team-style-3 .pbminfotech-box-content {
	padding: 22px 0 0 0;
	border-radius: 5px;
	position: relative;
}

.pbmit-team-style-3 .pbmit-box-title-wrap {
	width: 85%;
}

.pbmit-team-style-3 .pbmit-team-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
}

.pbmit-team-style-3 .pbmit-short-description {
	font-size: 16px;
	line-height: 22px;
	padding: 0 15px;
}

.pbmit-team-style-3 .pbminfotech-box-team-position {
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.78px;
	text-transform: uppercase;
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 {
	display: inline-block;
}

.pbminfotech-ele-fid-style-1 .pbmit-fld-contents {
	text-align: right;
}

.pbminfotech-ele-fid-style-1 .pbmit-contents-wraper {
	text-align: left;
}

.pbminfotech-ele-fid-style-1 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-1 .pbmit-fidbox-svg-wrapper svg {
	width: 50px;
	height: 50px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-counter {
	font-size: 60px;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: -1.2px;
	margin-bottom: 0;
}

.pbminfotech-ele-fid-style-1 .pbmit-ihbox-icon {
	padding-right: 15px;
}

.pbminfotech-ele-fid-style-1 .pbmit-contents-icon-wrapper {
	margin-bottom: 20px;
	padding-bottom: 25px;
	align-items: center;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -10px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -10px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 13px;
}

.pbminfotech-ele-fid-style-1 .pbmit-contents-wraper .pbmit-heading-desc {
	color: rgba(var(--pbmit-blackish-color-rgb), 0.7);
}

/* == Bg Color == */
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-1 .pbmit-contents-icon-wrapper,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-1 {
	border-color: rgba(var(--pbmit-white-color-rgb), 0.2);
}

.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-1 .pbmit-contents-wraper .pbmit-heading-desc {
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-1 .pbmit-fid-title,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-1 .pbmit-fid-counter {
	color: var(--pbmit-white-color);
}

/** Style 2 **/
.pbminfotech-ele-fid-style-2 {
	display: inline-block;
}

.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
	display: flex;
	align-items: center;
}

.pbminfotech-ele-fid-style-2 .pbmit-ihbox-icon,
.pbminfotech-ele-fid-style-2 .pbmit-fidbox-svg {
	padding-right: 0;
	border-radius: 5px;
	background: var(--pbmit-white-color);
	text-align: center;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
	width: 76px;
	height: 76px;
	margin-right: 22px;
	line-height: 76px;
	font-size: 40px;
}

.pbminfotech-ele-fid-style-2 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-2 .pbmit-fidbox-svg-wrapper svg {
	width: 40px;
	height: 40px;
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-counter {
	font-size: 45px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: -0.9px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -7px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -7px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 8px;
	color: #7c898d;
	font-family: var(--pbmit-body-typography-font-family);
	font-weight: normal;
}

.pbminfotech-ele-fid-style-2:hover .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-2:hover .pbmit-fidbox-svg-wrapper svg {
	animation: pbmitrotate 1.1s ease-out;
}

@keyframes pbmitrotate {
	0% {
		transform: scale(1)rotatey(0)
	}

	20% {
		transform: scale(1.1)rotatey(0)
	}

	30% {
		transform: scale(1.15)rotatey(180deg)
	}

	60% {
		transform: scale(1.15)rotatey(360deg)
	}

	100% {
		transform: scale(1)rotatey(360deg)
	}
}

/** Style 3 **/
.pbminfotech-ele-fid-style-3,
.pbminfotech-ele-fid-style-3 .pbmit-circle {
	position: relative;
	display: inline-block;
}

.pbminfotech-ele-fid-style-3 .pbmit-circle canvas {
	transform: rotate(-45deg) translate(-2px, 2px);
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	height: 75px;
	width: 75px;
	top: 50%;
	left: 50%;
	font-size: 16px;
	line-height: 16px;
	color: var(--pbmit-blackish-color);
	background-color: #cae5db;
	transform: translate(-50%, -50%);
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 700;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-sub {
	margin-left: 20px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup {
	top: -3px;
	font-size: 12px;
	line-height: 12px;
	margin: 0 2px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub {
	top: inherit;
	bottom: -2px;
}

/** Style 4 **/
.pbminfotech-ele-fid-style-4 .pbmit-contents-wraper {
	display: flex;
	align-items: flex-start;
	padding-bottom: 45px;
}

.pbminfotech-ele-fid-style-4 .pbmit-ihbox-icon,
.pbminfotech-ele-fid-style-4 .pbmit-fidbox-svg {
	padding-right: 18px;
}

.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-global-color);
	fill: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-counter {
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 5px;
	color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -20px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -13px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-counter .pbmit-fid sup {
	top: -25px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-counter .pbmit-fid sub {
	bottom: 0;
}

.fid-style-4-center .pbminfotech-ele-fid-style-4 {
	text-align: center;
}

.fid-style-4-center .pbminfotech-ele-fid-style-4 .pbmit-fid-counter {
	font-size: 125px;
	line-height: 108px;
	letter-spacing: -2.5px;
	margin-bottom: 25px;
}

.fid-style-4-center .pbminfotech-ele-fid-style-4 .pbmit-fid-counter .pbmit-fid-before {
	font-size: 15px;
	letter-spacing: 2.5px;
	display: block;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.fid-style-4-center .pbmit-heading-desc {
	color: var(--pbmit-blackish-color);
	line-height: 24px;
	font-weight: 500;
	padding-right: 25px;
}

.fid-style-4-center .pbminfotech-ele-fid-style-4 .pbmit-fid-counter .pbmit-fid sup {
	top: -35px;
}

/** Style 5 **/
.pbminfotech-ele-fid-style-5 {
	display: inline-block;
}

.pbminfotech-ele-fid-style-5 .pbmit-fld-contents {
	position: relative;
}

.pbminfotech-ele-fid-style-5 .pbmit-fldbox-wrpper {
	width: 340px;
	height: 340px;
	border-radius: 100%;
}

.pbminfotech-ele-fid-style-5 .pbmit-content-box-curve {
	position: absolute;
	z-index: -1;
}

.pbminfotech-ele-fid-style-5 .pbmit-content-box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 55px 50px 20px;
	-khtml-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
	font-size: 125px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
	letter-spacing: -2.5px;
	margin-bottom: 0;
	display: inline-block;
	color: var(--pbmit-blackish-color);
	padding-left: 17px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-5 .pbmit-fid-before span {
	margin-right: -15px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid {
	margin-left: -15px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid sup {
	font-size: 80px;
	font-weight: 800;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-before span,
.pbminfotech-ele-fid-style-5 .pbmit-fid span,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sup {
	color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid span {
	font-size: 60px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-title {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sup {
	top: -2px;
	vertical-align: super;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sub {
	bottom: 0;
}

.pbminfotech-ele-fid-style-5 .pbmit-heading-desc {
	color: var(--pbmit-blackish-color);
	margin-top: 10px;
	line-height: 22px;
	padding: 0 10px;
}

.pbminfotech-ele-fid-style-5 .pbmit-ihbox-icon-wrapper {
	position: absolute;
	right: -18px;
	top: 9px;
	line-height: 75px;
	font-size: 47px;
}

.pbminfotech-ele-fid-style-5 .pbmit-sticky-corner.pbmit-bottom-left-corner {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 45px;
	fill: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-5 .pbmit-sticky-corner.pbmit-top-right-corner {
	display: inline-block;
	position: absolute;
	top: 85px;
	right: -2px;
	transform: rotate(189deg);
	fill: var(--pbmit-global-color);
}

/** Style 6 **/
.pbminfotech-ele-fid-style-6 {
	display: inline-block;
}

.pbminfotech-ele-fid-style-6 .pbmit-fld-contents {
	text-align: right;
}

.pbminfotech-ele-fid-style-6 .pbmit-contents-wraper {
	text-align: left;
	display: flex;
	align-items: center;
}

.pbminfotech-ele-fid-style-6 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-6 .pbmit-fidbox-svg-wrapper svg {
	width: 50px;
	height: 50px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-counter {
	font-size: 64px;
	line-height: 53px;
	font-weight: 700;
	letter-spacing: -2.56px;
	display: flex;
}

.pbminfotech-ele-fid-style-6 .pbmit-ihbox-icon {
	padding-right: 15px;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -10px;
	position: relative;
	top: -6px;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-6 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -10px;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 0;
	width: 80%;
	padding-left: 20px;
	margin-top: -16px;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-title span {
	font-weight: 600;
	text-decoration: underline;
}

.pbminfotech-ele-fid-style-6 .pbmit-contents-wraper .pbmit-heading-desc {
	color: rgba(var(--pbmit-blackish-color-rgb), 0.7);
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-counter .pbmit-fid {
	position: relative;
	right: -10px;
}

/** Style 7 **/
.pbminfotech-ele-fid-style-7 {
	display: inline-block;
}

.pbminfotech-ele-fid-style-7 .pbmit-fld-contents {
	text-align: right;
}

.pbminfotech-ele-fid-style-7 .pbmit-contents-wraper {
	text-align: left;
}

.pbminfotech-ele-fid-style-7 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-7 .pbmit-fidbox-svg-wrapper svg {
	width: 50px;
	height: 50px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-counter {
	font-size: 64px;
	line-height: 53px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: -2.56px;
	color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-7 .pbmit-ihbox-icon {
	padding-right: 15px;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -10px;
	position: relative;
	top: -6px;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-7 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -10px;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 0;
	width: 80%;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-title span {
	font-weight: 600;
	text-decoration: underline;
}

.pbminfotech-ele-fid-style-7 .pbmit-contents-wraper .pbmit-heading-desc {
	color: rgba(var(--pbmit-blackish-color-rgb), 0.7);
}

.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-7 .pbmit-fid-title {
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-7 .pbmit-fid-title span {
	color: var(--pbmit-white-color);
}

/** Style 8 **/
.pbminfotech-ele-fid-style-8 .pbmit-contents-wraper {
	display: flex;
	align-items: flex-start;
	padding-bottom: 45px;
}

.pbminfotech-ele-fid-style-8 {
	text-align: center;
}

.pbminfotech-ele-fid-style-8 .pbmit-ihbox-icon,
.pbminfotech-ele-fid-style-8 .pbmit-fidbox-svg {
	padding-right: 18px;
}

.pbminfotech-ele-fid-style-8 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-8 .pbmit-fidbox-svg-wrapper svg {
	width: 40px;
	height: 40px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-8 .pbmit-fid-counter {
	font-size: 96px;
	line-height: 96px;
	font-weight: 700;
	margin-bottom: 0px;
	letter-spacing: -3.84px;
	color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-fid-style-8 .pbmit-fid-counter .pbmit-fid span {
	position: relative;
	top: -25px;
	right: 9px;
	margin-left: -20px;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.96px;
	width: 37px;
	height: 37px;
	line-height: 30px;
	display: inline-block;
	border-radius: 50px;
	background: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-8 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-8 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -13px;
}

.pbminfotech-ele-fid-style-8 .pbmit-fid-counter .pbmit-fid sup {
	top: -25px;
}

.pbminfotech-ele-fid-style-8 .pbmit-fid-counter .pbmit-fid sub {
	bottom: 0;
}

/** Style 9 **/
.pbminfotech-ele-fid-style-9 {
	display: inline-block;
}

.pbminfotech-ele-fid-style-9 .pbmit-fld-contents {
	text-align: right;
}

.pbminfotech-ele-fid-style-9 .pbmit-contents-wraper {
	text-align: left;
	display: flex;
	align-items: center;
}

.pbminfotech-ele-fid-style-9 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-9 .pbmit-fidbox-svg-wrapper svg {
	width: 50px;
	height: 50px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-9 .pbmit-fid-counter {
	font-size: 60px;
	line-height: 53px;
	font-weight: 600;
	letter-spacing: -1.2px;
	display: flex;
}

.pbminfotech-ele-fid-style-9 .pbmit-ihbox-icon {
	padding-right: 15px;
}

.pbminfotech-ele-fid-style-9 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -9px;
	position: relative;
	top: 0px;
}

.pbminfotech-ele-fid-style-9 .pbmit-fid-counter .pbmit-fid {
	position: relative;
	right: -10px;
}

.pbminfotech-ele-fid-style-9 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-9 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -10px;
}

.pbminfotech-ele-fid-style-9 .pbmit-fid-title {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 0;
	padding-left: 20px;
	margin-top: -16px;
	color: #7C898D;
	font-weight: 400;
}

.pbminfotech-ele-fid-style-9 .pbmit-fid-title span {
	font-weight: 600;
	text-decoration: underline;
}

.pbminfotech-ele-fid-style-9 .pbmit-contents-wraper .pbmit-heading-desc {
	color: rgba(var(--pbmit-blackish-color-rgb), 0.7);
}

/** Style 10 **/
.pbminfotech-ele-fid-style-10 {
	display: inline-block;
	border-radius: 5px;
	background: rgba(var(--pbmit-blackish-color-rgb), 0.5);
	backdrop-filter: blur(20px);
	padding: 40px 22px 17px 27px;
}

.pbminfotech-ele-fid-style-10 .pbmit-fld-contents {
	text-align: right;
}

.pbminfotech-ele-fid-style-10 .pbmit-contents-wraper {
	text-align: left;
}

.pbminfotech-ele-fid-style-10 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-10 .pbmit-fidbox-svg-wrapper svg {
	width: 50px;
	height: 50px;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-10 .pbmit-fid-counter {
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	color: var(--pbmit-global-color);
	margin-bottom: 35px;
}

.pbminfotech-ele-fid-style-10 .pbmit-ihbox-icon {
	padding-right: 15px;
}

.pbminfotech-ele-fid-style-10 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -5px;
	position: relative;
	top: 0px;
}

.pbminfotech-ele-fid-style-10 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-10 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -10px;
}

.pbminfotech-ele-fid-style-10 .pbmit-contents-wraper .pbmit-heading-desc {
	font-size: 16px;
	line-height: 26px;
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 .pbmit-featured-wrapper img,
.pbmit-service-style-1 .pbmit-heading-box {
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.pbmit-service-style-1 .pbmit-featured-wrapper {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.pbmit-service-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	transform: scale(1.09);
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
	position: relative;
}

.pbmit-service-style-1 .pbmit-featured-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 33.65%, rgba(0, 0, 0, 0.70) 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.pbmit-service-style-1:hover .pbmit-featured-wrapper img {
	transform: scale(1);
}

.pbmit-service-style-1 .pbmit-box-content-wrap {
	position: relative;
	overflow: hidden;
}

.pbmit-service-style-1 .pbmit-heading-box {
	position: absolute;
	bottom: 44px;
	left: 20px;
	right: 10px;
	z-index: 1;
	width: auto;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.pbmit-service-style-1 .pbmit-service-title,
.pbmit-service-style-1 .pbmit-service-title a {
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	overflow: hidden;
	width: 80%;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: var(--pbmit-white-color);
}

.pbmit-service-style-1 .pbmit-service-title a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-service-style-1 .pbmit-service-icon-wrap {
	display: flex;
	justify-content: space-between;
}

.pbmit-service-style-1 .pbmit-service-number {
	font-size: 14px;
	line-height: 16px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-service-style-1 .pbmit-service-icon img {
	height: 50px;
	width: 50px;
	object-fit: contain;
	transition: 0.3s ease;
}

.pbmit-service-style-1:hover .pbmit-service-icon img {
	transform: rotateY(180deg);
}

.pbmit-service-style-1:hover .pbmit-service-icon {
	background: var(--pbmit-secondary-color);
}

.pbmit-service-style-1 .pbmit-service-icon {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	width: 80px;
	height: 80px;
	display: flex;
	animation: ce;
	justify-content: center;
	background: var(--pbmit-global-color);
	border-radius: 50%;
	transition: 0.3s ease;
}

.pbmit-service-style-1 .pbmit-service-icon svg,
.pbmit-service-style-1 .pbmit-service-icon g {
	fill: var(--pbmit-white-color);
}

.pbmit-service-style-1 .pbmit-content-box .pbmit-service-title,
.pbmit-service-style-1 .pbmit-content-box .pbmit-service-title a {
	text-align: start;
}

.pbmit-service-style-1 .pbmit-button-icon {
	font-size: 33px;
	margin-top: 5px;
	display: inline-flex;
	color: var(--pbmit-white-color);
}

.pbmit-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pbmit-element-posts-wrapper .pbmit-service-style-1 {
	margin-bottom: 30px;
}

/** Style 2 **/
.pbmit-element-service-style-2 .pbmit-service-icon,
.pbmit-element-service-style-2 .pbmit-service-title,
.pbmit-element-service-style-2 .pbmit-service-title a,
.pbmit-element-service-style-2 .pbmit-service-description,
.pbmit-element-service-style-2 .pbmit-service-number,
.pbmit-element-service-style-2,
.pbmit-element-service-style-2 .pbmit-content-box-wrap,
.pbmit-element-service-style-2 .pbmit-service-btn {
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.pbmit-element-service-style-2 .pbmit-box-content-wrap {
	position: relative;
}

.pbmit-element-service-style-2 .pbmit-service-btn,
.pbmit-element-service-style-2 .pbmit-service-description,
.pbmit-element-service-style-2 .pbmit-service-title,
.pbmit-element-service-style-2 .pbmit-service-icon {
	transform: translate(0px, 0px);
}

.pbmit-element-service-style-2 .pbmit-content-box-wrap:hover .pbmit-service-icon {
	transform: translate(0px, -10.2031px);
}

.pbmit-element-service-style-2 .pbmit-content-box-wrap:hover .pbmit-service-description,
.pbmit-element-service-style-2 .pbmit-content-box-wrap:hover .pbmit-service-title {
	transform: translate(0px, -15.2031px);
}

.pbmit-element-service-style-2 .pbmit-content-box-wrap:hover .pbmit-service-btn {
	transform: translate(0px, -17.2031px);
}

.pbmit-service-icon {
	font-size: 40px;
	line-height: 40px;
}

.pbmit-element-service-style-2 .pbmit-service-icon {
	font-size: 55px;
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
	margin-bottom: 35px;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.pbmit-element-service-style-2 span.pbmit-button-icon i {
	font-size: 11px;
	padding-left: 7px;
}

.pbmit-element-service-style-2 .pbmit-service-icon svg,
.pbmit-element-service-style-2 .pbmit-service-icon g {
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
}

.pbmit-element-service-style-2 .pbmit-service-title,
.pbmit-element-service-style-2 .pbmit-service-title a {
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
}

.pbmit-element-service-style-2 .pbmit-service-description {
	margin: 10px 0 0 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out;
}

.pbmit-element-service-style-2 .pbmit-service-description p {
	margin-bottom: 22px;
}

.pbmit-element-service-style-2 .pbmit-service-btn {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	margin-top: 16px;
}

.pbmit-element-service-style-2 .pbmit-service-btn .pbmit-button-text span::before {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}

.pbmit-element-service-style-2 .pbmit-content-box-wrap:hover .pbmit-service-btn {
	opacity: 1;
	visibility: visible;
}

.pbmit-element-service-style-2.pbminfotech-gap-50px .pbmit-element-posts-wrapper.row .pbmit-ele {
	margin-bottom: 15px;
}

.pbmit-element-service-style-2 .pbmit-info-heading h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 28px;
	color: var(--pbmit-white-color);
}

.pbmit-element-service-style-2 .pbmit-title-button-wrapper {
	padding: 33px 28px 32px;
	border-radius: 5px;
	position: relative;
}

.pbmit-element-service-style-2 .pbmit-title-button-wrapper::before,
.pbmit-element-service-style-2 .pbmit-title-button-wrapper:after {
	content: '';
	position: absolute;
	width: 75px;
	height: 38px;
	right: 0;
	top: 0;
	border: 1px solid rgba(var(--pbmit-white-color-rgb), 0.10);
}

.pbmit-element-service-style-2 .pbmit-title-button-wrapper::before {
	width: 38px;
	height: 75px;
}

.pbmit-element-service-style-2 .pbmit-info-area {
	padding-right: 0 !important;
}

.pbmit-element-service-style-2 .pbmit-ihbox-btn a {
	padding: 14px 15px 13px 25px;
	background: var(--pbmit-white-color);
	border-radius: 5px;
	overflow: hidden;
}

.pbmit-element-service-style-2 .pbmit-ihbox-btn a:hover {
	padding: 14px 25px 13px 15px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-element-service-style-2 .pbmit-service-btn:hover .pbmit-button-text span {
	color: var(--pbmit-global-color);
}

.pbmit-element-service-style-2 .pbmit-service-btn .pbmit-button-text span::after {
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.3);
}

.pbmit-element-service-style-2 .pbmit-ihbox-btn .pbmit-btn-wrapper .pbmit-button-render span::after {
	background-color: var(--pbmit-global-color);
}

/** Style 3 **/
.pbmit-service-style-3 {
	margin-bottom: 25px;
}

.pbmit-service-style-3 .pbmit-service-icon,
.pbmit-service-style-3 .pbmit-service-title,
.pbmit-service-style-3 .pbminfotech-post-item,
.pbmit-service-style-3 .pbmit-service-title a,
.pbmit-service-style-3 {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.pbmit-service-style-3 .pbminfotech-post-item {
	border-radius: 7px;
	border: 1px solid #E4E4E4;
	background: var(--pbmit-white-color);
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.08);
	text-align: center;
	padding: 30px;
	position: relative;
}

.pbmit-service-style-3 .pbminfotech-post-item::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: visible;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
	z-index: 1;
	background-color: var(--pbmit-blackish-color);
	border-radius: 7px;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-service-style-3:hover .pbminfotech-post-item::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 0;
}

.pbmit-service-style-3 .pbmit-box-content-wrap {
	position: relative;
}

.pbmit-service-style-3 .pbmit-service-icon {
	font-size: 60px;
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
	margin-bottom: 13px;
	z-index: 1;
	position: relative;
}

.pbmit-service-style-3 .pbmit-service-icon svg,
.pbmit-service-style-3 .pbmit-service-icon g {
	color: var(--pbmit-blackish-color);
	fill: var(--pbmit-blackish-color);
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.pbmit-service-style-3 .pbmit-service-title,
.pbmit-service-style-3 .pbmit-service-title a {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	z-index: 1;
	position: relative;
}

.pbmit-service-style-3:hover .pbmit-service-title a {
	color: var(--pbmit-white-color);
}

.pbmit-service-style-3:hover .pbmit-service-icon,
.pbmit-service-style-3:hover .pbmit-service-icon svg,
.pbmit-service-style-3:hover .pbmit-service-icon g {
	color: var(--pbmit-white-color);
	fill: var(--pbmit-white-color);
}

/** Style 4 **/
.pbmit-element-service-style-4 {
	counter-reset: listnumber;
}

.pbmit-service-style-4 {
	flex: 0 0 auto;
	width: 100%;
	margin-bottom: 30px;
}

.pbmit-service-style-4 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
	padding-bottom: 30px;
	height: 75px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.pbmit-service-style-4 .pbmit-box-content-img-wrapper-main.d-flex {
	align-items: center;
}

.pbmit-service-style-4 .pbmit-featured-wrapper img {
	position: relative;
}

.pbmit-service-style-4 .pbmit-heading-box {
	width: 60%;
	margin-top: 28px;
}

.pbmit-service-style-4 .pbmit-port-cat {
	width: 53%;
	padding: 22px 0 0 80px;
}

.pbmit-service-style-4 .pbmit-featured-wrapper {
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	width: 223px;
	margin-right: 30px;
}

.pbmit-service-style-4 .pbmit-featured-wrapper img {
	min-width: 223px;
	height: 140px;
	object-fit: cover;
}

.pbmit-service-style-4:hover .pbmit-featured-wrapper img {
	transform: scale(1);
}

.pbmit-service-style-4 .pbmit-box-content-wrap {
	position: relative;
	overflow: hidden;
	padding-left: 290px;
	justify-content: space-between;
}

.pbmit-service-style-4 .pbmit-service-title,
.pbmit-service-style-4 .pbmit-service-title a {
	margin: 0;
	font-size: 32px;
	line-height: 42px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}

.pbmit-service-style-4 .pbmit-box-content-img-wrapper .pbmit-service-title,
.pbmit-service-style-4 .pbmit-box-content-img-wrapper .pbmit-service-title a {
	font-size: 26px;
	line-height: 40px;
	margin: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.pbmit-service-style-4 .pbmit-service-title a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-service-style-4 .pbmit-service-description p {
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-service-style-4 .pbmit-service-icon-wrap {
	display: flex;
	justify-content: space-between;
}

.pbmit-service-style-4 .pbmit-button-icon {
	font-size: 23px;
	width: 45px;
	height: 45px;
	line-height: 41px;
	text-align: center;
	border-radius: 50px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

.pbmit-service-style-4 .pbmit-count-number {
	color: var(--pbmit-global-color);
	position: absolute;
	top: 9px;
	left: 0;
	letter-spacing: -0.54px;
	font-size: 18px;
}

.pbmit-service-style-4 .pbmit-count-number::after {
	counter-increment: listnumber;
	content: "00" counter(listnumber);
}

.pbmit-service-style-4 .pbmit-port-cat,
.pbmit-service-style-4 .pbmit-featured-wrapper {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.pbmit-service-style-4 .pbmit-port-cat,
.pbmit-service-style-4.pbmit-active .pbmit-box-content-img-wrapper .pbmit-service-title,
.pbmit-service-style-4 .pbmit-heading-box,
.pbmit-service-style-4 .pbmit-featured-wrapper {
	opacity: 0;
	height: 0;
}

.pbmit-service-style-4.pbmit-active .pbmit-heading-box,
.pbmit-service-style-4.pbmit-active .pbmit-featured-wrapper {
	opacity: 1;
	height: 100%;
}

.pbmit-service-style-4.pbmit-active .pbminfotech-post-item {
	height: 170px;
}

.pbmit-service-style-4.pbmit-active .pbmit-port-cat {
	opacity: 1;
}

.pbmit-service-style-4.pbmit-active .pbmit-service-btn-wrapper {
	margin-top: 12px;
}

.pbmit-service-style-4 .pbmit-port-cat a {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: 0.78px;
	text-transform: uppercase;
	padding: 0 14px;
	display: inline-block;
	border-radius: 50px;
	background-color: var(--pbmit-light-color);
}

.pbmit-service-style-4 .pbmit-port-cat a:hover {
	background-color: var(--pbmit-global-color) !important;
	color: var(--pbmit-white-color);
}

.pbmit-service-style-4.pbmit-active .pbmit-service-btn .pbmit-base-icon-plus:before {
	content: '';
	width: 14px;
	height: 2px;
	position: relative;
	top: -7px;
	background-color: var(--pbmit-blackish-color);
}

/* Bg color */
.pbmit-bg-color-secondary .pbmit-service-style-4 .pbmit-service-title,
.pbmit-bg-color-secondary .pbmit-service-style-4 .pbmit-service-title a {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-service-style-4 .pbminfotech-post-item {
	border-bottom-color: rgba(var(--pbmit-white-color-rgb), 0.2);
}

.pbmit-bg-color-secondary .pbmit-service-style-4 .pbmit-count-number {
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

.pbmit-bg-color-secondary .pbmit-service-style-4 .pbmit-button-icon {
	color: var(--pbmit-white-color);
	border-color: rgba(var(--pbmit-white-color-rgb), 0.2);
}

.pbmit-bg-color-secondary .pbmit-service-style-4 .pbmit-port-cat a {
	background-color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-service-style-4.pbmit-active .pbmit-service-btn .pbmit-base-icon-plus:before {
	background-color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  05 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 {
	margin-bottom: 30px;
}

.pbmit-blog-style-1 .pbmit-blog-btn a,
.pbmit-blog-style-1 .pbmit-featured-wrapper img,
.pbmit-blog-style-1 .pbmit-meta-wraper-inner::after,
.pbmit-blog-style-1 .pbmit-blog-btn a .pbmit-button-icon i {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pbmit-blog-style-1 .pbmit-featured-container,
.pbmit-blog-style-1 .pbmit-featured-container-inner {
	position: relative;
}

.pbmit-blog-style-1 .pbmit-featured-container-inner .pbmit-link {
	z-index: 0;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	border-radius: 5px 5px 0 0;
	width: 100%;
}

.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	transform: scale(1.05);
}

.pbmit-blog-style-1 .pbmit-content-wrapper {
	background: var(--pbmit-white-color);
	box-shadow: 0 9px 23.3px 0 rgba(0, 0, 0, 0.09);
	padding: 33px 55px 25px 30px;
	border-radius: 0 0 5px 5px;
}

.pbmit-blog-style-1 .pbmit-meta-category-wrapper.pbmit-meta-line {
	position: absolute;
	bottom: 20px;
	left: 25px;
}

.pbmit-blog-style-1 .pbmit-meta-category-wrapper.pbmit-meta-line a {
	background-color: var(--pbmit-global-color);
	border-radius: 5px;
	padding: 1px 15px;
	color: var(--pbmit-white-color);
	letter-spacing: 0.78px;
}

.pbmit-blog-style-1 .pbmit-meta-date .pbmit-meta-date-wrapper {
	margin: 0;
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper .pbmit-meta-date-wrapper-inner * {
	display: block;
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper .pbmit-meta-date-wrapper-inner {
	padding: 23px;
	text-align: center;
	position: relative;
	border-radius: 10px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper .pbmit-day-wrap {
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 3px;
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper .pbmit-month-wrap {
	font-size: 15px;
	line-height: 15px;
	text-transform: capitalize;
}

.pbmit-blog-style-1 .pbmit-meta-wraper>*:not(:last-child) {
	padding-right: 23px;
	margin-right: 15px;
}

.pbmit-blog-style-1 .pbmit-meta-line .pbmit-post-author {
	text-transform: capitalize;
}

.pbmit-blog-style-1 .pbmit-meta-wraper-inner {
	position: relative;
}

.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 32px;
}

.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;
	text-transform: capitalize;
}

.pbmit-blog-style-1 .pbminfotech-box-desc,
.pbmit-blog-style-1 .pbminfotech-box-desc p {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-blog-style-1 .pbmit-blog-btn a {
	display: flex;
	align-items: center;
	color: var(--pbmit-secondary-color);
}

.pbmit-blog-style-1 .pbmit-blog-btn a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-blog-style-1 .pbmit-blog-btn a .pbmit-button-icon i {
	font-size: 9px;
	margin-left: 10px;
}

/** 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;
}

/* == image == */
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	border-radius: 5px;
	width: 100%;
}

.pbmit-blog-style-2 .pbmit-featured-container-inner .pbmit-link {
	z-index: 0;
}

/* == Title == */
.pbmit-blog-style-2 .pbmit-post-title {
	font-size: 22px;
	line-height: 28px;
	margin: 3px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
}

.pbmit-blog-style-2 .pbmit-meta-wraper-inner {
	padding: 30px;
	background: var(--pbmit-white-color);
	margin: -60px 21px 0;
	padding: 25px 30px 23px 30px;
	border-radius: 5px;
	position: relative;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper {
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
}

.pbmit-blog-style-2 .pbmit-meta-line .pbmit-meta-category a {
	background-color: var(--pbmit-global-color);
	border-radius: 50px;
	padding: 1px 15px;
	color: var(--pbmit-white-color);
}

.pbmit-blog-style-2 .pbmit-meta-category-wrapper.pbmit-meta-line {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 20px;
}

/* == pbmit-blog-btn == */
.pbmit-blog-style-2 .pbmit-content-wrapper .pbminfotech-box-desc {
	padding-bottom: 40px;
}

/** Style 3 **/
.pbmit-blog-style-3 {
	margin-bottom: 30px;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pbmit-blog-style-3 .pbmit-featured-container-inner,
.pbmit-blog-style-3 .pbmit-featured-container {
	position: relative;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}

/* == image == */
.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	border-radius: 5px;
	width: 100%;
}

.pbmit-blog-style-3 .pbmit-featured-container-inner .pbmit-link {
	z-index: 0;
}

/* == Title == */
.pbmit-blog-style-3 .pbmit-post-title {
	font-size: 22px;
	line-height: 28px;
	margin: 3px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
}

/* == pbmit-blog-group-left&center == */
.pbmit-blog-group-left .pbmit-blog-style-3 .pbmit-featured-wrapper img {
	display: block;
}

.pbmit-blog-group-center .pbmit-blog-style-3 .pbmit-meta-wraper-inner,
.pbmit-blog-group-left .pbmit-blog-style-3 .pbmit-meta-wraper-inner {
	padding: 30px;
	background: var(--pbmit-white-color);
	margin: -60px 21px 0;
	padding: 25px 30px 23px 30px;
	border-radius: 5px;
	position: relative;
}

.pbmit-blog-group-left .pbmit-blog-style-3 .pbmit-featured-wrapper,
.pbmit-blog-group-center .pbmit-blog-style-3 .pbmit-featured-wrapper {
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
}

.pbmit-blog-style-3 .pbmit-meta-line .pbmit-meta-category a {
	background-color: var(--pbmit-global-color);
	border-radius: 50px;
	padding: 1px 15px;
	color: var(--pbmit-white-color);
}

.pbmit-blog-style-3 .pbmit-meta-category-wrapper.pbmit-meta-line {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 20px;
}

.pbmit-meta-wraper>*:not(:last-child) {
	padding-right: 17px;
	margin-right: 8px;
}

.pbmit-meta-wraper>*:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: var(--pbmit-blackish-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: 13px;
	line-height: 15px;
	line-height: 28px;
	letter-spacing: 0.78px;
	text-transform: uppercase;
	color: #7c898d;
}

.pbmit-meta-line .pbmit-meta-category a {
	display: block;
}

/* == pbmit-blog-group-center == */
.pbmit-element-blog-style-3 .pbmit-element-posts-wrapper>.col-xl-4 {
	padding: 0;
}

.pbmit-blog-group-center .pbmit-blog-style-3 .pbmit-meta-date,
.pbmit-blog-group-center .pbmit-blog-style-3 .pbmit-featured-wrapper img {
	display: block;
}

.pbmit-blog-group-center .pbmit-blog-style-3 .pbmit-content-wrapper {
	display: none;
}

/* == pbmit-blog-group-right == */
.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-meta-category-wrapper.pbmit-meta-line,
.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-content-wrapper,
.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-meta-date {
	display: none;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-meta-wraper {
	margin-top: 0;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-post-title {
	margin-bottom: 0;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .post-item {
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-blog-group-right .pbmit-blog-style-3:last-child .post-item {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-featured-container {
	display: flex;
	align-items: center;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-featured-wrapper img {
	min-width: 150px;
	width: 150px;
	height: 115px;
	object-fit: cover;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-featured-img-wrapper {
	margin-right: 27px;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper {
	border-radius: 5px;
	overflow: hidden;
}

.pbmit-blog-style-3:hover .pbmit-featured-wrapper img {
	transform: scale(1.15);
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-post-title {
	font-size: 18px;
	line-height: 28px;
}

.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-meta-wraper-inner {
	margin-top: -3px;
}

/** Style 4 **/
.pbmit-blog-style-4 {
	margin-bottom: 30px;
}

.pbmit-blog-style-4 .pbmit-blog-btn a,
.pbmit-blog-style-4 .pbmit-featured-wrapper img,
.pbmit-blog-style-4 .pbmit-meta-wraper-inner::after,
.pbmit-blog-style-4 .pbmit-blog-btn a .pbmit-button-icon i {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pbmit-blog-style-4 .pbmit-featured-container,
.pbmit-blog-style-4 .pbmit-featured-container-inner {
	position: relative;
}

.pbmit-blog-style-4 .pbmit-featured-container-inner .pbmit-link {
	z-index: 0;
}

.pbmit-blog-style-4 .pbmit-featured-wrapper {
	border-radius: 5px;
	overflow: hidden;
}

.pbmit-blog-style-4 .pbmit-featured-wrapper img {
	border-radius: 5px;
	width: 100%;
}

.pbmit-blog-style-4:hover .pbmit-featured-wrapper img {
	transform: scale(1.05);
}

.pbmit-blog-style-4 .pbmit-content-wrapper {
	padding: 20px 0 0 0;
}

.pbmit-blog-style-4 .pbmit-meta-category-wrapper.pbmit-meta-line {
	position: absolute;
	top: 20px;
	right: 20px;
}

.pbmit-blog-style-4 .pbmit-meta-category-wrapper.pbmit-meta-line a {
	background-color: var(--pbmit-global-color);
	border-radius: 50px;
	padding: 1px 15px;
	color: var(--pbmit-white-color);
	letter-spacing: 0.78px;
}

.pbmit-blog-style-4 .pbmit-meta-date .pbmit-meta-date-wrapper {
	margin: 0;
}

.pbmit-blog-style-4 .pbmit-meta-date-wrapper .pbmit-meta-date-wrapper-inner * {
	display: block;
}

.pbmit-blog-style-4 .pbmit-meta-date-wrapper .pbmit-meta-date-wrapper-inner {
	padding: 23px;
	text-align: center;
	position: relative;
	border-radius: 10px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

.pbmit-blog-style-4 .pbmit-meta-date-wrapper .pbmit-day-wrap {
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 3px;
}

.pbmit-blog-style-4 .pbmit-meta-date-wrapper .pbmit-month-wrap {
	font-size: 15px;
	line-height: 15px;
	text-transform: capitalize;
}

.pbmit-blog-style-4 .pbmit-meta-wraper>*:not(:last-child) {
	padding-right: 23px;
	margin-right: 15px;
}

.pbmit-blog-style-4 .pbmit-meta-line .pbmit-post-author {
	text-transform: capitalize;
}

.pbmit-blog-style-4 .pbmit-meta-wraper-inner {
	position: relative;
}

.pbmit-blog-style-4 .pbmit-post-title {
	font-size: 24px;
	line-height: 30px;
	margin: 2px 0 0 0;
}

.pbmit-blog-style-4 .pbmit-post-title a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-blog-style-4 .pbmit-post-title a,
.pbmit-blog-style-4 .pbmit-post-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}

.pbmit-blog-style-4 .pbminfotech-box-desc,
.pbmit-blog-style-4 .pbminfotech-box-desc p {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-blog-style-4 .pbmit-blog-btn a {
	display: flex;
	align-items: center;
	color: var(--pbmit-secondary-color);
}

.pbmit-blog-style-4 .pbmit-blog-btn a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-blog-style-4 .pbmit-blog-btn a .pbmit-button-icon i {
	font-size: 9px;
	margin-left: 10px;
}

/*----------------------------------------*/
/*  06 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbmit-featured-img-wrapper {
	padding-right: 20px;
	position: relative;
}

.pbmit-testimonial-style-1 .pbminfotech-box-desc::after {
	font-family: "pbminfotech-base-icons";
	content: "\e842";
	position: absolute;
	right: 1px;
	top: 0;
	font-size: 45px;
	line-height: 45px;
	color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid var(--pbmit-light-color);
}

.pbmit-testimonial-style-1 .pbminfotech-box-author.d-flex {
	align-items: center;
}

.pbmit-testimonial-style-1 .pbminfotech-box-desc {

	padding-bottom: 40px;
	margin-bottom: 25px;
	background: #fff;
	padding: 30px;
	border-radius: 30px;
	padding-right: 50px;
}

.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 20px;
	line-height: 35px;
	color: var(--pbmit-blackish-color);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	position: relative;
	overflow: hidden;
}

.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: 18px;
	line-height: 30px;
	margin-bottom: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-base-icon-star {
	color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
	display: inline-block;
	font-size: 15px;
	transform: rotate(0deg);
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
	color: #c9b302;
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings {
	margin-top: -3px;
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active::before {
	margin: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.78px;
	text-transform: uppercase;
}

/* == For bg color == */
.pbmit-bg-color-light .pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
	border-color: var(--pbmit-white-color);
}

/** Style 2 **/
.pbmit-testimonial-style-2 .pbmit-featured-img-wrapper {
	padding-right: 20px;
	position: relative;
}

.pbmit-testimonial-style-2 .pbminfotech-post-item {
	padding-left: 100px;
	position: relative;
}

.pbmit-testimonial-style-2 .pbminfotech-post-item::after {
	font-family: "pbminfotech-base-icons";
	content: "\e842";
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 24px;
	line-height: 60px;
	color: var(--pbmit-blackish-color);
	background-color: rgba(var(--pbmit-blackish-color-rgb), 0.1);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid var(--pbmit-light-color);
}

.pbmit-testimonial-style-2 .pbminfotech-box-author.d-flex {
	align-items: center;
}

.pbmit-testimonial-style-2 .pbminfotech-box-desc {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1)
}

.pbmit-testimonial-style-2 .pbminfotech-box-desc blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 17px;
	line-height: 28px;
	color: var(--pbmit-blackish-color);
}

.pbmit-testimonial-style-2 .pbminfotech-box-desc blockquote p {
	margin-bottom: 0;
}

.pbmit-testimonial-style-2 .pbmit-auther-title-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

.pbmit-testimonial-style-2 .pbmit-auther-title-wrapper .pbminfotech-box-title {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.2px;
	margin-bottom: 0;
	font-weight: 500;
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-base-icon-star {
	color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
	display: inline-block;
	font-size: 15px;
	transform: rotate(-25deg);
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
	color: var(--pbmit-blackish-color);
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
	margin-top: -3px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active::before {
	margin: 0;
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active:not(:last-child):before {
	margin-right: 3px;
}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.78px;
	text-transform: uppercase;
}

/* == For bg color == */
.pbmit-bg-color-secondary .pbmit-testimonial-style-2 .pbminfotech-post-item::after {
	color: var(--pbmit-white-color);
	background-color: rgba(var(--pbmit-white-color-rgb), 0.1);
}

.pbmit-bg-color-secondary .pbmit-testimonial-style-2 .pbminfotech-box-desc blockquote {
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
}

.pbmit-bg-color-secondary .pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

.pbmit-bg-color-secondary .pbmit-testimonial-style-2 .pbmit-featured-img-wrapper::after {
	background-color: var(--pbmit-global-color);
}

.pbmit-bg-color-secondary .pbmit-testimonial-style-2 .pbmit-auther-title-wrapper .pbminfotech-box-title {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-testimonial-style-2 .pbminfotech-box-desc {
	border-color: rgba(var(--pbmit-white-color-rgb), 0.1);
}

/** Style 3 **/
.pbmit-testimonial-style-3 .pbmit-featured-img-wrapper {
	padding-right: 20px;
	position: relative;
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings::after {
	font-family: "pbminfotech-base-icons";
	content: "\e842";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	line-height: 30px;
	color: #7C898D;
}

.pbmit-testimonial-style-3 .pbmit-featured-wrapper img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid var(--pbmit-light-color);
}

.pbmit-testimonial-style-3 .pbmit-auther-title-wrapper {
	border-radius: 5px;
	background: var(--pbmit-white-color);
	padding: 27px 32px 30px;
}

.pbmit-testimonial-style-3 .pbminfotech-box-desc {
	background: var(--pbmit-white-color);
	padding: 30px 30px 40px;
	margin-top: 4px;
	border-radius: 5px;
}

.pbmit-testimonial-style-3 .pbminfotech-box-desc blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 20px;
	line-height: 26px;
	font-style: italic;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	position: relative;
	overflow: hidden;
}

.pbmit-testimonial-style-3 .pbminfotech-box-desc blockquote p {
	margin: 0;
}

.pbmit-testimonial-style-3 .pbmit-auther-title-wrapper .pbminfotech-box-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-base-icon-star {
	color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
	display: inline-block;
	font-size: 15px;
	transform: rotate(-25deg);
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active {
	color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings {
	margin-top: 0;
	padding-bottom: 115px;
	position: relative;
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active::before {
	margin: 0;
}

.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail {
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.78px;
	text-transform: uppercase;
}

.pbmit-testimonial-style-3.pbmit-even .pbminfotech-post-item {
	display: flex;
	flex-direction: column-reverse;
}

.pbmit-testimonial-style-3.pbmit-even .pbminfotech-box-desc {
	margin-top: 0;
	margin-bottom: 4px;
}

/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.site-title {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

.site-header .pbmit-header-overlay {
	position: absolute;
	z-index: 999;
	width: 100%;
	background: #1015193d;
	backdrop-filter: blur(3px);
}

.site-header .pbmit-header-search-btn a {
	font-size: 25px;
	line-height: 25px;
	color: var(--pbmit-white-color);
}

/** Header Style 1 **/
.pbmit-header-style-1 .pbmit-header-overlay {
	top: 15px;
}

.pbmit-header-style-1 .ihbox-style-17-wrap {
	padding: 5px 30px 0;
}

.pbmit-header-style-1 .pbmit-ihbox-style-17 .pbmit-element-title {
	color: var(--pbmit-white-color);
}

.pbmit-header-style-1 .pbmit-right-area,
.pbmit-header-style-2 .pbmit-right-box,
.pbmit-header-style-3 .pbmit-right-box {
	gap: 12px;
}

.site-header .pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	font-size: 26px;
	min-width: 51px;
	height: 51px;
	line-height: 51px;
	margin-right: 15px;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.10);
}

.pbmit-header-style-2 .pbmit-ihbox-style-3:hover .pbmit-icon-type-icon,
.pbmit-header-style-3 .pbmit-ihbox-style-3:hover .pbmit-icon-type-icon {
	transform: none;
	background-color: var(--pbmit-global-color);
}

.site-header .pbmit-ihbox-style-3 .pbmit-heading-desc {
	letter-spacing: .78px;
	text-transform: uppercase;
	font-size: 13px;
	color: var(--pbmit-white-color);
}

.site-header .pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	letter-spacing: 0;
	color: var(--pbmit-white-color);
}

.pbmit-header-style-2 .pbmit-ihbox-style-3,
.pbmit-header-style-3 .pbmit-ihbox-style-3 {
	border-right: 1px solid #FFFFFF5E;
	padding-right: 20px;
}

.pbmit-header-style-1 .pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	transform: none;
	background-color: var(--pbmit-global-color);
}

.pbmit-header-style-1 .pbmit-ihbox-style-3 .pbmit-heading-desc,
.pbmit-header-style-1 .pbmit-ihbox-style-3 .pbmit-element-title {
	color: var(--pbmit-blackish-color);
}

.site-header .pbmit-sticky-header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
	top: 0;
	transform: translateY(-120%);
	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 {
	z-index: 9;
	visibility: visible;
	transform: translateY(0%);
	background-color: rgba(var(--pbmit-white-color-rgb), .9);
}

.pbmit-header-style-1 .pbmit-sticky-logo,
.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header .pbmit-main-logo,
.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header .ihbox-style-17-wrap,
.pbmit-header-style-1 .pbmit-ihbox-style-3,
.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header .pbmit-header-button {
	display: none;
}

.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header>.container {
	width: 100%;
	max-width: none;
	padding: 15px 70px 15px 30px;
}

.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header .pbmit-header-content {
	border: none;
	border-radius: 0;
	padding: 0;
	background-image: none;
}

.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header .pbmit-sticky-logo,
.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header .pbmit-ihbox-style-3 {
	display: block;
}

.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header .pbmit-right-area {
	flex: 1;
}

.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header .pbmit-right-area .pbmit-menuarea {
	margin: 0 auto;
}

.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header .site-navigation ul.navigation>li:not(.active)>a {
	color: var(--pbmit-blackish-color);
}

.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header .pbmit-header-search-btn a {
	color: var(--pbmit-blackish-color);
}

/** Header Style 2 **/
.pbmit-header-style-2 .pbmit-main-header-area {
	padding: 12px 37px;
	border-bottom: 1px solid #FFFFFF45;
}

.pbmit-header-style-2 .pbmit-preheader-text {
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
}

.pbmit-header-style-2 .pbmit-preheader-text a,
.pbmit-header-style-4 .pbmit-preheader-text a {
	position: relative;
	margin-left: 4px;
	color: var(--pbmit-white-color);
}

.pbmit-header-style-2 .pbmit-preheader-text a:after,
.pbmit-header-style-4 .pbmit-preheader-text a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: var(--pbmit-white-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.pbmit-header-style-2 .pbmit-preheader-text a:hover:after,
.pbmit-header-style-4 .pbmit-preheader-text a:hover:after {
	background-color: var(--pbmit-global-color);
	width: 0;
}

.pbmit-header-style-2 .pbmit-preheader-text a:hover,
.pbmit-header-style-4 .pbmit-preheader-text a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-header-style-2 .pbmit-pre-header-right,
.pbmit-header-style-4 .pbmit-pre-header-right {
	display: flex;
}

.pbmit-header-style-2 .pbmit-pre-header-right .pbmit-icon-list-items li:not(:last-child),
.pbmit-header-style-4 .pbmit-pre-header-right .pbmit-icon-list-items li:not(:last-child) {
	padding-right: 45px;
}

.pbmit-header-style-2 .pbmit-pre-header-right .pbmit-icon-list-items li,
.pbmit-header-style-4 .pbmit-pre-header-right .pbmit-icon-list-items li {
	display: inline-block;
}

.pbmit-header-style-2 .pbmit-pre-header-right .pbmit-icon-list-items li:hover,
.pbmit-header-style-2 .pbmit-pre-header-right .pbmit-icon-list-items li:hover a,
.pbmit-header-style-2 .pbmit-pre-header-right .pbmit-social-links li a:hover,
.pbmit-header-style-4 .pbmit-pre-header-right .pbmit-icon-list-items li:hover a,
.pbmit-header-style-4 .pbmit-pre-header-right .pbmit-social-links li a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-header-style-2 .pbmit-pre-header-right .pbmit-icon-list-items li .pbmit-icon-list-icon i,
.pbmit-header-style-4 .pbmit-pre-header-right .pbmit-icon-list-items li .pbmit-icon-list-icon i {
	font-size: 17px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.pbmit-header-style-2 .pbmit-pre-header-right .pbmit-icon-list-items .pbmit-icon-list-text,
.pbmit-header-style-4 .pbmit-pre-header-right .pbmit-icon-list-items .pbmit-icon-list-text {
	font-size: 15px;
	line-height: 24px;
	padding-left: 5px;
	transition: color .3s;
}

.pbmit-header-style-2 .pbmit-pre-header-right .pbmit-icon-list-item>a,
.pbmit-header-style-4 .pbmit-pre-header-right .pbmit-icon-list-item>a {
	color: var(--pbmit-white-color);
}

.pbmit-header-style-2 .pbmit-pre-header-right .pbmit-social-links,
.pbmit-header-style-4 .pbmit-pre-header-right .pbmit-social-links {
	padding-left: 30px;
}

.pbmit-header-style-2 .pbmit-pre-header-right .pbmit-social-links li a,
.pbmit-header-style-4 .pbmit-pre-header-right .pbmit-social-links li a {
	font-size: 15px;
	color: var(--pbmit-white-color);
}

.pbmit-header-style-2.site-header .site-branding img {
	width: 190px;
}

.pbmit-header-style-2 .pbmit-header-search-btn a:hover {
	color: var(--pbmit-global-color);
}

/** Header Style 3 **/
.site-header.pbmit-header-style-3 .pbmit-header-overlay {
	margin-top: 20px;
}

.pbmit-header-style-3.site-header .site-branding img {
	width: 165px;
}

.pbmit-header-style-3 .header-icons-menu {
	margin-left: 55px;
}

.pbmit-header-style-3 .pbmit-social-links li a {
	font-size: 15px;
}

.pbmit-header-style-3 .pbmit-burger-menu-link {
	border-radius: 5px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: var(--pbmit-white-color);
	text-align: center;
	border: none;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.10);
}

.pbmit-header-style-3 .pbmit-burger-menu-link svg {
	height: 30px;
	width: 32px;
	fill: var(--pbmit-secondary-color);
}

.pbmit-header-style-3 .pbmit-header-content .pbmit-social-links {
	padding-right: 30px;
}

.pbmit-header-style-3 .pbmit-burger-menu-area.show {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.pbmit-header-style-3 .pbmit-burger-menu-area {
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: -100%;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	-webkit-transition: all 0.9s !important;
	transition: all 0.9s !important;
}

.pbmit-header-style-3 .pbmit-burger-headerarea {
	display: flex;
	padding: 0 25px;
}

.pbmit-header-style-3 .pbmit-burger-menu-area .site-branding img {
	max-height: 50px;
}

.pbmit-header-style-3 .pbmit-burger-menu-area .pbmit-header-search-btn a {
	color: var(--pbmit-blackish-color);
	background-color: rgba(var(--pbmit-blackish-color-rgb), 0.15);
}

.pbmit-header-style-3 .pbmit-burger-menu-area .pbmit-header-search-btn a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-header-style-3 .pbmit-burger-headerarea .pbmit-closepanel {
	position: absolute;
	width: 90px;
	display: block;
	right: 0;
	background-color: var(--pbmit-global-color);
	fill: var(--pbmit-white-color);
	text-align: center;
	height: 90px;
	line-height: 90px;
	cursor: pointer;
}

.pbmit-header-style-3 .pbmit-burger-headerarea .pbmit-closepanel svg rect {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pbmit-header-style-3 .pbmit-burger-headerarea .pbmit-closepanel:hover svg rect {
	animation: pbmit-closer-line-draw .6s;
	animation-name: pbmit-closer-line-draw;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
}

.pbmit-header-style-3 .pbmit-burger-headerarea .pbmit-closepanel:hover svg rect,
.pbmit-header-style-3 .pbmit-burger-headerarea .pbmit-closepanel:hover svg {
	fill: var(--pbmit-white-color);
}

.pbmit-header-style-3 .pbmit-closepanel:hover svg rect:nth-child(2) {
	animation-delay: .17s;
}

@keyframes pbmit-closer-line-draw {

	0%,
	100% {
		clip-path: inset(-1px 0 -1px 0);
		-webkit-clip-path: inset(-1px 0 -1px 0);
	}

	55% {
		clip-path: inset(-1px 0 -1px 100%);
		-webkit-clip-path: inset(-1px 0 -1px 100%);
	}

	56% {
		clip-path: inset(-1px 100% -1px 0);
		-webkit-clip-path: inset(-1px 100% -1px 0);
	}
}

.pbmit-header-style-3 .pbmit-burger-headerarea .pbmit-search-cart-box {
	margin-left: auto;
	margin-right: 90px;
	display: flex;
	align-items: center;
}

.pbmit-header-style-3 .pbmit-burger-menu-area-inner {
	width: 100%;
	display: flex;
	align-items: center;
	max-width: 100%;
	height: 100%;
}

.pbmit-header-style-3 .pbmit-burger-menu-area .menu-main-menu-container ul ul {
	padding-left: 15px;
	padding-top: 14px;
	margin-top: 10px;
	display: none;
}

.pbmit-header-style-3 .pbmit-burger-menu-area .menu-main-menu-container ul.menu li {
	position: relative;
	padding: 5px 0;
}

.pbmit-header-style-3 .pbmit-burger-menu-area .menu-main-menu-container ul.menu>li:not(:last-child) {
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 0;
}

.pbmit-header-style-3 .pbmit-burger-menu-area .menu-main-menu-container>ul.menu>li>a {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -.36px;
	height: auto;
	display: inline-block;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 700;
	color: rgba(var(--pbmit-blackish-color-rgb), .5);
}

.pbmit-header-style-3 .pbmit-burger-menu-area .menu-main-menu-container ul li.active>a {
	color: var(--pbmit-blackish-color);
}

.pbmit-header-style-3 .pbmit-burger-menu-area .menu-main-menu-container ul>li li>a {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -.32px;
	color: rgba(var(--pbmit-blackish-color-rgb), .5);
	z-index: 1;
	position: relative;
	height: auto;
	display: inline-block;
}

.pbmit-header-style-3 .pbmit-burger-menu-area .menu-main-menu-container .sub-menu-toggle {
	width: 25px;
	height: 25px;
	display: inline-block;
	align-items: end;
	position: absolute;
	top: 2px;
	right: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}

.pbmit-burger-menu-area .menu-main-menu-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.pbmit-burger-menu-area .menu-main-menu-container::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.pbmit-burger-menu-area .menu-main-menu-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .3);
	background-color: var(--pbmit-blackish-color);
}

.pbmit-burger-menu-area .pbmit-closepanel {
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
}

.pbmit-burger-menu-area .pbmit-closepanel a {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: var(--pbmit-white-color);
	fill: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-burger-menu-area .pbmit-closepanel a svg {
	height: 17px;
	fill: var(--pbmit-white-color);
}

/** Header Style 4 **/
.pbmit-header-style-4 .pbmit-pre-header-wrapper {
	height: 52px;
	line-height: 52px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.pbmit-header-style-4 .pbmit-pre-header-left .pbmit-preheader-text {
	color: #FFFFFFAB;
}

.pbmit-header-style-4 .pbmit-pre-header-right .pbmit-icon-list-items li .pbmit-icon-list-icon i {
	font-size: 20px;
	width: 1.25em;
}

.pbmit-header-style-4 .pbmit-main-header-area {
	padding: 15px 25px;
}

.pbmit-header-style-4.site-header .site-branding img {
	width: 155px;
}

.main-menu .navigation>li>ul>li>a>span.new-tag,
.pbmit-header-style-3 .pbmit-burger-menu-area .menu-main-menu-container ul>li li>a>span.new-tag {
	padding: 2px 5px;
	border-radius: 3px;
	background: rgba(var(--pbmit-blackish-color-rgb), .7);
	color: var(--pbmit-white-color);
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-left: 10px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.pbmit-header-style-4 .pbmit-ihbox-style-3 .pbmit-icon-type-icon,
.pbmit-header-style-5 .pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	font-size: 25px;
	background-color: var(--pbmit-light-color);
}

.pbmit-header-style-4 .pbmit-ihbox-style-3 .pbmit-icon-type-icon svg g g,
.pbmit-header-style-5 .pbmit-ihbox-style-3 .pbmit-icon-type-icon svg g g {
	fill: var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
}

.pbmit-header-style-4:not(:has(.pbmit-fixed-header)) .pbmit-right-box,
.pbmit-header-style-5:not(:has(.pbmit-fixed-header)) .pbmit-right-box {
	margin-left: auto;
}

.pbmit-header-style-4 .pbmit-right-box .pbmit-ihbox-style-3,
.pbmit-header-style-5 .pbmit-right-box .pbmit-ihbox-style-3 {
	border-right: 1px solid #1E32384F;
	padding-right: 33px;
}

.pbmit-header-style-4:not(:has(.pbmit-fixed-header)) .pbmit-ihbox-style-3 .pbmit-heading-desc,
.pbmit-header-style-5:not(:has(.pbmit-fixed-header)) .pbmit-ihbox-style-3 .pbmit-heading-desc {
	line-height: 28px;
	color: var(--pbmit-body-typography-color);
}

.pbmit-header-style-4 .pbmit-ihbox-style-3 .pbmit-element-title,
.pbmit-header-style-4 .pbmit-header-search-btn a,
.pbmit-header-style-5 .pbmit-header-search-btn a {
	color: var(--pbmit-blackish-color);
}

.pbmit-header-style-4 .pbmit-header-search-btn,
.pbmit-header-style-5 .pbmit-header-search-btn {
	padding: 0 18px;
}

.pbmit-header-style-4:not(:has(.pbmit-fixed-header)) .pbmit-header-search-btn a,
.pbmit-header-style-5:not(:has(.pbmit-fixed-header)) .pbmit-header-search-btn a {
	font-size: 28px;
	line-height: 28px;
}

.pbmit-header-style-4 .pbmit-header-sticky-yes>.container-fluid:has(.pbmit-header-content) {
	padding: 15px 30px;
}

.pbmit-header-style-4 .pbmit-header-sticky-yes .pbmit-header-content,
.pbmit-header-style-5 .pbmit-header-sticky-yes .pbmit-header-content {
	justify-content: space-between;
}

.pbmit-header-style-4 .pbmit-header-sticky-yes .pbmit-right-box .pbmit-header-button,
.pbmit-header-style-5 .pbmit-header-sticky-yes .pbmit-right-box .pbmit-header-button {
	display: none;
}

.pbmit-header-style-4 .pbmit-header-sticky-yes .pbmit-right-box .pbmit-ihbox-style-3,
.pbmit-header-style-5 .pbmit-header-sticky-yes .pbmit-right-box .pbmit-ihbox-style-3 {
	padding-right: 0;
	border-right: none;
	order: 1;
}

.pbmit-header-style-4 .pbmit-header-sticky-yes .pbmit-ihbox-style-3 .pbmit-icon-type-icon,
.pbmit-header-style-5 .pbmit-header-sticky-yes .pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	background-color: var(--pbmit-global-color);
}

.pbmit-header-style-4 .pbmit-header-sticky-yes .pbmit-ihbox-style-3 .pbmit-icon-type-icon svg g g,
.pbmit-header-style-5 .pbmit-header-sticky-yes .pbmit-ihbox-style-3 .pbmit-icon-type-icon svg g g {
	fill: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
}

.pbmit-header-style-4 .pbmit-header-sticky-yes .pbmit-ihbox-style-3 .pbmit-heading-desc,
.pbmit-header-style-5 .pbmit-header-sticky-yes .pbmit-ihbox-style-3 .pbmit-heading-desc {
	font-size: 14px;
	line-height: normal;
	color: var(--pbmit-blackish-color);
}

.pbmit-header-style-4 .pbmit-header-sticky-yes.pbmit-fixed-header>.container-fluid:has(.pbmit-header-content),
.pbmit-header-style-5 .pbmit-header-sticky-yes.pbmit-fixed-header>.container-fluid:has(.pbmit-header-content) {
	padding: 15px 60px 15px 30px;
}

.pbmit-header-style-4 .pbmit-header-sticky-yes.pbmit-fixed-header .site-navigation ul.navigation>li>a,
.pbmit-header-style-5 .pbmit-header-sticky-yes.pbmit-fixed-header .site-navigation ul.navigation>li>a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .16px;
	text-transform: none;
}

.pbmit-header-style-4 .pbmit-header-sticky-yes.pbmit-fixed-header .pbmit-header-search-btn,
.pbmit-header-style-5 .pbmit-header-sticky-yes.pbmit-fixed-header .pbmit-header-search-btn {
	padding: 0 12px;
}

/** Header Style 5 **/
.pbmit-header-style-5 .pbmit-main-header-area>.container-fluid:has(.pbmit-header-content) {
	padding: 15px 20px;
}

.pbmit-header-style-5.site-header .site-branding img {
	width: 155px;
}

/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
.site-footer {
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.pbmit-footer-style-2 {
	background-image: url(../images/bg/footer-map.png);
	background-position: 97% 76%;
	background-repeat: no-repeat;
}

.pbmit-footer-style-1 .pbmit-footer-big-area-wrapper {
	padding: 110px 0 70px;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.pbmit-footer-style-1 .footer-heading-wrap {
	position: relative;
	padding-right: 50px;
}

.pbmit-footer-style-1 .footer-heading-wrap .pbmit-custom-subtitle h1 {
	font-size: 13px;
	line-height: 28px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .78px;
	color: var(--pbmit-global-color);
}

.pbmit-footer-style-1 .footer-heading-wrap .pbmit-custom-title h2 {
	font-size: 96px;
	line-height: 96px;
	letter-spacing: -3.84px;
	font-weight: 700;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}

.pbmit-footer-style-1 .footer-heading-wrap .pbmit-hover-button {
	position: absolute;
	right: 34%;
	top: 0;
	transform: scale(0);
	transition: all .35s ease-out;
}

.footer-heading-wrap .pbmit-custom-title:hover+.pbmit-hover-button,
.pbmit-hover-button:hover {
	transform: scale(1) !important;
}

.pbmit-footer-style-1 .pbmit-footer-widget-col-2 {
	padding-left: 25px;
}

.pbmit-footer-style-1 .pbmit-footer-widget-col-3 {
	padding-left: 10px;
}

.site-footer .widget .widget-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 25px;
	color: var(--pbmit-white-color);
}

.site-footer .widget .pbmit-two-column-menu ul.menu {
	display: flex;
	flex-wrap: wrap;
}

.site-footer .widget .pbmit-two-column-menu ul.menu li {
	width: 50%;
}

.site-footer .widget ul.menu li:last-child {
	padding-bottom: 0;
}

.site-footer .widget ul.menu li {
	padding-bottom: 7px;
}

.site-footer .widget ul.menu li a {
	font-size: 15px;
	line-height: 26px;
	text-transform: capitalize;
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

.site-footer .widget ul.menu li a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-footer-style-1 .pbmit-footer-widget-col-4 {
	padding-left: 20px;
}

.pbmit-footer-style-1 .pbmit-footer-widget-col-4 .widget .widget-title {
	margin-bottom: 0;
	line-height: 28px;
}

.pbmit-footer-style-1 .pbmit-footer-newsletter-wrap {
	padding: 30px 0 45px;
}

.site-footer .pbmit-footer-newsletter {
	position: relative;
}

.site-footer .pbmit-footer-newsletter input {
	height: 60px;
	border-radius: 5px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
	padding: 10px 0px 10px 20px;
	position: relative;
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	transition: all 500ms ease;
	color: var(--pbmit-white-color);
	background-color: transparent;
}

.site-footer .pbmit-footer-newsletter input::placeholder {
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

.site-footer.pbmit-bg-color-secondary .pbmit-footer-newsletter input {
	border: 1px solid rgba(var(--pbmit-white-color-rgb), 0.1);
}

.site-footer.pbmit-bg-color-secondary .pbmit-footer-newsletter input:focus {
	border-color: rgba(var(--pbmit-white-color-rgb), 0.9);
}

.site-footer .pbmit-footer-newsletter .pbmit-form-btn {
	position: absolute;
	top: 13px;
	right: 15px;
	width: 33px;
	height: 33px;
	text-align: center;
	background-color: var(--pbmit-global-color) !important;
	color: var(--pbmit-blackish-color);
	border-radius: 50px;
	padding: 0;
	border: none;
	overflow: hidden;
	display: inline-block;
	transition: all 0.4s ease;
}

.site-footer .pbmit-footer-newsletter .pbmit-form-btn:hover {
	background-color: var(--pbmit-white-color) !important;
}

.pbmit-footer-style-1 .pbmit-custom-title .pbmit-title {
	font-size: 13px;
	font-weight: 400;
	line-height: 28px;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-body-typography-font-family);
}

.pbmit-footer-style-1 .ihbox-style-15-wrap {
	border-top: 1px solid #FFFFFF1F;
	padding: 40px 0 0 15px;
}

.pbmit-footer-style-1 .pbmit-ihbox-style-15 .pbmit-element-title {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.78px;
	margin: 0;
	color: var(--pbmit-global-color);
}

.pbmit-footer-style-1 .pbmit-ihbox-style-15 .pbmit-heading-desc {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 28px;
}

.pbmit-footer-style-1 .pbmit-ihbox-style-15 .pbmit-heading-desc a {
	color: var(--pbmit-white-color);
}

.pbmit-footer-style-1 .pbmit-ihbox-style-15 .pbmit-heading-desc a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-footer-style-1 .pbmit-copyright-area {
	background-color: #0D141B;
	padding: 23px 0;
}

.site-footer .pbmit-footer-copyright-text-area {
	font-size: 15px;
	color: #EBEBEBB3;
}

.site-footer .pbmit-footer-copyright-text-area a {
	color: var(--pbmit-blackish-color);
}

.site-footer .pbmit-footer-copyright-text-area a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-bg-color-secondary .pbmit-footer-copyright-text-area a {
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

.pbmit-footer-style-1 .pbmit-copyright-area .tween-effect-wrap {
	margin-top: -7px;
	padding-right: 40px;
}

.pbmit-footer-style-1 .pbmit-tween-effect-style-1.pbmit-tween-text .pbmit-element-title {
	color: var(--pbmit-blackish-color);
}

.pbmit-bg-color-secondary .pbmit-social-links li a:not(:hover) {
	color: var(--pbmit-white-color);
}

.site-footer .pbmit-social-links li a {
	font-size: 17px;
	line-height: 17px;
}

/** Footer Style 2 **/
.pbmit-footer-style-2 {
	background-position: 99% 52%;
	padding-bottom: 40px;
}

.pbmit-footer-style-2::before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: -1;
	background-image: url(../images/bg/footer2-bg-pattarn.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	opacity: .4;
}

.pbmit-footer-style-2 .pbmit-footer-big-area-wrapper {
	padding-top: 70px;
}

.pbmit-footer-style-2 .pbmit-footer-big-area {
	border: 1px solid #FFFFFF1F;
	border-radius: 100px;
	padding: 25px 50px 30px 50px;
}

.pbmit-footer-style-2 .pbmit-footer-widget-area {
	padding-bottom: 70px;
}

.site-footer.pbmit-footer-style-2 .widget {
	padding-top: 80px;
}

.site-footer.pbmit-footer-style-2 .widget .widget-title {
	margin-bottom: 30px;
}

.pbmit-footer-style-2 .pbmit-footer-widget-col-1 .widget {
	padding: 70px 80px 0 0;
}

.pbmit-footer-style-2 .pbmit-footer-widget-col-1 .widget {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: -webkit-fill-available;
}

.pbmit-footer-style-2 .pbmit-footer-logo img {
	width: 180px;
}

.pbmit-footer-style-2 .pbmit-footer-widget-col-1 .widget .pbmit-desc {
	padding: 45px 15px 0px 0px;
	color: #FFFFFFDA;
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-footer-style-2 .pbmit-footer-widget-col-1 .pbmit-social-links {
	padding-top: 40px;
}

.pbmit-footer-style-1 .pbmit-social-links li:not(:last-child),
.pbmit-footer-style-2 .pbmit-footer-widget-col-1 .pbmit-social-links li:not(:last-child) {
	padding: 0 12px 0 0 !important;
}

.pbmit-footer-style-2 .pbmit-footer-widget-col-2 {
	padding-left: 5px;
}

.pbmit-footer-style-2 .pbmit-footer-widget-col-4 .pbmit-custom-title {
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 30px;
	color: var(--pbmit-white-color);
}

.pbmit-footer-style-2 .pbmit-footer-widget-col-4 {
	padding-left: 40px;
}

.pbmit-footer-style-2 .pbmit-footer-text-area {
	padding: 18px 0;
	border-radius: 5px;
	padding: 18px 0;
	background-color: #FFFFFF0D;
}

/** Footer Style 3 **/
.pbmit-footer-style-3::before {
	background-position: 0px 63%;
}

.pbmit-footer-style-3 .pbmit-footer-big-area-wrapper {
	display: flex;
	flex-direction: column;
	gap: 55px;
	padding: 75px 0px;
}

.pbmit-footer-style-3 .pbmit-footer-big-area-wrapper .pbmit-footer-big-area-top {
	border-bottom: 1px solid #FFFFFF24;
	padding-bottom: 50px;
}

.pbmit-footer-style-3 .pbmit-footer-big-area-wrapper .footer-heading-wrap .pbmit-title {
	font-size: 42px;
	line-height: 50px;
	letter-spacing: -0.84px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}

.pbmit-footer-style-3 .pbmit-footer-big-area-top form {
	margin-left: 60px;
}

.pbmit-footer-style-3 .pbmit-footer-widget-col-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: -webkit-fill-available;
}

.pbmit-footer-style-3 .pbmit-footer-widget-col-1 .pbmit-social-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 0;
	padding-right: 20px;
	color: var(--pbmit-white-color);
}

.pbmit-footer-style-3 .pbmit-footer-widget-col-inner .footer-logo-img img {
	width: 180px;
}

.pbmit-bg-color-secondary.pbmit-footer-style-3 .pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	fill: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
	background-color: rgba(var(--pbmit-white-color-rgb), .1);
}

.pbmit-footer-style-3 .pbmit-footer-widget-col-1 .pbmit-social-links li:not(:last-child) {
	padding: 0 12px 0 0;
}

.pbmit-footer-style-3 .pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	min-width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	margin-right: 10px;
}

.pbmit-footer-style-3 .pbmit-ihbox-style-3 .pbmit-heading-desc {
	font-size: 15px;
}

.pbmit-footer-style-3 .pbmit-ihbox-style-3 .pbmit-heading-desc a:not(:hover) {
	color: var(--pbmit-white-color);
}

.pbmit-footer-style-3 .pbmit-copyright-area-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pbmit-footer-style-3 .pbmit-copyright-area {
	padding: 23px 0px;
	background-color: #FFFFFF12;
}

.pbmit-footer-style-3 .pbmit-footer-copyright-text-area {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.pbmit-footer-style-3 .pbmit-copyright-area .pbmit-icon-list-items {
	display: flex;
}

.pbmit-footer-style-3 .pbmit-copyright-area .pbmit-icon-list-items li {
	padding: 0 calc(25px/2);
	position: relative;
}

.pbmit-footer-style-3 .pbmit-copyright-area .pbmit-icon-list-items li:last-child {
	padding-right: 0;
}

.pbmit-footer-style-3 .pbmit-copyright-area .pbmit-icon-list-items li span {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: rgba(var(--pbmit-white-color-rgb), .7);
}

.pbmit-footer-style-3 .pbmit-copyright-area .pbmit-icon-list-items li:not(:first-child)::after {
	content: "";
	position: absolute;
	height: 17px;
	width: 1px;
	background-color: #FFFFFFB3;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

/** Footer Style 4 **/
.pbmit-footer-style-4::before {
	background-position: 0px 120%;
}

.pbmit-footer-style-4 .pbmit-footer-big-area-wrapper {
	display: flex;
	flex-direction: column;
	gap: 75px;
	padding: 75px 0 0px;
}

.pbmit-footer-style-4 .pbmit-footer-big-area-wrapper .pbmit-ihbox-style-3-area {
	display: flex;
	align-items: center;
	gap: 20px;
	border: 1px solid #FFFFFF24;
	border-radius: 128px;
	padding: 30px 50px;
	background: linear-gradient(45deg, #0fb87638, transparent);
}

.pbmit-footer-style-4 .pbmit-ihbox-style-3-area .pbmit-ihbox-style-3-wrap {
	width: 100%;
}

.pbmit-footer-style-4 .pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	min-width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	margin-right: 10px;
}

.pbmit-bg-color-secondary.pbmit-footer-style-4 .pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	background-color: rgba(var(--pbmit-white-color-rgb), .1);
}

.pbmit-footer-style-4 .pbmit-ihbox-style-3 .pbmit-heading-desc {
	font-size: 15px;
}

.pbmit-footer-style-4 .pbmit-ihbox-style-3 .pbmit-heading-desc a:not(:hover),
.pbmit-bg-color-secondary.pbmit-footer-style-4 .pbmit-ihbox-style-3 .pbmit-heading-desc span {
	color: var(--pbmit-white-color);
}

.pbmit-footer-style-4 .pbmit-ihbox-style-3 .pbmit-heading-desc span {
	font-size: 18px;
}

.pbmit-footer-style-4 .pbmit-footer-widget-col-1 .pbmit-footer-widget-col-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.pbmit-footer-style-4 .pbmit-footer-widget-col-inner .footer-logo-img img {
	width: 190px;
}

.pbmit-footer-style-4 .pbmit-footer-widget-col-1 .pbmit-desc {
	font-size: 15px;
	line-height: 24px;
	padding: 20px 0;
	color: #FFFFFFB3;
}

.pbmit-footer-style-4 .pbmit-footer-widget-col-1 .pbmit-social-links li:not(:last-child) {
	padding: 0 11px 0 0;
}

.pbmit-footer-style-4 .widget .widget-title {
	margin-bottom: 30px;
}

.pbmit-footer-style-4 .pbmit-footer-widget-col-4 .pbmit-custom-title h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 30px;
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper {
	background-color: var(--pbmit-blackish-color);
	background-image: url(../images/bg/titlebar-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.pbmit-title-bar-wrapper,
.pbmit-title-bar-content {
	min-height: 550px;
}

.pbmit-title-bar-wrapper:before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 0;
	background-color: #0000006B;
	opacity: .4;
}

.pbmit-title-bar-content {
	position: relative;
	z-index: 1;
	padding: 150px 0 40px;
	display: flex;
	align-items: flex-end;
}

.pbmit-title-bar-content-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.pbmit-title-bar-content .pbmit-tbar,
.pbmit-title-bar-content .pbmit-breadcrumb {
	display: block;
}

.pbmit-title-bar-content .pbmit-breadcrumb {
	padding-bottom: 5px;
}

.pbmit-breadcrumb,
.pbmit-breadcrumb a {
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 0px;
	color: var(--pbmit-white-color);
	text-transform: capitalize;
	font-style: normal;
}

.pbmit-breadcrumb a:hover {
	color: var(--pbmit-white-color);
}

.pbmit-title-bar-content .pbmit-breadcrumb .sep i:before {
	margin: 0;
}

.pbmit-tbar-title {
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -3px;
	color: var(--pbmit-white-color);
	text-transform: none;
	font-style: normal;
	margin-bottom: 20px;
}

.pbmit-title-bar-desc {
	font-size: 18px;
	color: #FAFAFA;
	margin: 30px 0 0 125px;
}

/*----------------------------------------*/
/*  10 - Accordion
/*----------------------------------------*/
.accordion-item {
	position: relative;
	border: 1px solid #dddddd !important;
	background-color: transparent;
	color: inherit;
	border-radius: 10px !important;
	box-shadow: none;
}

.accordion-item:not(:last-child) {
	margin-bottom: 10px;
}

.accordion-item .accordion-header {
	position: relative;
	display: flex;
}

.accordion-item .accordion-button {
	display: flex;
	position: relative;
	padding: 17px 0;
	margin: 0 25px;
	z-index: 1 !important;
	border-radius: 10px !important;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	box-shadow: none;
	justify-content: space-between;
	color: var(--pbmit-blackish-color);
	background-color: transparent;
}

.pbmit-bg-color-light .accordion-item .accordion-button {
	background-color: var(--pbmit-white-color);
}

.accordion-item .pbmit-accordion-title {
	position: relative;
	font-size: 20px;
	line-height: 26px;
	color: var(--pbmit-secondary-color);
}

.accordion:not(.style-2) .accordion-item .pbmit-accordion-title:before {
	content: 'Q:';
	position: relative;
	top: 0;
	left: 0;
	color: var(--pbmit-global-color);
}

.accordion-button::after {
	display: none;
}

.accordion-item .pbmit-accordion-icon {
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.1);
	align-items: center;
	justify-content: center;
	color: var(--pbmit-secondary-color);
	fill: var(--pbmit-secondary-color);
}

.accordion-item.active .pbmit-accordion-icon {
	border: none;
}

.accordion-item.active .pbmit-accordion-icon-opened,
.accordion-item .pbmit-accordion-icon-closed {
	display: flex;
}

.accordion-item.active .pbmit-accordion-icon-closed,
.accordion-item .pbmit-accordion-icon-opened {
	display: none;
}

.accordion-item .pbmit-accordion-icon svg {
	height: 14px;
	fill: var(--pbmit-blackish-color);
}

.pbmit-bg-color-blackish .accordion-item {
	border-color: rgba(var(--pbmit-white-color-rgb), 0.15);
}

.pbmit-bg-color-blackish .accordion-item .pbmit-accordion-title {
	color: var(--pbmit-white-color);
}

.accordion-item .pbmit-accordion-icon span {
	width: auto;
	height: 14px;
}

.pbmit-bg-color-blackish .accordion-item .pbmit-accordion-icon svg {
	fill: var(--pbmit-white-color);
}

.pbmit-bg-color-blackish .accordion-item .accordion-body {
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-item .accordion-body {
	border: none;
	padding: 0px 20px 20px 25px;
}

.accordion.style-2 .accordion-item .accordion-button {
	margin: 0 20px 0 30px;
	padding: 24px 0;
}

.accordion.style-2 .accordion-item .pbmit-accordion-title {
	font-size: 18px;
	line-height: 27px;
}

.accordion.style-2 .accordion-item .pbmit-accordion-icon {
	width: 23px;
	height: 23px;
	background-color: var(--pbmit-blackish-color);
}

.accordion.style-2 .accordion-item .pbmit-accordion-icon span {
	height: 12px;
}

.accordion.style-2 .accordion-item .pbmit-accordion-icon svg {
	height: 12px;
	fill: var(--pbmit-white-color);
}

.accordion.style-2 .accordion-item .accordion-body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

/*----------------------------------------*/
/*  11 - List Group
/*----------------------------------------*/
.list-group {
	border-radius: 0;
}

.list-group .list-group-item {
	display: flex;
	font-size: inherit;
	padding: 0;
	color: var(--pbmit-blackish-color);
	position: relative;
	border: none;
	background: transparent;
}

.list-group .list-group-item:not(:last-child) {
	padding-bottom: calc(14px/2);
}

.list-group .pbmit-icon-list-icon {
	color: var(--pbmit-secondary-color);
	display: flex;
	position: relative;
	line-height: normal;
	transition: all .25s ease-in-out;
}

.list-group .pbmit-icon-list-icon svg {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
}

.list-group .pbmit-icon-list-text {
	padding-left: 10px;
	align-self: center;
	transition: color 0.3s;
	color: var(--pbmit-secondary-color);
}

.list-group.style-2 .pbmit-icon-list-icon svg {
	width: 18px;
	height: 18px;
	background-color: transparent;
}

.list-group.style-3 .list-group-item {
	padding-bottom: calc(25px/2);
	border-bottom: 1px solid #E4E4E4;
}

.list-group.style-3 .list-group-item:not(:first-child) {
	margin-top: calc(25px/2);
}

.list-group.style-3 .list-group-item {
	align-items: center;
	justify-content: space-between;
}

.list-group.style-3 .list-group-item .pbmit-icon-list-text {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.4px;
	font-family: var(--pbmit-heading-typography-font-family);
}

/*----------------------------------------*/
/*  12 -  Banner Slider
/*----------------------------------------*/
.pbmit-slider-area .transform-center {
	opacity: 0;
	transition: all 1000ms ease;
	transform: scale(0.9);
}

.swiper-slide-active .transform-center {
	opacity: 1;
	transform: scale(1);
}

.pbmit-slider-area .transform-bottom {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1000ms ease;
}

.swiper-slide-active .transform-bottom {
	opacity: 1;
	transform: translateY(0);
}

.pbmit-slider-area .transform-left {
	position: relative;
	transition: 1s cubic-bezier(.5, .5, 0, 1);
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.pbmit-slider-area .transform-left>span {
	transform: scale(1.5) translate(100px, 0px);
	transform-origin: 50% 50%;
	transition: 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: 1000ms;
}

.swiper-slide-active .transform-delay-2 {
	transition-delay: 1400ms;
}

.swiper-slide-active .transform-delay-3 {
	transition-delay: 1800ms;
}

.swiper-slide-active .transform-delay-4 {
	transition-delay: 2100ms;
}

.swiper-slide-active .transform-delay-5 {
	transition-delay: 2400ms;
}

.pbmit-slider-area .pbmit-slider-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pbmit-slider-area .swiper-slider {
	padding-bottom: 0 !important;
}

/** Slider 01 **/
.pbmit-slider-one {
	position: relative;
}

.pbmit-slider-one .pbmit-slider-item {
	height: 1000px;
	position: relative;
}

.pbmit-slider-one .pbmit-slider-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 47%;
	left: auto;
	background: rgba(22, 34, 45, 0.5);
	filter: blur(100px);
}

.pbmit-slider-one .pbmit-slider-item>.container {
	position: relative;
	height: -webkit-fill-available;
}

.pbmit-slider-one .pbmit-slider-content {
	padding-top: 305px;
	width: max-content;
}

.pbmit-slider-one .pbmit-slider-title {
	font-size: 170px;
	line-height: 150px;
	font-weight: 700;
	letter-spacing: -5.1px;
	padding-bottom: 40px;
	color: var(--pbmit-white-color);
}

.pbmit-slider-one .video-content-area {
	flex-direction: column;
	position: absolute;
	bottom: 70px;
	right: 0;
}

.pbmit-slider-one .video-content-area .video-wrap {
	border-radius: 5px;
	width: 280px;
	height: 158px;
	overflow: hidden;
}

.pbmit-slider-one .video-content-area .video-wrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pbmit-slider-one .video-content-area iframe button.ytp-large-play-button {
	display: none;
}

.pbmit-slider-one .pbmit-shape-bg {
	position: relative;
}

.pbmit-slider-one .pbmit-shape-bg:before {
	position: absolute;
	content: "";
	top: -146px;
	left: -30%;
	width: 950px;
	height: 255px;
	z-index: -1;
	background: rgba(22, 34, 45, 0.9);
	filter: blur(100px);
}

.pbmit-slider-one .pbmit-slider-desc {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-align: end;
	padding-top: 15px;
	color: var(--pbmit-white-color);
}

.pbmit-slider-one .pbmit-button {
	width: fit-content;
}

.pbmit-slider-one .pbmit-button .pbmit-btn.white .pbmit-button-text span:after,
.pbmit-slider-one .pbmit-button .pbmit-btn.white .pbmit-button-text span:before,
.pbmit-slider-two .pbmit-button .pbmit-btn.white .pbmit-button-text span:after,
.pbmit-slider-two .pbmit-button .pbmit-btn.white .pbmit-button-text span:before,
.pbmit-slider-four .pbmit-btn.white .pbmit-button-text span:after,
.pbmit-slider-four .pbmit-btn.white .pbmit-button-text span:before,
.pbmit-slider-five .pbmit-btn.white .pbmit-button-text span:after,
.pbmit-slider-five .pbmit-btn.white .pbmit-button-text span:before {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-slider-one .pbmit-button .pbmit-btn.white:hover,
.pbmit-slider-two .pbmit-button .pbmit-btn.white:hover,
.pbmit-slider-four .pbmit-btn.white:hover,
.pbmit-slider-five .pbmit-btn.white:hover {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets {
	width: auto;
	inset: auto auto 0px 0px;
	transform: translate(245px, -90px);
}

.pbmit-slider-one .swiper-pagination-bullet {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	float: left;
	border: none;
	padding-right: 40px;
	border-radius: 0;
	margin: 0 !important;
	background-color: transparent;
	transition: all .3s ease-in-out;
	text-align: left;
}

.pbmit-slider-one .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
	width: 0px;
	height: 1px;
	top: 13px;
	right: 10px;
	z-index: 1;
	background-color: var(--pbmit-white-color);
	transition: all .3s ease-in-out;
}

.pbmit-slider-one .swiper-pagination-bullet:after,
.pbmit-slider-two .swiper-pagination-bullet:after,
.pbmit-slider-three .swiper-pagination-bullet:after {
	content: counter(item, decimal-leading-zero) " ";
	counter-increment: item;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-btn-typography-font-family);
}

.pbmit-slider-one .swiper-pagination-bullet:after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	letter-spacing: -.32px;
	transition: height 0.3s ease;
	font-weight: 700;
}

.pbmit-slider-one .swiper-pagination-bullet-active {
	padding-left: 68px;
}

.pbmit-slider-one .swiper-pagination-bullet-active:before {
	width: 68px;
}

/** Slider 02 **/
.pbmit-slider-two .pbmit-slider-content {
	position: relative;
	max-width: 650px;
	padding: 0 !important;
}

.pbmit-slider-two .pbmit-slider-item {
	position: relative;
	display: flex;
	align-items: center;
	height: 100vh;
}

.pbmit-slider-two .pbmit-slider-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: auto;
	right: 50%;
	background: rgba(22, 34, 45, 0.5);
	filter: blur(100px);
}

.pbmit-slider-two .pbmit-slider-subtitle,
.pbmit-slider-three .pbmit-slider-subtitle {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	position: relative;
	width: max-content;
}

.pbmit-slider-two .pbmit-slider-subtitle {
	border-bottom: 2px solid var(--pbmit-white-color);
	color: var(--pbmit-white-color);
}

.pbmit-slider-two .pbmit-slider-title,
.pbmit-slider-three .pbmit-slider-title {
	font-size: 54px;
	line-height: 1.2;
	letter-spacing: -1.6px;
	font-weight: 700;
	margin-bottom: 30px;
}

.pbmit-slider-two .pbmit-slider-title {
	color: var(--pbmit-white-color);
}

.pbmit-slider-two .pbmit-slider-list-wrap {
	margin-top: 40px;
}

.pbmit-slider-two .pbmit-slider-list-wrap li,
.pbmit-slider-four .pbmit-slider-list-wrap li {
	display: inline-block;
	margin-right: 40px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-slider-two .pbmit-slider-list-wrap li:last-child,
.pbmit-slider-four .pbmit-slider-list-wrap li:last-child {
	margin-right: 0;
}

.pbmit-slider-two .pbmit-slider-list-wrap li .pbmit-slider-list,
.pbmit-slider-four .pbmit-slider-list-wrap li .pbmit-slider-list {
	display: flex;
	align-items: center;
}

.pbmit-slider-two .pbmit-slider-list-wrap li .pbmit-slider-list i,
.pbmit-slider-four .pbmit-slider-list-wrap li .pbmit-slider-list i {
	color: var(--pbmit-global-color);
	font-size: 26px;
	padding-right: 10px;
}

.pbmit-slider-two .pbmit-slider-list-wrap li,
.pbmit-slider-four .pbmit-slider-list-wrap li {
	opacity: 0;
	transition-duration: 2s;
}

.pbmit-slider-two .swiper-slide-active .pbmit-slider-list-wrap li,
.pbmit-slider-four .swiper-slide-active .pbmit-slider-list-wrap li {
	opacity: 1;
}

.pbmit-slider-two .swiper-slide-active .pbmit-slider-list-wrap li:first-child {
	transition-delay: 1900ms;
}

.pbmit-slider-two .swiper-slide-active .pbmit-slider-list-wrap li:nth-child(2) {
	transition-delay: 2100ms;
}

.pbmit-slider-two .swiper-slide-active .pbmit-slider-list-wrap li:nth-child(3) {
	transition-delay: 2300ms;
}

.pbmit-slider-two .swiper-horizontal>.swiper-pagination-bullets,
.pbmit-slider-three .swiper-horizontal>.swiper-pagination-bullets {
	width: auto;
	display: grid;
	inset: 50% 0 auto auto;
	transform: translate(-70px, -95px);
}

.pbmit-slider-two .swiper-pagination-bullet,
.pbmit-slider-three .swiper-pagination-bullet {
	overflow: hidden;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	margin: 4px 0 !important;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.2);
	transition: background 0.3s ease;
}

.pbmit-slider-two .swiper-pagination-bullet:hover,
.pbmit-slider-three .swiper-pagination-bullet:hover {
	background-color: rgba(0, 0, 0, 0.21);
}

.pbmit-slider-two .swiper-pagination-bullet:after,
.pbmit-slider-three .swiper-pagination-bullet:after {
	font-weight: 600;
}

.pbmit-slider-two .swiper-pagination-bullet::before,
.pbmit-slider-three .swiper-pagination-bullet::before {
	content: ' ';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	transition: height 0.3s ease;
	backdrop-filter: blur(25px);
	z-index: -1;
}

.pbmit-slider-two .swiper-pagination-bullet-active::before,
.pbmit-slider-three .swiper-pagination-bullet-active::before {
	height: 100%;
}

/** Slider 03 **/
.pbmit-slider-three .pbmit-slider-content {
	padding: 270px 100px 320px 260px;
	position: relative;
	z-index: 1;
}

.pbmit-slider-three .slider-img {
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 20px;
}

.pbmit-slider-three .pbmit-slider-subtitle {
	margin-bottom: 0;
	border-bottom: 2px solid #D9D9D9;
	color: var(--pbmit-heading-color);
}

.pbmit-slider-three .pbmit-slider-title {
	line-height: 90px;
	margin-bottom: 0;
	padding-bottom: 35px;
}

.pbmit-slider-three .pbmit-slider-content .pattern-img {
	position: absolute;
	right: -60px;
	bottom: 0;
	z-index: -1;
}

.pbmit-slider-three .pbmit-slider-content .economy-image {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.pbmit-slider-three .pbmit-slider-content .economy-image img,
.pbmit-slider-one .chart-img img {
	animation: animation01 4s infinite linear;
}

@keyframes animation01 {

	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(10px, 0);
	}
}

.pbmit-header-style-3 .fid-style-2-area {
	margin: -170px 0 0 20px;
	position: relative;
	z-index: 1;
}

/** Slider 04 **/
.pbmit-slider-four .pbmit-slider-item {
	height: 930px;
	position: relative;
}

.pbmit-slider-four .pbmit-slider-item:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(22, 34, 45, 0.5);
	filter: blur(100px);
}

.pbmit-slider-four .pbmit-slider-content {
	padding-top: 255px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.pbmit-slider-four .pbmit-slider-content .pbmit-slider-subtitle {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	border-radius: 5px;
	letter-spacing: 1px;
	padding: 0px 13px 0px 105px;
	width: max-content;
	margin: 0 auto 20px;
	position: relative;
	color: var(--pbmit-white-color);
	background: rgba(22, 34, 45, 0.4);
}

.pbmit-slider-four .pbmit-slider-content .pbmit-slider-subtitle:before {
	height: 14px;
	content: "";
	position: absolute;
	background: url(../images/banner-slider-img/star-white.png) 50% 50% / cover no-repeat transparent;
	width: 82px;
	transform: translate(-110%, 50%);
}

.pbmit-slider-four .pbmit-slider-content .pbmit-slider-title {
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing: -1.6px;
	color: var(--pbmit-white-color);
}

.pbmit-slider-four .transform-left {
	transition: 3s cubic-bezier(.5, .5, 0, 1);
}

.pbmit-slider-four .pbmit-slider-content .pbmit-slider-desc {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 40px;
	color: var(--pbmit-white-color);
}

.pbmit-slider-four .pbmit-slider-list-wrap {
	margin-top: 150px;
}

.pbmit-slider-four .swiper-slide-active .pbmit-slider-list-wrap li:first-child {
	transition-delay: 2100ms;
}

.pbmit-slider-four .swiper-slide-active .pbmit-slider-list-wrap li:nth-child(2) {
	transition-delay: 2300ms;
}

.pbmit-slider-four .swiper-slide-active .pbmit-slider-list-wrap li:nth-child(3) {
	transition-delay: 2500ms;
}

.pbmit-slider-four .pbmit-shape-bottom {
	position: absolute;
	left: 0;
	bottom: -1px;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	transform: rotate(180deg);
}

.pbmit-slider-four .pbmit-shape-bottom svg {
	display: block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	width: calc(100% + 1.3px);
	height: 80px;
}

.pbmit-slider-four .pbmit-shape-bottom svg path {
	fill: var(--pbmit-white-color);
	transform-origin: center;
}

/** Slider 05 **/
.pbmit-slider-five {
	border-radius: 7px;
	margin: 0 20px;
	overflow: hidden;
}

.pbmit-slider-five .pbmit-slider-item {
	height: 800px;
	position: relative;
}

.pbmit-slider-five .pbmit-slider-item::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(18, 14, 7, 0.4);
	filter: blur(100px);
}

.pbmit-slider-five .pbmit-slider-content {
	padding: 200px 0 0 40px;
}

.pbmit-slider-five .pbmit-slider-title {
	font-size: 64px;
	line-height: 72px;
	margin-bottom: 25px;
	font-weight: 700;
	letter-spacing: -1.2px;
	color: var(--pbmit-white-color);
}

.pbmit-slider-five .pbmit-scroll-text {
	font-size: 250px;
	line-height: 240px;
	letter-spacing: -7.5px;
	position: absolute;
	bottom: -28px;
	left: 13%;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
	transform: translateX(-50px);
	transition: transform 0.6s ease-out;
}

body.scrolled .pbmit-scroll-text {
	transform: translate(60px) !important;
}

/*----------------------------------------*/
/*  13 - Client
/*----------------------------------------*/
/** Style 1 **/
.pbmit-client-style-1 .pbmit-border-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.pbmit-client-style-1 .pbmit-client-wrapper {
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	position: relative;
	text-align: center;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.pbmit-client-style-1 .pbmit-border-wrapper {
	transition: all .4s ease-in;
}

.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.pbmit-client-style-1 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}

.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}

.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-featured-wrapper {
	transform: translateY(100%);
}

/* --------------------------------------
* 14 - Sortable
* ---------------------------------------*/
.pbmit-sortable-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}

.pbmit-sortable-list-ul li {
	display: inline-block;
}

.pbmit-sortable-list-ul li::before {
	content: ' ';
	margin: 0 10px;
}

.pbmit-sortable-list-ul li:first-child::before {
	display: none;
}

.pbmit-sortable-list a {
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px;
	font-weight: 500;
	min-width: 100px;
	border-radius: 20px;
}

.pbmit-sortable-list a.pbmit-selected {
	background: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 15 - Portfolio
* ---------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1 .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;
}

.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;
	border-radius: 10px;
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
	border-radius: 5px;
	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 {
	transform: scale(1.08);
}

.pbmit-portfolio-style-1 .pbminfotech-box-content {
	position: absolute;
	top: inherit;
	bottom: 40px;
	left: 20px;
	right: 20px;
	padding: 22px 22px 30px 25px;
	align-items: center;
	justify-content: space-between;
	-webkit-backdrop-filter: blur(20px);
	border-radius: 5px;
	background: rgb(22 34 45 / 70%);
	backdrop-filter: blur(20px);
	z-index: 2;
	-khtml-transform: translateX(0%) translateY(20%);
	transform: translateX(0%) translateY(20%);
}

.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-port-cat span {
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: var(--pbmit-white-color);
}

.pbmit-portfolio-style-1 .pbmit-port-cat a {
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.78px;
	text-transform: uppercase;
	color: #fff;
}

.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;
}

/* --------------------------------------
* 16 - Progress Bar
* ---------------------------------------*/
.progressbar {
	margin-bottom: 35px;
	overflow: hidden;
}

.progressbar:last-child {
	margin-bottom: 0;
}

.progressbar .progress-label {
	display: inline-block;
	position: relative;
	top: -6px;
	font-size: 15px;
	line-height: 30px;
	font-weight: 600;
	color: var(--pbmit-heading-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.progress {
	position: relative !important;
	height: 100%;
	border-radius: 6px;
	padding: 2px;
	overflow: visible;
	background-color: var(--pbmit-light-color);
}

.progress .progress-bar {
	position: relative;
	height: 6px;
	overflow: hidden;
	border-radius: 6px;
	background-color: var(--pbmit-global-color);
}

.progress.progress-percent-bg .progress-percent {
	position: absolute;
	right: 0px;
	left: auto;
	top: -28px;
	font-size: 14px;
	line-height: 18px;
	color: var(--pbmit-secondary-color);
}

/* --------------------------------------
* 17 - Static Box
* ---------------------------------------*/
/** Style 1 **/
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper {
	flex-direction: row;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}

.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper .pbmit-static-box-style-1 {
	padding: 0;
}

.pbmit-element-static-box-style-1 .pbmit-ele-static-box {
	width: calc(25% - 17px);
	position: relative;
	z-index: 1;
	transition: 0.7s;
}

.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active {
	margin-right: calc(25% - 10px);
	transition: 0.9s;
}

.pbmit-element-static-box-style-1 .pbmit-bg-imgbox {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: 0.7s;
	height: 100%;
	width: auto;
}

.pbmit-element-static-box-style-1 .pbmit-ele-static-box:not(.pbmit-active) .pbmit-bg-imgbox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active .pbmit-bg-imgbox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pbmit-element-static-box-style-1 .pbmit-contentbox {
	overflow: hidden;
	padding: 53px 40px 38px 50px;
	width: auto;
	z-index: 1;
	left: 15px;
	right: 0;
	background: var(--pbmit-white-color);
	box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%);
	transition: 0.75s !important;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	margin-left: -5px;
}

.pbmit-element-static-box-style-1 .pbmit-static-box-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 13px;
}

.pbmit-element-static-box-style-1 .pbmit-static-box-desc {
	font-size: 16px;
	line-height: 26px;
}

.pbmit-element-static-box-style-1 .pbmit-ele-static-box:nth-child(2) .pbmit-contentbox::after {
	filter: invert(49%) sepia(71%) saturate(494%) hue-rotate(37deg) brightness(94%) contrast(93%);
}

.pbmit-element-static-box-style-1 .pbmit-ele-static-box:nth-child(3) .pbmit-contentbox::after {
	filter: invert(16%) sepia(89%) saturate(2568%) hue-rotate(199deg) brightness(98%) contrast(98%);
}

.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active .pbmit-contentbox {
	opacity: 1;
	visibility: visible;
	transition: 0.35s;
}

.pbmit-element-static-box-style-1 .pbmit-static-box-svg-wrapper,
.pbmit-element-static-box-style-1 .pbmit-icon-wrapper {
	display: inline-block;
	font-size: 55px;
	line-height: 55px;
	color: var(--pbmit-blackish-color);
	color: var(--pbmit-blackish-color);
	margin-bottom: 36px;
}

.pbmit-element-static-box-style-1 .pbmit-static-box-svg-wrapper svg,
.pbmit-element-static-box-style-1 .pbmit-icon-wrapper svg {
	fill: var(--pbmit-blackish-color);
	margin-bottom: 10px;
	width: 55px;
	height: auto;
}

.pbmit-element-static-box-style-1 .pbminfotech-static-box-desc {
	margin: 20px 0 17px;
	font-size: 20px;
	color: #4b4b4b;
}

.pbmit-static-box-style-1 .pbmit-responsive-img {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbminfotech-box-title {
	position: absolute;
	bottom: 0;
	left: 27px;
	-webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
	transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
}

.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox .pbminfotech-box-title {
	opacity: 0;
	visibility: hidden;
}

.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbminfotech-box-title h4 {
	font-size: 30px;
	color: var(--pbmit-white-color);
}

.pbmit-static-box-style-1 .pbmit-contentbox-inner .pbminfotech-box-title h4 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	margin-top: 28px;
	color: var(--pbmit-blackish-color);
}

.pbmit-static-box-style-1 .pbmit-ihbox-btn a {
	color: var(--pbmit-blackish-color);
}

.pbmit-static-box-style-1 .pbmit-ihbox-btn a::after {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-static-box-style-1 .pbmit-ihbox-btn a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-static-box-style-1 .pbmit-ihbox-btn a:hover::after {
	background-color: var(--pbmit-global-color);
}

/** Style 2 **/
.pbmit-element-static-box-style-2,
.pbmit-element-static-box-style-2 .pbmit-content-box,
.pbmit-element-static-box-style-2 .pbmit-title-wrapper h2,
.pbmit-element-static-box-style-2 .pbmit-active .pbmit-static-box-number::after,
.pbmit-element-static-box-style-2 .pbmit-box-number {
	transition: all 0.3s ease-in;
}

.pbmit-element-static-box-style-2 ul.pbmit-hover-inner {
	padding: 30px 0 0;
	margin: 0;
	height: 100%;
}

.pbmit-element-static-box-style-2 .pbmit-content-box {
	padding: 0 40px;
	width: 100%;
}

.pbmit-element-static-box-style-2 .pbmit-active .pbmit-content-box {
	position: relative;
}

.pbmit-element-static-box-style-2 .swiper-static-slide-nav-blank {
	position: relative;
	height: 100%;
}

.pbmit-element-static-box-style-2 .swiper-static-slide-nav-blank::before,
.pbmit-element-static-box-style-2 .swiper-static-slide-nav-blank::after {
	content: '';
	position: absolute;
	width: 212px;
	height: 106px;
	left: 60px;
	right: inherit;
	transform: rotate(90deg);
	bottom: 50px;
	background-color: rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-element-static-box-style-2 .swiper-static-slide-nav-blank::before {
	height: 212px;
	width: 106px;
}

.pbmit-element-static-box-style-2 .pbmit-static-box-number {
	margin: 5px 0px 0 0;
	padding-right: 4px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	width: auto;
	position: relative;
	overflow: hidden;
}

.pbmit-element-static-box-style-2 .pbmit-static-box-number::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: rgba(var(--pbmit-blackish-color-rgb), 0.1);
	left: 50%;
	margin-top: 10px;
}

.pbmit-element-static-box-style-2 .pbmit-box-number {
	font-size: 24px;
	line-height: 24px;
	color: var(--pbmit-blackish-color);
	display: flex;
	position: relative;
}

.pbmit-element-static-box-style-2 .pbmit-active .pbmit-box-number {
	color: var(--pbmit-global-color);
}

.pbmit-element-static-box-style-2 .swiper-static-slide-images {
	width: 35.333333%;
}

.pbmit-element-static-box-style-2 .swiper-static-slide-images img {
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.pbmit-element-static-box-style-2 .swiper-static-slide-images .swiper-slide-active img {
	opacity: 1;
	visibility: visible
}

.pbmit-element-static-box-style-2 .swiper-static-slide-nav {
	padding: 0;
}

.pbmit-elementor-bg-color-light .pbmit-element-static-box-style-2 .swiper-static-slide-nav {
	background-color: var(--pbmit-white-color);
}

.pbmit-element-static-box-style-2 .pbmit-hover-inner li {
	display: flex;
	list-style: none;
	position: relative;
}

.pbmit-element-static-box-style-2 .pbmit-hover-inner li:not(:last-child) {
	padding: 0 0 32px;
}

.pbmit-element-static-box-style-2 .pbmit-static-box-desc {
	margin-bottom: 0;
	font-size: 16px;
	color: #a7a7a7;
}

.pbmit-element-static-box-style-2 .pbmit-title-wrapper h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	color: rgba(var(--pbmit-blackish-color-rgb), 1);
}

.pbmit-element-static-box-style-2 .pbmit-active.pbmit-title-wrapper h5,
.pbmit-element-static-box-style-2 .pbmit-title-wrapper:hover h5 {
	color: var(--pbmit-global-color);
}

.pbmit-element-static-box-style-2 .pbmit-static-btn {
	margin-top: 15px;
}

/*bg color */
.pbmit-bg-color-secondary .pbmit-element-static-box-style-2 .pbmit-box-number,
.pbmit-bg-color-secondary .pbmit-element-static-box-style-2 .pbmit-title-wrapper h2 {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-element-static-box-style-2 .pbmit-static-box-number::after {
	background-color: rgba(var(--pbmit-white-color-rgb), 0.2);
}

.pbmit-bg-color-secondary .pbmit-element-static-box-style-2 .swiper-static-slide-nav-blank::before,
.pbmit-bg-color-secondary .pbmit-element-static-box-style-2 .swiper-static-slide-nav-blank::after {
	background-color: rgba(var(--pbmit-white-color-rgb), 0.1);
}

.pbmit-bg-color-secondary .pbmit-element-static-box-style-2 .pbmit-active.pbmit-title-wrapper h5,
.pbmit-bg-color-secondary .pbmit-element-static-box-style-2 .pbmit-active .pbmit-box-number {
	color: var(--pbmit-global-color);
}

.pbmit-bg-color-secondary .pbmit-element-static-box-style-2 .pbmit-active .pbmit-static-box-number::after {
	background-color: var(--pbmit-global-color);
}

/* --------------------------------------
* 18 - Marquee
* ---------------------------------------*/
.pbmit-marquee-effect-section-1 {
	background-color: var(--pbmit-global-color);
	padding: 34px 0;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title {
	font-size: 26px;
	line-height: 100%;
	letter-spacing: -0.26px;
	color: var(--pbmit-blackish-color);
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
	padding-left: 43px;
	margin-left: 25px;
	position: relative;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
	content: '\e845';
	font-family: "pbminfotech-base-icons";
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 16px;
	line-height: 16px;
	transform: translateY(-50%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 19 - Tween Efect
* ---------------------------------------*/
/** Style 1 **/
.pbmit-tween-effect-style-1.pbmit-tween-text .pbmit-element-title {
	font-size: 170px;
	line-height: 142px;
	font-weight: 700;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
	letter-spacing: -6.8px;
}

/* --------------------------------------
* 20 - Tab
* ---------------------------------------*/
.pbmit-tab-content-title,
.pbmit-tab-content {
	display: none;
}

.pbmit-tab-content.pbmit-tab-active {
	display: block;
	animation: pbmit-faded 1s;
}

@keyframes pbmit-faded {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.pbmit-tabs {
	display: flex;
	width: 100%;
}

.pbmit-tabs .pbmit-tab-content-inner {
	padding: 33px 42px;
	background: var(--pbmit-white-color);
	border-radius: 5px;
}

.pbmit-tabs .pbmit-tab-content-wrapper {
	padding: 0px 0 0 40px;
}

.pbmit-tabs .pbmit-tabs-links {
	margin-bottom: 30px;
	text-align: center;
	flex-direction: row;
	display: block;
	text-align: left;
	position: relative;
	padding: 0;
	align-self: center;
}

.pbmit-tab-link,
.pbmit-tabs .pbmit-tab-heading-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pbmit-tab-discount-wrap h3 {
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.78px;
	text-transform: uppercase;
	margin: 0;
	color: #7C898D;
	background-color: var(--pbmit-light-color);
	border-radius: 5px;
	padding: 0 10px;
	margin-left: -45px;
	transition: all 0.30s ease-in-out;
}

.pbmit-tab-link:hover .pbmit-tab-discount-wrap h3,
.pbmit-tab-li-active .pbmit-tab-discount-wrap h3 {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}

.pbmit-tab-link {
	padding: 28px 40px 28px 25px;
	background-color: var(--pbmit-white-color);
	border-radius: 5px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.30s ease-in-out;
}

.pbmit-tab-link:hover,
.pbmit-tab-link.pbmit-tab-li-active {
	background-color: var(--pbmit-secondary-color);
}

.pbmit-tabs .pbmit-tab-heading {
	display: flex;
	align-items: center;
	font-size: 22px;
	line-height: 30px;
	transition: all 0.30s ease-in-out;
	margin: 0;
}

.pbmit-tabs .pbmit-tab-heading::before {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	content: "\e89a";
	font-family: "pbminfotech-base-icons";
	height: 25px;
	width: 25px;
	font-size: 8px;
	line-height: 25px;
	margin-right: 12px;
	border-radius: 50%;
	color: var(--pbmit-white-color);
	transition: all 0.30s ease-in-out;
	background-color: transparent;
	border: 1px solid var(--pbmit-blackish-color);
}

.pbmit-tabs .pbmit-tab-link:hover .pbmit-tab-heading::before,
.pbmit-tabs .pbmit-tab-li-active .pbmit-tab-heading::before {
	border: 1px solid var(--pbmit-white-color);
}

.pbmit-tabs .pbmit-tab-price-w {
	display: flex;
	align-items: center;
	font-size: 34px;
	line-height: 40px;
	transition: all 0.30s ease-in-out;
	color: var(--pbmit-secondary-color);
}

.pbmit-tabs .pbmit-tab-price_freq {
	font-size: 17px;
	transition: all 0.30s ease-in-out;
}

.pbmit-tabs .pbmit-tab-price-wrapper {
	display: flex;
	align-items: flex-end;
}

.pbmit-tabs .pbmit-tab-highlight i {
	font-size: 20px;
	line-height: 20px;
	color: var(--pbmit-global-color);
	padding-left: 15px;
}

.pbmit-tab-link:hover .pbmit-tab-heading,
.pbmit-tab-link.pbmit-tab-li-active .pbmit-tab-heading,
.pbmit-tab-link:hover .pbmit-tab-price-w,
.pbmit-tab-link.pbmit-tab-li-active .pbmit-tab-price-w {
	color: var(--pbmit-white-color);
}

.pbmit-tab-link:hover .pbmit-tab-price_freq,
.pbmit-tab-link.pbmit-tab-li-active .pbmit-tab-price_freq {
	color: rgba(var(--pbmit-white-color-rgb), 0.80);
}

.pbmit-tab-content-heading {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 25px;
}

.pbmit-tabs .pbmit-tab-btn-wrap {
	border-top: 1px solid #e4e4e4;
	padding-top: 20px;
	margin-top: 17px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pbmit-tabs .pbmit-tabs-btn .pbmit-button-icon {
	display: none;
}

.pbmit-tab-content-title {
	margin-bottom: 50px;
	cursor: pointer;
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
	color: var(--pbmit-secondary-color);
	transition: all 0.4s ease-in-out;
}

.pbmit-tab-link:last-child {
	margin-bottom: 0;
}

.pbmit-tab-active .pbmit-tab-content-title {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

.pbmit-tab-notification {
	width: 60%;
	color: #7C898D;
	font-family: "Be Vietnam Pro";
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 22px;
	padding-left: 58px;
	text-align: left;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pbmit-tab-notification::after {
	content: '\e854';
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: var(--pbmit-light-color);
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	color: var(--pbmit-blackish-color);
	font-style: normal;
}

/* Latest css */
.pbmit-tabs .pbmit-tab-img img {
	border-radius: 30px;
}

.pbmit-tabs .tab-content-wrap {
	align-items: center;
}

.pbmit-tabs .pbmit-tab-list h2 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0;
}

.pbmit-tabs .pbmit-tab-list ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
	display: inline-table;
}

.pbmit-tabs .pbmit-tab-list ul li {
	display: inline-block;
	width: 50%;
	padding-left: 27px;
	position: relative;
	color: var(--pbmit-secondary-color);
	margin-bottom: 11px;
	font-size: 16px;
}

.pbmit-tabs .pbmit-tab-list ul li.pbmit-faded-line {
	color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

.pbmit-tabs .pbmit-tab-list ul li.pbmit-faded-line::before {
	color: rgba(var(--pbmit-global-color-rgb), 0.2)
}

.pbmit-tabs .pbmit-tab-list ul li:last-child {
	margin-bottom: 0;
}

.pbmit-tabs .pbmit-tab-list ul li::before {
	font-family: "pbminfotech-base-icons";
	position: absolute;
	content: "\e89a";
	font-size: 10px;
	line-height: 22px;
	left: 0;
	top: 3px;
	color: var(--pbmit-global-color);
}

.pbmit-tabs .pbmit-tab-list li span {
	word-wrap: break-word;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* Tabs icon */
.pbmit-tabs .pbmit-tab-content .pbmit-tab-icon-wrap {
	display: flex;
	align-items: center;
}

.pbmit-tabs .pbmit-tab-content .pbmit-tabs-box-svg,
.pbmit-tabs .pbmit-tab-content .pbmit-tabs-box-icon {
	width: 85px;
	min-width: 85px;
	height: 85px;
	line-height: 100px;
	font-size: 50px;
	margin-right: 25px;
	text-align: center;
	display: inline-block;
	position: relative;
	border-radius: 10px;
	color: var(--pbmit-secondary-color);
	fill: var(--pbmit-secondary-color);
	background-color: var(--pbmit-white-color);
}

.pbmit-tabs .pbmit-tab-content .pbmit-tabs-box-svg {
	line-height: 85px;
}

.pbmit-tabs .pbmit-tab-content .pbmit-tab-icon-wrap svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-secondary-color);
}

.pbmit-tabs .pbmit-tab-content .pbmit-desc-tabs {
	padding-bottom: 40px;
	display: inline-block;
}

.pbmit-tabs-style-2 .pbmit-tabs-links {
	position: relative;
	display: flex;
	z-index: 0;
}

.pbmit-tabs-style-2 .pbmit-tabs-links:before {
	content: '';
	position: absolute;
	width: 500%;
	height: 100%;
	background-color: var(--pbmit-white-color);
	left: -1000px;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	z-index: -1;
}

.pbmit-tabs-style-2 .pbmit-tab-link {
	background: transparent;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #DDDDDD;
	line-height: 30px;
	border-radius: 0;
	justify-content: center;
	width: 100%;
	margin-bottom: 0;
	transition: all .3s ease !important;
}

.pbmit-tabs-style-2 .pbmit-tab-link:last-child {
	border-right: 0;
}

.pbmit-tabs-style-2 .pbmit-tab-li-active {
	background: var(--pbmit-white-color);
	border-top: 3px solid var(--pbmit-global-color) !important;
}

.pbmit-tabs-style-2 .pbmit-tab-link .pbmit-tab-heading {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
	color: var(--pbmit-body-typography-color);
	transition: all .3s;
}

.pbmit-tabs-style-2 .pbmit-tab-li-active .pbmit-tab-heading,
.pbmit-tabs-style-2 .pbmit-tab-link:hover .pbmit-tab-heading {
	color: var(--pbmit-blackish-color);
}

.pbmit-tabs-style-2 .pbmit-tab-content-wrapper {
	padding: 100px 0 105px;
}

.pbmit-tabs-style-2 .pbmit-tab-content-inner .left-area {
	position: relative;
}

.pbmit-tabs-style-2 .pbmit-tab-content-inner .left-area .tab-img {
	width: 100%;
	border-radius: 7px;
}

.pbmit-tabs-style-2 .pbmit-tab-content-inner .fid-style-10-wrap {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 215px;
}

.pbmit-tabs-style-2 .pbmit-tab-content-inner .right-area {
	padding-left: 90px;
}

.pbmit-tabs-style-2 .pbmit-tab-content-inner .right-area .pbmit-heading-subheading {
	margin-bottom: 30px;
}

.pbmit-tabs-style-2 .pbmit-tab-content-inner .pbmit-desc {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.pbmit-tabs-style-2 .pbmit-tabs-style-2

/* --------------------------------------
* 21 - Spinner Box
* ---------------------------------------*/
.pbmit-spinner-box-style-1 {
	width: 115px;
	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: 140px;
	width: 140px;
	font-size: 33px;
	line-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100%;
	background: var(--pbmit-global-color);
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-svg-wrapper svg path,
.pbmit-spinner-box-style-1 .pbmit-ihbox-icon-wrapper {
	fill: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
	display: block;
}

.pbmit-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;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	fill: var(--pbmit-white-color);
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

@keyframes pbmit_spin {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

/* --------------------------------------
* 22 - Card Box
* ---------------------------------------*/
/** Style 1 **/
.pbmit-element-card-box-style-1 .pbmit-content-box .pbmit-card-box-wrapper-inner {
	border-radius: 7px;
	border: 1px solid #E4E4E4;
	background: var(--pbmit-white-color);
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.08);
	padding: 25px;
}

.pbmit-element-card-box-style-1 .pbmit-card-box {
	padding: 0 110px 0 50px;
}

.pbmit-element-card-box-style-1 .pbmit-card-box-number h2 {
	font-size: 24px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	margin: 0 0 160px;
	background-color: var(--pbmit-light-color);
	color: var(--pbmit-blackish-color);
}

.pbmit-element-card-box-style-1 .pbmit-card-box-title h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pbmit-element-card-box-style-1 .pbmit-card-box-line-title h2 {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0.96px;
	text-align: center;
	padding: 0 14px;
	text-transform: uppercase;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 27px;
}

.pbmit-element-card-box-style-1 .pbmit-card-box-desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pbmit-element-card-box-style-1 .pbmit-card-box-line {
	position: absolute;
	bottom: 30px;
	left: 70px;
	z-index: 2;
}

.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p {
	margin-bottom: 12px;
	position: relative;
	padding: 4px 0 4px 47px;
	color: var(--pbmit-white-color);
}

.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p::before {
	content: '\e89a';
	position: absolute;
	font-family: 'pbminfotech-base-icons';
	top: 0px;
	left: 0;
	font-size: 11px;
	font-weight: 600;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
}

.pbmit-element-card-box-style-1 .pbmit-card-box-img {
	border-radius: 7px;
	overflow: hidden;
	position: relative;
}

.pbmit-element-card-box-style-1 .pbmit-card-box-img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(0deg, #16222D 0%, rgba(22, 34, 45, 0.10) 68.49%);
}

.pbmit-element-card-box-style-1 .pbmit-card-box-img img {
	border-radius: 7px;
	text-align: right;
	width: 100%;
}

/******************************
INDEX:
    00 - General
    01 - Typography
    02 - Text Color & Background Color
    03 - Background Position & Size
    04 - Helper class
    05 - Social icons
    06 - Header
    07 - Bootstrap Overwrite 
    08 - Swiper 
    09 - Scroll To Top 
    10 - Search Box
******************************/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');

:root {
	--pbmit-global-color: #0eaf72;
	--pbmit-global-color-rgb: 236, 171, 35;
	--pbmit-secondary-color: #16222d;
	--pbmit-secondary-color-rgb: 22, 34, 45;
	--pbmit-light-color: #ecf0f4;
	--pbmit-white-color: #ffffff;
	--pbmit-white-color-rgb: 255, 255, 255;
	--pbmit-blackish-color: #16222d;
	--pbmit-blackish-color-rgb: 22, 34, 45;
	--pbmit-link-color-normal: #16222d;
	--pbmit-link-color-hover: #ecab23;
	--pbmit-responsive-breakpoint: 1200px;

	--pbmit-body-typography-font-family: "Be Vietnam Pro", sans-serif;
	--pbmit-body-typography-variant: regular;
	--pbmit-body-typography-font-size: 17px;
	--pbmit-body-typography-line-height: 1.6;
	--pbmit-body-typography-color: #1e3238;

	--pbmit-heading-typography-font-family: "Plus Jakarta Sans", sans-serif;
	--pbmit-heading-color: #1e3238;
	--pbmit-heading-font-variant: 600;

	--pbmit-btn-typography-font-family: "Plus Jakarta Sans", sans-serif;
	--pbmit-btn-typography-variant: 600;
	--pbmit-btn-typography-font-size: 15px;
	--pbmit-btn-typography-line-height: 16px;
}

/*----------------------------------------*/
/* 00 - General 
/*----------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	margin: 0;
	overflow-x: hidden;
}

m {
	margin: 0 0 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	padding: 0.875em;
}

fieldset> :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
.form-control:focus {
	outline: 0px !important;
	-webkit-appearance: none;
	box-shadow: none !important;
}

.form-select {
	font-size: 14px;
	font-weight: 500;
	padding: 0 20px 0 30px;
	height: 60px;
	border-radius: 50px;
	cursor: pointer;
	color: #666;
	background-color: var(--pbmit-blackish-color);
	background-image: url(../images/bg/down-arrow.html);
	background-size: 11px 13px;
}

.form-select:focus {
	outline: none;
	box-shadow: none;
}

/*----------------------------------------*/
/* 01 - Typography 
/*----------------------------------------*/
body {
	font-family: var(--pbmit-body-typography-font-family);
	font-weight: var(--pbmit-body-typography-variant);
	color: var(--pbmit-body-typography-color);
	font-size: var(--pbmit-body-typography-font-size);
	line-height: var(--pbmit-body-typography-line-height);
	color: var(--pbmit-body-typography-color);
	text-transform: none;
	font-style: normal;
	background: #ecf0f4 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: var(--pbmit-heading-font-variant);
	color: var(--pbmit-heading-color);
}

h1 {
	font-size: 58px;
	line-height: 65px;
	letter-spacing: 0px;
}

h2 {
	font-size: 48px;
	line-height: 53px;
	letter-spacing: 0px;
}

h3 {
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 0px;
}

h4 {
	font-size: 34px;
	line-height: 40px;
	letter-spacing: 0px;
}

h5 {
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0px;
}

h6 {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: var(--pbmit-link-color-normal);
	text-decoration: none;
}

a:focus {
	text-decoration: none !important;
}

a:focus,
a:hover {
	color: var(--pbmit-global-color);
	text-decoration: none !important;
}

a.link-btn,
.link-btn a {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

a.link-btn i,
.link-btn a i {
	padding-left: 10px;
}

.pbmit-btn {
	position: relative;
	padding: 11px 15px 10px 25px;
	display: inline-flex;
	font-family: var(--pbmit-btn-typography-font-family);
	font-weight: 600;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-style: normal;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.6s ease;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-btn .pbmit-button-content-wrapper {
	display: inline-flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
}

.pbmit-btn .pbmit-button-text-wrap {
	display: inline-block;
}

.pbmit-btn .pbmit-button-text-wrap .pbmit-button-text {
	display: block;
	transition: all ease 0.4s;
	transform-style: preserve-3d;
}

.pbmit-btn .pbmit-button-text span {
	display: flex;
	align-items: center;
	padding-right: 45px;
	padding-left: 2px;
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.4s ease;
}

.pbmit-btn .pbmit-button-text span:before {
	content: "\e82f";
	font-family: "pbminfotech-base-icons";
	position: relative;
	top: 0;
	left: 2px;
	width: 1em;
	font-size: 10px;
	height: auto;
	z-index: 1;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 50px;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	margin-left: 12px;
	transition: all 0.4s ease;
	order: -2;
	opacity: 0;
	transform: translateX(-1em);
	margin-left: -35px;
	display: inline-block;
}

.pbmit-btn .pbmit-button-text span:after {
	content: "\e82f";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 2px;
	width: 1em;
	font-size: 10px;
	height: auto;
	z-index: 1;
	width: 33px;
	height: 33px;
	line-height: 33px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
	margin-left: 12px;
	transition: all 0.4s ease;
}

.pbmit-btn:hover {
	padding: 11px 25px 10px 15px;
	color: var(--pbmit-white-color);
}

.pbmit-btn:hover .pbmit-button-text span {
	padding-right: 0;
}

.pbmit-btn:hover .pbmit-button-text span:before {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.4s ease;
	margin-left: 0px;
	margin-right: 10px;
}

.pbmit-btn:hover .pbmit-button-text span:after {
	transform: translateX(4em);
	opacity: 0;
	transition: all 0.4s ease;
}

.pbmit-btn.blackish {
	background-color: var(--pbmit-blackish-color);
}

.pbmit-btn.blackish:hover {
	background-color: var(--pbmit-global-color);
}

.pbmit-btn.white {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

.pbmit-btn.white .pbmit-button-text span:after {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}

.pbmit-btn.white:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-btn.outline {
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border: 2px solid var(--pbmit-blackish-color);
}

.pbmit-btn.outline .pbmit-button-text span:after,
.pbmit-btn.outline .pbmit-button-text span:before {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}

.pbmit-bg-color-blackish .pbmit-btn,
.pbmit-bg-color-secondary .pbmit-btn {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}

.pbmit-bg-color-blackish .pbmit-btn .pbmit-button-text span:after,
.pbmit-bg-color-secondary .pbmit-btn .pbmit-button-text span:after {
	background-color: var(--pbmit-global-color);
}

.pbmit-bg-color-blackish .pbmit-btn:hover,
.pbmit-bg-color-secondary .pbmit-btn:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-btn:focus {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-blackish .pbmit-btn:focus,
.pbmit-btn.white:focus {
	color: var(--pbmit-blackish-color);
}

.pbmit-btn .form-btn-loader svg,
button .form-btn-loader svg {
	width: 50px;
}

/** Divider **/
.sep-line {
	height: 1px;
	border-top: 1px solid #ebebeb;
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}

/*----------------------------------------*/
/* 02 - Background Color 
/*----------------------------------------*/
body .pbmit-bg-color-global {
	background-color: var(--pbmit-global-color);
}

body .pbmit-bg-color-secondary {
	background-color: var(--pbmit-secondary-color);
}

body .pbmit-bg-color-blackish {
	background-color: var(--pbmit-blackish-color);
}

body .pbmit-bg-color-white {
	background-color: var(--pbmit-white-color);
}

body .pbmit-bg-color-light {
	background-color: var(--pbmit-light-color);
}

body .pbmit-global-color {
	color: var(--pbmit-global-color);
}

body .pbmit-blackish-color {
	color: var(--pbmit-blackish-color);
}

body .pbmit-secondary-color {
	color: var(--pbmit-secondary-color);
}

/*----------------------------------------*/
/* 03 - Background Position & Size 
/*----------------------------------------*/
.bg-cover {
	background-size: cover;
}

.bg-contain {
	background-size: contain;
}

.bg-pos-l {
	background-position: left;
}

.bg-pos-r {
	background-position: right;
}

.bg-pos-rt {
	background-position: right top;
}

.bg-pos-lt {
	background-position: left top;
}

.bg-pos-rb {
	background-position: right bottom;
}

.bg-pos-lb {
	background-position: left bottom;
}

/*----------------------------------------*/
/* 04 - Helper Class 
/*----------------------------------------*/
.section-xxl {
	padding-top: 90px;
	padding-bottom: 80px;
}

.section-xl {
	padding-top: 90px;
	padding-bottom: 90px;
}

.section-lg {
	padding-top: 90px;
	padding-bottom: 80px;
}

.section-md {
	padding-top: 100px;
	padding-bottom: 70px;
}

.section-sm {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section-xlt {
	padding-top: 115px;
}

.section-lgt {
	padding-top: 100px;
}

.section-mdt {
	padding-top: 90px;
}

.section-lgb {
	padding-bottom: 120px;
}

.section-mdb {
	padding-bottom: 100px;
}

.br-5 {
	border-radius: 5px;
}

.gap-30 {
	gap: 30px;
}

/*----------------------------------------*/
/* 05 - Social icons 
/*----------------------------------------*/
ul.pbmit-social-links,
ul.pbmit-contact-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pbmit-social-links li,
.pbmit-contact-info li {
	display: inline-block;
	vertical-align: top;
}

.pbmit-social-links li:not(:last-child) {
	padding: 0 15px 0 0;
}

/*----------------------------------------*/
/* 06 - Header 
/*----------------------------------------*/
.navbar-brand .navbar-brand-item {
	height: 60px;
	display: block;
	width: auto;
}

.site-header {
	position: relative;
}

.site-header .site-branding img {
	width: 145px;
}

.main-menu .navigation>li>ul>a:after {
	display: none;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	margin: 0px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
	left: 100%;
	top: 0;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	clip: inherit;
	transform: perspective(500px) rotateX(0);
	z-index: 999;
}

.site-header .search-btn {
	margin-right: 15px;
	font-size: 17px;
}

.site-header .social-icons li>a {
	height: 50px;
	line-height: 50px;
}

.ipad-view-search {
	display: none;
}

.pbmit-link li {
	margin: 0 10px;
}

.closepanel,
.pbmit-mobile-menu-bg,
.site-header .righticon {
	display: none;
}

/* Pre Header */
.pbmit-pre-header-wrapper {
	height: 60px;
	line-height: 60px;
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/* 07 - Bootstrap Overwrite 
/*----------------------------------------*/
.g-lg-4,
.gy-lg-4,
.g-4,
.gy-4 {
	--bs-gutter-y: 2rem;
}

.g-lg-4,
.gx-lg-4,
.g-4,
.gx-4 {
	--bs-gutter-x: 2rem;
}

.row>* {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}

/*----------------------------------------*/
/* 08 - Swiper 
/*----------------------------------------*/
.swiper-slider {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-pagination-bullet {
	position: relative;
	outline: none;
	height: 12px;
	width: 12px;
	top: 0px;
	left: 0px;
	vertical-align: middle;
	border-radius: 50%;
	margin: 0px 4px !important;
	display: inline-block;
	background: #7C898D;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--pbmit-global-color);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slider[data-dots="true"] {
	padding-bottom: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: "\e814";
	font-family: "pbminfotech-base-icons";
	display: block;
	font-size: 23px;
	line-height: inherit;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	transform: rotate(180deg);
	background-color: var(--pbmit-secondary-color);
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	text-align: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	z-index: 1;
	border-radius: 50%;
	color: var(--pbmit-secondary-color);
	background-color: transparent;
	transition: all .25s ease-in-out;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.swiper-button-prev {
	left: auto;
	right: 60px;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}

.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
}

.pbmit-bg-color-blackish .swiper-button-prev,
.pbmit-bg-color-blackish .swiper-button-next,
.pbmit-bg-color-secondary .swiper-button-prev,
.pbmit-bg-color-secondary .swiper-button-next {
	color: var(--pbmit-white-color);
	border-color: rgba(var(--pbmit-white-color-rgb), .5);
}

.pbmit-bg-color-blackish .swiper-button-prev:hover,
.pbmit-bg-color-blackish .swiper-button-next:hover,
.pbmit-bg-color-secondary .swiper-button-prev:hover,
.pbmit-bg-color-secondary .swiper-button-next:hover {
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-global-color);
	background-color: var(--pbmit-global-color);
}

.pbmit-bg-color-light .swiper-button-prev:not(:hover),
.pbmit-bg-color-light .swiper-button-next:not(:hover) {
	background-color: var(--pbmit-white-color);
}

.swiper-slider.marquee .swiper-slide {
	display: flex;
	width: auto !important;
}

.swiper-slider.marquee .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

/*----------------------------------------*/
/* 09 - Scroll To Top 
/*----------------------------------------*/
@keyframes AnimationName {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.pbmit-backtotop {
	position: fixed;
	bottom: -50px;
	right: 35px;
	width: 50px;
	height: 50px;
	font-size: 24px;
	border-radius: 25px;
	text-align: center;
	opacity: 0;
	overflow: hidden;
	z-index: 9999999;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
	border: 2px solid var(--pbmit-white-color);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pbmit-backtotop.active {
	bottom: 15px;
	opacity: 1;
}

.pbmit-backtotop>div {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pbmit-backtotop>div.pbmit-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	opacity: 1;
}

.pbmit-backtotop>div.pbmit-hover-arrow {
	font-size: 24px;
	line-height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(50%) translateX(-50%);
	opacity: 0;
	margin-top: 1px;
}

.pbmit-backtotop:hover {
	transform: scale(1.1);
	bottom: 20px;
	cursor: pointer;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.pbmit-backtotop:hover>div.pbmit-arrow {
	transform: translateY(-150%) translateX(-50%);
	opacity: 0;
}

.pbmit-backtotop:hover>div.pbmit-hover-arrow {
	transform: translateY(-50%) translateX(-50%);
	opacity: 1;
}

/*----------------------------------------*/
/*  10 - Search Box
/*----------------------------------------*/
.pbmit-header-search-form {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.pbmit-header-search-form .pbmit-search-close {
	position: absolute;
	top: 0;
	right: 60px;
	width: 50px;
	height: 50px;
	background-color: transparent;
	border-width: 11px;
	z-index: 99;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
	opacity: 0;
	visibility: hidden;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.pbmit-header-search-form .pbmit-search-close:before,
.pbmit-header-search-form .pbmit-search-close:after {
	background-color: var(--pbmit-white-color);
}

.pbmit-header-search-form .pbmit-header-search-form-wrapper {
	position: absolute;
	padding: 0 30px;
	top: -500px;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 500px;
	will-change: top, box-shadow;
	background-color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 000000.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
}

.pbmit-header-search-form .pbmit-header-search-form-wrapper form {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.pbmit-header-search-form .pbmit-header-search-form-wrapper form .search-field {
	height: 80px;
	padding: 0 50px 0 20px;
	font-size: 24px;
	font-weight: 400;
	border: none;
	background-color: transparent;
	color: var(--pbmit-white-color);
}

.pbmit-header-search-form .pbmit-header-search-form-wrapper form .search-field:focus {
	background: none;
}

.pbmit-header-search-form .pbmit-header-search-form-wrapper form .search-submit {
	position: absolute;
	top: 50%;
	right: 0;
	text-align: right;
	border: none;
	background: none;
	font-size: 25px;
	line-height: 92px;
	color: var(--pbmit-white-color);
	opacity: 0.9;
	padding: 0;
	z-index: 99;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.pbmit-header-search-form .pbmit-search-line {
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: var(--pbmit-white-color);
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;
	visibility: hidden;
	transform-origin: left center;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.pbmit-header-search-form .pbmit-search-overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--pbmit-blackish-color-rgb), 0.6);
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.pbmit-header-search-form.active {
	opacity: 1;
	visibility: visible;
}

.pbmit-header-search-form.active .pbmit-search-close {
	top: 60px;
	-webkit-animation-name: pbmit_fade_in;
	animation-name: pbmit_fade_in;
	opacity: 1;
	visibility: visible;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.pbmit-header-search-form.active .pbmit-header-search-form-wrapper {
	top: 0;
	-webkit-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
	transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.pbmit-header-search-form.active .pbmit-header-search-form-wrapper form {
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	visibility: visible;
	-webkit-animation-name: pbmit_fade_in;
	animation-name: pbmit_fade_in;
}

.pbmit-header-search-form.active .pbmit-search-line {
	-webkit-animation-name: pbmit_fade_in_move;
	animation-name: pbmit_fade_in_move;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}

.pbmit-search-animation-out .pbmit-header-search-form .pbmit-header-search-form-wrapper form {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: pbmit_fadeout;
	animation-name: pbmit_fadeout;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

.pbmit-search-animation-out .pbmit-header-search-form .pbmit-header-search-form-wrapper form .pbmit-search-line {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	animation-delay: 0.1s;
	-webkit-animation-name: pbmit_fade_move_out;
	animation-name: pbmit_fade_move_out;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

.pbmit-search-animation-out .pbmit-header-search-form .pbmit-search-close {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	visibility: visible;
	-webkit-animation-name: pbmit_fadeout;
	animation-name: pbmit_fadeout;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

@keyframes pbmit_fade_move_out {
	0% {
		opacity: .8;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	100% {
		opacity: .14;
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1)
	}
}

@keyframes pbmit_fade_in_move {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}

	10% {
		opacity: 1;
		-webkit-transform: scale3d(0.1, 1, 1);
		transform: scale3d(0.1, 1, 1);
	}

	100% {
		opacity: 0.14;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pbmit_fade_move_out {
	0% {
		opacity: 0.8;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	100% {
		opacity: 0.14;
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}
}

@keyframes scale {
	25% {
		transform: scale(1.1);
	}

	75% {
		transform: scale(0.9);
	}
}

@keyframes pbmit_fade_in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.pbmit-header-search-form-wrapper .search-form button::after {
	font-family: "pbminfotech-base-icons";
	content: '\e822';
	position: absolute;
	right: 10px;
	top: 15px;
	color: var(--pbmit-white-color);
	font-size: 25px;
	line-height: normal;
}

.pbmit-header-search-form-wrapper .search-form button::before {
	display: none;
}

.pbmit-header-search-form-wrapper .search-form input[type="search"]::placeholder {
	color: #a4a4a4;
	opacity: 1;
}

.pbmit-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
	color: #a4a4a4;
}

.pbmit-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
	color: #a4a4a4;
}

.pbmit-header-search-form-wrapper .search-form [type=submit] {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 0;
	right: 0;
	background-color: transparent;
	text-indent: -9999px;
}

.pbmit-header-search-form-wrapper .pbmit-search-close {
	position: absolute;
	top: 40px;
	right: 40px;
	border-color: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
	opacity: 0.8;
	font-size: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-ms-transition: .4s;
	transition: .4s;
	text-align: center;
	cursor: pointer;
}

.pbmit-header-search-form-wrapper .pbmit-search-close:hover {
	opacity: 1;
}

@keyframes pbmit-closer-line-draw {

	0%,
	100% {
		clip-path: inset(-1px 0 -1px 0);
		-webkit-clip-path: inset(-1px 0 -1px 0);
	}

	55% {
		clip-path: inset(-1px 0 -1px 100%);
		-webkit-clip-path: inset(-1px 0 -1px 100%);
	}

	56% {
		clip-path: inset(-1px 100% -1px 0);
		-webkit-clip-path: inset(-1px 100% -1px 0);
	}
}

.pbmit-header-search-form-wrapper .pbmit-search-close:hover svg rect {
	animation: pbmit-closer-line-draw .6s;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: pbmit-closer-line-draw;
}

.pbmit-header-search-form-wrapper .pbmit-search-close:hover svg rect:nth-of-type(2) {
	animation-delay: .17s;
}

.pbmit-header-search-form-wrapper .pbmit-search-close svg rect {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pbmit-header-search-form-wrapper .pbmit-search-close svg {
	fill: var(--pbmit-white-color);
}

/******************************

    00 - Home
    01 - Inner Page
		01 - Our History
		02 - Service Detail
        03 - Portfolio Single 
        04 - Blog Detail
             Sidebar Right
             Blog Classic
             Blog Single
        05 - Team Single
        06 - Contact Us
        07 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
#page {
	position: relative;
	overflow: hidden;
}

/** Homepage 01 **/
.ihbox-section-one {
	border-bottom: 1px solid #E4E4E4;
	padding: 37px 0 32px;
}

.about-section-one {
	padding: 120px 0 115px;
}

.about-one-left-box {
	padding-right: 40px;
}

.about-one-left-box img {
	border-radius: 5px;
}

.about-one-left-box .about-second-img {
	margin-left: 20px;
}

.about-one-left-box .ihbox-style-13-area {
	position: absolute;
	margin-top: -200px;
	padding-left: 100px;
}

.about-one-content {
	padding: 80px 0 0 40px;
}

.about-one-content .about-desc {
	margin-top: -25px;
	font-size: 18px;
	color: var(--pbmit-blackish-color);
}

.about-one-content .inner-box {
	border-top: 1px solid #E4E4E4;
	margin-top: 40px;
}

.about-one-content .fid-style-4-box {
	border-right: 1px solid #E4E4E4;
	padding: 50px 40px 0 0;
}

.about-one-content .inner-box .right-box {
	padding: 40px 0 0 50px;
}

.service-section-one {
	position: relative;
	background-color: transparent !important;
	background-image: linear-gradient(180deg, #ECF0F4 43%, #ECF0F400 100%);
	padding-top: 60px;
}

.service-section-one::before,
.service-section-one .service-left-img::before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 0;
}

.service-section-one .service-left-img::before {
	background-image: url(../images/bg/service-left-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.service-section-one::before {
	background-image: url(../images/bg/service-right-pattarn.png);
	--background-overlay: '';
	background-position: 100% 0px;
	background-repeat: no-repeat;
	opacity: .5;
}

.service-section-one .service-left-img {
	padding-left: 80px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	width: max-content;
	position: relative;
}

.service-section-one .service-left-img::before {
	background-image: url(../images/bg/service-left-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.service-section-one .service-left-img img {
	position: relative;
	z-index: 1;
}

.service-section-one .pbmit-element-service-style-2 {
	padding: 0;
}

.marquee-section {
	padding: 34px 0;
}

.why-choose-us-section-one {
	background-image: url(../images/demo-2/staticbox-pattarn.png);
	background-position: 0px 130px;
	background-repeat: no-repeat;
	padding: 130px 0 120px;
}

.why-choose-us-section-one .chart-box {
	margin-right: 30px;
	height: 240px;
}

.why-choose-us-section-one .list-group .list-group-item {
	align-items: center;
}

.why-choose-us-section-one .list-group .list-group-item:not(:first-child) {
	margin-top: calc(14px/2);
}

.why-choose-us-section-one .pbmit-element-static-box-style-1 {
	padding-top: 80px;
}

.video-one-bg {
	background-image: url(../images/bg/video-bg-01.jpg);
	background-position: center center;
	background-size: cover;
	padding: 110px 0 0;
	min-height: 500px;
	display: flex;
}

.video-one-bg .pbmit-custom-title {
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: -.26px;
	margin-left: 25px;
	color: var(--pbmit-white-color);
}

.pbmit-play-btn {
	font-size: 23px;
	padding: 38px;
	border-radius: 50%;
	display: inline-block;
	line-height: 1;
	text-align: center;
	transition: all .3s;
	background-color: #FFFFFF2E;
	backdrop-filter: blur(20px);
	fill: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
}

.pbmit-play-btn:hover {
	animation-name: pbmit-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes pbmit-animation-pulse {
	25% {
		transform: scale(1.1);
	}

	75% {
		transform: scale(.9);
	}
}

.pbmit-play-btn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: inherit;
	border-radius: 50%;
	transition: all .3s ease-in;
	animation: video_animation 2.5s ease infinite;
}

@keyframes video_animation {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.pbmit-play-btn svg {
	height: 23px;
	width: 1em;
	position: relative;
	display: block;
}

.our-process-section-one {
	position: relative;
	overflow: hidden;
	padding: 60px 0 60px;
}

.pbmit-pattarn-bg {
	position: relative;
}

.pbmit-pattarn-bg::before,
.pbmit-pattarn-bg::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: inherit;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.1);
}

.pbmit-pattarn-bg::before {
	display: block;
	z-index: 0;
	height: 212px;
	width: 106px;
}

.pbmit-pattarn-bg::after {
	width: 212px;
	height: 106px;
}

.team-slider-arrow,
.service-slider-arrow {
	position: relative;
}

.pbmit-bottom-text {
	padding: 40px 0 6px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	color: var(--pbmit-heading-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-bottom-text:not(.style-2) .pbmit-custom-button {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	border-radius: 50px;
	padding: 4px 16px 4px;
	font-weight: bold;
	margin-right: 5px;
}

.pbmit-bottom-text .pbmit-custom-button-link {
	position: relative;
}

.pbmit-bottom-text .pbmit-custom-button-link:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: var(--pbmit-blackish-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.pbmit-bottom-text .pbmit-custom-button-link:hover::after {
	width: 0;
	background-color: var(--pbmit-global-color);
}

.pbmit-bg-color-secondary .pbmit-bottom-text {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-bottom-text .pbmit-custom-button-link:not(:hover) {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-bottom-text .pbmit-custom-button-link:not(:hover):after {
	background-color: var(--pbmit-white-color);
}

.client-one-area {
	padding: 20px 70px;
	border-radius: 100px;
	position: relative;
}

.client-one-area .client-title {
	font-size: 24px;
	line-height: 1.4;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
	color: var(--pbmit-white-color);
}

.team-section-one {
	padding: 110px 0 120px 0;
	background-image: url(../images/demo-2/team-bg-pattarn.png);
	background-repeat: no-repeat;
	background-position: 97% 90%;
}

.testimonial-section-one {
	padding-top: 117px;
	background-color: transparent !important;
	background-image: linear-gradient(180deg, #ECF0F4 42.51%, #F2295B00 100%);
}

.testimonial-one-left {
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 35px;
	height: -webkit-fill-available;
}

.testimonial-one-left .testimonial-subtitle h2 {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: 0.78px;
	margin-bottom: 20px;
	color: var(--pbmit-secondary-color);
}

.testimonial-one-left .custom-heading h2 {
	font-size: 64px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 53px;
	letter-spacing: -2.56px;
	margin-bottom: 20px;
	color: var(--pbmit-secondary-color);
}

.testimonial-one-left .custom-heading h2 .pbmit-testimonial-ratings {
	font-size: 24px;
	letter-spacing: -0.96px;
}

.testimonial-one-left .custom-title h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0px;
	margin-bottom: 20px;
	color: var(--pbmit-secondary-color);
}

.testimonial-one-left .custom-title h2 .pbmit-span-underline {
	text-decoration: underline;
	font-weight: 600;
	font-size: 20px;
}

.testimonial-section-one .swiper-button-next,
.testimonial-section-one .swiper-button-prev {
	inset: auto 0 0 auto;
}

.testimonial-section-one .swiper-button-prev {
	margin-right: 60px;
}

.testimonial-section-one .testimonial-one-arrow {
	position: relative;
	bottom: -90px;
}

.client-satisfaction-section {
	padding: 205px 0 115px;
}

.client-satisfaction-section .left-box {
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	padding: 47px 0 0 20px;
	height: -webkit-fill-available;
}

.client-satisfaction-section .left-box .fid-style-wrap {
	padding: 40px 50px 0px 15px;
}

.client-satisfaction-section .right-box,
.customer-satisfaction-four-right {
	padding: 0 15px 0 55px;
	border-radius: 5px;
	position: relative;
}

.client-satisfaction-section .right-box:after,
.customer-satisfaction-four-right:after {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, rgba(22, 34, 45, 0.00) 0%, #16222D 85%);
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 60%;
	border-radius: 5px;
}

.client-satisfaction-section .right-box .pbmit-custom-title,
.customer-satisfaction-four-right .pbmit-custom-title {
	padding-bottom: 45px;
}

.client-satisfaction-section .right-box .pbmit-custom-title .pbmit-title,
.customer-satisfaction-four-right .pbmit-custom-title .pbmit-title {
	font-size: 13px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.78px;
	color: #FFFFFFB3;
}

.client-satisfaction-section .right-box .pbminfotech-ele-fid-style-7,
.customer-satisfaction-four-right .pbminfotech-ele-fid-style-7 {
	position: relative;
	z-index: 1;
}

.client-satisfaction-section .right-box .contact-image,
.customer-satisfaction-four-right .contact-image {
	margin: -22px 0 0 -22px;
}

.client-satisfaction-section .right-box .client-area,
.customer-satisfaction-four-right .client-area {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	padding: 0 40px;
}

/** Homepage 02 **/

.service-section-two .service-slider-arrow {
	right: -45px;
}

.service-section-two .pbmit-element-viewtype-carousel-3 {
	border-radius: 5px;
}

.about-section-two {
	position: relative;
	z-index: 1;
	background-image: linear-gradient(180deg, #ECF0F4 43%, #FFFFFF00 100%);
	background-color: transparent !important;
}

.about-us-page .about-section-two:before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 0;
	background-image: url(../images/bg/service-right-pattarn.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}

.about-two-images img {
	border-radius: 20px;
}

.about-two-images .second-img {
	margin-top: -115px;
	text-align: right;
}

.about-two-content {
	padding: 0 20px 0 40px;
}

.about-heading-desc {
	font-size: 17px;
	margin-top: -20px;
}

.about-two-inner {
	padding: 0;
}

.about-two-content .ihbox-style-2-area {
	padding-bottom: 35px;
}

.about-two-content .ihbox-style-2-area .pbmit-ihbox-style-2:not(:last-child) {
	margin-bottom: 40px;
}

.about-two-content .ihbox-style-5-area {
	padding-top: 40px;
	border-top: 1px solid #E4E4E4;
}

.choose-us-section-two .fid-style-1-area {
	margin-left: 0px;
}

.contact-us-section-two,
.contact-us-section-three {
	background-image: url(../images/demo-2/video-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 350px;
	position: relative;
	z-index: 1;
}

.contact-us-section-two {
	padding-top: 100px;
	background-image: url(../images/demo-2/contact-us-bg.jpg);
}

.contact-us-section-two:before,
.contact-us-section-three::before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	content: "";
	display: block;
	z-index: -1;
	background-image: linear-gradient(180deg, #00000000 35%, #000000 70%);
	opacity: .5;
}

.contact-us-section-two .pbmit-bottom-text,
.contact-us-section-three .pbmit-bottom-text {
	font-size: 18px;
	border-top: 1px solid #FFFFFF21;
	margin-top: 150px;
	padding: 32px 0 7px;
}

.contact-us-section-two .pbmit-bottom-text.text-white .pbmit-custom-button-link:not(:hover),
.contact-us-section-three .pbmit-bottom-text.text-white .pbmit-custom-button-link:not(:hover) {
	color: var(--pbmit-white-color);
}

.contact-us-section-two .pbmit-bottom-text.text-white .pbmit-custom-button-link:not(:hover):after,
.contact-us-section-three .pbmit-bottom-text.text-white .pbmit-custom-button-link:not(:hover):after {
	background-color: var(--pbmit-white-color);
}

.contact-us-section-two .left-box {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contact-us-section-two .left-box .chart-img {
	padding-bottom: 30px;
}

.testimonial-section-two {
	position: relative;
	z-index: 1;
	background-color: transparent !important;
	background-image: linear-gradient(180deg, #ECF0F4 42%, #F2295B00 100%);
	padding-top: 90px;
	padding-bottom: 80px;
}

.testimonial-section-two:before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 0;
	background-image: url(../images/bg/testimonial-bg-map.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.testimonial-two-rightbox {
	padding: 0px !important;
}

.testimonial-two-rightbox .swiper-button-next,
.testimonial-two-rightbox .swiper-button-prev {
	top: auto;
	bottom: 20px;
}

.testimonial-section-two .client-one-area,
.contact-us-section .client-one-area {
	border: 1px solid #E4E4E4;
	margin-top: -19px;
}

.client-one-area.pbmit-bg-color-white .client-title {
	color: var(--pbmit-heading-color);
}

.pbmit-shadow-custom {
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.08);
}

.blog-sec-two {
	padding-bottom: 60px;
}

/** Homepage 03 **/
.demo-three .marquee-section {
	margin-top: 94px;
}

.about-section-three {
	padding: 110px 0 120px;
}

.about-three-leftbox {
	position: relative;
	padding-right: 40px;
	text-align: right;
}

.about-three-leftbox .about-img img {
	border-radius: 5px;
}

.about-three-leftbox .about-img {
	position: relative;
}

.about-three-leftbox .about-img:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 89%;
	background-color: var(--pbmit-light-color);
	right: -30px;
	top: 40px;
	bottom: 30px;
	z-index: -1;
}

.about-three-leftbox .ihbox-style-8-area {
	position: absolute;
	top: 32%;
	width: auto;
	max-width: 100%;
}

.about-three-rightbox {
	padding-left: 62px;
}

.about-three-heading-desc {
	font-size: 18px;
	margin-bottom: 35px;
	margin-top: -35px;
	color: var(--pbmit-secondary-color);
}

.about-three-rightbox .pbmit-btn.blackish {
	white-space: nowrap;
}

.about-three-rightbox .pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	min-width: inherit;
	height: inherit;
	line-height: inherit;
	background-color: transparent;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	border-radius: 0;
	padding-top: 7px;
}

.about-three-rightbox .pbmit-ihbox-style-3 .pbmit-heading-desc {
	font-size: 15px;
}

.about-three-rightbox .pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 18px;
	line-height: 28px;
	margin: 1px 0 0 0;
	letter-spacing: -0.72px;
}

.about-three-rightbox .pbmit-ihbox-style-3 .pbmit-icon-type-icon svg g g {
	fill: var(--pbmit-global-color);
}

.about-us-section-three {
	padding: 100px 0 65px;
	background-image: url(../images/demo-3/bg/process-bg.png);
	background-position: 101% 20px;
	background-repeat: no-repeat;
}

.about-us-section-three .about-img {
	border-radius: 5px;
}

.about-us-three-rightbox {
	padding-left: 85px;
}

.about-us-three-rightbox .pbmit-heading-subheading {
	margin-bottom: 20px;
}

.about-us-section-three .ihbox-style-16-area {
	border-top: 1px solid #E4E4E4;
	padding-top: 70px;
	margin-top: 50px;
}

.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16 {
	padding: 0 60px;
	margin-bottom: 50px;
}

.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16:first-child {
	padding-left: 0;
}

.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16:last-child {
	padding-right: 0;
}

.contact-us-section-two .pbmit-bottom-text,
.contact-us-section-three .pbmit-bottom-text {
	margin-top: 60px;
}

.contact-us-section-two .pbmit-custom-heading .pbmit-title,
.contact-us-section-three .pbmit-custom-heading .pbmit-title {
	font-size: 64px;
	line-height: 70px;
	font-weight: 700;
	letter-spacing: -1.28px;
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
}

.contact-us-section-two .pbmit-custom-heading p {
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.contact-us-section-three {
	background-image: none;
}

.contact-us-section-three .video-wrap {
	inset: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.contact-us-section-three .video-wrap:before {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	left: 0;
	opacity: .5;
	top: 0;
	width: 100%;
	background-image: linear-gradient(180deg, #00000000 35%, #000000 70%);
	z-index: 1;
}

.contact-us-section-three .video-wrap video {
	max-width: 100%;
	object-fit: cover;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.pricing-section-three {
	background-color: transparent !important;
}

.pricing-section-three .pricing-three-desc {
	margin: 0 80px 25px 60px;
}

.pricing-section-three .pbmit-tabs {
	padding-bottom: 100px;
}

.portfolio-three-slider {
	border-radius: 5px;
}

.portfolio-three-slider .swiper-pagination-bullets {
	bottom: 0;
	justify-content: center;
}

.portfolio-bottom-desc {
	margin-top: -15px;
}

/** Homepage 04 **/
.about-us-sec-four {
	padding: 120px 0 150px;
}

.pbmit-bottom-text.style-2 {
	padding: 0;
}

.pbmit-bottom-text.style-2 .pbmit-custom-button {
	background-color: var(--pbmit-light-color);
	border-radius: 5px;
	color: var(--pbmit-blackish-color);
	font-size: 12px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: .96px;
	text-transform: uppercase;
	padding: 7px 16px 7px;
	margin-right: 5px;
}

.rounded-7 {
	border-radius: 7px;
}

.about-four-left-box {
	padding-right: 65px;
}

.about-four-left-box .about-02-img {
	margin-top: -115px;
}

.about-four-right-box {
	padding: 55px 0 0 82px;
}

.about-four-right-box .pbmit-heading-subheading {
	margin-bottom: 30px;
}

.about-four-right-box .list-group {
	padding: 100px 20px 0 0;
}

.about-four-right-box .fid-style-8-wrap {
	margin-top: -30px;
}

.why-choose-us-sec-four {
	background-color: transparent !important;
	background-image: linear-gradient(180deg, #ECF0F4 42.4%, #F2295B00 100%);
	padding: 85px 15px 100px;
}

.why-choose-us-four-rightbox {
	padding-top: 80px;
}

.why-choose-us-four-rightbox .pbmit-heading-subheading .pbmit-title {
	margin-bottom: 35px;
}

.customer-satisfaction-four-left {
	background-image: url(../images/demo-4/about-03.jpg);
	background-size: cover;
	display: flex;
	gap: 10px;
	padding: 70px 0 0 30px;
	flex-direction: column;
	border-radius: 7px;
	height: -webkit-fill-available;
}

.customer-satisfaction-four-left .pbmit-ihbox-style-19 {
	width: max-content;
}

.business-highlights-four-area {
	display: flex;
	align-items: center;
	gap: 120px;
	border-radius: 7px;
	border: 1px solid #E4E4E4;
	padding: 40px 0 27px 50px;
	margin-top: 20px;
	background-color: var(--pbmit-white-color);
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .08);
}

.business-highlights-four-area .pbmit-custom-title .pbmit-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.accordion-sec-four {
	padding: 120px 0;
}

.accordion-sec-four .left-box {
	/* padding-right: 330px; */
}

.accordion-sec-four .left-box .pbmit-custom-title .pbmit-title {
	/* font-size: 128px; */
	/* font-weight: 700; */
	/* margin-bottom: 20px; */
	/* line-height: 128px; */
	/* letter-spacing: -2.56px; */
}

.accordion-sec-four .left-box .pbmit-desc {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.accordion-sec-four .faq-contact-card {
	border-radius: 7px;
	padding: 20px 45px 20px 35px;
}

/** Homepage 05 **/
.why-choose-us-sec-five {
	padding: 130px 0 135px;
	background-image: url(../images/demo-5/bg/pattarn-01.png);
	background-repeat: no-repeat;
	background-position: 0px 130px;
}

.why-choose-us-sec-five .rating-box {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}

.why-choose-us-five-content {
	padding-left: 90px;
}

.why-choose-us-sec-five .top-desc {
	font-size: 18px;
	line-height: 28px;
	color: var(--pbmit-heading-color);
}

.why-choose-us-sec-five .progressbar-wrap {
	margin-top: 35px;
	padding-top: 50px;
	border-top: 1px solid #E4E4E4;
}

.service-sec-five {
	padding: 140px 0 100px;
	background-image: url(../images/demo-5/bg/service-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.service-sec-five .pbmit-heading-subheading .pbmit-title {
	font-size: 128px;
	line-height: 128px;
	margin-top: -28px;
}

.service-sec-five .pbmit-element-service-style-4 {
	padding-top: 30px;
}

.team-five-leftbox {
	display: flex;
	flex-direction: column;
	height: -webkit-fill-available;
	justify-content: space-between;
}

.team-five-arrow {
	position: relative;
}

.team-five-arrow .swiper-button-next,
.team-five-arrow .swiper-button-prev {
	top: auto;
	bottom: 0;
	right: auto;
	background: #fff;
}

.team-five-arrow .swiper-button-prev {
	left: 0;
}

.team-five-arrow .swiper-button-next {
	left: 60px;
}

.award-sec-five {
	padding: 100px 0 105px;
}

.award-five-leftbox {
	display: flex;
	flex-direction: column;
	height: -webkit-fill-available;
	justify-content: space-between;
}

.award-five-rightbox {
	padding-top: 60px;
}

.demo-five .contact-us-section-three {
	padding-top: 65px;
}

.demo-five .contact-us-section-three .pbmit-bottom-text {
	margin-top: 50px;
}

/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - Our History **/
.history-page .about-us-section {
	padding: 140px 0;
}

.history-page .about-us-section .about-us-left-area {
	position: relative;
}

.history-page .about-us-section .about-us-left-area .about-img {
	text-align: right;
}

.history-page .about-us-section .about-us-left-area .about-img img {
	border-radius: 5px;
}

.history-page .about-us-section .about-us-left-area .ihbox-style-8-area {
	position: absolute;
	top: 27%;
	left: 10px;
}

.history-page .about-us-section .about-us-right-area {
	padding-left: 70px;
}

.history-page .about-us-section .about-us-right-area .fid-style-3-area {
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 26px;
	margin-bottom: 30px;
}

.history-section {
	padding: 120px 0;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-year {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
	color: var(--pbmit-global-color);
}

.pbmit-element-timeline-style-1 .pbmit-timeline-title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 0 16px;
	text-transform: capitalize;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-desc {
	margin: 0;
	padding: 0 16px;
	line-height: 22px;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
	display: grid;
	width: 100%;
	height: auto;
	position: relative;
	justify-items: center;
	grid-template-rows: 1fr 1fr;
	text-align: center;
	grid-gap: 160px;
}

.pbmit-element-timeline-style-1 .pbmit-same-height.steps-content_wrap {
	justify-content: flex-start;
}

.pbmit-element-timeline-style-1 .pbmit-slide-even .pbmit-same-height.steps-content_wrap {
	justify-content: flex-end;
}

.pbmit-element-timeline-style-1 .pbmit-heading-subheading {
	margin-bottom: 80px;
}

.pbmit-element-timeline-style-1 .steps-dot .dot {
	display: block;
	line-height: normal;
	font-size: 14px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	transform: rotate(45deg);
	z-index: 2;
	position: relative;
	background-color: var(--pbmit-global-color);
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	height: -moz-fit-content;
	height: fit-content;
	margin: auto !important;
}

.pbmit-element-timeline-style-1 .steps-dot .dot::after {
	content: "";
	position: absolute;
	left: -11px;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 40px;
	margin: 0;
	background: rgb(var(--pbmit-global-color-rgb), .90);
	transform: rotate(-45deg);
}

.pbmit-element-timeline-style-1 .pbmit-slide-even .steps-dot .dot::after {
	left: 19px;
	top: 0;
	bottom: auto;
}

.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line {
	color: transparent;
	line-height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::before,
.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::after {
	content: "";
	width: calc(50% + 10px * 100);
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
}

.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::after {
	left: 50%;
	background: linear-gradient(90deg, var(--pbmit-global-color), var(--pbmit-global-color));
}

.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::before {
	right: 50%;
	background: linear-gradient(90deg, var(--pbmit-global-color), var(--pbmit-global-color));
}

.pbmit-element-timeline-style-1 .pbmit-same-height {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.pbmit-element-timeline-style-1 .pbmit-slide-even.swiper-slide-duplicate:nth-last-child(2) .pbmit-feature-image {
	order: 0;
}

.pbmit-element-timeline-style-1 .pbmit-slide-even .pbmit-feature-image {
	order: 1;
	justify-content: start;
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper:not(.pbmit-slide-even) .pbmit-feature-image {
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}

.pbmit-element-timeline-style-1 .pbmit-feature-image img {
	border-radius: 10px;
}

.pbmit-element-timeline-style-1 .steps-dot,
.pbmit-element-timeline-style-1 .pbmit-feature-image,
.pbmit-element-timeline-style-1 .steps-content_wrap {
	opacity: 1;
}

/* BG Color Set */
.pbmit-bg-color-secondary .pbmit-element-timeline-style-1 .pbmit-timeline-title,
.pbmit-bg-color-secondary .pbmit-element-timeline-style-1 {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::after {
	background: linear-gradient(90deg, rgb(var(--pbmit-white-color-rgb), .10), rgb(var(--pbmit-white-color-rgb), .10));
}

.pbmit-bg-color-secondary .pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::before {
	background: linear-gradient(90deg, rgb(var(--pbmit-white-color-rgb), .10), rgb(var(--pbmit-white-color-rgb), .10));
}

.pbmit-bg-color-secondary .pbmit-element-timeline-style-1 .steps-dot .dot {
	background-color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-element-timeline-style-1 .steps-dot .dot::after {
	background: rgb(var(--pbmit-white-color-rgb), .40);
}

/** 02 - Service Detail **/
.sidebar .widget.post-list .widget-title {
	margin-bottom: 0;
}

.service-details .all-post-list li {
	margin-bottom: 1px;
	border-radius: 10px;
	transition: all 0.4s ease-in;
	position: relative;
	padding: 0;
	line-height: 20px;
}

.service-details .all-post-list li a {
	padding: 16px 28px 18px 50px;
	display: block;
	position: relative;
	font-size: 15px;
	text-transform: capitalize;
	color: var(--pbmit-secondary-color);
	transition: all .25s ease-in-out;
}

.service-details .all-post-list li:not(:last-child) a {
	border-bottom: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.1);
}

.service-details .all-post-list li a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 25px;
	margin-left: -20px;
	background-color: var(--pbmit-global-color);
}

.service-details .all-post-list li a:after {
	position: absolute;
	content: '\e82f';
	font-family: "pbminfotech-base-icons";
	right: 28px;
	left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	text-align: center;
	font-size: 12px;
	transform-style: preserve-3d;
	transition: all .5s ease-in-out;
	font-weight: 400;
	color: var(--pbmit-secondary-color);
	transform: translateX(0%) translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.service-details .all-post-list li:hover a,
.service-details .all-post-list li.post-active a {
	color: var(--pbmit-global-color);
}

.service-details .all-post-list li.post-active a:after,
.service-details .all-post-list li:hover a:after {
	opacity: 1;
	visibility: visible;
	color: var(--pbmit-global-color);
}

.service-details .all-post-list li.post-active a:before,
.service-details .all-post-list li a:hover:before {
	opacity: 1;
	color: var(--pbmit-white-color);
}

.widget .pbmit-download {
	display: block;
	padding: 0 28px;
}

.widget .pbmit-download .pbmit-item-download:first-child {
	margin-bottom: 17px;
	border-bottom: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.1);
}

.widget .pbmit-download .pbmit-item-download {
	padding-bottom: 18px;
}

.pbmit-download .pbmit-item-download a {
	display: block;
}

.widget a {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.widget .pbmit-item-download .pbmit-download-wrap,
.widget .pbmit-item-download .pbmit-download-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.widget .pbmit-download .pbmit-item-download a .pbmit-download-wrap i {
	font-size: 32px;
	display: block;
	margin: 0 auto;
	color: var(--pbmit-secondary-color);
	transition: all 0.25s ease-in;
}

.widget .pbmit-download i::before {
	margin: 0;
}

.widget .pbmit-item-download .pbmit-download-wrap .pbmit-download-title {
	text-transform: capitalize;
	margin: 0 0 0 10px;
	color: var(--pbmit-blackish-color);
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	font-size: 15px;
}

.widget .pbmit-item-download .pbmit-download-content .pbmit-download-item {
	border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.1);
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.widget .pbmit-download .pbmit-item-download a .pbmit-download-item i {
	font-size: 21px;
	line-height: 21px;
	color: var(--pbmit-secondary-color);
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.widget .pbmit-item-download a:hover .pbmit-download-wrap .pbmit-download-title {
	color: var(--pbmit-global-color);
}

.widget .pbmit-item-download a:hover .pbmit-download-item {
	border-color: var(--pbmit-global-color);
	background-color: var(--pbmit-global-color);
}

.service-details .pbmit-short-description {
	margin-bottom: 37px;
}

.service-details .pbmit-service-feature-image img {
	width: 100%;
	margin-bottom: 30px;
	border-radius: 5px;
}

.service-details .ihbox-style-10-area {
	padding: 46px 50px 5px;
	border-radius: 5px;
}

.service-details .list-group-wrap {
	border-top: 1px solid #E4E4E4;
	margin-top: 60px;
	padding-top: 45px;
}

.service-details .list-group-wrap .pbmit-custom-heading .pbmit-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

.chart-box-wrap {
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	margin-top: 35px;
	padding: 30px 30px 0;
}

.chart-box-wrap .chart-box {
	margin: 0 30px 30px 0;
	height: 250px;
}

.chart-box-wrap .list-group .list-group-item {
	align-items: center;
}

.chart-box-wrap .list-group .pbmit-icon-list-icon svg {
	width: 13px;
	height: 13px;
}

/** 03 - Portfolio Single **/
.pbmit-portfolio-single .pbmit-firstletter::first-letter {
	padding: 0 8px;
}

.pbmit-portfolio-single .pbmit-single-project-details-list-wrapper {
	margin-bottom: 50px;
}

.pbmit-portfolio-single .pbmit-desc-info {
	padding-bottom: 30px;
}

.pbmit-portfolio-single .pbmit-desc-info .pbmit-portfolio-line-title {
	font-size: 34px;
	line-height: 38px;
	margin-bottom: 30px;
}

.pbmit-list-area .pbmit-icon-heading-wrapper {
	display: flex;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 25px;
	padding-bottom: 0px;
	padding-top: 65px;
}

.pbmit-list-area .pbmit-icon-heading-one {
	padding: 0 30px 0 35px;
	position: relative;
}

.pbmit-list-area .pbmit-icon-heading-wrapper .pbmit-icon-heading-one .pbmit-title,
.pbmit-list-area .pbmit-icon-heading-wrapper .pbmit-icon-heading-two .pbmit-title {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: 500;
}

.pbmit-list-area .pbmit-icon-heading-two::after,
.pbmit-list-area .pbmit-icon-heading-one::after {
	position: absolute;
	content: '\e853';
	font-family: "pbminfotech-base-icons";
	line-height: 25px;
	left: 0;
	top: 2px;
	color: var(--pbmit-global-color);
	font-size: 26px;
}

.pbmit-list-area .pbmit-icon-heading-one::after {
	content: '\e852';
}

.pbmit-list-area .pbmit-icon-heading-two {
	padding-left: 35px;
	position: relative;
}

.pbmit-portfolio-single .pbmit-featured-wrapper img {
	border-radius: 5px;
	width: 100%;
}

.pbmit-portfolio-single .pbmit-custom-heading .pbmit-title,
.pbmit-team-single .pbmit-entry-content .pbmit-custom-heading .pbmit-title {
	font-size: 34px;
	line-height: 40px;
}

.pbmit-portfolio-single .pbmit-portfolio-lines-wrapper {
	padding: 45px 40px 35px 40px;
	border-radius: 0 0 5px 5px;
	margin-top: -10px;
	background-color: var(--pbmit-blackish-color);
}

.pbmit-portfolio-lines-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4, 1fr);
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li {
	padding-left: 75px;
	position: relative;
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	position: relative;
	color: var(--pbmit-white-color);
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li::after {
	position: absolute;
	content: '\e850';
	font-family: "pbminfotech-base-icons";
	width: 55px;
	height: 55px;
	line-height: 55px;
	left: 0;
	top: -4px;
	text-align: center;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.1);
	border-radius: 50%;
	color: var(--pbmit-white-color);
	font-size: 25px;
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li.Category::after {
	content: '\e851';
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li.Location::after {
	content: '\e84d';
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li.Timeline::after {
	content: '\e84b';
}

.pbmit-portfolio-single .ihbox-style-5-area {
	border-bottom: 1px solid #E4E4E4;
	padding: 15px 0 45px;
}

.pbmit-portfolio-single .testimonial-style-2-area {
	border-radius: 5px;
	margin: 40px 0 60px;
	padding: 45px 140px 40px 50px;
}

.pbmit-pattarn-bg.second:before {
	width: 30px;
	height: 120px;
	bottom: 0;
	top: auto;
	border-radius: 0;
}

.pbmit-pattarn-bg.second:after {
	width: 120px;
	height: 30px;
	bottom: 0;
	top: auto;
}

.pbmit-portfolio-single .fid-style-2-area {
	border-top: 1px solid #E4E4E4;
	padding-top: 35px;
	margin-top: 35px;
}

.pbmit-portfolio-single .post-navigation .nav-links {
	margin-top: 70px;
	padding-top: 50px;
}

/** 04 - Blog Detail**/
/** Sidebar Right **/
.sidebar .widget {
	margin-bottom: 16px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget.widget-search {
	border: none;
}

.widget .search-form {
	position: relative;
}

.widget .search-form input {
	font-size: 15px;
	height: 60px;
	line-height: 60px;
	border-radius: 50px;
	padding: 10px 20px;
	outline: none;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
	background-color: transparent;
	color: rgba(var(--pbmit-blackish-color-rgb), .85);
	display: block;
	width: 100%;
	transition: all 500ms ease;
}

.widget .search-form input:focus {
	color: var(--pbmit-blackish-color);
	border-color: rgba(var(--pbmit-blackish-color-rgb), 0.5);
}

.widget .search-form input::placeholder {
	color: rgba(var(--pbmit-blackish-color-rgb), .5);
}

.widget .search-form .search-submit {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 54px;
	height: 54px;
	line-height: 58px;
	font-size: 17px;
	border: none;
	border-radius: 50px;
	outline: none;
	padding: 8px 20px;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
	transition: all .6s;
}

.widget .search-form .search-submit:after {
	position: absolute;
	font-family: 'pbminfotech-base-icons';
	content: '\e822';
	right: 50%;
	top: 50%;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	color: var(--pbmit-white-color);
	transform: translateX(50%) translateY(-50%);
}

.sidebar .textwidget::before,
.sidebar .textwidget::after {
	content: "";
	display: table;
}

.sidebar .textwidget::after {
	clear: both;
}

.single-blog-authorbox {
	text-align: center;
	padding: 30px 40px;
	border-radius: 5px;
	background-color: var(--pbmit-light-color);
}

.single-blog-authorbox .authorbox-img {
	display: inline-block;
}

.single-blog-authorbox img {
	height: 218px;
	width: 218px;
	border-radius: 50%;
	object-fit: cover;
}

.single-blog-authorbox p {
	margin: 20px 0 10px 0;
}

.single-blog-authorbox .pbmit-authorbox-subtitle {
	font-size: 12px;
	line-height: 20px;
	line-height: 26px;
	letter-spacing: 0.96px;
	padding: 7px 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
	border-radius: 5px;
}

.single-blog-authorbox .pbmit-authorbox-title {
	font-size: 25px;
	line-height: 28px;
	text-transform: capitalize;
	margin-bottom: 13px;
}

.single-blog-authorbox .pbmit-authorbox-position {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	letter-spacing: 0.25px;
	color: var(--pbmit-global-color);
	text-transform: uppercase;
}

.single-blog-authorbox .pbmit-social-links li {
	padding: 0 6px 0 0;
}

.single-blog-authorbox .pbmit-social-links li a {
	border-radius: 50%;
	height: 35px;
	width: 35px;
	line-height: 35px;
	font-size: 12px;
	color: var(--pbmit-secondary-color);
	border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.1);
	background-color: var(--pbmit-white-color);
}

.single-blog-authorbox .pbmit-social-links li a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

.sidebar .widget .widget-title {
	margin-bottom: 30px;
	position: relative;
	background: var(--pbmit-blackish-color);
	border-radius: 5px 5px 0 0;
	padding: 13px 25px 13px 50px;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 0px;
	color: var(--pbmit-white-color);
	text-transform: uppercase;
	font-style: normal;
}

.widget.widget-categories .widget-title {
	margin-bottom: 0;
}

.sidebar .widget .widget-title::after {
	position: absolute;
	content: '\e88d';
	font-family: "pbminfotech-base-icons";
	font-size: 12px;
	line-height: 34px;
	color: var(--pbmit-global-color);
	top: 13px;
	left: 30px;
}

.sidebar .widget-categories li {
	position: relative;
	line-height: 20px;
	padding: 0 34px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.sidebar .widget-categories ul li:last-child {
	border-bottom: none;
}

.sidebar .widget-categories li,
.sidebar .widget-categories a,
.sidebar .widget-categories ul li .pbmit-brackets {
	transition: all .25s ease-in-out;
}

.sidebar .widget-categories ul li a {
	font-size: 16px;
	line-height: 24px;
	padding-left: 0px;
	width: 100%;
	position: relative;
	margin: 15px 0;
	color: var(--pbmit-blackish-color);
}

.sidebar .widget-categories ul li .pbmit-brackets {
	float: none;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 15px;
	line-height: 15px;
}

.sidebar .widget-categories li a:hover+.pbmit-brackets {
	color: var(--pbmit-global-color);
}

.sidebar .recent-post-list {
	padding: 0 25px 20px;
}

.widget-recent-post .recent-post-list-li:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}

.widget-recent-post .recent-post-list-li {
	display: flex !important;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	padding-top: 19px;
	line-height: 20px;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.widget-recent-post .recent-post-list-li:last-child {
	border-bottom: none;
	padding-bottom: 10px !important;
}

.widget-recent-post .recent-post-list-li>a {
	width: 80px;
	flex-shrink: 0;
	margin-right: 25px;
}

.widget-recent-post .recent-post-list-li>a img {
	border-radius: 5px;
}

.widget-recent-post .pbmit-rpw-content {
	display: flex;
	flex-direction: column-reverse;
}

.widget-recent-post .pbmit-rpw-title a {
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 22px;
}

.widget-recent-post .pbmit-rpw-title a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-rpw-content .pbmit-rpw-date a {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 5px;
	letter-spacing: 0;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
	padding: 0 15px;
	border-radius: 50px;
	text-transform: uppercase;
}

.widget ul a {
	display: inline-block;
}

.widget.widget-tag-cloud .tagcloud {
	padding: 0 25px 10px;
}

.widget.widget-tag-cloud .tagcloud li,
.pbmit-blog-meta-bottom .tagcloud ul li {
	margin: 0 6px 8px 0;
	display: inline-block;
	line-height: 20px;
}

aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .tagcloud a {
	margin-bottom: 8px;
	margin-right: 7px;
	font-size: 15px;
	padding-right: 20px;
	text-transform: capitalize;
	position: relative;
	transition: 0.25s ease-out 0s;
	letter-spacing: 0.3px;
}

aside.widget.widget-tag-cloud .tagcloud li:not(:last-child) a:before,
.pbmit-blog-meta-bottom .tagcloud li:not(:last-child) a::before {
	content: '/';
	padding-right: 3px;
	display: inline-block;
	right: 0;
	position: absolute;
}

aside.widget.widget-tag-cloud a:hover,
.pbmit-blog-meta-bottom .tagcloud a:hover {
	color: var(--pbmit-global-color);
}

.widget.pbmit-widget-ad {
	z-index: 0;
	padding: 0;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/bg/sidebar-banner-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.widget.pbmit-widget-ad:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: rgba(var(--pbmit-secondary-color-rgb), 0.8);
}

.sidebar .pbmit-service-ads {
	padding: 30px;
	text-align: center;
	position: relative;
}

.sidebar .pbmit-service-ads:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 296px;
	height: 397px;
	background-repeat: no-repeat;
	z-index: 0;
	background-image: url(../images/bg/banner-hand.png);
}

.sidebar .pbmit-service-ads:before {
	content: '';
	position: absolute;
	right: -18px;
	bottom: 0px;
	width: 353px;
	height: 304px;
	background-repeat: no-repeat;
	z-index: 0;
	background-image: url(../images/bg/banner-pattarn.png);
}

.sidebar .pbmit-service-ads .pbmit-ads-decs {
	font-size: 12px;
	display: inline-block;
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
	padding: 3px 15px 1px;
	border-radius: 5px;
	line-height: 26px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	background-color: var(--pbmit-global-color);
	margin-bottom: 15px;
}

.sidebar .pbmit-service-ads .pbmit-ads-heading {
	font-size: 28px;
	line-height: 32px;
	color: var(--pbmit-white-color);
	margin-bottom: 230px;
	letter-spacing: 0.56px;
}

.sidebar .pbmit-service-ads .pbmit-ads-icon {
	justify-content: center;
	z-index: 1;
	position: relative;
}

.sidebar .pbmit-service-ads .pbmit-ads-icon i {
	font-size: 26px;
	line-height: 53px;
	color: var(--pbmit-blackish-color);
	padding-bottom: 20px;
	width: 51px;
	height: 51px;
	margin-right: 15px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--pbmit-white-color);
}

.sidebar .pbmit-service-ads .pbmit-ads-icon-content {
	text-align: left;
}

.sidebar .pbmit-service-ads .pbmit-ads-icon-content-heading {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: .78px;
	text-transform: uppercase;
	margin: 0;
	color: var(--pbmit-global-color);
}

.sidebar .pbmit-service-ads .pbmit-ads-call {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
}

.sidebar .pbmit-service-ads .pbmit-ads-call a {
	color: var(--pbmit-white-color);
}

/** Blog Classic **/
.site-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.post.blog-classic {
	position: relative;
	margin-bottom: 60px;
}

.post.blog-classic .pbmit-img-wrapper {
	position: relative;
	z-index: 1;
}

.post.blog-classic .pbmit-featured-wrapper img {
	border-radius: 5px;
}

.post.blog-classic:last-child {
	margin-bottom: 0px;
}

.post.blog-classic .pbmit-blog-classic-inner {
	position: relative;
	z-index: 0;
}

.pbmit-blog-meta,
.pbmit-blog-meta a {
	color: #696F6F;
}

.blog-classic .pbmit-blog-meta.pbmit-blog-meta-top {
	position: relative;
	font-size: 14px;
	margin-top: -10px;
	padding: 23px 20px 8px;
	margin-bottom: 35px;
	display: grid;
	grid-gap: 0 10px;
	z-index: -1;
	grid-template-columns: auto auto auto auto;
	background-color: var(--pbmit-light-color);
	border-radius: 5px;
	border: 1px solid #e4e4e4;
}

.blog-classic .pbmit-blog-meta-top .pbmit-meta {
	display: inline-block;
	position: relative;
	padding-left: 0;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 5px;
}

.blog-classic .pbmit-blog-meta-top .pbmit-meta i {
	font-size: 11px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	color: var(--pbmit-blackish-color);
	border: 1px solid var(--pbmit-global-color);
}

.blog-classic .pbmit-blog-meta-top .pbmit-meta .pbmit-author-link {
	color: var(--pbmit-blackish-color);
}

.blog-classic .pbmit-blog-classic-inner .pbmit-post-title {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 20px;
}

/** Blog Single **/
.blog-details .post.blog-classic {
	margin-bottom: 0px;
}

.blog-details .blog-classic .pbmit-blog-meta-top-wrapper {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--pbmit-light-color);
}

.pbmit-firstletter::first-letter {
	font-size: 28px;
	min-width: 50px;
	max-width: 50px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	padding: 0 12px;
	border-radius: 5px;
	float: left;
	font-weight: 700;
	margin-right: 10px;
	margin-top: 5px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}

ul.pbmit-blog-list-number {
	display: grid;
	grid-gap: 20px 30px;
	grid-template-columns: repeat(2, 1fr);
}

ul.pbmit-blog-list-number li {
	padding-bottom: 8px;
}

ul.pbmit-blog-list-number li span {
	display: block;
	color: var(--pbmit-secondary-color);
	padding-bottom: 8px;
}

.blog-details .pbmit-entry-content blockquote {
	border: 0;
	padding: 42px 50px 37px 140px;
	border-radius: 5px;
	font-size: 17px;
	line-height: 28px;
	margin: 30px 0;
	position: relative;
	letter-spacing: 0px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

.blog-details .pbmit-entry-content blockquote:before {
	font-family: "pbminfotech-base-icons";
	content: "\e842";
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	position: absolute;
	left: 44px;
	top: 50px;
	color: var(--pbmit-secondary-color);
	background-color: var(--pbmit-white-color);
}

.blog-details .pbmit-entry-content blockquote p {
	margin-bottom: 20px;
	padding-bottom: 25px;
	position: relative;
	z-index: 1;
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
	border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb), 0.2);
}

.blog-details .pbmit-entry-content:after {
	clear: both;
	content: "";
	display: table;
}

.blog-details .pbmit-entry-content blockquote cite {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	display: inline-block;
	color: var(--pbmit-global-color);
}

.blog-details .pbmit-entry-content blockquote cite em {
	position: relative;
	font-style: normal;
	font-size: 20px;
	color: var(--pbmit-white-color);
}

.blog-details .pbmit-entry-content blockquote cite em:before {
	content: '-';
	padding-right: 5px;
	display: inline-block;
}

.blog-details .pbmit-entry-content blockquote:after {
	content: "";
	display: table;
	clear: both;
}

.blog-details .pbmit-entry-content .pbmit-custom-title {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 20px;
}

.blog-details .pbmit-entry-content .pbmit-block-columns {
	display: flex;
	margin-bottom: 1.75em;
}

.blog-details .pbmit-entry-content .pbmit-block-columns img {
	margin-top: 15px;
	border-radius: 5px;
}

.blog-details .pbmit-entry-content .pbmit-block-column:first-child figure {
	padding: 0 8px 0 0;
}

.blog-details .pbmit-entry-content .pbmit-block-column:last-child figure {
	padding: 0 0 0 8px;
}

.blog-details .pbmit-entry-content .list-group {
	margin-bottom: 25px;
}

.blog-details .pbmit-entry-content .list-group .list-group-item:not(:last-child),
.pbmit-portfolio-single .list-group .list-group-item:not(:last-child) {
	padding-bottom: calc(30px/2);
}

.blog-details .pbmit-entry-content .list-group .pbmit-icon-list-icon i,
.pbmit-portfolio-single .list-group .pbmit-icon-list-icon i {
	font-size: 25px;
	line-height: 26px;
	top: -1px;
	position: relative;
	color: var(--pbmit-global-color);
}

.blog-details .pbmit-entry-content .list-group .pbmit-icon-list-text,
.pbmit-portfolio-single .list-group .pbmit-icon-list-text {
	font-size: 16px;
}

.blog-details .pbmit-blog-meta-bottom {
	margin-top: 50px;
	display: flex;
	align-items: center;
	padding: 16px 30px 14px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
}

.pbmit-blog-meta-bottom-left {
	position: relative;
	overflow: hidden;
	width: 50%;
}

.pbmit-blog-meta-bottom .tagcloud ul li {
	margin: 0;
}

.pbmit-blog-meta-bottom .tagcloud ul li a {
	color: #696F6F;
}

.pbmit-blog-meta-bottom-right {
	width: 50%;
	text-align: right;
}

.pbmit-blog-meta-bottom .pbmit-social-share ul li {
	margin-right: 2px;
	display: inline-block;
	margin-bottom: 5px;
}

.pbmit-blog-meta-bottom .pbmit-social-share li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	color: var(--pbmit-white-color);
	font-size: 14px;
	border-radius: 50%;
}

.pbmit-social-share .pbmit-social-li-facebook a {
	background-color: #3B5998;
}

.pbmit-social-share .pbmit-social-li-twitter a {
	background-color: #55ACEE;
}

.pbmit-social-share .pbmit-social-li-linkedin a {
	background-color: #007bb5;
}

.pbmit-social-share .pbmit-social-li-instagram a {
	background-color: #125688;
}

.pbmit-blog-meta-bottom .pbmit-social-share li:hover a {
	transform: translateY(-3px);
}

.post-navigation .nav-links {
	padding: 40px 0 0 0;
	margin: 40px 0 0 0;
	display: flex;
	align-items: normal;
	justify-content: space-between;
	width: 100%;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.post-navigation .nav-previous {
	width: calc(50% - 15px);
	margin-right: auto;
	position: relative;
}

.post-navigation .nav-next {
	width: calc(50% - 15px);
	margin-left: auto;
}

.post-navigation .nav-links a {
	display: flex;
	align-items: center;
	text-align: left;
}

.post-navigation .nav-links .nav-next a {
	justify-content: end;
	text-align: right;
}

.post-navigation .nav-links a:hover .pbmit-nav-wrapper .pbmit-nav-head {
	color: var(--pbmit-global-color);
}

.post-navigation .nav-links a:hover .pbmit-nav-wrapper .pbmit-nav-head::after {
	border-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.post-navigation .nav-links .pbmit-nav-wrapper .pbmit-nav-head {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 17px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #7C898D;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative;
}

.post-navigation .nav-links a .pbmit-nav-wrapper * {
	display: block;
}

.post-navigation .nav-links .nav-previous .pbmit-nav-wrapper .pbmit-nav-head {
	padding-left: 43px;
}

.post-navigation .nav-links .pbmit-nav-wrapper .pbmit-nav-head::after {
	font-family: 'pbminfotech-base-icons';
	content: "\e82f";
	font-style: normal;
	text-align: center;
	display: inline-block;
	font-size: 11px;
	border: 1px solid #e4e4e4;
	width: 33px;
	height: 33px;
	margin-left: 10px;
	line-height: 33px;
	border-radius: 50px;
	color: var(--pbmit-blackish-color);
	-webkit-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
}

.post-navigation .nav-links .nav-previous .pbmit-nav-wrapper .pbmit-nav-head::after {
	position: absolute;
	left: 0;
	margin: 0;
	top: -7px;
	transform: scale(-1);
}

.post-navigation .nav-links .pbmit-nav-wrapper .pbmit-nav-title {
	font-size: 20px;
	line-height: 26px;
	color: var(--pbmit-secondary-color);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}

.blog-details .pbmit-author-box {
	position: relative;
	overflow: hidden;
	margin-top: 100px;
	margin-bottom: 0;
	padding: 45px 60px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	background: var(--pbmit-white-color);
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.05);
	background-position: center center;
	background-repeat: repeat;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pbmit-author-box .pbmit-author-image-wrap {
	text-align: center;
	margin-right: 42px;
	position: relative;
	padding-right: 42px;
	border-right: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-author-box .pbmit-author-image img {
	width: 100px;
	min-width: 100px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
	z-index: 1;
	border-radius: 50%;
	border: 1px solid #e4e4e4;
	padding: 10px;
}

.pbmit-author-box .pbmit-author-name a {
	position: absolute;
	left: 50%;
	bottom: -6px;
	font-size: 15px;
	line-height: 25px;
	padding: 0 15px;
	border-radius: 50px;
	text-transform: uppercase;
	display: inline-block;
	background-color: var(--pbmit-global-color);
	transform: translateX(-50%);
	margin-left: -24px;
	color: var(--pbmit-blackish-color);
}

.pbmit-author-box .pbmit-author-content {
	flex-shrink: 100;
}

.pbmit-author-box .pbmit-author-content .pbmit-text {
	margin: 0;
	font-size: 17px;
	line-height: 28px;
}

.blog-details .comments-area {
	margin-top: 80px;
}

.blog-details .comments-area .comments-title {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 48px;
}

.comment-list li:not(:last-child) .pbmit-comment {
	margin-bottom: 10px;
}

.comment-list .pbmit-comment-avatar {
	float: left;
}

.comment-list .pbmit-comment-avatar img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}

.blog-details .pbmit-comment-content {
	position: relative;
	padding: 0px 0px 40px 0;
	margin-left: 130px;
	min-height: 115px;
}

.blog-details .pbmit-comment-meta {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
}

.pbmit-comment-content .pbmit-comment-author {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	display: inline-flex;
	position: relative;
	color: var(--pbmit-global-color);
}

.blog-details .pbmit-comment-author-inner {
	margin: 0 5px;
	color: var(--pbmit-secondary-color);
}

.blog-details .pbmit-comment-author-inner a {
	color: var(--pbmit-secondary-color);
}

.blog-details .pbmit-comment-author-inner a:hover {
	color: var(--pbmit-global-color);
}

.blog-details .pbmit-comment-date {
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
}

.blog-details .pbmit-comment-date a {
	font-size: 13px;
	line-height: 18px;
	position: relative;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	letter-spacing: .78px;
}

.blog-details .pbmit-comment-date a::before {
	position: absolute;
	content: '';
	left: 0;
	right: auto;
	height: 7px;
	width: 7px;
	border-radius: 50px;
	background: var(--pbmit-global-color);
	top: 50%;
	transform: translate(-50%, -50%);
}

.blog-details .pbmit-comment-content p {
	margin: 15px 0 20px;
	position: relative;
}

.blog-details .pbmit-comment-content .reply a {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	color: var(--pbmit-secondary-color);
	transition: 0.4s ease-out 0s;
}

.blog-details .pbmit-comment-content .reply a:after {
	font-family: 'pbminfotech-base-icons';
	content: "\e82f";
	font-style: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	opacity: 1;
	font-variant: normal;
	text-transform: none;
	line-height: 10px;
	font-size: 9px;
	margin-left: 6px;
	background: var(--pbmit-light-color);
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50pc;
	color: var(--pbmit-blackish-color);
	transition: 0.4s ease-out 0s;
}

.blog-details .pbmit-comment-content .reply a:hover {
	color: var(--pbmit-global-color);
}

.blog-details .pbmit-comment-content .reply a:hover:after {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.comment-list .children {
	margin-left: 110px;
	padding-top: 8px;
}

.blog-details .comment-respond {
	margin-top: 28px;
	margin-bottom: 20px;
	padding: 50px 70px 40px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
}

.blog-details .comment-respond .comment-reply-title {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 20px;
}

.blog-details .comment-respond .comment-notes {
	font-size: 15px;
	margin-bottom: 20px;
}

.blog-details .comment-respond .contact-form .form-control {
	border-radius: 5px;
}

.blog-details .comment-respond .contact-form .form-control:focus {
	border-color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

.comment-respond .contact-form .submit-btn {
	padding: 18px 30px;
	border-radius: 50px;
	border: none;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	transition: all .6s;
}

.comment-respond .contact-form .submit-btn:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}

/** 05 - Team Single **/
.pbmit-team-single .pbmit-team-left-wrapper {
	padding-right: 17px;
}

.pbmit-team-single .pbmit-team-left-inner {
	position: relative;
	overflow: hidden;
}

.pbmit-team-single .pbmit-featured-img-wrapper img {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
}

.pbmit-team-single .pbmit-team-share-btn {
	background: var(--pbmit-white-color);
	text-align: center;
	padding: 25px 20px 50px;
	border-radius: 5px;
	margin: -50px 15px 0;
	z-index: 1;
	position: relative;
}

.pbmit-team-single .pbmit-team-share-btn .pbmit-team-box-links {
	align-items: center;
	justify-content: center;
}

.pbmit-team-single .pbmit-team-share-btn .pbmit-team-box-links h1 {
	font-size: 18px;
	margin-bottom: 5px;
	padding-right: 15px;
}

.pbmit-team-single .pbmit-team-share-btn .pbmit-team-box-links li {
	margin: 0 4px 5px 0;
	padding: 0;
}

.pbmit-team-single .pbmit-team-share-btn .pbmit-team-box-links li a {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-team-single .pbmit-team-share-btn .pbmit-team-box-links li a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-color: var(--pbmit-global-color);
}

.pbmit-team-single .pbmit-entry-content {
	padding-left: 15px;
}

.pbmit-team-single .pbmit-team-summary .pbmit-team-designation {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
	padding: 2px 13px;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 0.96px;
}

.pbmit-team-single .pbmit-team-summary .pbmit-team-title {
	font-size: 48px;
	line-height: 50px;
	letter-spacing: -.48px;
	margin: 10px 0 20px;
}

.pbmit-team-single .pbmit-team-detail .pbmit-short-description {
	padding-bottom: 25px;
}

.pbmit-team-single .pbmit-team-detail {
	margin-bottom: 40px;
}

.pbmit-team-single .pbmit-single-team-info {
	grid-gap: 40px 0px;
	grid-template-columns: repeat(2, 1fr);
	display: grid;
	padding: 60px 50px 57px 60px;
	background: var(--pbmit-blackish-color);
	border-radius: 5px;
	margin-top: 10px;
	position: relative;
}

.pbmit-team-single .pbmit-single-team-info:before,
.pbmit-team-single .pbmit-single-team-info:after {
	content: "";
	position: absolute;
	top: 0px;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.1);
	right: 0px;
	left: inherit;
}

.pbmit-team-single .pbmit-single-team-info:before {
	width: 30px;
	height: 108px;
}

.pbmit-team-single .pbmit-single-team-info:after {
	width: 108px;
	height: 30px;
}

.pbmit-team-single .pbmit-single-team-info li {
	border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb), 0.1);
	margin-bottom: 0;
	padding-bottom: 42px;
	position: relative;
	padding-left: 70px;
}

.pbmit-team-single .pbmit-single-team-info li,
.pbmit-team-single .pbmit-single-team-info li a {
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
	font-size: 16px;
	line-height: 28px;
}

.pbmit-team-single .pbmit-single-team-info li a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-team-single .pbmit-team-detail .pbmit-single-team-info li span {
	font-size: 18px;
	line-height: 26px;
	display: block;
	color: var(--pbmit-white-color);
}

.pbmit-team-single .pbmit-single-team-info li::after {
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 23px;
	z-index: 1;
	width: 55px;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	text-align: center;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.1);
	color: var(--pbmit-white-color);
	border-radius: 50px;
	transition: 0.4s;
}

.pbmit-team-single .pbmit-single-team-info li.email::after {
	content: "\e821";
}

.pbmit-team-single .pbmit-single-team-info li.phone::after {
	content: "\e847";
}

.pbmit-team-single .pbmit-single-team-info li.location::after {
	content: "\e848";
}

.pbmit-team-single .pbmit-single-team-info li.position::after {
	content: "\e846";
}

.pbmit-team-single .pbmit-single-team-info li:nth-last-child(2),
.pbmit-team-single .pbmit-single-team-info li:last-child {
	border: none;
	padding-bottom: 0;
}

.pbmit-team-single .pbmit-entry-content .list-group {
	border-top: 1px solid #E4E4E4;
	padding-top: 27px;
	margin: 25px 0 40px;
}

.pbmit-team-single .pbmit-entry-content .list-group .list-group-item:not(:last-child),
.service-details .list-group .list-group-item:not(:last-child) {
	padding-bottom: calc(30px/2);
}

.pbmit-team-single .pbmit-entry-content .list-group .pbmit-icon-list-icon svg,
.service-details .list-group-wrap .list-group .pbmit-icon-list-icon svg {
	width: 25px;
	height: 25px;
	background-color: transparent;
}

.pbmit-team-single .ihbox-style-9-area {
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 60px;
}

.pbmit-team-single .contact-form-box {
	border-radius: 5px;
	padding: 60px 60px 40px;
}

.pbmit-team-single .contact-form button.pbmit-btn {
	border: none;
}

.pbmit-team-single .contact-form button.pbmit-btn:hover {
	background-color: var(--pbmit-blackish-color);
}

/** 06 - Contact Us **/
.ihbox-style-11-wrap {
	padding: 50px 40px 40px 40px;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
}

.contact-us-section {
	background-image: linear-gradient(180deg, #c3dbf3 42%, #F2295B00 100%);
	background-color: transparent !important;
	position: relative;
	z-index: 1;
	padding-top: 60px;
}

.contact-us-section .pbmit-heading-subheading p {
	font-size: 18px;
	color: var(--pbmit-blackish-color);
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.contact-us-section:before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: -1;
	background-image: url(../images/bg/contact-us-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.contact-us-section .contact-form-box {
	padding-left: 0;
}

.contact-us-section .contact-form-box button {
	border: none;
}

.contact-iframe-section {
	margin-top: -80px;
}

.contact-iframe-section .iframe-wrap {
	line-height: 0;
}

.contact-iframe-section iframe {
	height: 600px;
	filter: brightness(75%) contrast(143%) saturate(2%) blur(0px) hue-rotate(0deg);
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none;
}

label.error {
	color: #dc3232;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 16px;
	display: block;
	margin-top: 0px;
}

.form-control.error {
	margin-bottom: 0 !important;
}

/**07 - Comment Form **/
.form-control {
	display: block;
	font-weight: normal;
	line-height: normal;
	border: none;
	height: 55px;
	font-size: 15px;
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	color: rgba(var(--pbmit-blackish-color-rgb), .85);
	background-color: var(--pbmit-light-color);
}

.form-control::placeholder {
	color: rgba(var(--pbmit-blackish-color-rgb), .4);
}

form textarea.form-control {
	padding: 20px;
	resize: none;
	height: 125px;
}

.contact-form textarea.form-control {
	height: 150px;
}

.pbmit-bg-color-light .form-control {
	border: 1px solid #e4e4e4;
	background-color: var(--pbmit-white-color);
}

.form-control:focus {
	border-color: var(--pbmit-blackish-color);
}

.form-control:focus::placeholder {
	color: var(--pbmit-blackish-color);
}

form .form-check {
	margin-bottom: 20px;
}

form .form-check-input[type=checkbox] {
	width: 18px;
	height: 18px;
	border-radius: 2px;
	border-color: rgb(var(--pbmit-blackish-color-rgb), .6)
}

.about-two-images .second-img img {
	border-radius: 20px;
	border: 5px solid #fff;
}

.pbmit-meta-wraper {
	display: flex;
}

.choose-us-section-two::after {
	position: absolute;
	content: '';
	inset: 0;
	background: rgb(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
}

.choose-us-section-two {
	background-position: center;
	background-size: cover;
}

.choose-us-section-two .container {
	position: relative;
	z-index: 1;
}

.pbminfotech-ele-fid-style-1 {
	background: linear-gradient(135deg, #16222cbb, #16222c3a, rgba(0, 200, 120, 0.18));
	border-radius: 12px;
	padding: 20px 15px;
	height: 100%;
	transition: 0.3s ease;
}

.pbminfotech-ele-fid-style-1:hover {
	background: linear-gradient(85deg, #16222cee, #16222ca9, rgb(0 200 120 / 25%));
}

.pbminfotech-ele-fid-style-1:hover .pbmit-ihbox-icon-wrapper svg {
	fill: #fff;
}

.service-section-two {
	background:
		radial-gradient(circle at 10% 80%, #1cae753b 0%, transparent 10%), radial-gradient(circle at 90% 20%, #1cae753b 0%, transparent 10%)
}

.client-one-area .pbmit-featured-wrapper img {
	height: 120px;
	object-fit: contain;
	width: 100%;
}

.client-one-area .pbmit-client-hover-img img {
	height: 100px;
	width: 100%;
	object-fit: contain;
}

.pbmit-blog-group-left .pbmit-featured-wrapper img {
	aspect-ratio: 1;
	object-fit: cover;
}

.pbmit-portfolio-style-1:hover .pbminfotech-box-content {
	background: rgb(22 34 45 / 80%);
}

.pbmit-subtitle {
	position: relative !important;
	display: inline-block !important;
	padding-left: 60px !important;
	color: var(--pbmit-global-color) !important;
	line-height: 20px !important;
}

/* Circle */
.pbmit-subtitle::before {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 16px !important;
	height: 16px !important;
	background: var(--pbmit-global-color) !important;
	border-radius: 50% !important;
}

/* Line */
.pbmit-subtitle::after {
	content: "" !important;
	position: absolute !important;
	left: 14px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 40px !important;
	height: 2px !important;
	background: var(--pbmit-global-color) !important;
}

.founder-section .pbminfotech-post-item .pbminfotech-box-content {
	position: absolute;
	bottom: 20px;
	background: #16222cbf;
}

.founder-section .pbmit-team-style-1 .pbmit-box-title-wrap,
.founder-section .pbmit-team-style-1 .pbmit-box-title-wrap .pbmit-team-title a {
	color: #fff;
}

.founder-section .pbmit-team-style-1 .pbmit-box-title-wrap p {
	color: var(--pbmit-global-color);
	margin-bottom: 15px;
}


.language-switcher .lang-btn {
	background: transparent !important;
	border: 1px solid #ddd !important;
	border-radius: 30px !important;
	padding: 5px 16px !important;
	font-weight: 600 !important;
	color: #fff !important;
	box-shadow: none !important;
}

.language-switcher .dropdown-menu {
	min-width: 90px;
	border: 0;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	padding: 8px;
	left: 0 !important;
	transform: translate(0px, 52px) !important;
}

.language-switcher .dropdown-item {
	border-radius: 6px;
	padding: 8px 12px;
	font-weight: 500;
	max-height: 30px;
	line-height: 20px;
}

.language-switcher .dropdown-item:hover,
.language-switcher .dropdown-item.active {
	background: var(--bs-primary);
	color: #fff;
}

/******************************

INDEX:

******************************/

body {
	overflow: visible;
	overflow-x: hidden;
}

@media (max-width: 1700px) {

	/*=== Banner Slider ===*/
	.pbmit-slider-three .pbmit-slider-content {
		padding: 270px 100px 300px 150px;
	}
}

@media (max-width: 1600px) {

	/*=== Banner Slider ===*/
	.pbmit-slider-three .pbmit-slider-content {
		padding: 270px 100px 300px 110px;
	}

	/*=== Homepage 01 ===*/
	.service-section-one .service-left-img {
		padding: 0 50px 0 70px;
		width: auto;
	}

	/*=== Our History ===*/
	.pbmit-element-timeline-style-1 .pbmit-timeline-desc {
		padding: 0 30px;
	}

	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
		grid-gap: 140px;
	}
}

@media (max-width: 1500px) {

	/*=== Banner Slider ===*/
	.pbmit-slider-three .pbmit-slider-content {
		padding: 270px 100px 300px 50px;
	}

	/*=== Homepage 02 ===*/
	.service-section-two .service-slider-arrow {
		right: 0;
	}

	/*=== Our History ===*/
	.pbmit-element-timeline-style-1 .pbmit-timeline-desc {
		padding: 0;
	}

	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
		grid-gap: 120px;
	}
}

@media (max-width: 1400px) {

	/*=== Banner Slider ===*/
	.pbmit-slider-three .pbmit-slider-content {
		padding: 270px 100px 300px 30px;
	}

	/*=== Homepage 04 ===*/
	.pbmit-element-card-box-style-1 .pbmit-card-box {
		padding: 0 80px;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box-line {
		padding: 20px 0 0 0;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box-title h4 {
		font-size: 28px;
		line-height: 34px;
	}

	.pbmit-pre-header-wrapper {
		height: 50px;
		line-height: 50px;
	}

	.pbmit-header-style-2.site-header .site-branding img {
		width: 160px;
	}
}

@media (max-width: 1366px) {

	/*=== Header ===*/
	.pbmit-header-style-1 .pbmit-header-overlay .container,
	.pbmit-header-style-2.site-header .pbmit-pre-header-wrapper .container-fluid,
	.pbmit-header-style-2.site-header .pbmit-header-wrapper .container-fluid,
	.pbmit-header-style-3.site-header .pbmit-main-header-area .container-fluid {
		padding: 0 30px;
	}

	.pbmit-header-style-1 .ihbox-style-17-wrap {
		padding: 5px 0px 0px 20px;
	}

	.pbmit-ihbox-style-17 .pbmit-heading-desc {
		font-size: 14px;
	}

	.pbmit-ihbox-style-17 .pbmit-ihbox-svg,
	.pbmit-ihbox-style-17 .pbmit-icon-type-icon,
	.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-text {
		font-size: 20px;
		line-height: 20px;
	}

	.pbmit-ihbox-style-17 .pbmit-element-title {
		font-size: 14px;
		line-height: 14px;
	}

	.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header>.container {
		padding: 15px 50px 15px 30px;
	}

	.pbmit-header-style-1 .site-navigation ul.navigation>li {
		margin: 0 10px;
	}

	.pbmit-header-style-2 .pbmit-preheader-text {
		font-size: 16px;
	}

	.pbmit-header-style-2.site-header .pbmit-menuarea {
		padding-left: 20px;
	}

	.site-header.pbmit-header-style-2 .pbmit-ihbox-style-3 {
		padding-right: 20px;
	}

	.pbmit-header-style-3.site-header .site-branding img {
		width: 150px;
	}

	.pbmit-header-style-4.site-header .pbmit-pre-header-wrapper .container-fluid {
		padding: 0 30px;
	}

	.pbmit-header-style-4 .pbmit-main-header-area {
		padding: 15px 10px;
	}

	.pbmit-header-style-4.site-header .pbmit-menuarea {
		padding-left: 20px;
	}

	.pbmit-header-style-5.site-header .pbmit-menuarea {
		padding-left: 20px;
	}

	/*=== Section Padding ===*/
	section>.container {
		padding: 0 30px;
	}

	section .container-fluid {
		padding: 0 30px !important;
	}

	.section-xxl {
		padding-top: 100px;
		padding-bottom: 90px;
	}

	.section-lgb {
		padding-bottom: 100px;
	}

	.section-xlt {
		padding-top: 100px;
	}

	.section-lg {
		padding-top: 100px;
		padding-bottom: 70px;
	}

	/*=== Title Bar ===*/
	.pbmit-title-bar-wrapper .container {
		padding: 0 30px;
	}

	.pbmit-title-bar-desc {
		margin: 30px 0 0 110px;
	}

	/*=== Banner Slider ===*/
	.pbmit-slider-one .pbmit-slider-item:before {
		right: 29%;
	}

	.pbmit-slider-one .pbmit-slider-title {
		font-size: 160px;
		line-height: 140px;
	}

	.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets {
		transform: translate(30px, -90px);
	}

	.pbmit-slider-one .video-content-area {
		right: 25px;
	}

	.pbmit-slider-one .video-content-area .video-wrap {
		width: 260px;
		height: 150px;
	}

	.pbmit-slider-two .pbmit-slider-title {
		font-size: 48px;
	}

	.pbmit-slider-two .pbmit-slider-list-wrap li {
		font-size: 17px;
		line-height: 23px;
	}

	.pbmit-header-style-3 .fid-style-2-area {
		display: none;
	}

	.demo-three .marquee-section .container-fluid {
		padding: 0 !important;
	}

	.pbmit-slider-three .pbmit-slider-title {
		font-size: 77px;
		line-height: 87px;
	}

	.pbmit-slider-four .pbmit-slider-item {
		height: 890px;
	}

	.pbmit-slider-four .pbmit-slider-list-wrap {
		margin-top: 120px;
	}

	.pbmit-slider-five .pbmit-slider-item {
		height: 765px;
	}

	.pbmit-slider-five .pbmit-scroll-text {
		font-size: 239px;
		line-height: 229px;
		left: 8%;
	}

	/*=== Homepage-01 ===*/
	.about-section-one {
		padding: 110px 0 110px;
	}

	.about-one-left-box {
		padding-right: 0;
	}

	.about-one-content {
		padding: 30px 0 0 40px;
	}

	.about-one-content .inner-box .right-box {
		padding: 40px 0 0 15px;
	}

	.service-section-one .container-fluid {
		padding: 0 !important;
	}

	.service-section-one .service-left-img {
		padding: 0 40px 0 30px;
	}

	.service-section-one .pbmit-element-service-style-2 {
		padding: 0 6% 3.5% 2%;
	}

	.marquee-section .container-fluid {
		padding: 0 0 !important;
	}

	.why-choose-us-section-one {
		padding: 100px 0 100px;
	}

	.team-section-one {
		padding: 100px 0 90px;
		background-position: 96% 96%;
	}

	.pbmit-team-style-2.pbmit-info-area {
		width: 19%;
	}

	.pbmit-team-style-2 .pbmit-featured-inner {
		margin-right: 30px;
	}

	.pbmit-team-style-2 .pbmit-team-title {
		font-size: 22px;
		line-height: 30px;
	}

	.testimonial-section-one {
		padding-top: 110px;
	}

	.client-satisfaction-section {
		padding: 180px 0 80px;
	}

	.pbminfotech-ele-fid-style-7 .pbmit-fid-counter {
		font-size: 70px;
		line-height: 70px;
	}

	.pbminfotech-ele-fid-style-7 .pbmit-fid-title {
		font-size: 18px;
		line-height: 28px;
	}

	.pbminfotech-ele-fid-style-6 .pbmit-fid-title {
		width: 70%;
	}

	.pbminfotech-ele-fid-style-6 .pbmit-fid-title {
		font-size: 18px;
		line-height: 28px;
	}

	.client-satisfaction-section .right-box {
		padding: 0 0px 0 30px;
	}

	.client-satisfaction-section .right-box .client-area {
		bottom: 30px;
	}

	.client-satisfaction-section .right-box .contact-image {
		margin: -22px 0 0 0px;
	}

	.blog-sec-one {
		padding-bottom: 80px;
	}

	/*=== Homepage-02 ===*/

	.about-two-content {
		padding: 0 0 0 70px;
	}

	.about-two-images .second-img {
		margin-right: -40px;
	}

	.about-two-inner {
		padding: 0 15px 0 0;
	}

	.about-two-content .ihbox-style-2-area {}

	.choose-us-section-two {
		padding: 100px 0 40px;
	}

	.pbminfotech-ele-fid-style-1 .pbmit-fid-counter {
		font-size: 50px;
	}

	.choose-us-section-two .fid-style-1-area {
		margin-left: 30px;
	}

	.our-process-section-one {
		padding: 100px 30px 140px 0;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-nav {
		padding: 0 30px;
	}

	.testimonial-section-two {}

	.testimonial-two-rightbox {
		padding: 70px 0 0 20px;
	}

	/*=== Homepage-03 ===*/
	.demo-three .marquee-section {
		margin-top: 0;
	}

	.about-three-rightbox .pbmit-ihbox-style-3 {
		margin-left: 30px;
	}

	.demo-three .service-section-two {
		padding: 90px 0 50px 0;
	}

	.demo-three .service-section-two .pbmit-col-stretched-right {
		margin-right: 0 !important;
	}

	.demo-three .service-section-two .service-slider-arrow {
		right: 15px;
	}

	.about-us-section-three .ihbox-style-16-area {
		padding-top: 50px;
	}

	.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16:nth-child(2) {
		padding: 0 30px;
	}

	.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16:nth-child(3) {
		padding: 0 25px 0 50px;
	}

	.contact-us-section-three {
		padding-top: 300px;
	}

	.pricing-section-three .pbmit-tabs {
		padding-bottom: 70px;
	}

	/*=== Homepage 04 ===*/
	.about-four-left-box {
		padding-right: 20px;
	}

	.about-four-right-box {
		padding: 30px 0 0 40px;
	}

	.about-four-right-box .fid-style-8-wrap {
		margin-top: 0;
		padding: 40px 20px 0 0;
	}

	.about-us-sec-four {
		padding: 100px 0 120px;
	}

	.about-four-right-box .list-group {
		padding: 90px 20px 0 0;
	}

	.why-choose-us-four-rightbox {
		padding-top: 0;
	}

	.customer-satisfaction-four-left {
		padding: 50px 0 0 30px;
	}

	.customer-satisfaction-four-right {
		padding: 0 0px 0 30px;
	}

	.customer-satisfaction-four-right .contact-image {
		margin: -22px 0 0 0px;
	}

	.customer-satisfaction-four-right .client-area {
		bottom: 30px;
	}

	.customer-satisfaction-four-right .pbmit-custom-title {
		padding-bottom: 65px;
	}

	.business-highlights-four-area {
		gap: 100px;
	}

	.pbminfotech-ele-fid-style-9 .pbmit-fid-title {
		width: 70%;
	}

	.pbminfotech-ele-fid-style-9 .pbmit-fid-title {
		font-size: 18px;
		line-height: 28px;
	}

	.accordion-sec-four .left-box {
		padding-right: 170px;
	}

	/*=== Homepage 05 ===*/
	.why-choose-us-sec-five {
		padding: 100px 0;
	}

	.service-sec-five {
		padding: 100px 0;
	}

	.container:has(.pbmit-tabs-style-2) {
		padding: 0;
	}

	.pbmit-tabs-style-2 .pbmit-tab-content-wrapper {
		padding: 100px 30px 105px;
	}

	/*=== Team Single ===*/
	.pbmit-team-single .pbmit-team-left-wrapper {
		padding-right: 0;
	}

	/*=== Faq ===*/
	.accordion-item .pbmit-accordion-title {
		width: calc(100% - 50px);
	}

	/*=== Our History ===*/
	.about-section-three,
	.history-page .about-us-section {
		padding: 100px 0;
	}

	.history-page .about-us-section .about-us-right-area {
		padding-left: 40px;
	}

	.history-page .about-us-section .about-us-left-area .ihbox-style-8-area {
		left: 0;
	}

	.about-three-leftbox {
		padding-right: 0;
	}

	.history-section {
		padding: 100px 0;
	}

	/*=== Portfolio Single ===*/
	.pbmit-portfolio-single .testimonial-style-2-area {
		padding: 40px;
	}

	/*=== Contact Us ===*/
	.contact-iframe-section .container-fluid {
		padding: 0 !important;
	}

	.contact-us-section .contact-form-box {
		padding-left: 70px;
	}

	/*=== Footer ===*/
	.site-footer .container {
		padding: 0 30px;
	}

	.pbmit-footer-style-1 .pbmit-footer-big-area-wrapper {
		padding: 100px 0 100px;
	}

	.pbmit-footer-style-1 .footer-heading-wrap .pbmit-custom-title h2 {
		font-size: 80px;
		line-height: 80px;
	}

	.pbmit-footer-style-1 .footer-heading-wrap .pbmit-hover-button {
		right: 13%;
		top: -18px;
	}

	.pbmit-footer-style-1 .pbmit-footer-widget-col-4 {
		padding-left: 35px;
	}

	.pbmit-footer-style-2 .pbmit-footer-big-area {
		padding: 25px 30px 30px 30px;
	}

	.pbmit-footer-style-2 .pbmit-footer-widget-col-1 .widget {
		padding: 60px 45px 0 0;
	}

	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-2 {
		width: 21%;
	}

	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-3 {
		width: 17%;
	}

	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-4 {
		width: 24%;
	}

	.pbmit-footer-style-4 .pbmit-footer-widget-col-1 .pbmit-desc br {
		display: none;
	}
}

@media (max-width: 1300px) {

	/*=== Header ===*/
	.pbmit-header-style-1 .site-navigation ul.navigation>li {
		margin: 0 8px;
	}

	.site-header .pbmit-ihbox-style-3,
	.site-header .pbmit-ihbox-style-17 {
		display: none;
	}

	.pbmit-header-style-3 .header-icons-menu {
		margin: 0 16% 0 0;
	}

	/*=== Homepage 01 ===*/
	.pbmit-element-static-box-style-1 .pbmit-contentbox {
		opacity: 1;
		visibility: visible;
	}

	.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-static-box-style-1 {
		margin-bottom: 30px !important;
	}

	/*=== Homepage 04 ===*/
	.pbmit-element-card-box-style-1 .pbmit-card-box {
		padding: 0 60px;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box-title h4 {
		font-size: 26px;
		line-height: 32px;
	}

	/*=== Footer ===*/
	.pbmit-footer-style-1 .pbmit-ihbox-style-15 .pbmit-heading-desc {
		font-size: 16px;
	}
}

@media (max-width: 1280px) {

	/*=== Banner Slider ===*/
	.pbmit-slider-one .pbmit-slider-item {
		height: 880px;
	}

	.pbmit-slider-one .pbmit-slider-content {
		padding-top: 250px;
	}

	.pbmit-slider-one .pbmit-slider-title {
		font-size: 150px;
		line-height: 132px;
	}

	.pbmit-slider-one .pbmit-slider-desc {
		font-size: 18px;
		line-height: 26px;
	}

	.pbmit-slider-one .video-content-area .video-wrap {
		width: 245px;
		height: 140px;
	}

	.pbmit-slider-two .pbmit-slider-item:before {
		right: 30%;
	}

	.pbmit-slider-two .pbmit-slider-content {
		padding: 280px 0 120px;
	}

	.pbmit-slider-two .pbmit-slider-subtitle {
		font-size: 12px;
		line-height: 26px;
	}

	.pbmit-slider-three .pbmit-slider-content {
		padding: 270px 100px 260px 30px;
	}

	.pbmit-slider-three .pbmit-slider-title {
		font-size: 72px;
		line-height: 80px;
	}

	.pbmit-slider-three .pbmit-slider-content .pattern-img {
		width: 460px;
		height: 320px;
	}

	.pbmit-slider-five .pbmit-slider-title {
		font-size: 57px;
		line-height: 64px;
	}

	/*=== Homepage 01 ===*/
	.pbmit-element-service-style-2 .pbmit-title-button-wrapper .pbmit-btn {
		white-space: nowrap;
	}

	.our-process-section-one .heading-col .pbmit-heading-desc br {
		display: none;
	}

	/*=== Homepage 04 ===*/
	.business-highlights-four-area {
		gap: 50px;
	}

	/*=== Homepage 05 ===*/
	.why-choose-us-five-content {
		padding-left: 30px;
	}

	/*=== Our History ===*/
	.pbmit-element-timeline-style-1 .pbmit-timeline-title {
		padding: 0 15px;
	}

	/*=== Footer ===*/
	.pbmit-footer-style-3 .pbmit-footer-big-area-wrapper .footer-heading-wrap .pbmit-title br {
		display: none;
	}
}

@media(max-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: none;
	}

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		padding-right: calc(var(--bs-gutter-x) * .8);
		padding-left: calc(var(--bs-gutter-x) * .8);
	}

	/** Main menu resoposive **/
	.pbmit-menu-wrap {
		background-color: #fff;
		position: fixed;
		top: 0;
		right: -400px;
		z-index: 1000;
		width: 300px;
		height: 100%;
		padding: 0;
		display: block;
		transition: all 900ms ease;
		transform: translateX(400px);
		opacity: 0;
	}

	.active .pbmit-menu-wrap {
		right: 0px;
		visibility: visible;
		opacity: 1;
		overflow-y: scroll;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 600ms;
		transition-delay: 600ms;
		opacity: 1;
	}

	.pbmit-mobile-menu-bg {
		position: fixed;
		right: 0;
		top: 0;
		width: 0%;
		height: 100%;
		display: block;
		z-index: 99;
		background: rgba(0, 0, 0, .9);
		-webkit-transform: translateX(101%);
		-ms-transform: translateX(101%);
		transform: translateX(101%);
		transition: all 900ms ease;
		-webkit-transition-delay: 300ms;
		transition-delay: 300ms;
	}

	.active .pbmit-mobile-menu-bg {
		opacity: 1;
		width: 100%;
		visibility: visible;
		transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		transform: translateX(0%);
	}

	.closepanel {
		position: absolute;
		z-index: 99;
		right: 20px;
		top: 40px;
		display: block;
		height: 30px;
		cursor: pointer;
		border: 0;
	}

	.closepanel svg {
		height: 15px;
	}

	.navbar-toggler {
		display: block !important;
		position: absolute;
		right: 0px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: transparent;
		padding: 0;
		font-size: 35px;
		line-height: 35px;
		color: var(--pbmit-blackish-color);
		width: 40px;
		z-index: 1;
	}

	.navbar-toggler:hover,
	.navbar-toggler:focus {
		outline: none;
	}

	.main-menu .navbar-collapse {
		position: absolute;
		width: 100%;
		left: 0;
		background-color: #fff;
		z-index: 99;
		top: 82px;
	}

	.main-menu .navigation>li {
		float: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	}

	.site-header .site-navigation ul.navigation>li>a {
		height: auto;
		padding: 10px 20px;
		display: inline-block;
		margin: 0;
		color: #000 !important;
	}

	.main-menu .navigation>li>ul a {
		color: #000;
		padding: 10px 20px;
		height: auto;
		display: inline-block;
		font-family: var(--pbmit-heading-typography-font-family);
		font-weight: 600;
	}

	.main-menu .navigation>li>ul,
	.main-menu .navigation>li>ul>li>ul {
		border: none;
		box-shadow: inherit !important;
		width: 100%;
		display: none;
		position: inherit;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.main-menu .navigation>li>ul>li>ul {
		left: 0;
		top: 100%;
	}

	.main-menu .navigation>li.dropdown>ul.open,
	.main-menu .navigation>li.dropdown>ul.open li.dropdown>ul.open {
		display: block;
		opacity: 1;
		visibility: visible;
		padding-left: 1em;
	}

	.main-menu .navigation>li>ul li,
	.main-menu .navigation>li>ul li a {
		border: none;
	}

	.menu-right-box {
		position: relative;
		right: 30px;
		top: 10px;
	}

	.site-header .righticon {
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
		cursor: pointer;
		color: rgba(0, 0, 0, 0.80);
	}

	.site-header .righticon .pbmit-base-icon-up-open-big {
		font-size: 12px;
	}

	.site-header .righticon .pbmit-base-icon-up-open-big:before {
		font-weight: 800;
	}

	.site-header .menu-right-box {
		display: none !important;
	}

	.pbmit-burger-menu-wrapper {
		display: block;
		width: 35px;
	}

	.pbmit-pre-header-wrapper,
	.pbmit-nav-menu-toggle,
	.site-header .pbmit-menuarea .pbmit-header-search-btn,
	.site-header .pbmit-header-button,
	.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header .pbmit-ihbox-style-3 {
		display: none;
	}

	.pbmit-pre-header-wrapper.pbmit-bg-color-secondary {
		display: block;
	}

	ul.navigation.clearfix {
		padding: 90px 0;
	}

	.site-header .site-header-menu>.container {
		padding: 0 30px;
	}

	.pbmit-search-overlay .pbmit-search-outer {
		position: absolute;
		left: 50px;
		right: 50px;
	}

	.site-header .main-menu .navigation>li {
		margin: 0 !important;
	}

	@keyframes fadeInDown {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	.nav-menu-toggle {
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translate(0, -50%);
		border-radius: 5px;
		width: 55px;
		height: 55px;
		line-height: 55px;
		border: none;
		background: var(--pbmit-white-color);
		text-align: center;
		padding: 0;
	}

	.site-header .pbmit-header-search-btn {
		padding: 0px 65px 0 0;
	}

	.site-header .nav-menu-toggle svg,
	.site-header .nav-menu-toggle svg g {
		height: 40px;
		width: 40px;
		fill: var(--pbmit-blackish-color);
	}

	.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header>.container {
		padding: 20px 30px;
	}

	.pbmit-header-style-1 .pbmit-sticky-header .nav-menu-toggle svg,
	.pbmit-header-style-1 .pbmit-sticky-header .nav-menu-toggle svg g {
		fill: var(--pbmit-blackish-color);
	}

	.pbmit-header-search-form-wrapper.open .search-form {
		position: absolute;
		left: 50px;
		right: 50px;
	}

	.pbmit-header-style-1 .pbmit-header-overlay {
		top: 0;
		border-bottom: 1px solid #FFFFFF45;
	}

	.pbmit-header-style-1 .pbmit-header-overlay .container {
		padding: 20px 30px;
	}

	.pbmit-header-style-1 .pbmit-header-content {
		position: relative;
	}

	.pbmit-header-style-2 .pbmit-header-content,
	.pbmit-header-style-3 .pbmit-header-content,
	.pbmit-header-style-5 .pbmit-header-content {
		position: relative;
	}

	.pbmit-mobile-menu-bg .closepanel,
	.pbmit-header-style-3 .pbmit-burger-menu-area,
	.site-header.pbmit-header-style-4 .pbmit-header-search-btn,
	.pbmit-header-style-5 .pbmit-header-search-btn {
		display: none;
	}

	.pbmit-header-search-form .pbmit-header-search-form-wrapper {
		height: 400px;
	}

	.pbmit-header-search-form-wrapper .pbmit-search-close {
		right: 10px;
	}

	.pbmit-header-style-2 .pbmit-main-header-area {
		padding: 10px 0;
	}

	.pbmit-header-style-2 .pbmit-logo-menuarea .site-branding {
		margin-top: 0px;
	}

	.site-header.pbmit-header-style-3 .pbmit-header-overlay {
		margin-top: 0;
		padding: 20px 0;
		border-bottom: 1px solid #FFFFFF45;
	}

	.pbmit-header-style-3 .header-icons-menu {
		display: none !important;
	}

	.pbmit-header-style-4 .pbmit-header-content {
		position: relative;
	}

	.pbmit-header-style-4 .pbmit-main-header-area {
		padding: 20px 0px;
	}

	.pbmit-header-style-4 .nav-menu-toggle,
	.pbmit-header-style-5 .nav-menu-toggle {
		background-color: var(--pbmit-light-color);
	}

	.pbmit-header-style-4 .main-menu .navigation>li>ul a,
	.pbmit-header-style-5 .main-menu .navigation>li>ul a {
		font-family: var(--pbmit-body-typography-font-family);
		font-weight: normal;
	}

	.pbmit-header-style-4 .pbmit-header-sticky-yes.pbmit-fixed-header>.container-fluid:has(.pbmit-header-content) {
		padding: 15px 15px;
	}

	.pbmit-header-style-5 .pbmit-main-header-area>.container-fluid:has(.pbmit-header-content) {
		padding: 20px 15px 20px 20px;
	}

	.pbmit-header-style-5 .pbmit-header-sticky-yes.pbmit-fixed-header>.container-fluid:has(.pbmit-header-content) {
		padding: 15px 30px 15px 30px;
	}

	/*=== Section-Padding ===*/
	.section-md {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.section-xxl {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.section-lgb {
		padding-bottom: 80px;
	}

	.section-xl {
		padding-top: 90px;
		padding-bottom: 80px;
	}

	.section-xlt {
		padding-top: 80px;
	}

	.section-mdb {
		padding-bottom: 80px;
	}

	.section-lg {
		padding-top: 80px;
		padding-bottom: 70px;
	}

	/*=== Section-Title ===*/
	.pbmit-heading-subheading .pbmit-title {
		font-size: 44px;
		line-height: 49px;
	}

	.pbmit-heading-subheading .pbmit-heading-desc br,
	.pbmit-heading-desc br {
		display: none;
	}

	/*=== Title Bar ===*/
	.pbmit-title-bar-desc {
		margin: 30px 0 0 30px;
	}

	/*=== Banner Slider ===*/
	.pbmit-slider-four .pbmit-slider-item {
		height: 785px;
	}

	.pbmit-slider-four .pbmit-slider-content {
		padding-top: 200px;
	}

	.pbmit-slider-four .pbmit-slider-content .pbmit-slider-title {
		font-size: 68px;
		line-height: 68px;
	}

	.pbmit-slider-four .pbmit-slider-content .pbmit-slider-desc {
		font-size: 15px;
		line-height: 24px;
	}

	.pbmit-slider-four .pbmit-slider-content .avatar-group-img {
		width: 125px;
		height: 47px;
	}

	.pbmit-slider-four .pbmit-slider-list-wrap li {
		font-size: 15px;
		line-height: 22px;
	}

	.pbmit-slider-four .pbmit-shape-bottom svg {
		height: 45px;
	}

	.pbmit-slider-five .pbmit-slider-item {
		height: 670px;
	}

	.pbmit-slider-five .pbmit-slider-title {
		font-size: 54px;
		line-height: 60px;
	}

	.pbmit-slider-five .pbmit-scroll-text {
		font-size: 210px;
		line-height: 200px;
	}

	/*=== Homepage-01 ===*/
	.full-width-1200 {
		width: 100%;
	}

	.ihbox-section-one {
		padding: 32px 0 30px;
	}

	.about-one-content {
		padding: 0px 0 0 30px;
	}

	.about-one-content .fid-style-4-box {
		padding: 30px 30px 0 0;
	}

	.fid-style-4-center .pbminfotech-ele-fid-style-4 .pbmit-fid-counter {
		font-size: 110px;
		line-height: 100px;
	}

	.about-one-content .inner-box .right-box {
		padding: 25px 0 0 0px;
	}

	.service-section-one .service-left-img img {
		width: fit-content;
	}

	.service-section-one .pbmit-element-service-style-2 {
		padding: 80px 30px 20px;
	}

	.pbmit-pattarn-bg::after {
		width: 140px;
		height: 55px;
	}

	.pbmit-pattarn-bg::before {
		width: 55px;
		height: 140px;
	}

	.why-choose-us-section-one {
		background-image: none;
		padding: 80px 0 50px;
	}

	.pbmit-tween-effect-style-1.pbmit-tween-text .pbmit-element-title {
		font-size: 135px;
		line-height: 111px;
	}

	.our-process-section-one {
		padding: 80px 0px 100px 0;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-nav-blank {
		width: 20%;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-images {
		margin: 12px 0 0 !important;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-nav {
		height: auto;
		margin: 0 0 12px !important;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-nav-blank::before {
		height: 150px !important;
		width: 60px !important;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-nav-blank::after {
		width: 150px;
		height: 60px;
	}

	.pbmit-element-static-box-style-2 .pbmit-content-box {
		padding: 0 30px;
	}

	.team-section-one {
		padding: 80px 0 55px;
	}

	.pbmit-team-style-2.pbmit-info-area {
		width: 23%;
	}

	.testimonial-section-one {
		padding-top: 80px;
	}

	.pbmit-testimonial-style-3 .pbminfotech-box-desc {
		padding: 30px 25px 30px;
	}

	.pbmit-testimonial-style-3 .pbminfotech-box-desc blockquote {
		font-size: 17px;
		line-height: 24px;
	}

	.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings {
		padding-bottom: 70px;
	}

	.client-satisfaction-section {
		padding: 160px 0 80px;
	}

	.client-satisfaction-section .left-box {
		padding: 0 0 50px 0;
		margin-bottom: 30px;
	}

	.client-satisfaction-section .left-box .fid-style-wrap {
		padding: 40px 50px 0px 30px;
	}

	.client-satisfaction-section .right-box .contact-image {
		text-align: center;
		margin: -22px 0 0 0px;
	}

	/*=== Homepage-02 ===*/

	.service-section-two .service-desc br {
		display: none;
	}

	.service-section-two .pbmit-bottom-text {
		margin-top: 0 !important;
	}

	.service-section-two .service-slider-arrow {
		right: 15px;
	}

	.pbmit-service-style-1 .pbmit-heading-box {
		bottom: 30px;
		left: 30px;
		right: 30px;
	}

	.pbmit-service-style-1 .pbmit-service-icon {
		top: 30px;
		left: 30px;
	}

	.pbmit-service-style-1 .pbmit-service-title,
	.pbmit-service-style-1 .pbmit-service-title a {
		font-size: 22px;
		line-height: 28px;
	}

	.about-two-content {
		padding: 0;
	}

	.about-two-content .ihbox-style-2-area {}

	.choose-us-section-two {
		padding: 80px 0 40px;
	}

	.choose-us-section-two .fid-style-1-area {
		margin-left: 0;
	}

	.contact-us-section-two .pbmit-custom-heading .pbmit-title,
	.contact-us-section-three .pbmit-custom-heading .pbmit-title {
		font-size: 55px;
		line-height: 60px;
	}

	.testimonial-two-rightbox {
		padding: 0px 0 0 40px;
	}

	/*=== Homepage-03 ===*/
	.about-three-leftbox {
		text-align: center;
	}

	.about-three-leftbox .ihbox-style-8-area {
		top: 25%;
		left: 12%;
	}

	.about-three-rightbox {
		padding: 50px 0 0 0;
	}

	.about-us-section-three {
		padding: 80px 0 30px;
	}

	.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16 {
		padding: 0 40px 0 40px;
	}

	.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16:last-child {
		padding-left: 60px;
	}

	.about-three-rightbox .pbmit-ihbox-style-3 {
		margin-left: 0;
	}

	.contact-us-section-three {
		padding-top: 250px;
	}

	.contact-us-section-three .pbmit-custom-heading .pbmit-title {
		font-size: 55px;
		line-height: 60px;
	}

	.pricing-section-three .pricing-three-desc {
		margin: 0 0px 25px 20px;
	}

	.pbmit-tab-discount-wrap h3 {
		margin-left: 0;
	}

	.pbmit-tabs .pbmit-tab-content-wrapper {
		padding: 0px 0 0 25px;
	}

	.pbmit-tabs .pbmit-tab-content-inner {
		padding: 30px;
	}

	.pbmit-tabs .pbmit-tab-heading {
		font-size: 20px;
	}

	.pbmit-tab-link {
		padding: 28px 25px 28px 25px;
	}

	.pbmit-tabs .pbmit-tab-heading::before {
		height: 20px;
		width: 20px;
		font-size: 6px;
		line-height: 20px;
		margin-right: 9px;
	}

	.pbmit-tabs .pbmit-tab-price-w {
		font-size: 30px;
		line-height: 38px;
	}

	.pbmit-tab-notification {
		width: 57%;
	}

	/*=== Homepage 04 ===*/
	.service-four .pbmit-bottom-text.style-2 {
		padding-top: 20px;
	}

	.about-us-sec-four {
		padding: 90px 0 100px;
	}

	.about-four-right-box {
		padding: 0px 0 0 25px;
	}

	.about-four-right-box .list-group {
		padding: 60px 20px 0 0;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box {
		padding: 0 30px 0 10px;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box-title h4 {
		font-size: 24px;
		line-height: 30px;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box-line {
		bottom: 20px;
		left: 40px;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box-number h4 {
		margin: 0 0 80px;
	}

	.customer-satisfaction-four-left {
		padding: 30px 0 0 30px;
	}

	.customer-satisfaction-four-right {
		padding: 0 0px 0 30px;
	}

	.customer-satisfaction-four-right .pbmit-custom-title {
		padding-bottom: 30px;
	}

	.business-highlights-four-area {
		padding: 30px 50px 20px 20px;
		gap: 40px;
	}

	.business-highlights-four-area .pbmit-custom-title .pbmit-title {
		font-size: 17px;
		line-height: 28px;
	}

	.accordion-sec-four {
		padding: 80px 0;
	}

	.accordion-sec-four .left-box {
		padding-right: 150px;
	}

	/*=== Homepage 05 ===*/
	.why-choose-us-sec-five {
		padding: 80px 0 50px;
		background-image: none;
	}

	.why-choose-us-five-content {
		padding-left: 0;
	}

	.why-choose-us-sec-five .pbmit-heading-subheading {
		margin-bottom: 30px;
	}

	.service-sec-five .pbmit-heading-subheading .pbmit-title {
		font-size: 100px;
		line-height: 100px;
	}

	.pbmit-service-style-4 .pbmit-box-content-wrap {
		padding-left: 120px;
	}

	.pbmit-service-style-4 .pbmit-service-title,
	.pbmit-service-style-4 .pbmit-service-title a {
		font-size: 26px;
		line-height: 36px;
	}

	.pbmit-service-style-4 .pbmit-box-content-img-wrapper .pbmit-service-title,
	.pbmit-service-style-4 .pbmit-box-content-img-wrapper .pbmit-service-title a {
		font-size: 22px;
		line-height: 32px;
	}

	.pbmit-service-style-4 .pbmit-service-description p {
		font-size: 16px;
	}

	.pbmit-tabs-style-2 .pbmit-tab-content-inner .right-area {
		padding-left: 20px;
	}

	.pbmit-tabs-style-2 .pbmit-tab-link {
		padding: 25px 30px;
	}

	.demo-five .business-highlights-four-area {
		gap: 40px;
	}

	/*=== Our Team ===*/
	.pbmit-team-style-1 .pbmit-team-title {
		font-size: 20px;
		line-height: 24px;
	}

	/*=== Faq ===*/
	.pe-xl-3:has(.accordion.left-box) {
		padding-right: 0 !important;
		margin-bottom: 10px;
	}

	.ps-xl-4:has(.accordion.right-box) {
		padding-left: 0 !important;
	}

	/*=== Our History ===*/
	.about-section-three {
		padding: 80px 0;
	}

	.history-section {
		padding: 80px 0;
	}

	/*=== Portfolio Single ===*/
	.pbmit-portfolio-single .pbmit-portfolio-lines-wrapper {
		padding: 40px;
	}

	.pbmit-portfolio-lines-wrapper ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 30px;
	}

	.pbmit-portfolio-single .pbmit-entry-content .bottom-right-content {
		margin-left: 0 !important;
		margin-top: 40px;
	}

	.post-navigation .nav-links a {
		width: auto;
	}

	/*=== Sidebar ===*/
	.service-left-col,
	.service-right-col,
	.blog-left-col,
	.blog-right-col {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.service-left-col {
		order: 1;
		margin-top: 50px;
	}

	.site-header .pbmit-header-overlay {
		backdrop-filter: none;
	}

	.sidebar .widget {
		margin-bottom: 35px;
	}

	.blog-right-col {
		padding-top: 60px;
	}

	/*=== Blog Classic ===*/
	.post.blog-classic {
		margin-bottom: 40px;
	}

	/*=== Blog Single Details ===*/
	.blog-details .pbmit-author-box {
		margin-top: 80px;
	}

	/*=== Contact Us ===*/
	.ihbox-style-11-wrap {
		padding: 40px 30px;
	}

	/*=== Footer ===*/
	.pbmit-footer-style-1 .pbmit-footer-big-area-wrapper {
		padding: 80px 0 43px;
	}

	.pbmit-footer-style-1 .footer-heading-wrap .pbmit-custom-title h2 {
		font-size: 75px;
		line-height: 75px;
	}

	.pbmit-footer-style-1 .pbmit-footer-widget-col-2 {
		padding-left: 15px;
	}

	.pbmit-footer-style-1 .pbmit-footer-widget-col-3,
	.pbmit-footer-style-1 .pbmit-footer-widget-col-4 {
		padding-left: 0;
	}

	.pbmit-footer-style-2 .pbmit-footer-widget-col-4 {
		padding-left: 0;
	}

	.pbmit-footer-style-3 .pbmit-footer-big-area-wrapper {
		padding: 75px 0px 45px;
	}

	.pbmit-footer-style-3 .pbmit-footer-big-area-wrapper .footer-heading-wrap .pbmit-title {
		font-size: 38px;
		line-height: 48px;
	}

	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-4 {
		width: 28%;
	}

	.pbmit-footer-style-4 .pbmit-footer-big-area-wrapper .pbmit-ihbox-style-3-area {
		padding: 30px;
	}
}

@media(max-width:1199px) {

	/*=== Title Bar ===*/
	.pbmit-title-bar-desc {
		margin: 20px 0 0 0px;
	}

	/*=== Homepage 01 ===*/
	.about-section-one {
		padding: 90px 0 90px;
	}

	.about-one-left-box {
		text-align: center;
	}

	.about-one-left-box .first-img {
		text-align: right;
	}

	.about-one-left-box .about-second-img {
		text-align: left;
	}

	.about-one-content {
		padding: 50px 0 0 0;
	}

	.about-one-content .inner-box .right-box {
		padding: 25px 0 0 40px;
	}

	.about-one-left-box .ihbox-style-13-area {
		margin-top: -218px;
		padding-left: 0;
		text-align: center;
		width: -webkit-fill-available;
	}

	.why-choose-us-section-one .pbmit-heading-subheading {
		margin-bottom: 0;
	}

	/*=== Our History ===*/
	.history-page .about-us-section .about-us-left-area .about-img {
		text-align: center;
	}

	.history-page .about-us-section .about-us-left-area .ihbox-style-8-area {
		left: 130px;
	}

	.history-page .about-us-section .about-us-right-area {
		padding: 50px 0 0 0;
	}

	/*=== Team Single ===*/
	.pbmit-team-single .pbmit-entry-content {
		padding: 30px 0 0 0;
	}

	/*=== Porfolio Single ===*/
	.pbmit-list-area .pbmit-icon-heading-wrapper {
		padding-top: 0;
	}

	.pbmit-portfolio-single .ihbox-style-5-area {
		padding: 15px 0 35px;
	}

	.pbmit-portfolio-single .testimonial-style-2-area {
		margin: 30px 0 60px;
	}

	/*=== Blog Single ===*/
	.blog-details .pbmit-entry-content .pbmit-block-column:first-child figure,
	.blog-details .pbmit-entry-content .pbmit-block-column:last-child figure {
		padding: 0;
	}

	.blog-details .pbmit-entry-content .pbmit-block-columns img {
		margin-top: 0;
	}

	.blog-details .pbmit-entry-content .pbmit-block-column:not(:first-child) img {
		margin-top: 40px;
	}

	/*=== Contact Us ===*/
	.contact-us-section .contact-form-box {
		padding: 40px 0 60px;
	}

	.contact-us-section .client-one-area {
		border-radius: 40px;
		padding: 20px 30px;
	}
}

@media(max-width:1024px) {

	/*=== Section Pending ===*/
	.section-lg {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	/*=== Section Title ===*/
	.pbmit-heading-subheading .pbmit-title {
		font-size: 40px;
		line-height: 45px;
	}

	/*=== Banner Slider ===*/
	.pbmit-slider-one .pbmit-slider-item {
		height: 700px;
	}

	.pbmit-slider-one .pbmit-slider-content {
		padding-top: 210px;
	}

	.pbmit-slider-one .pbmit-slider-title {
		font-size: 120px;
		line-height: 105px;
		padding-bottom: 30px;
	}

	.pbmit-slider-one .pbmit-slider-desc {
		font-size: 14px;
		line-height: 21px;
	}

	.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets {
		transform: translate(30px, -50px);
	}

	.pbmit-slider-one .video-content-area {
		bottom: 50px;
	}

	.pbmit-slider-one .video-content-area .video-wrap {
		width: 200px;
		height: 110px;
	}

	.pbmit-slider-two .pbmit-slider-content {
		padding: 220px 0 100px;
	}

	.pbmit-slider-two .pbmit-slider-subtitle {
		font-size: 10px;
		line-height: 21px;
	}

	.pbmit-slider-two .pbmit-slider-title {
		font-size: 46px;
		line-height: 56px;
	}

	.pbmit-slider-two .pbmit-slider-list-wrap {
		margin-top: 40px;
	}

	.pbmit-slider-two .pbmit-slider-list-wrap li {
		font-size: 13px;
		line-height: 17px;
	}

	.pbmit-slider-three .pbmit-slider-content {
		padding: 240px 100px 210px 30px;
	}

	.pbmit-slider-three .pbmit-slider-subtitle {
		font-size: 10px;
		line-height: 22px;
	}

	.pbmit-slider-three .pbmit-slider-title {
		font-size: 58px;
		line-height: 65px;
	}

	.pbmit-slider-three .pbmit-slider-content .economy-image {
		width: 240px;
		height: 295px;
	}

	.pbmit-slider-three .pbmit-slider-content .pattern-img {
		width: 370px;
		height: 255px;
	}

	.pbmit-slider-four .pbmit-slider-item {
		height: 670px;
	}

	.pbmit-slider-four .pbmit-slider-content {
		padding-top: 180px;
	}

	.pbmit-slider-four .pbmit-slider-content .pbmit-slider-title {
		font-size: 58px;
		line-height: 58px;
		margin-bottom: 20px;
	}

	.pbmit-slider-four .pbmit-slider-content .pbmit-slider-desc {
		margin-bottom: 30px;
	}

	.pbmit-slider-four .pbmit-slider-list-wrap {
		margin-top: 80px;
	}

	.pbmit-slider-five .pbmit-slider-content {
		padding: 150px 0 0 40px;
	}

	.pbmit-slider-five .pbmit-slider-item {
		height: 570px;
	}

	.pbmit-slider-five .pbmit-slider-title {
		font-size: 46px;
		line-height: 52px;
	}

	.pbmit-slider-five .pbmit-scroll-text {
		font-size: 179px;
		line-height: 172px;
		letter-spacing: -5.3px;
		bottom: -13px;
	}

	/*=== Homepage-01 ===*/
	.video-one-bg {
		min-height: 400px;
	}

	.our-process-section-one {
		padding: 80px 0px 60px 0;
	}

	.video-one-bg {
		padding: 100px 0 0;
	}

	.team-section-one {
		padding: 60px 0 55px;
	}

	.testimonial-section-one {
		padding-top: 70px;
	}

	.testimonial-one-left {
		padding: 30px 25px 20px 25px;
	}

	.testimonial-one-left .custom-heading h2 {
		font-size: 60px;
	}

	.client-one-area {
		border-radius: 40px;
		padding: 20px 30px;
	}

	.client-one-area .client-title br {
		display: none;
	}

	.pbmit-blog-style-1 .pbmit-content-wrapper {
		padding: 30px 30px 15px 30px;
	}

	.blog-sec-one {
		padding-bottom: 60px;
	}

	/*=== Homepage-02 ===*/

	.about-two-images {
		text-align: center;
		margin-right: 16%;
	}

	.about-two-images .second-img {
		margin: -200px 40px 0 0;
	}

	.about-two-content {
		padding-top: 60px;
	}

	.working-process-two-bg {
		background-position: 130% 20px;
	}

	.contact-us-section-two .pbmit-custom-heading .pbmit-title,
	.contact-us-section-three .pbmit-custom-heading .pbmit-title {
		font-size: 45px;
		line-height: 52px;
	}

	.testimonial-two-rightbox {
		padding: 0px 0 0 20px;
	}

	/*=== Homepage-03 ===*/
	.about-three-leftbox .ihbox-style-8-area {
		left: 5%;
	}

	.about-us-section-three {
		background-position: 120% 0px;
	}

	.about-us-section-three {
		padding: 60px 0 30px;
	}

	.about-us-three-rightbox {
		padding-left: 40px;
	}

	.contact-us-section-three {
		padding-top: 200px;
	}

	.contact-us-section-three .pbmit-custom-heading .pbmit-title {
		font-size: 45px;
		line-height: 52px;
	}

	.pricing-section-three .pricing-three-desc {
		margin: 0 0px 25px 20px;
	}

	/*=== Homepage 04 ===*/
	.service-four .pbmit-bottom-text.style-2 {
		padding-top: 40px;
	}

	.about-us-sec-four {
		padding: 90px 0 90px;
	}

	.full-width-1024 {
		width: 100%;
	}

	.about-four-left-box {
		padding: 0;
		text-align: center;
	}

	.about-four-right-box {
		padding: 50px 0 0 0;
	}

	.why-choose-us-sec-four {
		padding: 30px 0px 60px;
	}

	.why-choose-us-sec-four .pbminfotech-ele-fid-style-6 {
		margin-bottom: 60px;
	}

	.customer-satisfaction-four-left {
		min-height: 480px;
		margin-bottom: 40px;
	}

	.customer-satisfaction-four-right .contact-image {
		text-align: center;
	}

	.customer-satisfaction-four-right .pbmit-custom-title {
		padding-bottom: 30px;
	}

	.business-highlights-four-area {
		gap: 20px;
		padding: 30px 20px 20px 20px;
	}

	.business-highlights-four-area .pbmit-custom-title .pbmit-title br,
	.pbminfotech-ele-fid-style-9 .pbmit-fid-title br {
		display: none;
	}

	.pbminfotech-ele-fid-style-9 .pbmit-fid-counter {
		font-size: 45px;
		line-height: 45px;
	}

	.pbminfotech-ele-fid-style-9 .pbmit-fid-title {
		font-size: 16px;
		line-height: 24px;
	}

	.pbmit-ihbox-style-18 .pbmit-element-title {
		font-size: 45px;
		line-height: 45px;
		margin-right: 15px;
	}

	.pbmit-ihbox-style-18 .pbmit-heading-desc {
		font-size: 15px;
	}

	.accordion-sec-four .left-box {
		padding-right: 0;
		margin-bottom: 40px;
	}

	/*=== Homepage 05 ===*/
	.service-sec-five {
		padding: 80px 0;
	}

	.service-sec-five .pbmit-heading-subheading .pbmit-title {
		font-size: 80px;
	}

	.pbmit-tabs-style-2 .pbmit-tab-content-wrapper {
		padding: 70px 30px 70px;
	}

	.pbmit-tabs-style-2 .pbmit-tab-content-inner .right-area {
		padding: 50px 0 0;
	}

	.award-sec-five {
		padding: 80px 0;
	}

	.award-five-leftbox .pbmit-heading-subheading .pbmit-title br {
		display: none;
	}

	.award-five-rightbox {
		padding-top: 30px;
	}

	.blog-sec-two {
		padding-bottom: 50px;
	}

	/*=== Our History ===*/
	.history-page .about-us-section {
		padding: 80px 0;
	}

	.history-page .about-us-section .about-us-left-area .ihbox-style-8-area {
		left: 50px;
	}

	/*=== Service Details ===*/
	.service-details .list-group-wrap {
		margin-top: 40px;
		padding-top: 30px;
	}

	/*=== Footer ===*/
	.pbmit-footer-style-1::before {
		background-position: 0 100%;
	}

	.pbmit-footer-style-1 .footer-heading-wrap {
		padding-right: 0;
	}

	.pbmit-footer-style-1 .footer-heading-wrap .pbmit-custom-title h2 {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: -2px;
	}

	.pbmit-footer-style-1 .footer-heading-wrap .pbmit-hover-button {
		right: 5%;
	}

	.pbmit-footer-style-1 .widget {
		padding-top: 50px;
	}

	.pbmit-footer-style-1 .pbmit-footer-widget-col-2 {
		padding-left: 0;
	}

	.pbmit-footer-style-1 .ihbox-style-15-wrap {
		padding: 40px 0 0 0px;
	}

	.pbmit-footer-style-2 {
		background-position: 0% 0%;
	}

	.pbmit-footer-style-2 .pbmit-footer-widget-col-1 .widget {
		padding: 60px 130px 0 0;
	}

	.site-footer.pbmit-footer-style-3 .pbmit-footer-widget-col-2 {
		width: 59%;
	}

	.site-footer.pbmit-footer-style-3 .pbmit-footer-widget-col-3 {
		width: 41%;
	}

	.pbmit-footer-style-3 .pbmit-footer-widget-col-inner .footer-logo-img {
		margin-bottom: 60px;
	}

	.pbmit-footer-style-3 .pbmit-footer-widget-col-inner .footer-logo-img img {
		width: 30%;
	}

	.pbmit-footer-style-3 .pbmit-footer-big-area-top form {
		margin-left: 0;
	}

	.pbmit-footer-style-3::before,
	.pbmit-footer-style-4::before {
		background-position: 0px 100%;
	}

	.pbmit-footer-style-4 .pbmit-footer-big-area-wrapper .pbmit-ihbox-style-3-area {
		border-radius: 10px;
		flex-direction: column;
		gap: 30px;
	}

	.pbmit-footer-style-4 .pbmit-footer-widget-col-inner .footer-logo-img img {
		width: 35%;
	}

	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-2 {
		width: 55%;
	}

	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-3 {
		width: 45%;
	}

	.site-footer.pbmit-footer-style-3 .pbmit-footer-widget-col-4,
	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-4 {
		width: 100%;
	}

	.site-footer.pbmit-footer-style-3 .pbmit-footer-widget-col-2,
	.site-footer.pbmit-footer-style-3 .pbmit-footer-widget-col-3,
	.site-footer.pbmit-footer-style-3 .pbmit-footer-widget-col-4,
	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-2,
	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-3,
	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-4 {
		padding-top: 60px;
	}

	.pbmit-footer-style-4 .pbmit-footer-widget-col-1 .pbmit-desc {
		font-size: 17px;
	}
}

@media(max-width:991px) {

	/*=== Banner Slider ===*/
	.pbmit-slider-one .pbmit-slider-item {
		height: 550px;
	}

	.pbmit-slider-one .pbmit-slider-content {
		padding-top: 170px;
	}

	.pbmit-slider-one .pbmit-slider-title {
		font-size: 95px;
		line-height: 82px;
		padding-bottom: 20px;
	}

	.pbmit-slider-one .pbmit-slider-desc {
		font-size: 16px;
		line-height: 24px;
		padding-top: 10px;
	}

	.pbmit-slider-one .video-content-area {
		bottom: 30px;
	}

	.pbmit-slider-two .pbmit-slider-content {
		padding: 150px 0 50px;
	}

	.pbmit-slider-three .pbmit-slider-content {
		padding: 185px 0px 70px 30px;
	}

	.pbmit-slider-three .pbmit-slider-content .pattern-img {
		width: 290px;
		height: 200px;
	}

	.pbmit-slider-three .pbmit-slider-content .economy-image {
		width: 185px;
		height: 230px;
	}

	.pbmit-slider-three .pbmit-slider-title {
		font-size: 55px;
		line-height: 55px;
	}

	.pbmit-slider-three .slider-img {
		margin-left: 10px;
	}

	.pbmit-slider-three .swiper-horizontal>.swiper-pagination-bullets {
		display: none;
	}

	.pbmit-slider-four .pbmit-slider-item {
		height: 560px;
	}

	.pbmit-slider-four .pbmit-slider-content {
		padding-top: 90px;
	}

	.pbmit-slider-four .pbmit-slider-content .pbmit-slider-subtitle {
		margin: 0 auto 12px;
	}

	.pbmit-slider-four .pbmit-slider-content .pbmit-slider-title {
		font-size: 52px;
		line-height: 52px;
	}

	.pbmit-slider-five .pbmit-slider-item {
		height: 540px;
	}

	.pbmit-slider-five .pbmit-slider-content {
		padding: 130px 0 0 0px;
	}

	.pbmit-slider-five .pbmit-scroll-text {
		font-size: 113px;
		line-height: 105px;
		bottom: -7px;
	}

	/*=== Section-Title ===*/
	.section-xlt {
		padding-top: 80px;
	}

	.section-mdb {
		padding-bottom: 60px;
	}

	/*=== Homepage-01 ===*/
	.team-slider-arrow,
	.service-slider-arrow {
		/* display: none !important; */
	}

	.pbmit-element-static-box-style-2 .pbmit-content-box {
		padding: 0 0 0 25px;
	}

	.video-one-bg {
		min-height: 360px;
	}

	.pbmit-tween-effect-style-1.pbmit-tween-text .pbmit-element-title {
		font-size: 100px;
		line-height: 80px;
	}

	.team-section-one .pbmit-heading-subheading {
		margin-bottom: 15px;
	}

	.pbmit-team-style-2.pbmit-info-area {
		width: 29%;
	}

	/*=== Homepage-02 ===*/
	.service-section-two .pbmit-heading-subheading {
		margin-bottom: 0;
	}

	.about-two-images {
		margin-right: 0;
	}

	.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings {
		display: none;
	}

	.pbmit-testimonial-style-1 .pbminfotech-box-desc {
		padding-right: 50px;
	}

	/*=== Homepage-02 ===*/
	.demo-three .service-section-two {
		padding: 80px 0 50px 0;
	}

	.testimonial-section-two .testimonial-left-col {
		display: flex;
		align-items: end;
	}

	.testimonial-two-rightbox {
		padding: 0 0 50px 20px;
	}

	/*=== Homepage-03 ===*/
	.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16:nth-child(2),
	.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16:last-child {
		padding: 0 20px 0 50px;
	}

	.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16:nth-child(3) {
		padding-left: 0;
	}

	.pricing-section-three .pricing-three-desc {
		margin: 0 0 25px 0;
	}

	.pricing-section-three .pbmit-tabs {
		padding-bottom: 30px;
	}

	.pbmit-tabs .pbmit-tabs-links,
	.pbmit-tabs .pbmit-tab-content-wrapper {
		width: 100%;
	}

	.pbmit-tab-content {
		margin-bottom: 30px;
	}

	.pbmit-tab-content-title {
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}

	.pbmit-tab-content .pbmit-content-tab-image,
	.pbmit-tabs .pbmit-tab-content {
		display: block;
	}

	.pbmit-tabs .pbmit-tab-content-wrapper {
		padding: 0;
		border: none;
	}

	.pbmit-tabs .pbmit-content-tab-image img {
		width: 100%;
		border-radius: 20px;
		margin-bottom: 20px;
	}

	.pbmit-tab-content-title {
		padding: 20px;
		margin-bottom: 30px;
		border-radius: 5px;
		display: inline-block;
		text-align: center;
		color: var(--pbmit-secondary-color);
		background-color: var(--pbmit-white-color);
	}

	.pbmit-tabs {
		display: block;
	}

	.pbmit-tabs .pbmit-tabs-links {
		display: none;
	}

	/*=== Homepage 04 ===*/
	.pbmit-element-card-box-style-1 .pbmit-card-box-wrapper:not(:last-child) {
		margin-bottom: 30px;
	}

	.pbmit-element-card-box-style-1 .pbmit-content-box .pbmit-card-box-wrapper-inner {
		display: block !important;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box-img img {
		width: 100%;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box-number h4 {
		margin: 0 0 30px;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box {
		padding: 15px 0px 50px 0px;
	}

	.accordion-sec-four {
		padding: 80px 0 70px;
	}

	/*=== Homepage 05 ===*/
	.pbmit-service-style-4 .pbmit-featured-wrapper img {
		min-width: 170px;
		height: 120px;
	}

	.pbmit-service-style-4 .pbmit-featured-wrapper {
		width: 170px;
		margin-right: 20px;
	}

	.pbmit-service-style-4 .pbmit-box-content-wrap {
		padding-left: 80px;
	}

	.pbmit-service-style-4 .pbmit-service-title,
	.pbmit-service-style-4 .pbmit-service-title a {
		font-size: 22px;
		line-height: 32px;
	}

	.pbmit-service-style-4 .pbmit-port-cat {
		padding: 22px 0 0 30px;
	}

	.pbmit-service-style-4 .pbmit-port-cat a {
		font-size: 12px;
		line-height: 29px;
		padding: 0 12px;
	}

	.pbmit-tabs-style-2 .pbmit-tab-content-wrapper {
		padding: 70px 30px 40px;
	}

	.pbmit-tabs-style-2 .pbmit-tab-link {
		padding: 25px 10px;
	}

	/*=== Team Single ===*/
	.pbmit-team-single .pbmit-single-team-info {
		padding: 45px;
	}

	/*=== Our History ===*/
	.history-page .about-us-section .about-us-left-area .ihbox-style-8-area {
		left: 40px;
	}

	/*=== Service Single ===*/
	.service-details .chart-box-wrap {
		padding: 30px 30px 15px;
	}

	/*=== Blog Classic ===*/
	.blog-classic .pbmit-blog-meta.pbmit-blog-meta-top {
		grid-gap: 20px 30px;
		grid-template-columns: repeat(2, 1fr);
	}

	/*=== Blog Single ===*/
	.blog-details .pbmit-comment-content .reply a {
		position: static;
	}
}

@media(max-width:768px) {

	/*=== Banner Slider ===*/
	.pbmit-slider-one .pbmit-slider-item {
		height: 590px;
	}

	.pbmit-slider-one .pbmit-slider-content {
		padding-top: 200px;
	}

	.pbmit-slider-one .pbmit-slider-title {
		font-size: 99px;
		line-height: 89px;
	}

	.pbmit-slider-one .pbmit-shape-bg,
	.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets {
		display: none !important;
	}

	.pbmit-slider-one .video-content-area {
		bottom: 20px;
	}

	.pbmit-slider-two .swiper-horizontal>.swiper-pagination-bullets,
	.pbmit-slider-three .pbmit-slider-content .economy-image,
	.pbmit-slider-four .pbmit-slider-content .pbmit-slider-subtitle,
	.pbmit-slider-four .transform-center:has(.avatar-group-img) {
		display: none;
	}

	.pbmit-slider-five .pbmit-slider-title {
		font-size: 42px;
		line-height: 47px;
		letter-spacing: -0.6px;
	}

	/*=== Homepage 01 ===*/
	.pbmit-team-style-2 .pbmit-ihbox-btn a {
		white-space: nowrap;
	}
}

@media(max-width:767px) {

	/*=== Section-Padding ===*/
	.section-md {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.site-content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.section-xxl {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.section-lgb {
		padding-bottom: 60px;
	}

	.section-xl {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.section-xlt {
		padding-top: 60px;
	}

	.section-sm {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.section-lg {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	/*=== Section Title ===*/
	.pbmit-heading-subheading {
		margin-bottom: 30px;
	}

	.pbmit-heading-subheading .pbmit-title {
		font-size: 36px;
		line-height: 41px;
	}

	.pbmit-heading-subheading .pbmit-title br,
	.team-five-arrow {
		display: none;
	}

	/*=== Header ===*/
	.site-header .nav-menu-toggle {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.site-header .nav-menu-toggle svg,
	.site-header .nav-menu-toggle svg g {
		width: 30px;
		height: 30px;
	}

	.site-header .pbmit-header-search-btn {
		padding: 5px 55px 0 0;
	}

	/*=== Banner Slider ===*/
	.pbmit-slider-one .video-content-area .video-wrap {
		width: 180px;
		height: 100px;
	}

	/*=== Homepage-01 ===*/
	.about-section-one {
		padding: 70px 0 70px;
	}

	.about-one-left-box img {
		width: 100%;
	}

	.about-one-left-box .about-second-img {
		margin: 20px 0 0 0;
	}

	.about-one-left-box .ihbox-style-13-area {
		position: relative;
		margin-top: 40px;
		text-align: left;
	}

	.about-one-content .about-desc {
		margin-top: 0;
	}

	.fid-style-4-center .pbminfotech-ele-fid-style-4 {
		text-align: left;
	}

	.about-one-content .fid-style-4-box {
		border-right: none;
		padding: 30px 0px 0 0;
	}

	.about-one-content .inner-box .right-box {
		padding: 25px 0 0 0px;
	}

	.service-section-one .pbmit-element-service-style-2 {
		padding: 60px 30px 60px;
	}

	.why-choose-us-section-one {
		padding: 60px 0 30px;
	}

	.why-choose-us-section-one .pbmit-element-static-box-style-1 {
		padding-top: 40px;
	}

	.why-choose-us-section-one .chart-box {
		margin: 0 0 30px 0;
	}

	.pbmit-element-static-box-style-1 .pbmit-ele-static-box {
		width: 100%;
		margin-right: 0 !important;
		flex-direction: column;
	}

	.pbmit-static-box-style-1 .pbmit-contentbox::before {
		font-size: 100px;
		line-height: 110px;
		right: 0;
	}

	.pbmit-element-static-box-style-1 .pbmit-bg-imgbox {
		position: unset;
		display: none;
	}

	.pbmit-static-box-style-1 .pbmit-responsive-img {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.pbmit-static-box-style-1 .pbmit-responsive-img img {
		width: 100%;
		-webkit-border-radius: 16px 16px 0 0;
		border-radius: 16px 16px 0 0;
	}

	.pbmit-element-static-box-style-1 .pbmit-contentbox {
		left: 0;
		-webkit-border-radius: 0 0 16px 16px;
		border-radius: 0 0 16px 16px;
	}

	.pbmit-element-static-box-style-1 .pbmit-contentbox {
		transform: translateX(0%);
	}

	.video-one-bg {
		padding: 60px 0 0;
	}

	.video-one-bg .pbmit-custom-title {
		font-size: 20px;
		margin-left: 0;
		margin-top: 20px;
	}

	.video-one-bg .pbmit-custom-title br {
		display: none;
	}

	.our-process-section-one {
		padding: 60px 0px 40px 0;
	}

	.our-process-section-one .heading-col {
		margin-bottom: 50px;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-nav-blank {
		display: none;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-nav {
		padding: 0 30px 0 0 !important;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-nav {
		width: 50%;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-images {
		width: 50% !important;
	}

	.pbmit-element-static-box-style-1 .pbmit-contentbox {
		transform: translateX(0%);
	}

	.pbmit-element-static-box-style-2 .pbmit-heading-subheading.pbmit-desc-yes {
		display: block;
	}

	.team-section-one {
		padding: 60px 0 20px;
		background-image: none;
	}

	.pbmit-element-team-style-2 .pbmit-element-posts-wrapper {
		justify-content: start;
	}

	.pbmit-team-style-2.pbmit-info-area {
		width: 100%;
	}

	.pbmit-team-style-2 .pbmit-title-button-wrapper {
		top: inherit;
		margin-top: 0;
	}

	.testimonial-section-one {
		padding-top: 60px;
	}

	.testimonial-one-left {
		margin-bottom: 30px;
	}

	.testimonial-one-left .testimonial-subtitle h2 {
		margin-bottom: 40px;
	}

	.testimonial-section-one .swiper-slider {
		padding-bottom: 0px;
	}

	.testimonial-section-one .swiper-buttons {
		display: none;
	}

	.testimonial-section-one .testimonial-one-arrow {
		display: none !important;
	}

	.client-satisfaction-section {
		padding: 40px 0 60px;
	}

	.client-satisfaction-section .left-box {
		margin-bottom: 15px;
	}

	.client-satisfaction-section .left-box .fid-style-wrap {
		padding: 40px 0px 0px 30px;
	}

	.client-satisfaction-section .right-box .contact-image {
		margin: 0;
	}

	.client-one-area {
		border-radius: 10px;
	}

	.blog-sec-one {
		padding-bottom: 30px;
	}

	/*=== Homepage-02 ===*/

	.about-two-images {
		margin-right: 0;
	}

	.about-two-images img {
		width: 100%;
	}

	.about-two-images .second-img {
		margin: 30px 0 0 0;
	}

	.about-two-content {
		padding-top: 30px;
	}

	.about-two-content .ihbox-style-2-area {
		padding: 30px 0 0 0;
	}

	.about-two-content .ihbox-style-2-area .pbmit-ihbox-style-2:not(:last-child) {
		margin-bottom: 30px;
	}

	.about-two-content .ihbox-style-5-area {
		padding-top: 30px;
	}

	.choose-us-section-two {
		padding: 60px 0 40px;
	}

	.contact-us-section-two .left-box .pbmit-custom-heading {
		text-align: center;
	}

	.contact-us-section-two .pbmit-custom-heading .pbmit-title,
	.contact-us-section-three .pbmit-custom-heading .pbmit-title {
		font-size: 30px;
		line-height: 38px;
	}

	.contact-us-section-two .pbmit-bottom-text,
	.contact-us-section-three .pbmit-bottom-text {
		margin-top: 0;
	}

	.testimonial-two-rightbox {
		padding: 30px 0 0 0;
	}

	.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote {
		-webkit-line-clamp: inherit;
		line-clamp: inherit;
	}

	.pbmit-testimonial-style-1 .pbminfotech-box-desc {
		padding-right: 0;
		padding-top: 50px;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.pbmit-testimonial-style-1 .pbminfotech-box-desc::after {
		right: inherit;
	}

	.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote {
		font-size: 18px;
		line-height: 32px;
	}

	.testimonial-section-two .client-one-area {
		margin: 30px 0 0;
	}

	.blog-sec-two {
		padding-bottom: 30px;
	}

	/*=== Homepage-03 ===*/
	.about-three-leftbox .ihbox-style-8-area,
	.portfolio-three-slider .swiper-pagination-bullets {
		display: none;
	}

	.about-three-leftbox .about-img img {
		width: 100%;
	}

	.about-three-heading-desc {
		margin-top: 0;
	}

	.demo-three .service-section-two {
		padding: 60px 0 30px 0;
	}

	.about-us-section-three {
		background-image: none;
	}

	.about-us-section-three .about-img {
		width: 100%;
	}

	.about-us-three-rightbox {
		padding: 50px 0 0;
	}

	.about-us-section-three .ihbox-style-16-area {
		padding-top: 50px;
	}

	.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16 {
		padding: 0 !important;
	}

	.contact-us-section-three {
		padding-top: 100px;
	}

	.contact-us-section-three .pbmit-custom-heading {
		text-align: center;
	}

	.contact-us-section-three .pbmit-custom-heading .pbmit-title {
		font-size: 30px;
		line-height: 38px;
	}

	.pricing-section-three .pbmit-tabs {
		padding-bottom: 20px;
	}

	.pbmit-tabs .inner-content {
		display: block;
	}

	.pbmit-tabs .pbmit-tab-list ul li {
		padding-left: 22px;
	}

	.pbmit-tab-notification {
		padding-left: 50px;
		margin-bottom: 30px;
	}

	.pbmit-tab-notification::after {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.pbmit-tabs .pbmit-tab-list ul li::before {
		font-size: 9px;
	}

	.pbmit-tabs .pbmit-tab-list ul li {
		display: block;
		width: 100%;
	}

	.pbmit-tabs .pbmit-tab-btn-wrap {
		display: block;
	}

	.pbmit-tabs .pbmit-tab-link .pbmit-tab-price-wrapper {
		display: none;
	}

	.pbmit-tabs .pbmit-tab-content .pbmit-tab-price-wrapper {
		padding-bottom: 10px;
	}

	.pbmit-tabs .pbmit-tab-content .pbmit-tab-price-w {
		font-size: 36px;
		line-height: 40px;
	}

	/*=== Homepage 04 ===*/
	.about-us-sec-four {
		padding: 30px 0 60px;
	}

	.about-four-left-box .about-02-img {
		margin-top: 20px;
	}

	.about-four-right-box .list-group {
		padding: 40px 0px 0 0;
	}

	.about-four-left-box .about-01-img img,
	.about-four-left-box .about-02-img img {
		width: 100%;
	}

	.pbminfotech-ele-fid-style-6 .pbmit-fid-title br {
		display: none;
	}

	.customer-satisfaction-four-left {
		min-height: 400px;
		padding: 20px 0 0 20px;
	}

	.business-highlights-four-area {
		padding: 30px 0px 30px 20px;
		flex-direction: column;
		gap: 40px;
		align-items: flex-start;
	}

	.business-highlights-four-area .pbmit-custom-title .pbmit-title {
		margin-bottom: 0;
	}

	.customer-satisfaction-four-right .contact-image {
		margin: 0;
	}

	.accordion-sec-four {
		padding: 50px 0 60px;
	}

	.accordion-sec-four .left-box .pbmit-custom-title .pbmit-title {
		font-size: 60px;
		line-height: 60px;
	}

	/*=== Homepage 05 ===*/
	.why-choose-us-sec-five {
		padding: 50px 0 60px;
	}

	.why-choose-us-sec-five .about-01-img {
		width: 100%;
		margin-top: 40px;
	}

	.service-sec-five {
		padding: 60px 0 50px;
	}

	.service-sec-five .pbmit-heading-subheading .pbmit-title {
		font-size: 40px;
		line-height: 40px;
		margin-top: 0;
	}

	.pbmit-service-style-4 .pbmit-featured-wrapper img {
		min-width: 140px;
		height: 100px;
	}

	.pbmit-service-style-4 .pbmit-featured-wrapper {
		width: 140px;
		margin-right: 20px;
	}

	.pbmit-service-style-4 .pbmit-box-content-img-wrapper .pbmit-service-title,
	.pbmit-service-style-4 .pbmit-box-content-img-wrapper .pbmit-service-title a {
		font-size: 18px;
		line-height: 28px;
	}

	.pbmit-service-style-4 .pbmit-port-cat {
		display: none;
	}

	.pbmit-service-style-4 .pbmit-box-content-wrap {
		padding-left: 60px;
	}

	.pbmit-service-style-4 .pbmit-count-number {
		font-size: 16px;
	}

	.pbmit-service-style-4 .pbmit-button-icon {
		font-size: 20px;
		width: 35px;
		height: 35px;
		line-height: 32px;
	}

	.pbmit-service-style-4.pbmit-active .pbmit-service-btn .pbmit-base-icon-plus:before {
		width: 12px;
		height: 2px;
		top: -6px;
	}

	.service-sec-five .pbmit-bottom-text {
		padding: 10px 0 6px;
	}

	.pbmit-tabs-style-2 {
		display: flex;
		flex-direction: column-reverse;
	}

	.pbmit-tabs-style-2 .pbmit-tabs-links {
		margin-top: 50px;
		display: block;
	}

	.pbmit-tabs-style-2 .pbmit-tab-link {
		border-right: none;
	}

	.pbmit-tabs-style-2 .pbmit-tab-link:not(:last-child) {
		margin-bottom: 5px;
	}

	.pbmit-tabs-style-2 .pbmit-tabs-links:before {
		background-color: transparent;
	}

	.pbmit-tabs-style-2 .pbmit-tab-content-wrapper {
		padding: 60px 30px 40px;
	}

	.pbminfotech-ele-fid-style-10 {
		padding: 20px 20px 15px 25px;
	}

	.award-sec-five {
		padding: 60px 0;
	}

	/*=== Team Single ===*/
	.pbmit-team-single .pbmit-team-summary .pbmit-team-title {
		font-size: 38px;
		line-height: 48px;
	}

	.pbmit-team-single .pbmit-single-team-info {
		padding: 40px 30px 37px 30px;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

	.pbmit-team-single .pbmit-single-team-info li {
		border: none;
		padding-bottom: 0;
	}

	.pbmit-team-single .pbmit-custom-heading .pbmit-title {
		font-size: 30px;
		line-height: 35px;
	}

	.pbminfotech-ele-fid-style-3 .pbmit-fid-title br {
		display: none;
	}

	.pbmit-team-single .ihbox-style-9-area {
		margin-bottom: 30px;
	}

	.pbmit-team-single .contact-form-box {
		padding: 30px 30px 15px;
	}

	/*=== Our History ===*/
	.history-page .about-us-section {
		padding: 60px 0;
	}

	.history-page .about-us-section .about-us-left-area .ihbox-style-8-area {
		display: none;
	}

	.about-section-three {
		padding: 60px 0;
	}

	.history-section {
		padding: 60px 0;
	}

	/*=== Services ===*/
	.pbmit-service-style-1 .pbmit-heading-box {
		bottom: 25px;
		left: 25px;
		right: 25px;
	}

	.pbmit-service-style-1 .pbmit-service-title,
	.pbmit-service-style-1 .pbmit-service-title a {
		font-size: 22px;
		line-height: 28px;
	}

	.pbmit-service-style-1 .pbmit-service-icon {
		top: 5px;
		left: 5px;
	}

	.service-slider-arrow {
		margin-bottom: 60px;
	}

	.about-heading-desc {
		font-size: 13px;
		margin-top: -10px;
	}

	/*=== Service Single ===*/
	.service-details .ihbox-style-10-area {
		padding: 30px 30px 0;
	}

	.pbmit-miconheading-style-10 .pbmit-ihbox-style-10::after {
		display: none;
	}

	.service-details .chart-box-wrap {
		padding: 30px 30px 30px;
	}

	/*=== Portfolio Single ===*/
	.pbmit-portfolio-single .pbmit-single-project-details-list-wrapper {
		margin-bottom: 30px;
	}

	.pbmit-portfolio-single .pbmit-entry-content .pbmit-custom-heading .pbmit-title {
		font-size: 28px;
		line-height: 32px;
	}

	.pbmit-portfolio-single .pbmit-portfolio-lines-wrapper {
		padding: 40px 30px;
	}

	.pbmit-portfolio-single .testimonial-style-2-area {
		padding: 30px;
		margin: 30px 0;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		width: 100%;
	}

	/*=== Blog Single ===*/
	.blog-details .pbmit-entry-content blockquote {
		padding: 120px 40px 35px 40px;
	}

	.blog-details .pbmit-entry-content blockquote:before {
		top: 40px;
	}

	.blog-details .pbmit-entry-content .pbmit-block-column:not(:first-child) img {
		margin-top: 30px;
	}

	.blog-details .pbmit-entry-content .pbmit-custom-title {
		font-size: 30px;
		line-height: 35px;
	}

	.blog-details .pbmit-author-box {
		margin-top: 60px;
		display: block;
		border-radius: 20px;
		text-align: center;
		padding: 40px;
	}

	.pbmit-author-box .pbmit-author-image-wrap {
		margin: 0;
		padding: 0 0 20px 0;
		border: none;
	}

	.pbmit-author-box .pbmit-author-name a {
		margin-left: 0;
		bottom: 4px;
	}

	.pbmit-author-box .pbmit-author-content .pbmit-text {
		margin: 10px 0 0 0;
	}

	.blog-details .comments-area {
		margin-top: 60px;
	}

	.comment-list .children {
		margin-left: 0;
	}

	.blog-details .comment-respond {
		padding: 40px;
	}

	/*=== Contact Us ===*/
	.contact-us-section .client-one-area {
		border-radius: 10px;
		padding: 50px 30px;
	}

	.client-one-area .client-title {
		text-align: center;
		margin-bottom: 40px;
		padding-right: 0 !important;
	}

	/*=== Footer ===*/
	.pbmit-footer-style-1 .pbmit-footer-big-area-wrapper {
		padding: 60px 0 60px;
	}

	.pbmit-footer-style-1 .footer-heading-wrap .pbmit-custom-title h2 {
		font-size: 40px;
		line-height: 40px;
	}

	.pbmit-footer-style-1 .widget {
		padding-top: 40px;
	}

	.pbmit-footer-style-1 .footer-heading-wrap .pbmit-hover-button {
		right: 2%;
	}

	.pbmit-footer-style-1 .pbmit-footer-newsletter-wrap {
		padding: 30px 0 25px;
	}

	.pbmit-footer-style-1 .pbmit-footer-big-area-wrapper {
		gap: 30px;
	}

	.pbmit-footer-style-1 .pbmit-copyright-area {
		text-align: center;
	}

	.pbmit-footer-style-1 .pbmit-footer-copyright-text-area {
		margin-bottom: 20px;
	}

	.pbmit-footer-style-1 .pbmit-copyright-area .tween-effect-wrap {
		padding: 0 0 30px 0;
	}

	.pbmit-footer-style-2 .pbmit-footer-big-area {
		border-radius: 20px;
	}

	.pbmit-footer-style-2.site-footer .pbmit-footer-widget-col-1 .widget {
		padding: 50px 0px 0 0;
	}

	.site-footer.pbmit-footer-style-2 .widget {
		padding-top: 60px;
	}

	.pbmit-footer-style-2 .pbmit-footer-widget-col-1 .widget .pbmit-desc {
		padding: 25px 15px 0px 0px;
	}

	.pbmit-footer-style-2 .pbmit-footer-newsletter input {
		margin-bottom: 5px;
	}

	.pbmit-footer-style-2 .pbmit-footer-widget-col-4 .pbmit-custom-title br {
		display: none;
	}

	.pbmit-footer-style-3 .pbmit-footer-big-area-wrapper {
		padding: 50px 0px 45px;
	}

	.pbmit-footer-style-3 .pbmit-footer-big-area-wrapper .footer-heading-wrap .pbmit-title {
		font-size: 28px;
		line-height: 36px;
	}

	.pbmit-footer-style-3 .pbmit-footer-big-area-wrapper .footer-heading-wrap .pbmit-title br {
		display: none;
	}

	.pbmit-footer-style-3 .pbmit-footer-big-area-top form {
		margin-top: 40px;
	}

	.pbmit-footer-style-3 .pbmit-footer-widget-col-inner .footer-logo-img {
		margin-bottom: 35px;
	}

	.site-footer.pbmit-footer-style-3 .pbmit-footer-widget-col-2,
	.site-footer.pbmit-footer-style-3 .pbmit-footer-widget-col-3 {
		padding-top: 40px;
		width: 50%;
	}

	.pbmit-footer-style-3 .pbmit-copyright-area-inner {
		flex-direction: column;
		gap: 20px;
	}

	.pbmit-footer-style-3 .pbmit-footer-widget-col-inner .footer-logo-img img {
		width: 35%;
	}

	.pbmit-footer-style-4 .pbmit-footer-big-area-wrapper {
		padding: 50px 0 70px;
		gap: 50px;
	}

	.pbmit-footer-style-3 .pbmit-footer-copyright-text-area {
		text-align: center;
	}

	.pbmit-footer-style-4 .pbmit-footer-big-area-wrapper .pbmit-ihbox-style-3-area {
		padding: 30px 15px 30px 20px;
	}

	.pbmit-footer-style-4 .pbmit-footer-widget-col-4 .pbmit-custom-title h2 br {
		display: none;
	}
}

@media(max-width:600px) {

	/*=== Homepage 05 ===*/
	.pbmit-service-style-4 .pbmit-featured-wrapper img {
		min-width: 120px;
		height: 90px;
	}

	.pbmit-service-style-4 .pbmit-featured-wrapper {
		width: 120px;
	}

	/*=== Blog Single ===*/
	ul.pbmit-blog-list-number {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media(max-width:575px) {

	/*=== Section Title ===*/
	.pbmit-heading-subheading .pbmit-title {
		font-size: 32px;
		line-height: 37px;
	}

	/*=== Title Bar ===*/
	.pbmit-tbar-title {
		font-size: 50px;
		line-height: 50px;
	}

	/*=== Banner Slider ===*/
	.pbmit-slider-one .pbmit-slider-item {
		height: 420px;
	}

	.pbmit-slider-one .pbmit-slider-content {
		padding-top: 140px;
	}

	.pbmit-slider-one .pbmit-slider-title {
		font-size: 70px;
		line-height: 62px;
		letter-spacing: -.1px;
	}

	.pbmit-slider-one .video-content-area {
		bottom: 10px;
		right: 20px;
	}

	.pbmit-slider-one .video-content-area .video-wrap {
		width: 125px;
		height: 70px;
	}

	.pbmit-slider-two .pbmit-slider-title {
		font-size: 30px;
		line-height: 1.2;
	}

	.pbmit-slider-two .pbmit-slider-list-wrap {
		margin-top: 30px;
	}

	.pbmit-slider-two .pbmit-slider-list-wrap li {
		font-size: 10px;
		line-height: 10px;
	}

	.pbmit-slider-two .pbmit-slider-list-wrap li:not(:last-child) {
		margin-right: 20px;
	}

	.pbmit-slider-three .pbmit-slider-content {
		padding: 120px 0px 60px 15px;
	}

	.pbmit-slider-three .pbmit-slider-subtitle {
		margin-bottom: 15px;
	}

	.pbmit-slider-three .pbmit-slider-title {
		font-size: 35px;
		line-height: 35px;
		padding-bottom: 25px;
	}

	.pbmit-slider-area .pbmit-button .pbmit-btn {
		padding: 10px 15px 10px 25px;
	}

	.pbmit-slider-three .pbmit-slider-content .pattern-img {
		width: 195px;
		height: 135px;
	}

	.pbmit-slider-four .pbmit-slider-item {
		height: 450px;
	}

	.pbmit-slider-four .pbmit-slider-content .pbmit-slider-title {
		font-size: 38px;
		line-height: 40px;
	}

	.pbmit-slider-four .pbmit-slider-content .pbmit-btn {
		padding: 10px 12px 10px 20px;
	}

	.pbmit-slider-four .pbmit-slider-list-wrap {
		margin-top: 70px;
	}

	.pbmit-slider-four .pbmit-slider-list-wrap li {
		font-size: 11px;
		line-height: 18px;
	}

	.pbmit-slider-four .pbmit-slider-list-wrap li:not(:last-child) {
		margin-right: 20px;
	}

	.pbmit-slider-four .pbmit-shape-bottom svg {
		height: 20px;
	}

	.pbmit-slider-five .pbmit-slider-item {
		height: 380px;
	}

	.pbmit-slider-five .pbmit-slider-content {
		text-align: center;
	}

	.pbmit-slider-five .pbmit-slider-title {
		font-size: 31px;
		line-height: 35px;
	}

	.pbmit-slider-five .pbmit-slider-content .pbmit-btn {
		font-size: 14px;
		line-height: 15px;
		padding: 8px 12px 8px 15px;
	}

	.pbmit-slider-five .pbmit-scroll-text {
		font-size: 79px;
		line-height: 74px;
		letter-spacing: -2.8px;
		left: 10%;
	}

	/*=== Homepage-01 ===*/
	.pbmit-element-static-box-style-1 .pbmit-contentbox {
		padding: 30px;
	}

	.pbmit-element-static-box-style-1 .pbmit-static-box-svg-wrapper,
	.pbmit-element-static-box-style-1 .pbmit-icon-wrapper {
		margin-bottom: 15px;
	}

	.pbmit-element-static-box-style-1 .pbmit-contentbox::after,
	.testimonial-two-rightbox .swiper-buttons {
		display: none;
	}

	.pbmit-element-static-box-style-2 .pbmit-static-box-title h5 {
		font-size: 20px;
		line-height: 28px;
	}

	.pbmit-element-static-box-style-2 .pbmit-content-box {
		padding: 0;
	}

	.pbmit-element-static-box-style-2 .pbmit-static-box-number {
		margin: 10px 20px 0 0;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-nav {
		width: 60%;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-images {
		width: 40% !important;
	}

	.pbmit-team-style-2 .pbminfotech-post-item {
		display: block;
	}

	.pbmit-team-style-2 .pbmit-featured-inner {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
	}

	.pbmit-team-style-2 .pbmit-featured-wrapper {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.pbminfotech-ele-fid-style-6 .pbmit-contents-wraper {
		display: block !important;
	}

	.pbminfotech-ele-fid-style-6 .pbmit-fid-title {
		margin: 0px;
		padding: 0;
	}

	/*=== Homepage-02 ===*/
	.pbmit-service-style-1 .pbmit-service-title,
	.pbmit-service-style-1 .pbmit-service-title a {
		font-size: 20px;
		line-height: 28px;
	}

	.pbminfotech-ele-fid-style-1 .pbmit-fid-counter {
		font-size: 60px;
		line-height: 60px;
	}

	.testimonial-section-two .testimonial-left-col {
		justify-content: center;
	}

	.pbmit-blog-style-3 .pbmit-post-title {
		font-size: 19px;
		line-height: 26px;
	}

	.pbmit-blog-group-center .pbmit-blog-style-3 .pbmit-meta-wraper-inner,
	.pbmit-blog-group-left .pbmit-blog-style-3 .pbmit-meta-wraper-inner {
		margin: -60px 10px 0;
		padding: 15px 20px 23px 20px;
	}

	.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-featured-img-wrapper {
		margin-right: 17px;
	}

	.pbmit-blog-group-right .pbmit-blog-style-3 .pbmit-featured-wrapper img {
		min-width: 130px;
		width: 130px;
		height: 110px;
	}

	/*=== Homepage-03 ===*/
	.about-us-section-three {
		padding: 60px 0 0;
	}

	.pbmit-tab-notification {
		width: 100%;
		margin-bottom: 25px;
	}

	.pbmit-tabs .pbmit-tab-content-inner {
		padding: 30px 25px;
	}

	/*=== Homepage-04 ===*/
	.pbminfotech-ele-fid-style-9 .pbmit-contents-wraper {
		display: block !important;
	}

	.pbminfotech-ele-fid-style-9 .pbmit-fid-title {
		margin: 0px;
		padding: 0;
		width: 100%;
	}

	.pbminfotech-ele-fid-style-9 .pbmit-fid-counter {
		margin-bottom: 7px;
	}

	.accordion.style-2 .accordion-item .pbmit-accordion-title {
		font-size: 16px;
		line-height: 24px;
	}

	.accordion.style-2 .accordion-item .accordion-button {
		margin: 0 15px 0 28px;
		padding: 15px 0;
	}

	/*=== Homepage-05 ===*/
	.pbmit-miconheading-style-22 .pbmit-ihbox-style-22 .pbmit-ihbox-box {
		display: block !important;
	}

	.pbmit-ihbox-style-22 .pbmit-ihbox-contents {
		width: 100%;
		padding: 15px 0 0 0;
		text-align: left;
	}

	.pbmit-miconheading-style-22 .pbmit-ihbox-style-22 .pbmit-ihbox-box {
		padding: 20px 0;
	}

	.pbmit-ihbox-style-22 .pbmit-element-title {
		margin-top: 10px;
		padding-right: 0;
	}

	/*=== Faq ===*/
	.accordion-item .accordion-button {
		margin: 0 20px;
	}

	.accordion-item .pbmit-accordion-title {
		font-size: 18px;
		line-height: 22px;
	}

	/*=== Team Member Detail ===*/
	.about-three-rightbox .fid-style-3-area {
		display: block !important;
	}

	.about-three-rightbox .fid-style-3-area .pbminfotech-ele-fid-style-3:last-child {
		margin-left: 0 !important;
		margin-top: 25px;
	}

	/*=== Our History ===*/
	.pbmit-ihbox-style-3 .pbmit-ihbox-svg,
	.pbmit-ihbox-style-3 .pbmit-icon-type-icon,
	.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
		min-width: 60px;
		height: 60px;
		font-size: 25px;
		line-height: 60px;
	}

	/*=== Portfolio Single ===*/
	.pbmit-portfolio-lines-wrapper ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li {
		padding-left: 60px;
	}

	.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
		font-size: 15px;
	}

	.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li::after {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
		top: 3px;
	}

	.pbmit-testimonial-style-2 .pbminfotech-post-item {
		padding-left: 80px;
	}

	.pbmit-testimonial-style-2 .pbminfotech-post-item {
		padding: 80px 0 0 0;
	}

	.pbminfotech-ele-fid-style-2 .pbmit-fid-counter {
		font-size: 35px;
		line-height: 35px;
	}

	.pbminfotech-ele-fid-style-2 .pbmit-ihbox-icon,
	.pbminfotech-ele-fid-style-2 .pbmit-fidbox-svg {
		width: 60px;
		height: 60px;
		margin-right: 20px;
		line-height: 60px;
		font-size: 30px;
	}

	.pbminfotech-ele-fid-style-2 .pbmit-ihbox-icon-wrapper svg,
	.pbminfotech-ele-fid-style-2 .pbmit-fidbox-svg-wrapper svg {
		width: 35px;
		height: 35px;
	}

	.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
		font-size: 16px;
		line-height: 24px;
	}

	.post-navigation .nav-links {
		display: block;
	}

	/*=== Blog Classic ===*/
	.blog-classic .pbmit-blog-meta.pbmit-blog-meta-top {
		grid-gap: 10px 0px;
		grid-template-columns: repeat(1, 1fr);
	}

	.blog-classic .pbmit-blog-classic-inner .pbmit-post-title {
		font-size: 26px;
		line-height: 36px;
	}

	/*=== Blog Single ===*/
	.blog-details .pbmit-blog-meta-bottom {
		display: block;
	}

	.pbmit-blog-meta-bottom-left,
	.pbmit-blog-meta-bottom-right {
		width: 100%;
		text-align: center;
	}

	.pbmit-blog-meta-bottom-right {
		margin-top: 15px;
	}

	.blog-details .pbmit-author-box {
		padding: 30px;
	}

	.comment-list .pbmit-comment-avatar {
		float: none;
	}

	.blog-details .pbmit-comment-content {
		margin: 25px 0 0;
	}

	.blog-details .comment-respond {
		padding: 40px 30px;
		margin-bottom: 0;
	}

	.blog-details .comment-respond .comment-reply-title {
		font-size: 24px;
		line-height: 30px;
	}

	.blog-details .pbmit-entry-content blockquote {
		padding: 120px 30px 35px 30px;
	}

	/*=== Footer ===*/
	.pbmit-footer-style-3 .pbmit-footer-widget-col-inner .footer-logo-img {
		margin-bottom: 50px;
	}

	.site-footer.pbmit-footer-style-3 .pbmit-footer-widget-col-2,
	.site-footer.pbmit-footer-style-3 .pbmit-footer-widget-col-3,
	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-2,
	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-3 {
		width: 100%;
	}
}

@media (max-width: 500px) {

	/*=== Homepage 01 ===*/
	.video-one-bg {
		min-height: 400px;
	}

	.pbmit-tween-effect-style-1.pbmit-tween-text .pbmit-element-title {
		font-size: 70px;
		line-height: 58px;
	}

	.pbmit-element-static-box-style-2 .pbmit-box-number {
		font-size: 19px;
		line-height: 19px;
	}

	.pbmit-element-static-box-style-2 .pbmit-static-box-title h5 {
		font-size: 18px;
		line-height: 25px;
	}

	.pbmit-element-static-box-style-2 .pbmit-static-box-desc {
		margin-bottom: 0;
		font-size: 15px;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-nav {
		padding: 0 20px 0 0 !important;
	}

	/*=== Homepage 04 ===*/
	.pbmit-element-card-box-style-1 .pbmit-card-box-line {
		bottom: 15px;
		left: 20px;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p::before {
		font-size: 7px;
		width: 25px;
		height: 25px;
		line-height: 25px;
		top: 2px;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p {
		padding: 0px 0 0px 35px;
		font-size: 15px;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box {
		padding: 15px 0px 30px 0px;
	}

	/*=== Homepage 05 ===*/
	.service-sec-five .pbmit-element-service-style-4 {
		padding-top: 10px;
	}

	.pbmit-service-style-4 .pbmit-box-content-wrap {
		padding: 50px 0 0 0;
		display: block !important;
	}

	.pbmit-service-style-4 .pbmit-port-cat,
	.pbmit-service-style-4 .pbmit-box-content-img-wrapper-main.d-flex {
		display: block !important;
	}

	.pbmit-service-style-4 .pbminfotech-post-item,
	.pbmit-service-style-4.pbmit-active .pbminfotech-post-item {
		height: 100%;
	}

	.pbmit-service-style-4 .pbmit-service-title,
	.pbmit-service-style-4 .pbmit-service-title a {
		display: none;
	}

	.pbmit-service-style-4 .pbmit-featured-wrapper {
		width: 100%;
		height: 100%;
		opacity: 1;
	}

	.pbmit-service-style-4 .pbmit-port-cat,
	.pbmit-service-style-4.pbmit-active .pbmit-box-content-img-wrapper .pbmit-service-title,
	.pbmit-service-style-4 .pbmit-heading-box,
	.pbmit-service-style-4 .pbmit-featured-wrapper {
		opacity: 1;
		height: 100%;
		width: 100%;
	}

	.pbmit-service-style-4 .pbmit-port-cat {
		padding: 20px 0 10px;
	}

	.pbmit-service-style-4 .pbmit-featured-wrapper img {
		min-width: 100%;
		height: 100%;
	}

	.pbmit-service-style-4 .pbmit-service-btn-wrapper {
		display: none;
	}

	.pbminfotech-ele-fid-style-10 .pbmit-fid-counter {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 16px;
	}

	/*=== Team Single ===*/
	.pbmit-team-single .fid-style-3-area {
		text-align: center;
	}

	.pbminfotech-ele-fid-style-3 .pbmit-fld-contents {
		display: block !important;
	}

	.pbminfotech-ele-fid-style-3 .pbmit-fid-sub {
		margin: 15px 0 0 !important;
	}

	.pbminfotech-ele-fid-style-3 .pbmit-circle-outer,
	.pbminfotech-ele-fid-style-3 .pbmit-fid-sub {
		text-align: center;
	}
}


@media (max-width: 485px) {

	/*=== Header ===*/
	.site-header:not(.pbmit-header-style-4, .pbmit-header-style-5) .site-branding img {
		width: 125px !important;
	}

	/*=== Banner Slider ===*/
	.pbmit-slider-two .pbmit-slider-item:before {
		font-size: 43px;
		line-height: 43px;
	}

	.pbmit-slider-two .pbmit-slider-content {
		padding: 150px 0 70px;
	}

	.pbmit-slider-three .column-2:has(.slider-img),
	.pbmit-slider-three .pbmit-slider-subtitle,
	.pbmit-slider-four .pbmit-slider-content .pbmit-slider-desc,
	.pbmit-slider-four .pbmit-slider-list-wrap {
		display: none;
	}

	.pbmit-slider-three .pbmit-slider-title {
		font-size: 43px;
		line-height: 43px;
		letter-spacing: 0;
	}

	.pbmit-ihbox-style-2 {
		margin-bottom: 10px;
	}

	.pbmit-slider-three .pbmit-slider-content .pattern-img {
		width: 150px;
		height: 105px;
		right: 0;
	}

	.pbmit-slider-four .pbmit-slider-item {
		height: 345px;
	}

	.pbmit-slider-five .pbmit-scroll-text {
		font-size: 58px;
		line-height: 54px;
		left: 16%;
	}

	/*=== Section Title ===*/
	.pbmit-heading-subheading .pbmit-title {
		font-size: 28px;
		line-height: 33px;
	}

	/*=== Homepage 01 ===*/
	.ihbox-section-one .half-width-767-to-486:nth-child(2) {
		margin-top: 20px;
	}

	.why-choose-us-section-one .list-group .list-group-item {
		align-items: start;
	}

	.why-choose-us-section-one .list-group .pbmit-icon-list-icon {
		top: 7px;
	}

	/*=== Homepage 02 ===*/
	.about-two-content .ihbox-style-5-area .half-width-767-to-486:nth-child(2) {
		padding-top: 20px;
	}

	/*=== Team Single ===*/
	.pbmit-team-single .pbmit-team-share-btn .pbmit-team-box-links {
		display: block !important;
	}

	.pbmit-team-single .pbmit-single-team-info li {
		padding: 70px 0 0 0;
	}

	.pbmit-team-single .pbmit-team-detail .pbmit-single-team-info li span {
		width: auto;
		min-width: unset;
	}

	.pbmit-team-single .pbmit-custom-heading .pbmit-title {
		font-size: 28px;
		line-height: 33px;
	}

	/*=== Portfolio Single ===*/
	.pbmit-portfolio-single .pbmit-desc-info .pbmit-portfolio-line-title {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 25px;
	}

	.pbmit-list-area .pbmit-icon-heading-wrapper {
		display: block;
	}

	.pbmit-portfolio-single .ihbox-style-5-area .pbmit-col:not(:last-child),
	.pbmit-portfolio-single .fid-style-2-area .pbmit-col:not(:last-child) {
		margin-bottom: 15px;
	}

	/*=== Blog Single Details ===*/
	.blog-details .pbmit-comment-meta {
		display: block;
	}

	.blog-details .pbmit-comment-date {
		padding: 10px 0 0 0;
	}

	.blog-details .pbmit-comment-date a {
		padding: 0;
	}

	.blog-details .pbmit-comment-date a::before {
		display: none;
	}

	/*=== Footer ===*/
	.pbmit-footer-style-1 .footer-heading-wrap .pbmit-hover-button {
		display: none;
	}
}


@media (max-width: 480px) {

	/*=== Our Team ===*/
	.pbmit-team-style-1 .pbminfotech-box-content {
		margin: -40px 10px 0;
		padding: 15px 20px 23px 20px;
	}

	.pbmit-team-style-1 .pbmit-team-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 0;
	}

	.pbmit-team-style-1 .pbminfotech-box-team-position {
		font-size: 12px;
	}
}

@media(max-width:479px) {

	/*=== Homepage 01 ===*/
	.pbmit-slider-one .video-content-area {
		display: none !important;
	}
}

@media(max-width:475px) {

	/*=== Team single ===*/
	.pbmit-ihbox-style-9 .pbmit-ihbox-box {
		flex-direction: column;
		text-align: center;
	}

	.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
	.pbmit-ihbox-style-9 .pbmit-icon-type-icon,
	.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text {
		margin: 0 0 5px 0;
	}
}

@media(max-width: 410px) {
	.history-page .about-us-section .about-us-right-area .fid-style-3-area {
		text-align: center;
	}
}

@media (max-width: 400px) {

	/*=== Homepage 01 ===*/
	.pbmit-element-static-box-style-2 .swiper-static-slide-nav {
		width: 100%;
	}

	.pbmit-element-static-box-style-2 .swiper-static-slide-images {
		display: none;
	}

	.pbmit-element-static-box-style-2 ul.pbmit-hover-inner {
		padding: 0;
	}

	/*=== Homepage 04 ===*/
	.pbmit-element-card-box-style-1 .pbmit-card-box-line {
		display: none;
	}

	.pbmit-element-card-box-style-1 .pbmit-card-box-number h4 {
		font-size: 22px;
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	/*=== Contact Us ===*/
	.pbmit-ihbox-style-11 .pbmit-element-title {
		font-size: 19px;
		line-height: 28px;
	}
}

@media (max-width: 375px) {

	/*=== Header ===*/
	.site-header:not(.pbmit-header-style-4, .pbmit-header-style-5) .site-branding img {
		width: 110px !important;
	}

	.pbmit-header-style-2.site-header .site-branding img,
	.pbmit-header-style-3.site-header .site-branding img {
		max-height: 32px;
	}

	/*=== Banner Slider ===*/
	.pbmit-slider-one .pbmit-slider-title {
		font-size: 63px;
		line-height: 55px;
	}

	.pbmit-slider-two .pbmit-slider-title {
		font-size: 40px;
		line-height: 40px;
	}

	.pbmit-slider-four .pbmit-slider-content .pbmit-slider-title {
		font-size: 31px;
		line-height: 35px;
	}

	/*=== Homepage 02 ===*/
	.testimonial-section-two .client-one-area {
		margin-top: 50px;
	}

	/*=== Homepage 05 ===*/
	.pbminfotech-ele-fid-style-10 .pbmit-fid-counter {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.pbminfotech-ele-fid-style-10 {
		padding: 15px 20px 15px 20px;
	}
}

@media (max-width: 330px) {

	/*=== Blog Classic ===*/
	.widget-recent-post .recent-post-list-li {
		display: block !important;
	}

	.widget-recent-post .recent-post-list-li>a {
		width: 100%;
		margin: 0 0 30px 0;
	}
}

/*=== Min Start ===*/
@media (min-width: 1367px) {
	.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header .pbmit-sticky-logo {
		width: 155px;
	}

	.pbmit-header-style-2 .site-navigation ul.navigation>li,
	.pbmit-header-style-4 .site-navigation ul.navigation>li {
		margin: 0 18px;
	}
}

@media (min-width: 1201px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1444px;
	}

	.site-content .container {
		max-width: 1420px;
	}

	/*=== Header ===*/
	.site-header .site-navigation ul.navigation .righticon {
		display: none;
	}

	.main-menu .navigation>li>ul li.active>a {
		color: var(--pbmit-global-color);
	}

	.site-navigation ul.navigation>li {
		margin: 0 15px;
	}

	.site-navigation ul.navigation>li>a {
		float: left;
		position: relative;
		font-size: 16px;
		line-height: 28px;
		font-weight: 600;
		z-index: 1;
		display: flex;
		align-items: center;
		letter-spacing: .16px;
		color: var(--pbmit-white-color);
	}

	.main-menu .navigation>li>ul a {
		position: relative;
		display: block;
		font-family: var(--pbmit-heading-typography-font-family);
		font-weight: 700;
		font-size: 13px;
		line-height: 28px;
		letter-spacing: .26px;
		text-transform: uppercase;
		font-style: normal;
	}

	.site-navigation ul.navigation>li>a:hover,
	.site-navigation ul.navigation>li>a:hover:after {
		color: var(--pbmit-global-color);
	}

	.site-navigation ul.navigation>li.active>a {
		color: var(--pbmit-global-color);
	}

	.site-navigation ul.navigation a {
		font-family: var(--pbmit-heading-typography-font-family);
		font-weight: normal;
		font-size: 16px;
		font-style: normal;
	}

	.main-menu .navigation>li>ul,
	.main-menu .navigation>li>ul>li>ul {
		min-width: 250px;
		position: absolute;
		padding: 10px 0;
		top: 50px;
		left: 0px;
		border-radius: 10px;
		z-index: 100;
		visibility: hidden;
		border-top: 3px solid var(--pbmit-global-color);
		background-color: var(--pbmit-white-color);
		opacity: 0;
		-webkit-box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
		box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
		transform: perspective(500px) rotateX(-20deg);
		transform-origin: 50% 0%;
		-webkit-transition: all 200ms linear 0ms;
		transition: all 200ms linear 0ms;
	}

	.main-menu .navigation>li>ul li {
		font-weight: 400;
		padding: 8px 25px;
	}

	.main-menu .navigation>li>ul li:hover>a {
		padding-left: 15px;
		color: var(--pbmit-global-color);
	}

	.main-menu .navigation>li>ul li:hover>a:before {
		opacity: 1;
		visibility: visible;
		transform: translateY(-50%) scale(1);
	}

	.main-menu .navigation>li>ul a:before {
		position: absolute;
		content: "";
		left: 0;
		right: auto;
		top: 50%;
		bottom: auto;
		width: 4px;
		height: 4px;
		border-radius: 20px;
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		background-color: var(--pbmit-global-color);
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		opacity: 0;
		visibility: hidden;
	}

	.main-menu .navigation>li>ul>li>ul {
		left: 100%;
		top: 0;
		margin-top: -8px;
	}

	.main-menu ul>li.dropdown>ul>li.dropdown>a:after {
		position: absolute;
		right: 0px;
		font-family: "pbminfotech-base-icons";
		font-size: 15px;
		content: "\e814";
		font-weight: 600;
		top: 50%;
		color: var(--pbmit-blackish-color);
		transform: translate(0, -50%);
	}

	.main-menu ul>li.dropdown>ul>li.dropdown.active>a::after,
	.main-menu ul>li.dropdown>ul>li:hover>a::after {
		color: var(--pbmit-global-color);
	}

	.site-header .pbmit-social-links li {
		float: left;
	}

	.pbmit-burger-menu-wrapper,
	.nav-menu-toggle {
		display: none;
	}

	.pbmit-header-style-1 .pbmit-header-content {
		border: 1px solid #7C898D;
		border-radius: 5px;
		padding: 12px 15px 12px 20px;
		background-image: linear-gradient(180deg, #ECF0F429 0%, #7C898D85 100%);
	}

	.pbmit-header-style-1 .pbmit-sticky-header.pbmit-fixed-header .site-branding {
		padding-right: 100px;
	}

	.pbmit-header-style-2 .site-navigation ul.navigation>li,
	.pbmit-header-style-4 .site-navigation ul.navigation>li {
		margin: 0 13px;
	}

	.pbmit-header-style-2 .pbmit-header-wrapper .container-fluid {
		padding: 0;
	}

	.pbmit-header-style-2 .pbmit-pre-header-wrapper .container-fluid,
	.pbmit-header-style-3 .pbmit-main-header-area .container-fluid,
	.pbmit-header-style-4 .pbmit-pre-header-wrapper .container-fluid {
		padding: 0 37px;
		max-width: none;
		width: auto;
	}

	.pbmit-header-style-2 .pbmit-menuarea,
	.pbmit-header-style-4 .pbmit-menuarea,
	.pbmit-header-style-5 .pbmit-menuarea {
		padding-left: 80px;
	}

	.pbmit-header-style-2 .site-navigation ul.navigation>li>a,
	.pbmit-header-style-4 .site-navigation ul.navigation>li>a,
	.pbmit-header-style-5 .site-navigation ul.navigation>li>a {
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 28px;
		letter-spacing: 0.26px;
	}

	.pbmit-header-style-3 .pbmit-menuarea,
	.pbmit-header-style-3 .main-navigation.main-menu {
		display: none;
	}

	.pbmit-header-style-3 .pbmit-burger-menu-area-inner .pbmit-menu-wrapper {
		width: 51%;
		height: 100%;
		background-color: var(--pbmit-light-color);
		align-items: center;
		display: inline-grid;
		overflow: hidden;
		overflow-y: auto;
		max-height: 100vh;
	}

	.pbmit-header-style-3 .pbmit-burger-menu-area .menu-main-menu-container ul.menu>li {
		padding-left: 15%;
	}

	.pbmit-burger-menu-area .pbmit-closepanel a:hover svg rect {
		animation: pbmit-closer-line-draw .6s;
		animation-duration: 0.6s;
		animation-timing-function: ease;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: none;
		animation-play-state: running;
		animation-name: pbmit-closer-line-draw;
	}

	.pbmit-header-style-3 .pbmit-burger-menu-area .menu-main-menu-container ul .sub-menu:after {
		bottom: 0;
		content: '';
		position: absolute;
		width: 100%;
		height: calc(100% - 42px);
		background-color: var(--pbmit-white-color);
		border: 0;
		z-index: 0;
		right: 0;
		border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	}

	.pbmit-header-style-3 .pbmit-floating-menu-details-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 49%;
		height: 100%;
		padding: 6% 0 3% 6%;
	}

	.pbmit-header-style-3 .pbmit-floatingbar-pattarn img {
		z-index: -1;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0%, -50%);
	}

	.pbmit-header-style-3 .pbmit-floating-menu-details {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100vh;
	}

	.pbmit-header-style-3 .pbmit-floating-menu-details .pbmit-floatingbar-logo img {
		width: 200px;
	}

	.pbmit-header-style-3 .pbmit-floating-menu-details .pbmit-floating-contents-inner {
		padding-bottom: 55px;
	}

	.pbmit-header-style-3 .pbmit-floating-menu-details .pbmit-floating-contents-inner:last-child {
		padding: 0;
	}

	.pbmit-header-style-3 .pbmit-floating-menu-details .pbmit-floating-title {
		font-size: 13px;
		line-height: 13px;
		margin-bottom: 2px;
		text-transform: uppercase;
		letter-spacing: .78px;
		color: rgba(var(--pbmit-blackish-color-rgb), .5);
	}

	.pbmit-header-style-3 .pbmit-floating-menu-details .pbmit-floating-desc {
		margin-bottom: 0;
		font-size: 17px;
		line-height: 28px;
		letter-spacing: -.34px;
	}

	.pbmit-header-style-3 .pbmit-floating-menu-details ul.pbmit-social-links a {
		font-size: 17px;
		transition: all .25s ease-in-out;
	}

	.pbmit-header-style-4 .site-navigation ul.navigation>li:not(.active)>a,
	.pbmit-header-style-5 .site-navigation ul.navigation>li:not(.active)>a {
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.26px;
		color: #000000;
	}

	.pbmit-header-style-4 .site-navigation ul.navigation>li:hover>a,
	.pbmit-header-style-5 .site-navigation ul.navigation>li:hover>a {
		color: var(--pbmit-global-color);
	}

	.pbmit-header-style-5 .site-navigation ul.navigation>li {
		margin: 0 20px;
	}

	.pbmit-header-style-5 .main-menu .navigation>li>ul a {
		font-weight: 600;
	}

	/*=== Homepage 04 ===*/
	.left-column:has(.customer-satisfaction-four-left) {
		width: 46%;
	}

	.right-column:has(.customer-satisfaction-four-right) {
		width: 54%;
	}

	/*=== Sidebar ===*/
	.blog-left-col,
	.service-right-col {
		flex: 0 0 72%;
		max-width: 72%;
	}

	.blog-right-col,
	.service-left-col {
		flex: 0 0 28%;
		max-width: 28%;
	}

	.blog-left-col {
		padding-right: 35px;
	}

	.service-right-col {
		padding-left: 40px;
	}

	/*=== Footer ===*/
	.pbmit-footer-style-1 .pbmit-footer-widget-col-1 {
		flex: 0 0 41%;
		max-width: 41%;
	}

	.pbmit-footer-style-1 .pbmit-footer-widget-col-2 {
		flex: 0 0 15%;
		max-width: 15%;
	}

	.pbmit-footer-style-1 .pbmit-footer-widget-col-3 {
		flex: 0 0 22%;
		max-width: 22%;
	}

	.pbmit-footer-style-1 .pbmit-footer-widget-col-4 {
		flex: 0 0 22%;
		max-width: 22%;
	}

	.pbmit-footer-style-2 .pbmit-footer-widget-col-1 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.pbmit-footer-style-2 .pbmit-footer-widget-col-2 {
		flex: 0 0 21%;
		max-width: 21%;
	}

	.pbmit-footer-style-2 .pbmit-footer-widget-col-3 {
		flex: 0 0 16%;
		max-width: 16%;
	}

	.pbmit-footer-style-2 .pbmit-footer-widget-col-4 {
		flex: 0 0 33%;
		max-width: 33%;
	}

	.pbmit-footer-style-3 .pbmit-footer-widget-col-1 {
		width: 31%;
	}

	.pbmit-footer-style-3 .pbmit-footer-widget-col-2 {
		width: 26%;
	}

	.pbmit-footer-style-3 .pbmit-footer-widget-col-3 {
		width: 18%;
	}

	.pbmit-footer-style-4 .pbmit-footer-widget-col-1 {
		width: 32%;
	}

	.pbmit-footer-style-4 .pbmit-footer-widget-col-2 {
		width: 20%;
	}

	.pbmit-footer-style-4 .pbmit-footer-widget-col-3 {
		width: 16%;
	}

	.pbmit-footer-style-4 .pbmit-footer-widget-col-4 {
		width: 32%;
	}
}

@media(min-width:1200px) {

	/*=== Portfolio Single ===*/
	.pbmit-single-project-details-list-wrapper .pbmit-portfolio-info-title {
		padding-right: 60px;
		width: 63.5%;
	}

	.pbmit-single-project-details-list-wrapper .pbmit-list-area {
		padding-left: 0;
		width: 36.5%;
	}
}

@media(min-width:1025px) {

	/*=== Homepage 04 ===*/
	.pbmit-bg-pattern {
		position: relative;
	}

	.pbmit-bg-pattern:before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		display: block;
		background-image: url(../images/demo-4/bg/pattarn-01.png);
		background-position: top right;
		background-repeat: no-repeat;
	}
}

@media(min-width: 768px) {

	/*=== Homepage 03 ===*/
	.pbmit-tabs .pbmit-tab-content .pbmit-tab-price-wrapper {
		display: none;
	}
}


@media (min-width: 768px) and (max-width: 1300px) {

	.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active,
	.pbmit-element-static-box-style-1 .pbmit-ele-static-box {
		width: 50%;
		margin-right: 50%;
		margin-bottom: 30px;
		padding: 0;
	}

	.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active .pbmit-bg-imgbox,
	.pbmit-element-static-box-style-1 .pbmit-ele-static-box:not(.pbmit-active) .pbmit-bg-imgbox {
		border-radius: 16px 0 0 16px;
	}

	.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper {
		margin: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.pbmit-element-static-box-style-1 .pbmit-contentbox {
		padding: 50px;
	}
}

@media (max-width: 1460px) and (min-width: 1367px) {
	.about-us-section-three .ihbox-style-16-area {
		margin-left: 20px;
	}
}

@media (max-width: 1375px) and (min-width: 1367px) {
	.pbmit-header-style-4 .pbmit-menuarea {
		padding-left: 50px;
	}
}

@media (max-width: 1366px) and (min-width: 1201px) {
	.site-footer.pbmit-footer-style-1 .pbmit-footer-widget-col-1 {
		flex: 0 0 36%;
		max-width: 36%;
	}

	.site-footer.pbmit-footer-style-1 .pbmit-footer-widget-col-4 {
		flex: 0 0 27%;
		max-width: 27%;
	}

	.pbmit-footer-style-2 .pbmit-footer-widget-col-1 {
		flex: 0 0 26%;
		max-width: 26%;
	}

	.pbmit-footer-style-2 .pbmit-footer-widget-col-2 {
		flex: 0 0 22%;
		max-width: 22%;
	}

	.pbmit-footer-style-2 .pbmit-footer-widget-col-3 {
		flex: 0 0 16%;
		max-width: 16%;
	}

	.pbmit-footer-style-2 .pbmit-footer-widget-col-4 {
		flex: 0 0 36%;
		max-width: 36%;
	}

	.site-header:not(.pbmit-header-style-4, .pbmit-header-style-5) .site-navigation ul.navigation>li>a {
		font-size: 15px;
	}

	.site-header .pbmit-sticky-header .site-navigation ul.navigation>li>a {
		font-size: 16px;
	}

	.site-header.pbmit-header-style-2 .site-navigation ul.navigation>li>a {
		font-size: 13px;
	}

	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-1 {
		width: 38%;
	}

	.pbmit-footer-style-4 .pbmit-footer-widget-col-inner .footer-logo-img img {
		width: 250px;
	}
}

@media (max-width: 1366px) and (min-width: 992px) {
	.service-section-two>.container {
		padding-right: 0 !important;
	}

	.service-section-two .service-slider-arrow {
		right: 15px;
	}
}

@media (max-width: 1200px) and (min-width: 1025px) {
	.about-two-images {
		display: none;
	}

	.left-column:has(.customer-satisfaction-four-left) {
		width: 43%;
	}

	.right-column:has(.customer-satisfaction-four-right) {
		width: 57%;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.our-process-section-one .heading-col {
		width: 58%;
		padding-left: 95px;
	}
}

@media (max-width: 1200px) and (min-width: 576px) {

	.pbmit-footer-style-2 .pbmit-footer-widget-col-1,
	.pbmit-footer-style-2 .pbmit-footer-widget-col-2,
	.pbmit-footer-style-2 .pbmit-footer-widget-col-3,
	.pbmit-footer-style-2 .pbmit-footer-widget-col-4 {
		width: 50%;
	}
}

@media (max-width: 1199px) and (min-width: 1025px) {
	.site-footer.pbmit-footer-style-4 .pbmit-footer-widget-col-1 {
		width: 33%;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16:last-child {
		padding-left: 0;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	.pbmit-footer-style-1 .pbmit-footer-widget-col-2 {
		flex: 0 0 37%;
		max-width: 37%;
	}

	.pbmit-footer-style-1 .pbmit-footer-widget-col-3 {
		flex: 0 0 63%;
		max-width: 63%;
	}

	.pbmit-footer-style-1 .pbmit-footer-widget-col-4 {
		flex: 0 0 60%;
		max-width: 60%;
	}
}

@media (max-width: 1024px) and (min-width: 486px) {
	.half-width-1024-to-486 {
		width: 50%;
	}
}

@media(max-width:991px) and (min-width: 486px) {
	.pbmit-slider-three .pbmit-slider-title br {
		display: none;
	}
}

@media(max-width:991px) and (min-width: 767px) {
	.portfolio-bottom-desc {
		width: 70%;
	}
}

@media (max-width: 767px) and (min-width: 486px) {

	.pbmit-portfolio-single .ihbox-style-5-area .pbmit-col,
	.pbmit-portfolio-single .fid-style-2-area .pbmit-col {
		width: 50%;
	}

	.pbmit-portfolio-single .ihbox-style-5-area .pbmit-col:nth-child(3),
	.pbmit-portfolio-single .ihbox-style-5-area .pbmit-col:last-child {
		margin-top: 15px;
	}
}

@media(max-width:767px) and (min-width:486px) {
	.half-width-767-to-486 {
		width: 50%;
	}
}

@media(max-width: 500px) and (min-width: 410px) {

	/*=== Our History ===*/
	.history-page .about-us-section .about-us-right-area .fid-style-3-area {
		display: flex !important;
		gap: 20px;
	}

	.history-page .about-us-section .about-us-right-area .fid-style-3-area .pbminfotech-ele-fid-style-3:last-child {
		margin-top: 0 !important;
	}
}

/* new css */
.about-two-content .fid-style-4-box {
	border-right: 1px solid #E4E4E4;
	padding: 50px 40px 0 0;
}

.about-two-content .fid-style-4-box.last-child {
	border-right: none;
	padding-right: 0;
	padding-left: 40px;
}

.about-two-content .inner-box {
	border-top: 1px solid #E4E4E4;
	margin-top: 20px;
}

/* Menu dropdown arrow */
.main-menu .navigation>li.dropdown>a .pbmit-menu-dropdown-icon {
	display: inline-block;
	font-size: 10px;
	margin-left: 6px;
	line-height: 1;
	transition: transform 0.3s ease;
}

.main-menu .navigation>li.dropdown:hover>a .pbmit-menu-dropdown-icon,
.main-menu .navigation>li.dropdown.active>a .pbmit-menu-dropdown-icon {
	transform: rotate(180deg);
}

@media (max-width: 1200px) {
	.main-menu .navigation>li.dropdown>a .pbmit-menu-dropdown-icon {
		display: none;
	}
}

ul.ul_disc {
	list-style: disc;
	padding-left: 1rem;
	margin-bottom: 1rem;
}

/* Partner / Sponsor hero (exact same UI requested) */
.partner-sponsors-area {
	margin-top: 60px;
}

.sponsor-left .sponsor-kicker {
	color: var(--pbmit-global-color, #f2295b);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.sponsor-left .sponsor-heading {
	color: #0d2f5c;
	font-weight: 800;
	font-size: 44px;
	line-height: 1.05;
	letter-spacing: -0.6px;
	margin: 0;
}

.sponsor-left .sponsor-dots {
	color: var(--pbmit-global-color, #f2295b);
	font-size: 22px;
	margin: 14px 0 18px;
}

.sponsor-left .sponsor-text {
	color: #4b5563;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 22px;
	max-width: 320px;
}

.sponsor-buy-btn {
	display: inline-block;
	background: #0b3db6;
	color: #ffffff;
	text-decoration: none;
	font-weight: 800;
	padding: 12px 34px;
}

.partner-sponsors-section .sponsor-grid {
	margin-top: 4px;
}

.sponsor-card {
	background: #ffffff;
	height: 200px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 10px;
	position: relative;
	text-align: center;
	margin-bottom: 0;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sponsor-card:hover {
	border: 1px solid #dddddd;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);
}

.sponsor-card img {
	max-width: 100%;
	max-height: 180px;
	object-fit: contain;
}

@media (max-width: 992px) {
	.partner-sponsors-area {
		border-radius: 20px;
		padding: 22px 20px;
	}

	.sponsor-left .sponsor-heading {
		font-size: 32px;
	}
}


ul.rigth-ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

ul.rigth-ul li {}

ul.rigth-ul li:first-child a {
	padding-left: 0;
}

ul.rigth-ul li:last-child a {
	border-right: 0;
	padding-right: 0;
}

ul.rigth-ul li a {
	color: #fff;
	padding: 0 15px;
	border-right: 1px solid #2e3942;
}

.pbmit-header-style-2.site-header .site-branding img {
    height: auto !important;
}

.contact-us-section .contact-form-box button {
    width: auto !important;
}


.pbmit-blog-style-3 .pbmit-featured-wrapper img {
    height: 500px !important;
}

.pbmit-header-overlay .pbmit-element-title a{
	color:#ffff !important
}


.pbmit-pre-header-wrapper .dropdown li{
    line-height: 40px;
}



/* Seach page style  */

/* ============================================
   SEARCH PAGE STYLES
   ============================================ */

/* --- Section wrapper --- */
.search-results-section {
    padding: 70px 0 90px;
}

/* --- Search bar --- */
.sr-searchbar-wrap {
    margin-bottom: 20px;
}
.sr-searchbar {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    padding: 6px 6px 6px 20px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    transition: border-color 0.25s;
}
.sr-searchbar:focus-within {
    border-color: var(--pbmit-global-color, #e1a800);
}
.sr-searchbar__icon {
    color: #aaa;
    font-size: 18px;
    flex-shrink: 0;
    margin-right: 12px;
}
.sr-searchbar__input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    background: transparent;
    min-width: 0;
}
.sr-searchbar__input::placeholder { color: #bbb; }
.sr-searchbar__btn {
    background: var(--pbmit-global-color, #e1a800);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: background 0.25s;
    flex-shrink: 0;
}
.sr-searchbar__btn:hover { background: #c49200; }

/* --- Count line --- */
.sr-count {
    font-size: 14px;
    color: #888;
    margin-bottom: 36px;
    padding-bottom: 16px;
    border-bottom: 1px solid #efefef;
}
.sr-count strong { color: #333; font-size: 15px; }
.sr-count em     { font-style: normal; color: #555; }

/* --- Results list (horizontal cards) --- */
.sr-results-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* --- Individual card --- */
.sr-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.sr-card:hover {
    box-shadow: 0 10px 40px rgba(0,0,0,0.10);
    transform: translateY(-3px);
}

/* Thumbnail */
.sr-card__thumb-link {
    display: block;
    flex-shrink: 0;
    width: 220px;
}
.sr-card__thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sr-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.sr-card:hover .sr-card__thumb img {
    transform: scale(1.06);
}

/* Body */
.sr-card__body {
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}

/* Meta row */
.sr-card__meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.sr-card__badge {
    display: inline-block;
    background: var(--pbmit-global-color, #e1a800);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 4px 11px;
    border-radius: 3px;
    line-height: 1.6;
}
.sr-card__date {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 5px;
}
.sr-card__date i { font-size: 12px; }

/* Title */
.sr-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 10px;
    color: #1a1a2e;
}
.sr-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.sr-card__title a:hover {
    color: var(--pbmit-global-color, #e1a800);
}

/* Excerpt */
.sr-card__excerpt {
    font-size: 14px;
    color: #777;
    line-height: 1.75;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read more link */
.sr-card__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--pbmit-global-color, #e1a800);
    text-decoration: none;
    text-transform: uppercase;
    margin-top: auto;
    transition: gap 0.2s;
}
.sr-card__link:hover { gap: 12px; }
.sr-card__link i { font-size: 11px; }

/* --- Pagination --- */
.sr-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 50px;
    flex-wrap: wrap;
}
.sr-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    transition: all 0.25s;
}
.sr-pagination .page-numbers:hover,
.sr-pagination .page-numbers.current {
    background: var(--pbmit-global-color, #e1a800);
    border-color: var(--pbmit-global-color, #e1a800);
    color: #fff;
}
.sr-pagination .page-numbers.dots {
    border: none;
    background: transparent;
    color: #aaa;
    cursor: default;
}

/* --- Empty / No results --- */
.sr-empty {
    text-align: center;
    padding: 70px 24px;
    background: #fafafa;
    border-radius: 10px;
    border: 1px dashed #e0e0e0;
}
.sr-empty__icon {
    font-size: 56px;
    color: #ddd;
    margin-bottom: 20px;
    line-height: 1;
}
.sr-empty__title {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}
.sr-empty__text {
    font-size: 15px;
    color: #888;
    max-width: 500px;
    margin: 0 auto 28px;
    line-height: 1.75;
}
.sr-empty__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--pbmit-global-color, #e1a800);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 13px 30px;
    border-radius: 4px;
    transition: background 0.25s, gap 0.2s;
}
.sr-empty__btn:hover {
    background: #c49200;
    color: #fff;
    gap: 12px;
}

/* --- Responsive --- */
@media (max-width: 767px) {
    .sr-card {
        flex-direction: column;
    }
    .sr-card__thumb-link {
        width: 100%;
        height: 220px;
    }
    .sr-card__body {
        padding: 20px;
    }
    .sr-card__title { font-size: 17px; }
    .sr-searchbar__btn { padding: 13px 18px; }
}
