/******************************

    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
/*----------------------------------------*/
.pbmit-header-style-2 .pbmit-header-social.pbmit-language-switcher .pbmit-social-links{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.pbmit-header-style-2 .pbmit-header-social.pbmit-language-switcher .pbmit-social-links li:not(:last-child){
	padding: 0;
}
.pbmit-header-style-2 .pbmit-header-social.pbmit-language-switcher .pbmit-social-li a{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: auto;
	height: auto;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: var(--pbmit-white-color);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.08);
	transition: all .3s ease;
}
.pbmit-header-style-2 .pbmit-sticky-header.pbmit-fixed-header .pbmit-header-social.pbmit-language-switcher .pbmit-social-li a{
	color: var(--pbmit-blackish-color);
	border-color: rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.03);
}
.pbmit-header-style-2 .pbmit-header-social.pbmit-language-switcher .pbmit-language-item.is-active a{
	background-color: var(--pbmit-global-color);
	border-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
}
.pbmit-header-style-2 .pbmit-sticky-header.pbmit-fixed-header .pbmit-header-social.pbmit-language-switcher .pbmit-language-item.is-active a{
	background-color: var(--pbmit-global-color);
	border-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
}
.pbmit-header-style-2 .pbmit-header-social.pbmit-language-switcher .pbmit-language-flag{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
}
.pbmit-header-style-2 .pbmit-header-social.pbmit-language-switcher .pbmit-language-label{
	display: inline-block;
}
.pbmit-header-style-2 .pbmit-header-social.pbmit-language-switcher .pbmit-social-li a:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
	border-color: var(--pbmit-global-color);
}
.pbmit-mobile-language-switcher{
	display: none;
}
.skip-link{
	position: absolute;
	left: 20px;
	top: -60px;
	z-index: 10000;
	padding: 12px 18px;
	border-radius: 999px;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
	font-weight: 700;
	line-height: 1;
}
.skip-link:focus{
	top: 20px;
	color: var(--pbmit-blackish-color);
}
.eco-seo-intro{
	padding: 80px 0 30px;
	background:
		radial-gradient(circle at top left, rgba(241, 136, 36, 0.14), transparent 45%),
		linear-gradient(180deg, #ffffff 0%, #f5f7f9 100%);
}
.eco-seo-intro-inner{
	padding-bottom: 20px;
}
.eco-seo-intro-card,
.eco-seo-aside,
.eco-faq-item{
	background-color: var(--pbmit-white-color);
	border: 1px solid rgba(22, 34, 45, 0.08);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(22, 34, 45, 0.08);
}
.eco-seo-intro-card{
	height: 100%;
	padding: 38px 40px;
}
.eco-seo-kicker{
	display: inline-block;
	margin-bottom: 16px;
	padding: 8px 14px;
	border-radius: 999px;
	background-color: rgba(241, 136, 36, 0.12);
	color: var(--pbmit-global-color);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.eco-seo-intro-card h1,
.eco-seo-intro-card h2{
	margin-bottom: 18px;
	font-size: 46px;
	line-height: 1.12;
}
.eco-seo-intro-card p{
	margin-bottom: 0;
	max-width: 760px;
	font-size: 18px;
	line-height: 1.75;
}
.eco-seo-chip-row{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.eco-seo-chip-row span{
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}
.eco-seo-aside{
	height: 100%;
	padding: 32px 28px;
}
.eco-seo-aside h2{
	margin-bottom: 18px;
	font-size: 28px;
	line-height: 1.2;
}
.eco-seo-points{
	margin: 0;
	padding: 0;
	list-style: none;
}
.eco-seo-points li{
	position: relative;
	padding-left: 22px;
	margin-bottom: 14px;
	color: var(--pbmit-heading-color);
	font-weight: 500;
	line-height: 1.6;
}
.eco-seo-points li:last-child{
	margin-bottom: 0;
}
.eco-seo-points li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
}
.eco-seo-links{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.eco-seo-links a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid rgba(22, 34, 45, 0.12);
	color: var(--pbmit-heading-color);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
.eco-seo-links a:hover{
	border-color: var(--pbmit-global-color);
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
}
.eco-faq-section{
	padding-top: 20px;
}
.eco-faq-list{
	display: grid;
	gap: 20px;
}
.eco-faq-item{
	padding: 28px 30px;
}
.eco-faq-item h3{
	margin-bottom: 12px;
	font-size: 25px;
	line-height: 1.3;
}
.eco-faq-item p{
	margin-bottom: 0;
}
.eco-services-page{
	padding-top: 30px;
}
.eco-services-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px 30px;
	margin-top: 46px;
}
.eco-service-card{
	height: 100%;
}
.eco-service-card-link{
	display: block;
	height: 100%;
	text-decoration: none;
}
.eco-service-card-media{
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background-color: #eef2f5;
}
.eco-service-card-media:before{
	content: "";
	display: block;
	padding-top: 73%;
}
.eco-service-card-media img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease, filter .45s ease;
}
.eco-service-card-content{
	padding-top: 18px;
}
.eco-service-card-content h3{
	margin-bottom: 0;
	color: #757575;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: .01em;
	text-transform: uppercase;
}
.eco-service-card-link:hover .eco-service-card-media img{
	transform: scale(1.03);
	filter: saturate(1.05);
}
.eco-service-card-link:hover .eco-service-card-content h3{
	color: var(--pbmit-heading-color);
}
.eco-services-cta{
	padding-top: 0;
}
.eco-services-cta-box{
	padding: 38px 42px;
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(var(--pbmit-global-color-rgb), 0.12) 0%, rgba(var(--pbmit-white-color-rgb), 0.96) 100%);
	border: 1px solid rgba(22, 34, 45, 0.08);
	box-shadow: 0 24px 60px rgba(22, 34, 45, 0.08);
}
.eco-services-cta-box h2{
	margin-bottom: 12px;
	font-size: 38px;
	line-height: 1.15;
}
.eco-services-cta-box p{
	margin-bottom: 0;
	max-width: 700px;
}
.eco-service-hero-media{
	height: 100%;
	min-height: 420px;
	overflow: hidden;
	border-radius: 28px;
	background-color: #eef2f5;
	box-shadow: 0 24px 60px rgba(22, 34, 45, 0.12);
}
.eco-service-hero-media img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.eco-service-detail{
	padding-top: 20px;
}
.eco-service-detail-row{
	align-items: stretch;
}
.eco-service-detail-row > [class*="col-"]{
	display: flex;
}
.eco-service-detail-row .eco-corporate-story-content,
.eco-service-detail-row .eco-service-sidebar-stack{
	width: 100%;
}
.eco-service-sidebar-stack{
	display: grid;
	gap: 24px;
	height: 100%;
}
.eco-service-detail .eco-corporate-story-content,
.eco-service-detail .eco-corporate-story-sidebar,
.eco-service-detail .eco-service-sidebar-stack{
	height: auto;
}
.eco-service-note,
.eco-service-process-card{
	padding: 32px;
	border-radius: 24px;
	background-color: var(--pbmit-white-color);
	border: 1px solid rgba(22, 34, 45, 0.08);
	box-shadow: 0 18px 50px rgba(15, 23, 32, 0.06);
}
.eco-service-note h3,
.eco-service-process-card h3{
	margin-bottom: 14px;
	font-size: 28px;
	line-height: 1.25;
}
.eco-service-note p:last-child,
.eco-service-process-card p:last-child{
	margin-bottom: 0;
}
.eco-service-note-wide{
	padding: 34px 36px;
}
.eco-service-bullet-list-wide{
	gap: 16px;
}
.eco-service-gallery{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 30px;
}
.eco-service-gallery img{
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 18px;
}
.eco-service-bullet-list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}
.eco-service-bullet-list li{
	position: relative;
	padding-left: 24px;
	line-height: 1.7;
}
.eco-service-bullet-list li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
	box-shadow: 0 0 0 5px rgba(var(--pbmit-global-color-rgb), 0.14);
}
.eco-service-bullet-list strong{
	color: inherit;
}
.eco-service-process-grid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
}
.eco-service-link-list{
	display: grid;
	gap: 12px;
	margin-top: 24px;
}
.eco-service-link-list a{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 18px;
	border-radius: 16px;
	background-color: rgba(var(--pbmit-global-color-rgb), 0.16);
	border: 1px solid rgba(var(--pbmit-global-color-rgb), 0.38);
	color: var(--pbmit-blackish-color);
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.eco-service-link-list a:hover{
	background-color: rgba(var(--pbmit-global-color-rgb), 0.24);
	border-color: rgba(var(--pbmit-global-color-rgb), 0.52);
	color: var(--pbmit-blackish-color);
}
#page{
	position: relative;
	overflow: hidden;
}
.pbmit-contact-float{
	position: fixed;
	right: 20px;
	bottom: 85px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	z-index: 9999;
}
.pbmit-contact-float-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	color: var(--pbmit-white-color);
	box-shadow: 0 12px 30px rgba(22, 34, 45, 0.18);
	transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}
.pbmit-contact-float-link i{
	font-size: 24px;
	line-height: 1;
}
.pbmit-contact-float-link.is-whatsapp{
	background-color: #25d366;
}
.pbmit-contact-float-link.is-phone{
	background-color: var(--pbmit-global-color);
}
.pbmit-contact-float-link:hover{
	color: var(--pbmit-white-color);
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(22, 34, 45, 0.24);
}
@media (max-width: 991px){
	.pbmit-contact-float{
		right: 15px;
		bottom: 85px;
	}
	.pbmit-contact-float-link{
		width: 50px;
		height: 50px;
	}
	.pbmit-contact-float-link i{
		font-size: 21px;
	}
	.eco-seo-intro{
		padding-top: 60px;
	}
	.eco-seo-intro-card,
	.eco-seo-aside,
	.eco-faq-item{
		padding: 26px 22px;
	}
	.eco-services-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 24px;
	}
	.eco-seo-intro-card h1,
	.eco-seo-intro-card h2{
		font-size: 34px;
	}
	.eco-services-cta-box{
		padding: 28px 24px;
	}
	.eco-services-cta-box h2{
		font-size: 30px;
	}
	.eco-service-hero-media{
		min-height: 320px;
	}
	.eco-service-gallery{
		grid-template-columns: 1fr;
	}
}
@media (max-width: 767px){
	.eco-seo-intro-card h1,
	.eco-seo-intro-card h2{
		font-size: 29px;
	}
	.eco-seo-intro-card p{
		font-size: 16px;
	}
	.eco-faq-item h3{
		font-size: 22px;
	}
	.eco-services-grid{
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.eco-service-card-content h3{
		font-size: 18px;
	}
	.eco-services-cta-box h2{
		font-size: 26px;
	}
	.eco-service-note,
	.eco-service-process-card{
		padding: 26px 22px;
	}
}
/** Homepage 01 **/
.fade-section,
.apple-reveal{
	opacity: 1;
	filter: blur(0);
	transform: translate3d(0, 0, 0) scale(1);
	transform-origin: 50% 100%;
	backface-visibility: hidden;
	will-change: opacity, transform, filter;
	transition:
		opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
		transform 1.15s cubic-bezier(0.22, 1, 0.36, 1),
		filter 1.15s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--apple-reveal-delay, 0ms);
}
.fade-section.is-ready:not(.is-visible),
.apple-reveal.is-ready:not(.is-visible){
	opacity: 0;
	filter: blur(14px);
	transform: translate3d(0, 72px, 0) scale(0.975);
}
.fade-section.visible,
.fade-section.is-visible,
.apple-reveal.visible,
.apple-reveal.is-visible{
	opacity: 1;
	filter: blur(0);
	transform: translate3d(0, 0, 0) scale(1);
}
.apple-reveal-item{
	opacity: 1;
	filter: blur(0);
	transform: translate3d(0, 0, 0) scale(1);
	backface-visibility: hidden;
	will-change: opacity, transform, filter;
	transition:
		opacity .9s cubic-bezier(0.22, 1, 0.36, 1),
		transform 1.05s cubic-bezier(0.22, 1, 0.36, 1),
		filter 1.05s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: calc(var(--apple-reveal-delay, 0ms) + var(--apple-item-delay, 0ms));
}
.apple-reveal.is-ready:not(.is-visible) .apple-reveal-item{
	opacity: 0;
	filter: blur(12px);
	transform: translate3d(0, 44px, 0) scale(0.985);
}
.apple-reveal.is-ready:not(.is-visible) .apple-reveal-visual{
	filter: blur(16px);
	transform: translate3d(0, 54px, 0) scale(1.04);
}
.apple-reveal.is-visible .apple-reveal-item,
.apple-reveal.visible .apple-reveal-item{
	opacity: 1;
	filter: blur(0);
	transform: translate3d(0, 0, 0) scale(1);
}
@media (prefers-reduced-motion: reduce){
	.fade-section,
	.apple-reveal,
	.apple-reveal-item{
		opacity: 1 !important;
		filter: none !important;
		transform: none !important;
		transition: none !important;
	}
}
.service-arrow{
	position: relative;
}
.about-section-one{
	margin: 0 70px;
	border-radius: 10px;
	overflow: hidden;
	background-image: url(../images/homepage-1/bg/pattern-img.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.about-one-left-bg{
	background-image: url(../images/homepage-1/bg/about-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
	margin-right: 20px;
}
.about-one-right-box{
	padding: 130px 100px 100px 85px;
}
.about-one-right-box .ihbox-style-area{
	padding-right: 140px;
}
.about-one-right-box .list-group-wrap{
	border-top: 1px solid #FFFFFF1A;
	margin-top: 60px;
	padding-top: 30px;
}
.about-one-right-box .list-group{
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: calc(-40px / 2);
    margin-left: calc(-40px / 2);
}
.about-one-right-box .list-group .list-group-item{
	margin-right: calc(40px / 2);
    margin-left: calc(40px / 2);
	margin-top: 0;	
}
.ihbox-style-10-slider{
	padding: 25px 2px;
}
.ihbox-style-10-slider .pbmit-miconheading-style-10{
	height: unset;
}
.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10 {
	border-radius: 30px 30px 0 0;
    border-width: 1px 1px 0 1px;
}
.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(even) .pbmit-ihbox-style-10 {
    padding: 40px 35px 60px 35px;
    border-radius: 0 0 30px 30px;
    border-width: 0 0 1px 0;
}
.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:after,
.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:before{
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 60px;
    width: 30px;
    box-shadow: 0 30px 0 0 var(--pbmit-body-color);
    z-index: 1;
}
.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:after{
	left: 100%;
    border-bottom-left-radius: 30px;
}
.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:before{
	right: 100%;
    border-bottom-right-radius: 30px;
}
.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(even) .pbmit-box-number{
	bottom: -25px;
	top: auto;
}
.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(even) .pbmit-ihbox-box {
    flex-direction: column-reverse;
}
.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(even) .pbmit-element-title {
    padding: 25px 0 35px 0;
}
/* Makine Parkurumuz - Grid Layout */
.ihbox-style-10-grid{
	padding: 25px 0;
}
.ihbox-style-10-grid-inner{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
}
.ihbox-style-10-grid .pbmit-miconheading-style-10{
	height: unset;
}
.ihbox-style-10-grid .machine-popup-link{
	color: inherit;
	text-decoration: none;
	height: 100%;
}
.ihbox-style-10-grid .machine-popup-link:hover,
.ihbox-style-10-grid .machine-popup-link:focus{
	color: inherit;
	text-decoration: none;
}
.ihbox-style-10-grid .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10 {
	border-radius: 30px 30px 0 0;
    border-width: 1px 1px 0 1px;
}
.ihbox-style-10-grid .pbmit-miconheading-style-10:nth-child(even) .pbmit-ihbox-style-10 {
    padding: 40px 35px 60px 35px;
    border-radius: 0 0 30px 30px;
    border-width: 0 0 1px 0;
}
.ihbox-style-10-grid .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:after,
.ihbox-style-10-grid .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:before{
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 60px;
    width: 30px;
    box-shadow: 0 30px 0 0 var(--pbmit-body-color);
    z-index: 1;
}
.ihbox-style-10-grid .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:after{
	left: 100%;
    border-bottom-left-radius: 30px;
}
.ihbox-style-10-grid .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:before{
	right: 100%;
    border-bottom-right-radius: 30px;
}
.ihbox-style-10-grid .pbmit-miconheading-style-10:nth-child(even) .pbmit-box-number{
	bottom: -25px;
	top: auto;
}
.ihbox-style-10-grid .pbmit-miconheading-style-10:nth-child(even) .pbmit-ihbox-box {
    flex-direction: column-reverse;
}
.ihbox-style-10-grid .pbmit-miconheading-style-10:nth-child(even) .pbmit-element-title {
    padding: 25px 0 35px 0;
}
@media (max-width: 1024px){
	.ihbox-style-10-grid-inner{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575px){
	.ihbox-style-10-grid-inner{
		grid-template-columns: 1fr;
	}
	.ihbox-style-10-grid .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:after,
	.ihbox-style-10-grid .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:before{
		display: none;
	}
}
.pricing-section-one{
	margin: 0 70px;
	border-radius: 10px;
}
.pricing-toggle {
	padding: 4px !important;
	border-radius: 10px;
	border: 1px solid rgba(var(--pbmit-white-color-rgb), .1);
	display: grid;
	grid-template-columns: 2fr 2fr;
}
.pricing-check {
	display: none;
}
.pricing-toggle .pricing-toggler {
	padding: 12px 23px 12px 23px;
	font-size: 18px;
	color: var(--pbmit-white-color);
	min-width: 200px;
	justify-content: center;
	display: flex;
	align-items: center;
}
.pricing-toggle .pricing-toggler.toggler-active{
	border-radius: 10px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}
.pricing-section-one .left-col{
	background-image: url(../images/homepage-1/bg/pricing-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 10px;
	padding: 60px;
}
.pricing-section-one .left-col .pbmit-heading-subheading .pbmit-heading-desc{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pricing-section-one .right-col{
	padding: 60px 12px 12px 12px;
}
.pricing-section-one .right-col .pbmit-custom-heading{
	margin-bottom: 50px;
	text-align: center;
}
.pricing-section-one .right-col .pbmit-custom-heading .pbmit-title{
	font-size: 18px;
	line-height: 30px;
}
.machine-park-section .left-col{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
}
.machine-park-highlight{
	padding: 28px 30px;
	border-radius: 10px;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.08);
	border: 1px solid rgba(var(--pbmit-white-color-rgb), 0.12);
}
.machine-park-highlight-label{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(var(--pbmit-white-color-rgb), 0.65);
	margin-bottom: 8px;
}
.machine-park-highlight-value{
	font-size: 34px;
	line-height: 40px;
	font-weight: 700;
	color: var(--pbmit-white-color);
	margin-bottom: 10px;
}
.machine-park-highlight-text{
	color: rgba(var(--pbmit-white-color-rgb), 0.78);
}
.machine-park-grid{
	row-gap: 24px;
}
.machine-park-grid > div{
	display: flex;
}
.machine-park-card{
	width: 100%;
	height: 100%;
	padding: 34px 30px;
	border-radius: 10px;
	background-color: var(--pbmit-white-color);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.08);
	position: relative;
	overflow: hidden;
}
.machine-park-card::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--pbmit-global-color) 0%, rgba(var(--pbmit-global-color-rgb), 0.15) 100%);
}
.machine-park-icon{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
	margin-bottom: 28px;
}
.machine-park-icon i{
	font-size: 18px;
}
.machine-park-meta{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.55);
	margin-bottom: 16px;
}
.machine-park-brand{
	font-size: 34px;
	line-height: 38px;
	margin-bottom: 12px;
}
.machine-park-spec{
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
}
.team-section-one .pbmit-heading-subheading{
	margin-bottom: 60px;
}
.team-section-one .swiper-pagination{
	bottom: 0;
	padding: 35px 0 0 0;
	justify-content: flex-end;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb),.1);
}
.team-section-one .pbmit-bottom-text{
	margin-top: -20px;
	position: relative;
	z-index: 1;
	width: fit-content;
}
.pbmit-bottom-text a>u{
	transition: all .25s ease-in-out;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}
.pbmit-bottom-text a:not(:hover)>u{
	text-decoration-color: rgba(var(--pbmit-blackish-color-rgb),.4);
}
.testimonial-section-one{
	margin: 0 70px;
	border-radius: 10px;
	background-image: url(../images/homepage-1/bg/dot-map.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.testimonial-section-one .video-play-bg{
	background-image: url(../images/homepage-1/bg/play-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 200px 0;
	border-radius: 10px 10px 0 0;
}
.testimonial-section-one .video-play-bg .pbmit-icon-wrapper{
	text-align: center;
}
.testimonial-section-one .testimonial-area .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 0;
	background-color: var(--pbmit-white-color);
}
.testimonial-section-one .testimonial-area .swiper-pagination{
	justify-content: flex-end;
	bottom: 10px;
}
.testimonial-section-one .testimonial-area .right-box .swiper-slider{
	padding-bottom: 0;
}
.pbmit-video-play-btn{
	padding: 40px;
	font-size: 24px;
	position: relative;
	display: inline-block;
	z-index: 1;
	border-radius: 50%;
	fill: var(--pbmit-white-color);
	background-color: rgba(var(--pbmit-blackish-color-rgb),.7);
}
.pbmit-video-play-btn::before,
.pbmit-video-play-btn::after{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid rgba(var(--pbmit-white-color-rgb), .1);
}
.pbmit-video-play-btn::before{
	animation: pulse-border-2 1.5s linear infinite;
}
@keyframes pulse-border-2{
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1.7);
		-webkit-transform: scale(1.7);
		opacity: 0;
	}
}
.pbmit-video-play-btn::after{
	animation: pulse-border 1s linear infinite;
}
@keyframes pulse-border{
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
    	opacity: 1;
	}
	100% {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
.pbmit-video-play-btn svg{
	display: block;
    height: 1em;
    position: relative;
    width: 1em;
}
.testimonial-section-one .testimonial-area{
	padding: 100px 0;
}
.testimonial-section-one .testimonial-area .left-col{
	padding: 0 50px 0 100px;
}
.testimonial-section-one .testimonial-area .pbminfotech-ele-fid-style-3{
	padding: 30px 0 40px;
}
.testimonial-section-one .testimonial-area .right-box{
	padding: 25px 100px;
	margin-left: 48px;
	border-left: 1px solid #FFFFFF33;
}
.accordion-section-one{
	margin: 10px 70px;
	border-radius: 10px;
}
.accordion-section-one .accordion-img{
	background-image: url(../images/homepage-1/bg/accordion-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
	border-radius: 10px 0 0 10px;
}
.accordion-one-right-box{
	padding: 100px 70px;
}
.accordion-one-right-box .left-col{
	padding-right: 100px;
}
.accordion-one-right-box .accordion{
	padding-left: 25px;
}
/** Homepage 02 **/
.border-bottom{
	border-color: #DDDDDD;
}
.about-two-img{
	background-image: url(../images/kurumsal.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 10px;
	height: 100%;
	margin-right: -50px;
	position: relative;
}
#kurumsal-ozet .about-two-img{
	background-size: cover;
	background-color: #ecf0f4;
}
.about-two-img:before,
.about-two-img:after{
	position: absolute;
	content: "";
    display: block;
    z-index: 1;
	height: 40px;
    width: 20px;
 }
.about-two-img:before{
	top: 32.7%;
	left: calc(100% - 20px);
    border-radius: 0 0 10px 0;
}
.about-two-img:after{
	left: calc(100% - 146px);
    top: auto;
    bottom: 0px;
    border-bottom-right-radius: 10px;
}
.about-two-content{
	padding-top: 30px;
}
.about-two-content .pbmit-heading-subheading{
	padding-left: 115px;
}
.about-two-content .inner-box{
	background-color: var(--pbmit-white-color);
	border-radius: 10px 0 0 0;
	padding: 55px 0 0 40px;
	margin: -35px 0 0 6px;
	position: relative;
}
.about-two-content .inner-box .list-group{
	padding: 20px 0 50px;
}
.about-two-content .inner-box .list-group .list-group-item{
	margin-bottom: 5px;
}
.about-two-content .inner-box .pbmit-column-one .pbmit-ihbox-style-5{
	padding: 38px 35px 90px 35px;
}
.about-two-content .inner-box .swiper-slider .swiper-button-prev, 
.about-two-content .inner-box .swiper-slider .swiper-button-next{
	top: auto;
	bottom: 30px;
	border: none;
	width: auto;
	height: auto;
	right: auto;
}
.about-two-content .inner-box .swiper-slider .swiper-button-prev{
	left: 40px;
}
.about-two-content .inner-box .swiper-slider .swiper-button-next{
	left: 100px;
}	
.about-two-content .inner-box .swiper-slider .swiper-button-prev::after, 
.about-two-content .inner-box .swiper-slider .swiper-button-next::after{
	content: "\e82d";
    font-size: 40px;
}
.about-two-content .inner-box .swiper-slider .swiper-button-prev:hover, 
.about-two-content .inner-box .swiper-slider .swiper-button-next:hover{
	color: var(--pbmit-global-color);
	background-color: transparent;
}

.service-section-two{
	position: relative;
	margin: 0 70px;
	background-image: url(../images/homepage-2/bg/pattern-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
	padding: 95px 0;
	border-radius: 10px;
	background-blend-mode: color-burn;
	overflow: hidden;
}
.service-section-two .service-slider-area{
	margin-right: -244px;
	border-radius: 10px;
	overflow: hidden;
}
.service-section-two .pbmit-service-style-2 .pbmit-image-wrap{
	aspect-ratio: 4 / 3;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.04);
}
.service-section-two .pbmit-service-style-2 .pbmit-featured-img-wrapper,
.service-section-two .pbmit-service-style-2 .pbmit-featured-wrapper{
	height: 100%;
}
.service-section-two .pbmit-service-style-2 .pbmit-featured-wrapper img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.service-section-two .pbmit-service-style-2 .pbmit-featured-wrapper img[alt="Mobilya"]{
	object-position: center top;
}
.service-section-two .service-arrow{
	bottom: 10px;
}
.pbmit-bg-color-blackish .pbmit-bottom-text{
	color: rgba(var(--pbmit-white-color-rgb),.7);
}
.pbmit-bg-color-blackish .pbmit-bottom-text a:not(:hover){
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-bottom-text a:not(:hover)>u{
	text-decoration-color: rgba(var(--pbmit-white-color-rgb), .7);
}
.about-us-section-two{
	padding: 15px 70px 0;
}
.about-us-two-leftbox{
	background-image: url(../images/homepage-2/factory-worker-img.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 55px 30px;
	border-radius: 10px;
}
.about-us-two-leftbox .pbmit-custom-heading{
	padding-right: 50%;
}
.about-us-two-leftbox .pbmit-custom-heading .pbmit-title{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 40px;
}
.about-us-two-leftbox .pbmit-btn{
	width: fit-content;
}
.about-us-two-rightbox{
	position: relative;
	padding: 50px 55px 30px;
	border-radius: 10px;
	height: 100%;
	background-image: url(../images/homepage-2/factory-img.png);
    background-position: 135% -25%;
    background-repeat: no-repeat;
    background-size: contain;
	background-blend-mode: multiply;
}
.about-us-two-rightbox .pbmit-custom-heading{
	padding-right: 40%;
}
.about-us-two-rightbox .pbmit-custom-heading .pbmit-title{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	font-family: var(--pbmit-body-typography-font-family);
}
.about-us-two-rightbox .pbminfotech-ele-fid-style-4{
	margin-top: 94px;
}
.eco-story-section .row{
	row-gap: 28px;
}
.eco-story-section [class*="col-"]{
	display: flex;
}
.eco-story-section .eco-story-card{
	width: 100%;
	min-height: 760px;
	border-radius: 18px;
	overflow: hidden;
}
.eco-story-section .eco-story-card-left{
	display: flex;
	flex-direction: column;
	background-color: #f78a16;
}
.eco-story-section .eco-story-visual{
	 
	background-repeat: no-repeat;
	background-size: cover;
}
.eco-story-section .eco-story-content{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 42px;
	padding: 56px 66px 58px;
}
.eco-story-section .eco-story-content .pbmit-custom-heading{
	max-width: 360px;
}
.eco-story-section .eco-story-content .pbmit-title{
	font-size: 58px;
	line-height: 1.02;
	letter-spacing: -2px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}
.eco-story-section .eco-story-btn{
	align-self: flex-start;
}
.eco-story-section .eco-story-card-right{
	display: flex;
	flex-direction: column;
	padding: 44px 56px 54px;
	background-color: #eef2f5;
}
.eco-story-section .eco-story-plant-visual{
	 
	background-repeat: no-repeat;
	background-size: contain;
}
.eco-story-section .eco-stats-grid{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 46px;
}
.eco-story-section .eco-stat-item{
	position: relative;
}
.eco-story-section .pbminfotech-ele-fid-style-4{
	display: block;
}
.eco-story-section .pbminfotech-ele-fid-style-4 .pbmit-fld-contents{
	display: block;
}
.eco-story-section .pbminfotech-ele-fid-style-4 .pbmit-fld-wrap{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.eco-story-section .pbminfotech-ele-fid-style-4 .pbmit-fid-inner{
	display: flex;
	align-items: flex-start;
	font-size: 118px;
	line-height: .9;
	letter-spacing: -4px;
	margin-bottom: 0;
}
.eco-story-section .pbminfotech-ele-fid-style-4 .pbmit-fid,
.eco-story-section .pbminfotech-ele-fid-style-4 .pbmit-fid span{
	font-size: inherit;
	line-height: inherit;
	margin-left: 0;
}
.eco-story-section .pbminfotech-ele-fid-style-4 .pbmit-heading-desc{
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.58);
}
.eco-material-showcase-two{
	padding: 10px 0 110px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
}

.eco-material-showcase-two .container{
	max-width: 100%;
	padding-left: 70px;
	padding-right: 70px;
}

.eco-material-shell{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.14);
}

.eco-material-intro-card{
	height: 100%;
	padding: 60px 54px;
	background: linear-gradient(180deg, #ffffff 0%, #f5f3ed 100%);
}

.eco-material-intro-card .pbmit-title{
	font-size: 58px;
	line-height: 1.06em;
	margin-bottom: 20px;
}

.eco-material-intro-card .pbmit-heading-desc{
	font-size: 19px;
	line-height: 1.8em;
	margin-bottom: 0;
}

.eco-material-benefits{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 32px 0 38px;
}

.eco-material-benefits span{
	display: inline-flex;
	align-items: center;
	padding: 12px 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	color: var(--pbmit-blackish-color);
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(18, 18, 18, 0.08);
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
}

.eco-material-shell .eco-material-panel{
	height: 100%;
	background: linear-gradient(180deg, #111111 0%, #050505 100%);
	color: var(--pbmit-white-color);
}

.eco-material-shell .eco-material-toolbar{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 26px 30px;
	color: var(--pbmit-blackish-color);
	background: linear-gradient(135deg, var(--pbmit-global-color) 0%, #ffbf45 100%);
}

.eco-material-shell .eco-material-toolbar-label{
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.eco-material-shell .eco-material-controls{
	display: flex;
	gap: 12px;
}

.eco-material-shell .eco-material-nav{
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 14px;
	font-size: 22px;
	color: var(--pbmit-white-color);
	background: rgba(18, 18, 18, 0.92);
	transition: all 0.3s ease;
}

.eco-material-shell .eco-material-nav:hover{
	transform: translateY(-2px);
	background: rgba(18, 18, 18, 0.76);
}

.eco-material-shell .eco-material-stage{
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(270px, 0.95fr);
	gap: 16px;
	align-items: center;
	padding: 34px 30px 24px;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.eco-material-shell .eco-material-stage.is-updating{
	opacity: 0.7;
	transform: translateY(8px);
}

.eco-material-shell .eco-material-kicker,
.eco-material-shell .eco-material-meta-label{
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.52);
}

.eco-material-shell .eco-material-current-title{
	font-size: 42px;
	line-height: 1.08em;
	margin: 14px 0 10px;
	color: var(--pbmit-white-color);
}

.eco-material-shell .eco-material-current-tag{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.82);
}

.eco-material-shell .eco-material-current-description,
.eco-material-shell .eco-material-current-usage{
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.78);
}

.eco-material-shell .eco-material-meta{
	margin-top: 28px;
}

.eco-material-shell .eco-material-thickness-list{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
}

.eco-material-shell .eco-material-thickness-list li{
	padding: 11px 14px;
	border-radius: 16px;
	font-size: 14px;
	font-weight: 700;
	color: var(--pbmit-white-color);
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.eco-material-shell .eco-material-visual-wrap{
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.eco-material-shell .eco-material-visual-glow{
	position: absolute;
	width: 82%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 191, 69, 0.2) 0%, rgba(255, 191, 69, 0.1) 35%, rgba(255, 191, 69, 0) 72%);
	filter: blur(8px);
}

.eco-material-shell .eco-material-plate{
	position: relative;
	width: min(320px, 82%);
	aspect-ratio: 0.78;
	border-radius: 34px;
	transform: perspective(1200px) rotateY(-16deg) rotateX(10deg);
	box-shadow: -26px 36px 48px rgba(0, 0, 0, 0.35);
	transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.eco-material-shell .eco-material-plate::before{
	content: "";
	position: absolute;
	inset: 14px;
	border-radius: 28px;
	background: repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.28) 0 3px, rgba(255, 255, 255, 0.02) 3px 10px);
	mix-blend-mode: screen;
	opacity: 0.75;
}

.eco-material-shell .eco-material-panel[data-surface="aluminum"] .eco-material-plate{
	background: linear-gradient(145deg, #f7fbff 0%, #d6dbe2 24%, #fefefe 50%, #bec5cd 74%, #f3f5f7 100%);
}

.eco-material-shell .eco-material-panel[data-surface="inox"] .eco-material-plate{
	background: linear-gradient(145deg, #f9fafb 0%, #aeb6bf 22%, #fcfcfc 48%, #7b8792 78%, #ecf0f3 100%);
}

.eco-material-shell .eco-material-panel[data-surface="copper"] .eco-material-plate{
	background: linear-gradient(145deg, #ffdfc8 0%, #bf6e44 22%, #ffd7bc 48%, #81472a 78%, #ffeadb 100%);
}

.eco-material-shell .eco-material-panel[data-surface="brass"] .eco-material-plate{
	background: linear-gradient(145deg, #fff1b2 0%, #c6952f 22%, #ffe08a 48%, #8b6417 78%, #fff6cd 100%);
}

.eco-material-shell .eco-material-panel[data-surface="galvaniz"] .eco-material-plate{
	background: linear-gradient(145deg, #e8edf2 0%, #98a7b6 22%, #f6f9fb 48%, #6c7c8f 78%, #eef3f7 100%);
}

.eco-material-shell .eco-material-panel[data-surface="plexi"] .eco-material-plate{
	background: linear-gradient(145deg, rgba(221, 244, 255, 0.92) 0%, rgba(151, 214, 255, 0.7) 22%, rgba(255, 255, 255, 0.88) 48%, rgba(122, 195, 247, 0.62) 78%, rgba(235, 249, 255, 0.92) 100%);
	box-shadow: -26px 36px 56px rgba(77, 161, 214, 0.24);
}

.eco-material-shell .eco-material-panel[data-surface="wood"] .eco-material-plate{
	background: linear-gradient(145deg, #e7be8d 0%, #a56c32 22%, #d69d61 48%, #74451b 78%, #efd0ab 100%);
}

.eco-material-shell .eco-material-panel[data-surface="carbon"] .eco-material-plate{
	background: linear-gradient(145deg, #545a62 0%, #1e2329 28%, #696f76 52%, #12161a 100%);
	box-shadow: -26px 36px 56px rgba(0, 0, 0, 0.48);
}

.eco-material-shell .plate-hole{
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(10, 10, 10, 0.92);
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.18);
}

.eco-material-shell .hole-1{
	top: 22px;
	left: 22px;
}

.eco-material-shell .hole-2{
	top: 22px;
	right: 22px;
}

.eco-material-shell .hole-3{
	bottom: 22px;
	left: 22px;
}

.eco-material-shell .hole-4{
	bottom: 22px;
	right: 22px;
}

.eco-material-shell .eco-material-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 0 30px 30px;
}

.eco-material-shell .eco-material-counter{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.62);
}

.eco-material-shell .eco-material-dots{
	display: flex;
	align-items: center;
	gap: 10px;
}

.eco-material-shell .eco-material-dot{
	width: 12px;
	height: 12px;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	transition: all 0.3s ease;
}

.eco-material-shell .eco-material-dot.is-active{
	width: 42px;
	background: linear-gradient(90deg, var(--pbmit-global-color) 0%, #ffcf74 100%);
}

.eco-material-source{
	display: none;
}

@media (max-width: 1400px){
	.eco-material-intro-card .pbmit-title{
		font-size: 50px;
	}
}

@media (max-width: 1200px){
	.eco-material-showcase-two .container{
		padding-left: 40px;
		padding-right: 40px;
	}

	.eco-material-intro-card{
		padding: 46px 40px;
	}

	.eco-material-shell .eco-material-stage{
		grid-template-columns: 1fr;
	}

	.eco-material-shell .eco-material-visual-wrap{
		order: -1;
		min-height: 320px;
	}
}

@media (max-width: 991px){
	.eco-material-showcase-two{
		padding: 0 0 80px;
	}

	.eco-material-showcase-two .container{
		padding-left: 24px;
		padding-right: 24px;
	}

	.eco-material-intro-card .pbmit-title{
		font-size: 42px;
	}
}

@media (max-width: 767px){
	.eco-material-intro-card{
		padding: 36px 24px;
	}

	.eco-material-intro-card .pbmit-title{
		font-size: 34px;
	}

	.eco-material-intro-card .pbmit-heading-desc{
		font-size: 17px;
	}

	.eco-material-shell .eco-material-toolbar,
	.eco-material-shell .eco-material-stage,
	.eco-material-shell .eco-material-footer{
		padding-left: 22px;
		padding-right: 22px;
	}

	.eco-material-shell .eco-material-footer{
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 24px;
	}

	.eco-material-shell .eco-material-current-title{
		font-size: 34px;
	}

	.eco-material-shell .eco-material-visual-wrap{
		min-height: 260px;
	}

	.eco-material-shell .eco-material-plate{
		width: min(260px, 84%);
	}
}
.video-section-two{
	margin: 0 70px;
	border-radius: 10px;
	background-image: url(../images/homepage-2/bg/chart-bg.png);
    background-position: 0px 96%;
    background-repeat: no-repeat;
	background-blend-mode: lighten;
}
.video-section-two .video-play-bg{
	background-image: url(../images/homepage-2/bg/play-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 155px 100px 130px;
	border-radius: 10px 10px 0 0;
}
.video-section-two .video-play-bg .pbmit-custom-heading .pbmit-title{
	font-size: 55px;
	line-height: 60px;
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
}
.video-section-two .video-bottom-area{
	padding: 100px 100px 75px;
}
.video-bottom-area .chart-wrap{
	width: 235px;
}
.video-section-two .video-bottom-area .map-img{
	margin-top: -35px;
}
.video-section-two .video-bottom-area .content-box{
	padding-right: 80px;
	margin-right: 50px;
	border-right: 1px solid #FFFFFF1A;
}
.video-section-two .video-bottom-area .content-box .pbmit-heading-subheading .pbmit-subtitle{
	margin-bottom: 45px;
}
.video-section-two .video-bottom-area .content-box .list-group{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.video-section-two .video-bottom-area .content-box .list-group .list-group-item{
	margin: 0 8px 10px;
}
.laser-capacity-area .pbmit-heading-subheading{
	padding-right: 40px;
}
.laser-capacity-area .pbmit-heading-subheading .pbmit-title{
	font-size: 42px;
	line-height: 48px;
	color: var(--pbmit-white-color);
	margin-bottom: 25px;
}
.laser-capacity-area .laser-map-img{
	margin-top: 35px;
	max-width: 320px;
}
.laser-capacity-area .laser-map-img img{
	opacity: 0.9;
}
.laser-capacity-area .pbmit-heading-subheading .pbmit-heading-desc,
.laser-capacity-content p{
	color: rgba(var(--pbmit-white-color-rgb), 0.85);
}
.laser-capacity-content p{
	margin-bottom: 28px;
}
.laser-capacity-details{
	margin-top: 10px;
}
.laser-capacity-box{
	padding: 30px;
	border-radius: 10px;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.06);
	border: 1px solid rgba(var(--pbmit-white-color-rgb), 0.08);
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.laser-capacity-box::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--pbmit-global-color) 0%, rgba(var(--pbmit-white-color-rgb), 0) 75%);
}
.laser-capacity-box-header{
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}
.laser-capacity-icon{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}
.laser-capacity-icon i{
	font-size: 16px;
}
.laser-capacity-box h5{
	font-size: 22px;
	line-height: 30px;
	color: var(--pbmit-white-color);
	margin-bottom: 0;
}
.laser-capacity-box p{
	margin-bottom: 0;
	font-size: 18px;
	line-height: 30px;
	color: var(--pbmit-white-color);
}
.laser-capacity-value{
	font-size: 42px !important;
	line-height: 46px !important;
	font-weight: 700;
	letter-spacing: -0.02em;
}
.laser-capacity-value span{
	font-size: 20px;
	font-weight: 500;
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}
.laser-capacity-box .list-group{
	margin: 0;
}
.laser-capacity-box .list-group .list-group-item{
	padding: 16px 18px;
	margin-bottom: 12px;
	border: none;
	border-radius: 10px;
	background: rgba(var(--pbmit-white-color-rgb), 0.05);
	color: rgba(var(--pbmit-white-color-rgb), 0.9);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	position: relative;
}
.laser-capacity-box .list-group .list-group-item::before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
	box-shadow: 0 0 0 5px rgba(var(--pbmit-global-color-rgb), 0.15);
	flex-shrink: 0;
}
.laser-material{
	flex: 1 1 auto;
	font-weight: 600;
	color: var(--pbmit-white-color);
}
.laser-range{
	flex-shrink: 0;
	font-weight: 500;
	color: rgba(var(--pbmit-white-color-rgb), 0.78);
}
.laser-capacity-box .list-group .list-group-item:last-child{
	margin-bottom: 0;
}
@media (min-width: 992px){
	.laser-capacity-details > div{
		display: flex;
		flex-direction: column;
	}
	.laser-capacity-details .col-lg-5{
		gap: 25px;
	}
	.laser-capacity-details .col-lg-5 .laser-capacity-box{
		flex: 1 1 0;
		margin-bottom: 0;
	}
	.laser-capacity-details .col-lg-7 .laser-capacity-box{
		height: 100%;
		margin-bottom: 0;
	}
}
.portfolio-section-two{
	padding: 120px 0 60px;
}
.portfolio-section-two .pbmit-heading-subheading .pbmit-heading-desc{
	padding: 50px 0 0 60px;
	margin: 0;
}
.portfolio-section-two .pbmit-sortable-list-ul{
	text-align: left;
	margin-bottom: 55px;
}
.portfolio-section-two .pbmit-sortable-list-ul li::before{
	content: "/";
}
.portfolio-section-two .pbmit-sortable-list a{
	padding: 0;
	min-width: max-content;
}
.portfolio-section-two .pbmit-sortable-list a.pbmit-selected{
	color: var(--pbmit-global-color);
	background-color: transparent;
}
.client-section-two{
	padding: 0 65px 80px;
}
.team-section-two{
	margin: 0 70px;
	background-image: url(../images/homepage-2/bg/shape-img.png);
    background-position: top right;
    background-repeat: no-repeat;
	border-radius: 10px;
	padding: 90px 0;
}
.team-section-two .pbmit-custom-heading{
	margin-bottom: 60px;
}
.team-section-two .pbmit-custom-heading .pbmit-title{
	font-size: 120px;
	line-height: 120px;
	-webkit-text-size-adjust: 0;
	overflow: visible;
	color: var(--pbmit-blackish-color);
	text-shadow: 1px 1px 0 rgba(var(--pbmit-white-color-rgb),.2),-1px -1px 0 rgba(var(--pbmit-white-color-rgb),.2),1px -1px 0 rgba(var(--pbmit-white-color-rgb),.2),-1px 1px 0 rgba(var(--pbmit-white-color-rgb),.2),1px 1px 0 rgba(var(--pbmit-white-color-rgb),.2);
	-webkit-text-fill-color: inherit;
    -webkit-text-stroke-width: 0;
	-webkit-text-stroke-color: rgba(var(--pbmit-white-color-rgb), .2);
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 700;
	margin-bottom: 0;
}
.team-section-two .team-btn-bg-wrap{
	border-top: 1px solid #FFFFFF1A;
	padding-top: 30px;
	margin-top: -190px;
}
.team-section-two .team-btn-bg{
	background-image: url(../images/homepage-2/bg/team-button-bg.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	margin-left: -40px;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}
.team-section-two .team-btn-bg .pbmit-text{
	color: var(--pbmit-white-color);
	margin: 0;
}
.team-section-two .team-btn-bg .pbmit-btn.white .pbmit-button-content-wrapper:before{
	background-color: var(--pbmit-global-color);
}
.team-section-two .team-btn-bg .pbmit-btn.white .pbmit-button-icon i{
	color: var(--pbmit-blackish-color);
}
.testimonial-section-two{
	margin: 15px 70px 0;
	border-radius: 10px;
}
.testimonial-two-leftbox{
	background-image: url(../images/homepage-2/bg/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
	border-radius: 10px 0 0 10px;
	margin-right: 50px;
}
.testimonial-two-rightbox{
	padding: 90px 90px 90px 30px;
}
.testimonial-two-rightbox .swiper-button-prev,
.testimonial-two-rightbox .swiper-button-next{
	top: auto;
	bottom: 15px;
	background-color: var(--pbmit-white-color);
}
.testimonial-two-rightbox .swiper-button-prev.swiper-button-disabled{
	cursor: auto;
	pointer-events: none;
}
.testimonial-two-rightbox .swiper-button-prev:hover,
.testimonial-two-rightbox .swiper-button-next:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
	border-color: var(--pbmit-global-color);
}

/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - Our History **/
.history-section{
	margin: 100px 70px;
	padding: 80px 30px;
	border-radius: 10px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline-inner{
	padding-bottom: 40px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline-inner:last-child{
	padding-bottom: 0px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline-inner{
	margin: 0 -3px;
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-right .content{
	padding: 30px 70px 30px 40px;
	background-color: var(--pbmit-light-color);
	border-radius: 10px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.15);
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-right .content .pbmit-title{
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 10px;
	font-weight: 600;
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-right .content .pbmit-year{
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: var(--pbmit-global-color);
	margin-bottom: 5px;
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-right .content .simple-text p{
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline-image img{
	border-radius: 10px;
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-row{
	align-items: center;
	position: relative;
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-right.last{
	padding-bottom: 0 ;
}
.pbmit-element-timeline-style-2 .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row{
	flex-direction: row-reverse;
	align-items: center;
}
.pbmit-element-timeline-style-2 .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-left,
.pbmit-element-timeline-style-2 .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-right{
	padding-right: 30px;
	padding-left: 15px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-right,
.pbmit-element-timeline-style-2 .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-left{
	padding-right: 15px;
	padding-left: 30px;
}
.pbmit-element-timeline-style-2 .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-left{
	text-align: end;
}
.pbmit-element-timeline-style-2 .pbmit-timeline-post-items{
	position: relative;
}
.pbmit-element-timeline-style-2 .pbmit-timeline-post-items::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: calc(50% - 1px);
	width: 1px;
	height: 100%;
	background: rgba(var(--pbmit-blackish-color-rgb),0.2);
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-center{
	display: flex;
	justify-content: center;
	position: relative;
}
.pbmit-element-timeline-style-2 .pbmit-history-line{
	width: 130px;
	height: 1px;
	background-color: rgba(var(--pbmit-blackish-color-rgb),0.2);
}
.pbmit-element-timeline-style-2 .pbmit-history-center-dot{
	content: "";
	position: absolute;
	left: 50%;
	height: 20px;
	width: 20px;
	background-color: var(--pbmit-global-color);
	box-shadow: 0 0 0 4px var(--pbmit-body-color), 0 0 0 5px rgba(var(--pbmit-blackish-color-rgb),0.2);
	border-radius: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	transition: all 0.4s ease-in;
}
.pbmit-element-timeline-style-2 .pbmit-ourhistory-row:hover .pbmit-history-center-dot{
	background-color: var(--pbmit-blackish-color);
	box-shadow: 0 0 0 6px var(--pbmit-body-color), 0 0 0 7px rgba(var(--pbmit-blackish-color-rgb),0.2);
}
.pbmit-element-timeline-style-2 .pbmit-heading-subheading{
	margin-bottom: 70px;
}
/* For bg color */
.pbmit-bg-color-light .pbmit-element-timeline-style-2 .pbmit-ourhistory-right .content{
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-light .pbmit-element-timeline-style-2 .pbmit-history-center-dot{
	box-shadow: 0 0 0 4px var(--pbmit-light-color), 0 0 0 5px rgba(var(--pbmit-blackish-color-rgb),0.2);
}
.pbmit-bg-color-light .pbmit-element-timeline-style-2 .pbmit-ourhistory-row:hover .pbmit-history-center-dot{
	box-shadow: 0 0 0 6px var(--pbmit-light-color), 0 0 0 7px rgba(var(--pbmit-blackish-color-rgb),0.2);
}
.client-style-area{
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 75px;
}
.our-team-section{
	padding: 100px 0 40px;
}
/** 02 - Service Detail **/
.service-details .sidebar .widget.post-list .widget-title{
	margin-bottom: 12px;
}
.service-details .all-post-list li{
    margin-bottom: 1px;
	border-radius: 10px;
	transition: all 0.4s ease-in;
	position: relative;
	padding: 0;
}
.service-details .all-post-list li a{
	padding: 18px 50px 18px 45px;
    display: block;
    position: relative;
    border-radius: 10px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: var(--pbmit-blackish-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.service-details .all-post-list li a:before{
	position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    left: 20px;
    font-size: 12px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    background-color: var(--pbmit-global-color);
    transition: all 0.4s ease-in;
    font-weight: 500;
}
.service-details .all-post-list li a:after{
	position: absolute;
    content: '\e815';
    font-family: "pbminfotech-base-icons";
    right: 5px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    top: 5px;
    border-radius: 10px;
    width: 45px;
    line-height: 45px;
    font-size: 16px;
    opacity: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 10px);
    text-align: center;
    transform-style: preserve-3d;
    transition: all .4s ease;
}
.service-details .all-post-list li:hover a,
.service-details .all-post-list li.post-active a{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.service-details .all-post-list li.post-active a:after,
.service-details .all-post-list li:hover a:after{
	opacity: 1;
}
.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 15px;
}
.widget .pbmit-download .pbmit-item-download:first-child {
	padding-top: 5px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.widget .pbmit-download .pbmit-item-download{
	padding: 20px 0;
}
.widget a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.widget .pbmit-download .pbmit-item-download a .pbmit-download-item i:before, 
.widget .pbmit-download .pbmit-item-download a .pbmit-download-wrap i, 
.widget .pbmit-item-download .pbmit-download-wrap .pbmit-download-title, 
.widget .pbmit-download .pbmit-item-download a .pbmit-download-item i, 
.widget .pbmit-download .pbmit-item-download a{
	-webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.widget .pbmit-item-download .pbmit-download-wrap,
.widget .pbmit-item-download .pbmit-download-content{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.widget .pbmit-download .pbmit-item-download a .pbmit-download-wrap i {
    font-size: 35px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    color: var(--pbmit-blackish-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: var(--pbmit-white-color);
}
.widget .pbmit-download .pbmit-item-download:first-child a .pbmit-download-wrap i {
    background-color: var(--pbmit-global-color);
}
.widget .pbmit-item-download .pbmit-download-wrap .pbmit-download-title {
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 0 15px;
    margin-bottom: 0px;
    color: var(--pbmit-blackish-color);
    font-weight: 500;
    letter-spacing: 0.32px;
}
.widget .pbmit-download .pbmit-item-download a .pbmit-download-item i {
    font-size: 26px;
    line-height: 26px;
    color: var(--pbmit-blackish-color);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.widget .pbmit-download .pbmit-item-download a:hover .pbmit-download-wrap i{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.widget .pbmit-download .pbmit-item-download a:hover .pbmit-download-item i {
    color: var(--pbmit-global-color);
}	
.service-details .pbmit-service-feature-image img{
	width: 100%;
    margin: 20px 0 42px 0;
    border-radius: 10px;
}
.service-details .pbmit-ihbox-style-4-area{
	padding-right: 60px;
	border-bottom: 1px solid #16222D1A;
	margin-bottom: 30px;
}
.service-details .service-single-02-img{
	background-image: url(../images/service/service-single-02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 10px;
	position: relative;
	height: 100%;
}
/** 03 - Portfolio Single **/
.pbmit-portfolio-single-style-1 .pbmit-single-project-details-list-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 0 40px;
}
.pbmit-portfolio-single-style-1 .pbmit-element-title1 {
    width: 65%;
    font-weight: 600;
	margin-bottom: 20px;
}
.pbmit-portfolio-single-style-1 .pbmit-short-description {
    line-height: 28px;
    padding-top: 5px;
}
.pbmit-portfolio-single-style-1 .pbmit-single-project-details-list {
    padding: 35px 40px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: var(--pbmit-light-color);
}
.pbmit-portfolio-single-style-1 .pbmit-portfolio-lines-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
}
.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li::before {
    position: absolute;
    content: '\e810';
    font-family: "pbminfotech-base-icons";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    font-size: 25px;
    line-height: 55px;
    left: 0;
    top: -4px;
    text-align: center;
    border-radius: 50%;
    color: var(--pbmit-blackish-color);
    background: var(--pbmit-white-color);
    transition: all 0.4s ease-in-out;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
    font-size: 18px;
    line-height: 20px;
    color: var(--pbmit-blackish-color);
    padding-bottom: 5px;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
}
.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li:hover::before {
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
    border-color: rgba(var(--pbmit-blackish-color-rgb), .05);
}
.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li.category::before {
    content: "\e82f";
}
.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li.location::before {
    content: "\e82e";
}
.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li.timeline::before {
    content: "\e834";
}
.pbmit-portfolio-single-style-1 .pbmit-portfolio-single .pbmit-featured-img-wrapper,
.pbmit-portfolio-single-style-2 .pbmit-portfolio-single .pbmit-featured-img-wrapper {
    padding-bottom: 50px;
}
.pbmit-portfolio-single .pbmit-featured-img-wrapper img {
    border-radius: 10px;
    width: 100%;
}
.pbmit-portfolio-single .pbmit-entry-content .pbmit-custom-heading .pbmit-title,
.pbmit-team-single .pbmit-entry-content .pbmit-custom-heading .pbmit-title,
.service-details .pbmit-custom-heading .pbmit-title{
	font-weight: 600;
	margin-bottom: 20px;
}
.pbmit-portfolio-single .pbmit-entry-content .pbmit-medium,
.service-details .pbmit-medium{
	font-weight: 500;
}
.pbmit-portfolio-single-style-1 .pbmit-entry-content .list-group-wrap{
	padding-left: 90px;
}
.pbmit-portfolio-single-style-1 .ihbox-style-area{
	padding-top: 30px;
	padding-bottom: 55px;
}
.pbmit-portfolio-single-style-1 .ihbox-style-area.pbminfotech-gap-0px .pbmit-miconheading-style-11:nth-child(4n+1) .pbmit-ihbox-style-11{
	border-left-width: 1px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.pbminfotech-gap-0px .pbmit-miconheading-style-11 .pbmit-ihbox-style-11 {
    border-width: 1px 0;
}
.pbmit-portfolio-single-style-1 .ihbox-style-area.pbminfotech-gap-0px .pbmit-miconheading-style-11:nth-child(4n) .pbmit-ihbox-style-11{
	border-right-width: 1px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.pbmit-portfolio-single .pbmit-entry-content .pf-detail-img{
	border-radius: 10px;
}
.pbmit-portfolio-single .pbmit-team-style-2 {
    padding-bottom: 0;
}
.pbmit-portfolio-single-style-1 .pbmit-element-team-style-2{
	border-top: 1px solid #D9D9D9;
	padding-top: 30px;
}
.pbmit-portfolio-single-style-1 .pbmit-element-team-style-2 .pbmit-featured-wrapper img,
.pbmit-portfolio-single-style-2 .pbmit-element-team-style-2 .pbmit-featured-wrapper img {
    border-radius: 50%;
}
.pbmit-portfolio-single .post-navigation{
	margin-top: 70px;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.1);
}
.pbmit-portfolio-single-style-2 .pbmit-single-project-content .pbmit-entry-content {
    padding-right: 30px;
}
.pbmit-portfolio-single-style-2 .ihbox-style-area{
	padding-bottom: 30px;
}
.pbmit-portfolio-single-style-2 .ihbox-style-area .pbmit-miconheading-style-11 {
	margin-bottom: 20px;
}
.pbmit-portfolio-single-style-2 .ihbox-style-area .pbmit-ihbox-style-11{
	border-radius: 10px;
}
.pbmit-portfolio-single-style-2 .pbmit-element-team-style-2{
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 30px;
}
.pbmit-portfolio-single-style-2 .pbmit-ihbox-style-6 {
    padding: 30px 40px 20px 25px;
}
.pbmit-portfolio-single-style-2 .pbmit-single-project-details-list-inner{
	padding: 10px;
    background-color: var(--pbmit-light-color);
    border-radius: 10px;
    margin-bottom: 50px;
}
.pbmit-portfolio-single-style-2 .pbmit-single-project-details-list-inner .pbmit-element-title,
.pbmit-portfolio-single-style-2 .pbmit-project-detail-social-wrap .pbmit-social-share-heading {
	font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    text-transform: capitalize;
    padding: 13px 20px 13px 45px;
    position: relative;
    background-color: var(--pbmit-white-color);
    border-radius: 10px;
    margin-bottom: 20px;
}
.pbmit-portfolio-single-style-2 .pbmit-single-project-details-list-inner .pbmit-element-title::before,
.pbmit-portfolio-single-style-2 .pbmit-project-detail-social-wrap .pbmit-social-share-heading::before{
	content: "";
    position: absolute;
    left: 23px;
    top: 50%;
    height: 7px;
    width: 7px;
    background-color: var(--pbmit-global-color);
    transform: translateX(-50%) translateY(-50%);
}
.pbmit-portfolio-single-style-2 .pbmit-single-project-details-list-wrap {
    padding: 0 20px;
}
.pbmit-portfolio-single-style-2 .pbmit-portfolio-lines-ul {
    list-style: none;
    margin: 0;
    padding: 25px 0 35px 0;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(1, 1fr);
}
.pbmit-portfolio-single-style-2 .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li {
    padding-top: 25px;
    padding-left: 80px;
    border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}
.pbmit-portfolio-single-style-2 .pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li::before {
    top: 20px;
    height: 65px;
    width: 65px;
}
.pbmit-portfolio-single-style-2 .widget.pbmit-service-ad{
	margin-bottom: 50px;
	border-radius: 10px;
}
.pbmit-portfolio-single-style-2 .pbmit-project-detail-social-wrap {
    padding: 10px;
    background-color: var(--pbmit-light-color);
    border-radius: 10px;
    margin-bottom: 50px;
}
.pbmit-portfolio-single-style-2 .pbmit-project-details-social {
    padding: 0 25px;
}
.pbmit-portfolio-single-style-2 .pbmit-project-details-social .pbmit-social-links {
    margin-bottom: 30px;
}
.pbmit-portfolio-single-style-2 .pbmit-project-details-social .pbmit-social-links li:not(:last-child){
	padding: 0 2px 0 0;
}
.pbmit-portfolio-single-style-2 .pbmit-project-details-social .pbmit-social-links li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: var(--pbmit-white-color);
}
.pbmit-portfolio-single-style-2 .pbmit-project-details-social .pbmit-social-links li a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

/** 04 - Blog Detail**/
/** Sidebar Right **/
.sidebar .widget{ 
	position: relative;
    padding: 10px;
    margin-bottom: 50px;
    border-radius: 10px;
    background-color: var(--pbmit-light-color);
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
.sidebar .widget.widget-search{
	padding: 0;
	background-color: var(--pbmit-white-color);
}
.widget .search-form {
    position: relative;
}
.widget .search-form input{
	height: 60px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.1);
    padding: 10px 30px;
    padding-right: 50px;
    background-color: transparent;
    font-size: 17px;
	font-weight: 400;
    border-radius: 10px;
	display: block;
    width: 100%;
}
.widget .search-form input:focus{
	color: var(--pbmit-blackish-color);
	border-color: rgba(var(--pbmit-blackish-color-rgb), 0.3);
}
.widget .search-form input::placeholder{
	color: rgba(var(--pbmit-blackish-color-rgb), .5);
}
.widget .search-form .search-submit{
	position: absolute;
    top: 50%;
    right: 8px;
    width: 45px;
    height: 45px;
	line-height: 45px;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
	transition: all .6s;
	border-radius: 10px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	transform: translateX(0) translateY(-50%);
}
.widget .search-form .search-submit:after{
	font-family: 'pbminfotech-base-icons';
    content: '\e835';
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    color: var(--pbmit-white-color);
}
.widget .search-form .search-submit:hover{
	background-color: var(--pbmit-blackish-color);
}
.sidebar .widget.pbmit-blog-authorbox {
    padding: 0;
    background-color: var(--pbmit-blackish-color);
    background-blend-mode: color-burn;
	background-image: url(../images/bg/author-box-bg.png);
    background-repeat: no-repeat;
}
.sidebar .textwidget::before,
.sidebar .textwidget::after{
	content: "";
    display: table;
}
.sidebar .textwidget::after{
	clear: both;
}
.single-blog-authorbox {
    text-align: center;
    padding: 45px 30px;
}
.single-blog-authorbox .authorbox-img {
    display: inline-block;
    border-radius: 50%;
}
.single-blog-authorbox img {
    display: inline-block;
    height: 225px;
    width: 225px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0;
}
.single-blog-authorbox .pbmit-authorbox-title {
    display: inline-block;
    font-size: 25px;
    line-height: 28px;
    margin: 20px 0 0px;
    text-transform: capitalize;
    color: var(--pbmit-white-color);
}	
.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;
}
.pbmit-author-social .pbmit-social-links {
    text-align: center;
}
.single-blog-authorbox .pbmit-social-links li {
    padding: 0 4px 0 0;
}
.single-blog-authorbox .pbmit-social-links li a {
    font-size: 13px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}
.single-blog-authorbox .pbmit-social-links li a:hover{
	background-color: var(--pbmit-global-color);
}
.sidebar .widget .widget-title{ 
	padding: 13px 20px 13px 45px;
    position: relative;
    background-color: var(--pbmit-white-color);
    border-radius: 10px;
	margin-bottom: 20px;
} 
.sidebar .widget .widget-title:before{
	content: "";
    position: absolute;
    left: 23px;
    top: 50%;
    height: 7px;
    width: 7px;
    background-color: var(--pbmit-global-color);
    transform: translateX(-50%) translateY(-50%);
}
.sidebar .widget-categories ul{
	padding: 0 10px 0px;
}
.sidebar .widget-categories li{
	position: relative;
	padding: 0;
	margin: 0;
}
.sidebar .widget-categories .pbmit-cat-li{
	display: flex;
    align-items: center;
	justify-content: space-between;
	color: rgba(var(--pbmit-blackish-color-rgb),.5);
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.05);
	transition: all .25s ease-in-out;
	padding: 15px 0;
	font-family: var(--pbmit-heading-typography-font-family);
}
.sidebar .widget-categories ul li:last-child .pbmit-cat-li{
	border-bottom: none;
}
.sidebar .widget-categories .pbmit-cat-li a,
.sidebar .widget-categories .pbmit-brackets{
	font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.5px;
    padding-left: 0px;
    text-transform: capitalize;
    transition: all 0.4s ease;
}
.sidebar .widget-categories .pbmit-cat-li a{
	flex: 1;
}
.sidebar .widget-categories .pbmit-brackets{
	font-size: 14px;
}
.sidebar .widget-categories .pbmit-cat-li a:before{
	position: absolute;
    content: '\e815';
    left: 0;
    top: 50%;
    z-index: 1;
    font-size: 16px;
    font-family: "pbminfotech-base-icons";
    color: rgba(var(--pbmit-blackish-color-rgb),.6);
    transform: translateY(-55%);
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}
.sidebar .widget-categories .pbmit-cat-li:hover .pbmit-brackets{
	color: rgba(var(--pbmit-blackish-color-rgb),.6);
}	
.sidebar .widget-categories .pbmit-cat-li a:hover{
	padding-left: 20px;
}
.sidebar .widget-categories .pbmit-cat-li a:hover:before{
	opacity: 1;
	visibility: visible;
}
.sidebar .widget-categories .pbmit-cat-li a:hover{
	color: rgba(var(--pbmit-blackish-color-rgb),.6);
}
.sidebar .recent-post-list{
	padding: 15px 15px 0;
}
.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: 18px;
	padding-bottom: 18px;
	line-height: 20px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.10);
}
.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: 15px;
}
.widget-recent-post .recent-post-list-li>a img{
	border-radius: 10px;
}
.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: 17px;
    line-height: 22px;
}
.widget-recent-post .pbmit-rpw-title a:hover{
	color: rgb(var(--pbmit-blackish-color-rgb), .6);
}
.pbmit-rpw-content .pbmit-rpw-date a{
    padding: 4px 10px 2px;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--pbmit-blackish-color);
    letter-spacing: 0.25px;
    background-color: var(--pbmit-global-color);
    border-radius: 10px;
}
.widget ul a {
    display: inline-block;
}
.widget.pbmit-service-ad{
	position: relative;
    text-align: center;
    padding: 30px;
    min-height: 450px;
    overflow: hidden;
	background-image: url(../images/bg/blog-ads-img.webp);
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.widget.pbmit-service-ad:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
    border-radius: 10px;
    filter: blur(50px);
}
.pbmit-blog-ads-box {
    position: relative;
    z-index: 1;
}
.pbmit-blog-ads-box .pbmit-ad-subheading {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--pbmit-white-color);
}
.pbmit-blog-ads-box .pbmit-ad-subheading::before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background-color: var(--pbmit-global-color);
}
.pbmit-blog-ads-box .pbmit-ad-heading {
    font-size: 30px;
    line-height: 36px;
    color: var(--pbmit-white-color);
    margin-bottom: 25px;
}
.pbmit-blog-ads-box .pbmit-ad-button a {
    position: relative;
    display: inline-block;
    padding: 16px 30px 16px 60px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    border-radius: 10px;
}
.pbmit-blog-ads-box .pbmit-ad-button a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-blog-ads-box .pbmit-ad-button a:before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: calc(100% - 10px);
    line-height: 45px;
    content: '\e83b';
    font-size: 22px;
    top: 5px;
    text-align: center;
    font-family: "pbminfotech-base-icons";
    left: 5px;
    right: auto;
    border-radius: 10px;
    transition: all .4s ease-in-out;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
}
.widget.widget-tag-cloud .tagcloud{
	padding: 0 15px;
}
.widget.widget-tag-cloud .tagcloud li,
.pbmit-blog-meta-bottom .tagcloud li{
	margin: 0 4px 0px 0;
    display: inline-block;
	padding-bottom: 12px;
}
aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .tagcloud a{
	position: relative;
    display: inline-block;
    font-size: 15px !important;
    padding: 0;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(var(--pbmit-blackish-color-rgb), 0.6);
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
}
aside.widget.widget-tag-cloud .tagcloud li:not(:last-child):after,
.pbmit-blog-meta-bottom .tagcloud li:not(:last-child):after{
	content: '/';
    display: inline-block;
    margin: 0 0 0 10px;
}
aside.widget.widget-tag-cloud a:before,
.pbmit-blog-meta-bottom .tagcloud a:before{
	content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgba(var(--pbmit-blackish-color-rgb), 0.5);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
aside.widget.widget-tag-cloud a:hover,
.pbmit-blog-meta-bottom .tagcloud a:hover{
	color: var(--pbmit-blackish-color);
}
aside.widget.widget-tag-cloud a:hover:before,
.pbmit-blog-meta-bottom .tagcloud a:hover:before{
	transform: scaleX(1);
    transform-origin: bottom left;
}
/** Blog Classic **/
.site-content{
	padding-top: 80px;
	padding-bottom: 80px;
}
.post.blog-classic{
    position: relative;
	margin-bottom: 50px;
}
.post.blog-classic .pbmit-img-wrapper{
	position: relative;
}
.post.blog-classic .pbmit-featured-img-wrapper{
    margin-bottom: 35px;
}
.post.blog-classic .pbmit-featured-wrapper img{
	border-radius: 10px;
}
.post.blog-classic:last-child {
    margin-bottom: 0px;
}
.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date{
	position: absolute;
    top: 20px;
    right: 20px;
	display: inline-block;
    text-align: center;
    padding: 8px 13px;
    border-radius: 10px;
    color: var(--pbmit-white-color);
    background-color: rgba(var(--pbmit-blackish-color-rgb), .3);
    backdrop-filter: blur(20px);
}
.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date .pbmit-date{
	font-size: 48px;
    line-height: 48px;
}
.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date>*{
	display: block;
}
.blog-classic .pbmit-blog-meta.pbmit-blog-meta-top {
    position: relative;
    font-size: 14px;
	display: inline-block;
    padding: 10px 20px 8px;
    border-radius: 10px;
    background-color: var(--pbmit-light-color);
}
.blog-classic .pbmit-blog-meta-top .pbmit-meta {
    display: inline-block;
    position: relative;
    font-size: 14px;
	text-transform: uppercase;
}	
.blog-classic .pbmit-blog-meta-top.pbmit-blog-meta,
.blog-classic .pbmit-blog-meta-top.pbmit-blog-meta a{
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-meta-top .pbmit-meta a:hover {
    color: var(--pbmit-secondary-color);
}
.pbmit-blog-meta-top .pbmit-meta:not(:last-child){
	padding-right: 30px;
}
.blog-classic .pbmit-blog-meta-top .pbmit-meta:not(:last-child):after{
	position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--pbmit-global-color);
    right: 10px;
    top: 6px;
}
.blog-classic .pbmit-blog-meta-top .pbmit-meta .pbmit-author-link:hover,
.pbmit-blog-meta-top .pbmit-meta a:hover{
	color: rgba( var(--pbmit-blackish-color-rgb), 0.6);
}
.blog-classic .pbmit-blog-meta-top .pbmit-meta .pbmit-author-link{
	margin-left: 5px;
	color: var(--pbmit-blackish-color);
}
.blog-classic .pbmit-blog-classic-inner .pbmit-post-title{
	margin-bottom: 28px;
    padding-bottom: 22px;
	font-size: 32px;
	font-weight: 600;
	margin-top: 15px;
	line-height: 40px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),.1);
}
.blog-classic .pbmit-blog-classic-inner .pbmit-read-more-link{
	margin-bottom: 10px;
}
.blog-classic .pbmit-blog-classic-inner .pbmit-read-more-link .pbmit-btn{
	padding: 20px 30px;
}
/** Blog Single **/
 .blog-details .post.blog-classic{
	margin-bottom: 0px;
}
.blog-details .pbmit-firstletter::first-letter,
.pbmit-portfolio-single .pbmit-firstletter::first-letter{
	padding: 8px 9px 5px;
	border-radius: 5px;
}
.pbmit-firstletter::first-letter{
	padding: 10px 15px 7px;
	font-size: 30px;
	line-height: 30px;
	float: left;
	font-weight: 700;
	margin: 3px 13px 0 0;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
	border-radius: 10px;
}
.pbmit-blog-classic-inner .pbmit-firstletter span {
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: 500;
    font-style: normal;
}
.pbmit-blog-classic-inner .pbmit-underline-text{
	font-weight: 500;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(var(--pbmit-global-color-rgb), .5);
}
.blog-details .pbmit-entry-content blockquote{
	border: 0;
    padding: 33px 30px 30px 130px;
    font-size: 20px;
    line-height: 34px;
    margin: 30px 0;
    position: relative;
    letter-spacing: 0;
    border-radius: 10px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
}
.blog-details .pbmit-entry-content blockquote:before{
	font-family: "pbminfotech-base-icons";
    content: "\e81c";
    font-size: 25px;
    position: absolute;
    top: 17%;
    left: 30px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100%;
    text-align: center;
    font-style: normal;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}
.blog-details .pbmit-entry-content blockquote p{
	margin-bottom: 0;
}
.blog-details .pbmit-entry-content:after{
	clear: both;
	content: "";
	display: table;
}
.blog-details .pbmit-entry-content blockquote cite{
	font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--pbmit-blackish-color);
    padding: 20px 0 0;
    border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	display: block;
	line-height: 24px;
    font-style: normal !important;
    margin-top: 15px;
    letter-spacing: .5px;
}
.blog-details .pbmit-entry-content blockquote cite:before{
	content: "-";
    margin-right: 5px;
	color: var(--pbmit-global-color);
}
.blog-details .pbmit-entry-content blockquote:after{
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.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: 10px;
}
.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 .list-group-item:not(:first-child){
	margin-top: calc(0px/2);
}
.blog-details .pbmit-entry-content .pbmit-custom-title{
	font-weight: 600;
	margin-bottom: 20px;
}
.blog-details .list-group .pbmit-icon-list-icon,
.pbmit-portfolio-single .list-group .pbmit-icon-list-icon,
.pbmit-team-single .list-group .pbmit-icon-list-icon,
.service-details .list-group .pbmit-icon-list-icon{
	top: 2px;
	margin-right: 10px;
}
.blog-details .pbmit-blog-meta-bottom{
	margin-top: 10px;
	display: flex;
}
.pbmit-blog-meta-bottom-left {
    position: relative;
    overflow: hidden;
    width: 50%;
}
.pbmit-blog-meta-bottom-right {
    width: 50%;
    text-align: right;
}
.pbmit-blog-meta-bottom ul li {
    margin-right: 2px;
    display: inline-block;
    margin-bottom: 10px;
}
.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);
}
.blog-details .post-navigation{
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.10);
    margin-top: 35px;
}
.post-navigation .nav-links {
    margin-top: 0;
    padding: 40px 0 8px;
    display: flex;
    align-items: normal;
    width: 100%;
}
.post-navigation .nav-previous{
	width: 50%;
	margin-right: auto !important;
	position: relative;
}
.post-navigation .nav-links a{
	display: block;
    text-align: left;
    width: 300px;
    transition: all 0.3s ease-in;
}
.post-navigation .pbmit-post-nav-icon{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 5px;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-icon {
    justify-content: flex-start;
}
.post-navigation .nav-links .pbmit-post-nav-icon i {
	width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: var(--pbmit-blackish-color);
    transition: all 0.3s ease-in;
    background-color: var(--pbmit-light-color);
    text-align: center;
    border-radius: 5px;
}
.post-navigation .nav-links .pbmit-post-nav-icon i:before{
	font-weight: 600;
}
.post-navigation .nav-links .pbmit-post-nav-head {
	font-size: 14px;
    line-height: 24px;
    text-transform: none;
    transition: all 0.3s ease-in;
    margin-left: 10px;
    color: rgba(var(--pbmit-blackish-color-rgb), .6);
    letter-spacing: .5px;
}
.post-navigation .nav-links .pbmit-post-nav-wrapper {
    display: block;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-wrapper {
    text-align: left;
}
.nav-links .pbmit-post-nav-wrapper {
    text-align: left;
    word-break: break-word;
}
.post-navigation .nav-links .nav-title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 5px;
    text-transform: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
}
.post-navigation .nav-next {
    width: 50%;
	text-align: right;
    margin-left: auto;
}
.post-navigation .nav-links .nav-next a{
	display: block;
    text-align: right;
    margin-left: auto;
}
.post-navigation .nav-links .nav-next .pbmit-post-nav-wrapper{
	text-align: right;
}
.post-navigation .nav-links .nav-next .pbmit-post-nav-head{
	margin-right: 8px;
}
.post-navigation .nav-links a:hover .pbmit-post-nav-head,
.post-navigation .nav-links a:hover .pbmit-post-nav-icon i{
	color: var(--pbmit-blackish-color);
}
.post-navigation .nav-links a:hover .pbmit-post-nav-icon i {
    color: rgba(var(--pbmit-blackish-color-rgb), .5);
}
.blog-details .pbmit-author-box {
  	position: relative;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 40px;
    padding-right: 80px;
    background-color: transparent;
    background-position: center center;
    background-repeat: repeat;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-radius: 20px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}
.blog-details .pbmit-author-image {
	width: 145px;
    min-width: 145px;
    height: 145px;
    line-height: 145px;
    display: block;
    overflow: hidden;
    margin-right: 35px;
    z-index: 1;
    text-align: center;
    border-radius: 20px;
    background-color: var(--pbmit-white-color);
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .09);
}
.blog-details .pbmit-author-image img{
	width: 135px;
    min-width: 135px;
    height: 135px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
}
.blog-details .pbmit-author-content {
    -webkit-flex-shrink: 100;
    flex-shrink: 100;
}
.blog-details .pbmit-author-content .pbmit-author-name {
    font-size: 24px;
	line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: inline-block;
}
.blog-details .pbmit-author-box a {
    color: var(--pbmit-global-color);
}
.blog-details .pbmit-author-content .pbmit-text {
    margin: 0;
	font-size: 17px;
    line-height: 27px;
	font-weight: 400;
}
.blog-details .comments-area{
	margin-top: 60px;
}
.blog-details .comments-area .comments-title{
	font-size: 34px;
	line-height: 42px;
	margin-bottom: 48px;
}
.comment-list .pbmit-comment-avatar{
	float: left;
}
.comment-list .pbmit-comment-avatar img{
    width: 80px;
    height: 80px;
	border-radius: 20px;
}
.blog-details .pbmit-comment-content{
	position: relative;
    padding: 0px 0px 30px 0;
    margin-left: 105px;
    min-height: 115px;
}
.blog-details .pbmit-comment-meta{
	display: flex;
    align-items: center;
}
.pbmit-comment-content .pbmit-comment-author {
	margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    display: inline-flex;
    position: relative;
	text-transform: capitalize;
    color: var(--pbmit-global-color);
}
.blog-details .pbmit-comment-author-inner{
	margin: 0 5px;
	color: var(--pbmit-blackish-color);
}
.blog-details .pbmit-comment-author-inner a{
	color: var(--pbmit-blackish-color);
}
.blog-details .pbmit-comment-author-inner a:hover{
	color: var(--pbmit-global-color);
}
.blog-details .pbmit-comment-date{
	display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
    padding: 0 0 0 20px;
}
.blog-details .pbmit-comment-date a{
	font-size: 14px;
    line-height: 24px;
    position: relative;
    text-transform: capitalize;
    color: var(--pbmit-secondary-color);
}
.blog-details .pbmit-comment-content p{
	margin: 10px 0 18px;
}
.blog-details .pbmit-comment-content .reply a{
	display: inline-block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: capitalize;
    position: relative;
    padding-right: 40px;
    color: var(--pbmit-blackish-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-details .pbmit-comment-content .reply a::before{
	content: '';
    position: absolute;
    width: calc(100% - 40px);
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgba(var(--pbmit-global-color-rgb), .5);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.blog-details .pbmit-comment-content .reply a:after{
	font-family: 'pbminfotech-base-icons';
    content: '\e82d';
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    font-size: 30px;
    margin-left: 6px;
    position: absolute;
    right: 0;
    color: var(--pbmit-global-color);
}
.blog-details .pbmit-comment-content .reply a:hover{
	color: var(--pbmit-global-color);
}
.blog-details .pbmit-comment-content .reply a:hover:before{
	transform: scaleX(1);
    transform-origin: bottom left;
}
.comment-list .children{
	margin-left: 100px;
    padding-top: 8px;
}
.blog-details .comment-respond{
	padding: 60px;
    border-radius: 20px;
    margin-top: 28px;
    margin-bottom: 20px;
}
.blog-details .comment-respond .comment-reply-title{
	margin-bottom: 20px;
}
.blog-details .comment-respond .comment-notes{
	font-size: 17px;
	margin-bottom: 20px;
}
.blog-details .comment-respond .comment-form .form-check{
	margin: 0px 0 25px 0;
}
.blog-details .comment-respond .comment-form .form-check label{
	font-size: 17px;
}
.blog-details .comment-respond .comment-form form button.submit-btn{
	padding: 18px 30px;
	border-radius: 10px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
	border: none;
	transition: all .6s;
}
.blog-details .comment-respond .comment-form form button.submit-btn:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
/** 05 - Team Single **/
.pbmit-team-single .pbmit-featured-img-wrapper img{
    border-radius: 10px;
	width: 100%;
}
.pbmit-team-single .pbmit-team-detail-content {
    padding-top: 30px;
}
.pbmit-team-single .pbmit-team-detail {
    position: relative;
    padding-bottom: 45px;
}
.pbmit-team-summary .pbmit-team-designation {
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 12px 3px;
    margin-bottom: 15px;
    letter-spacing: .5px;
    font-weight: 500;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    border-radius: 5px;
}
.pbmit-team-single .pbmit-team-title {
    font-size: 48px;
    line-height: 48px;
    color: var(--pbmit-blackish-color);
}
.pbmit-team-single .pbmit-short-description {
    padding-top: 15px;
    margin-bottom: 40px;
}
.pbmit-team-single .pbmit-single-team-info {
	position: relative;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.pbmit-single-team-info li, 
.pbmit-single-team-info li a {
    font-size: 17px;
    line-height: 24px;
}
.pbmit-team-single .pbmit-single-team-info li {
    padding: 16px 25px 16px 38px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}
.pbmit-team-single .pbmit-single-team-info li span {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    display: block;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: var(--pbmit-blackish-color);
    transition: all 0.4s ease-in-out;
}
.pbmit-team-single .pbmit-single-team-info li span::before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    left: -15px;
    top: 7px;
    background-color: var(--pbmit-global-color);
}
.pbmit-single-team-info li a {
    color: rgba(var(--pbmit-blackish-color-rgb), .7);
}
.pbmit-team-single .pbmit-team-social-links li {
    margin-bottom: 5px;
    margin-right: 8px;
    padding: 0;
}
.pbmit-team-single .pbmit-team-social-links li a, 
.pbmit-team-single .pbmit-team-social-links li, 
.pbmit-team-single .pbminfotech-box-social-links {
    transition: all .4s ease-in-out;
}
.pbmit-team-single .pbmit-team-social-links 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-light-color);
}
.pbmit-team-single .pbmit-team-social-links a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-team-single .pbmit-entry-content .ihbox-style-2-area{
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 25px;
}
.pbmit-team-single .list-group{
	margin-bottom: 40px;
}
.pbmit-team-single .pbmit-team-contact-area{
	overflow: hidden;
    margin-top: 80px;
    padding: 70px 50px 60px 60px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: 37% bottom;
    background-size: auto;
	background-image: url(../images/bg/team-contact-bg.png);
}
.pbmit-team-single .pbmit-team-contact-form-wrap{
	padding-top: 10px;
}
.pbmit-team-single .pbmit-team-icon-box-area {
    display: flex;
}
.pbmit-team-single .pbmit-team-icon-wrapper, 
.pbmit-team-single .pbmit-team-icon-box i {
    font-size: 62px;
    margin-right: 20px;
    position: relative;
    display: flex;
    height: 90px;
    width: 90px;
    line-height: 90px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
}
.pbmit-team-single .pbmit-team-icon-wrapper svg {
    height: 60px;
    width: 60px;
}
.pbmit-team-single .pbmit-icon-box-content {
    padding-top: 10px;
}
.pbmit-team-single .pbmit-icon-box-heading {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    color: rgba(var(--pbmit-blackish-color-rgb), .5);
}
.pbmit-team-single .pbmit-icon-box-text-1, 
.pbmit-team-single .pbmit-icon-box-text-2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    letter-spacing: .36px;
}
.pbmit-team-single .pbmit-icon-box-text-1 a:hover, 
.pbmit-team-single .pbmit-icon-box-text-2 a:hover{
	color: rgba(var(--pbmit-blackish-color-rgb),.6);
}
.pbmit-team-single .pbmit-team-contact-form-wrap form .form-check,
.contact-us-section .contact-form.left-box .form-check{
	position: relative;
	padding: 0;
	margin: 0 0 25px 0;
}
.pbmit-team-single .pbmit-team-contact-form-wrap form .form-check-input[type=checkbox],
.contact-us-section .contact-form.left-box .form-check-input[type=checkbox]{
	position: absolute;
	left: 10px;
	top: 8px;
	margin: 0;
	width: 11px;
	height: 11px;
	border: none;
	border-radius: 0;
	transform: scale(2);
	background-color: var(--pbmit-white-color);
}
.pbmit-team-single .pbmit-team-contact-form-wrap form .form-check-input[type=checkbox]:checked:before,
.contact-us-section .contact-form.left-box .form-check-input[type=checkbox]:checked:before{
	content: '\2713';
    font-size: 10px;
    color: var(--pbmit-blackish-color);
    background: var(--pbmit-global-color);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pbmit-team-single .pbmit-team-contact-form-wrap form .form-check-label{
	margin-left: 60px;
}
.pbmit-team-single .progressbar-area{
	margin-right: 120px;
}
/** 06 - Contact Us **/
.contact-us-section{
	padding: 120px 0 80px;
}
.contact-us-section .fid-style-3-wrap{
	display: flex;
	justify-content: flex-end;
}
.contact-us-section .contact-form.left-box .form-control{
	padding: 10px 20px;
}
.contact-us-section .contact-form.left-box .form-control::placeholder{
	color: rgba( var(--pbmit-blackish-color-rgb), 0.5);
}
.contact-us-section .contact-form.left-box textarea.form-control{
	height: 210px;
	padding-top: 20px;
}
.contact-iframe-section iframe{
	height: 600px;
	max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
	border-radius: 20px;
} 
.contact-us-section .contact-form.left-box .form-check-input[type=checkbox]{
	border-radius: 3px;
	background-color: var(--pbmit-light-color);
}
.contact-us-section .contact-form.left-box .form-check-label{
	margin-left: 50px;
}
.contact-us-section .contact-form.left-box button.pbmit-btn{
	padding: 18px 35px;
	border-radius: 15px;
}
.contact-us-section .contact-form.left-box .pbmit-btn .pbmit-button-icon{
	left: -15px;
}
.contact-form-right-box{
	border-radius: 10px;
	margin-left: 20px;
	padding: 45px 10px 10px;
	background-image: url(../images/bg/contact-bg-img.png);
}
.contact-form-right-box>.pbminfotech-gap-20px{
	padding: 0 50px;
}
.contact-form-right-box .pbmit-social-links-bg{
	border-radius: 10px;
	padding: 0 26px;
}
.contact-form-right-box .pbmit-social-links-bg .pbmit-heading-title{
	font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
	margin: 0;
	padding: 30px 0 30px 0px;
}
.contact-form-right-box .pbmit-social-links-bg .pbmit-social-links li:not(:last-child){
	padding: 0 5px 0 0;
}
.contact-form-right-box .pbmit-social-links-bg .pbmit-social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 50%;
    color: var(--pbmit-blackish-color);
    border: 1px solid var(--pbmit-blackish-color);
    transition: all 0.4s ease-in-out;
}
.contact-form-right-box .pbmit-social-links-bg .pbmit-social-links li a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
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: 400;
	line-height: normal;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
    background-color: var(--pbmit-white-color);
    height: 60px;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 25px;
	background-clip: inherit;
}
form textarea.form-control{
	padding: 20px 30px;
	resize: none;
	height: 130px;
}
form .form-check{
	margin: 10px 0 25px 0;
}
form .form-check-input[type=checkbox]{
	width: 13px;
	height: 13px;
	border-radius: 2px;
	margin-top: 7px;
	border-color: rgb(var(--pbmit-blackish-color-rgb), .6);
}
.pbmit-bg-color-light form .form-control::placeholder{
	color: rgb(var(--pbmit-blackish-color-rgb), .5);
}
.pbmit-bg-color-light form .form-control:focus,
.contact-us-section .contact-form.left-box .form-control:focus{
	color: var(--pbmit-blackish-color);
	border-color: rgba(var(--pbmit-blackish-color-rgb), 0.3);
}	
.pbmit-bg-color-light form .form-control:focus::placeholder,
.contact-us-section .contact-form.left-box .form-control:focus::placeholder{
	color: var(--pbmit-blackish-color);
}
.pbmit-title-bar-solid{
	background-image: none;
	background-color: #1a232d;
	background: linear-gradient(135deg, #161c24 0%, #263241 100%);
}
.pbmit-title-bar-solid,
.pbmit-title-bar-solid .pbmit-title-bar-content{
	min-height: 360px;
}
.pbmit-title-bar-solid:before{
	background-color: rgba(var(--pbmit-blackish-color-rgb), .24);
	filter: none;
}
.pbmit-title-bar-solid:after{
	width: 100%;
	background: linear-gradient(90deg, rgba(var(--pbmit-blackish-color-rgb), .28) 0%, rgba(var(--pbmit-blackish-color-rgb), .08) 100%);
}
.pbmit-inner-hero .pbmit-slider-item{
	height: 520px;
}
.pbmit-inner-hero .pbmit-slider-bg{
	background-image: none;
	background-color: #1a232d;
	background: linear-gradient(135deg, #161c24 0%, #263241 100%);
}
.pbmit-inner-hero .pbmit-slider-item:before{
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.18);
	filter: none;
}
.pbmit-inner-hero .pbmit-slider-content{
	padding: 250px 0 110px;
}
.pbmit-inner-hero .pbmit-slider-title{
	font-size: 72px;
	line-height: 78px;
	padding-bottom: 18px;
	margin-bottom: 22px;
}
.pbmit-inner-hero-breadcrumb{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	color: rgba(var(--pbmit-white-color-rgb), 0.78);
	font-size: 16px;
	line-height: 24px;
}
.pbmit-inner-hero-breadcrumb a{
	color: var(--pbmit-white-color);
}
.pbmit-inner-hero-breadcrumb a:hover{
	color: var(--pbmit-global-color);
}
.eco-corporate-story-content,
.eco-corporate-story-sidebar,
.eco-corporate-card,
.eco-principle-card,
.eco-global-note{
	border-radius: 18px;
}
.eco-corporate-story-content{
	height: 100%;
	padding: 48px;
	background-color: var(--pbmit-white-color);
	box-shadow: 0 18px 50px rgba(15, 23, 32, 0.08);
}
.eco-corporate-story-content p:last-child,
.eco-corporate-card p:last-child,
.eco-principle-card p:last-child,
.eco-global-note p:last-child{
	margin-bottom: 0;
}
.eco-corporate-story-sidebar{
	height: 100%;
	padding: 34px;
	background-color: var(--pbmit-blackish-color);
	color: rgba(var(--pbmit-white-color-rgb), 0.84);
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.eco-corporate-stat{
	padding: 22px 24px;
	border-radius: 16px;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.06);
	border: 1px solid rgba(var(--pbmit-white-color-rgb), 0.1);
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.eco-corporate-stat-number{
	font-size: 40px;
	line-height: 42px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--pbmit-global-color);
}
.eco-corporate-stat-label{
	font-size: 15px;
	line-height: 22px;
	color: var(--pbmit-white-color);
}
.eco-corporate-side-note{
	margin: 6px 0 0;
}
.eco-capability-badges{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.eco-capability-badges span{
	display: inline-flex;
	align-items: center;
	padding: 11px 18px;
	border-radius: 999px;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.08);
	border: 1px solid rgba(var(--pbmit-white-color-rgb), 0.12);
	color: var(--pbmit-white-color);
	font-size: 14px;
	line-height: 20px;
}
.eco-corporate-solutions .pbmit-heading-subheading{
	margin-bottom: 45px;
}
.eco-corporate-card{
	height: 100%;
	padding: 38px;
	background-color: #f6f7f8;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.08);
	box-shadow: 0 18px 50px rgba(15, 23, 32, 0.06);
}
.eco-corporate-card.is-dark{
	background-color: var(--pbmit-blackish-color);
	border-color: rgba(var(--pbmit-white-color-rgb), 0.08);
	color: rgba(var(--pbmit-white-color-rgb), 0.82);
}
.eco-corporate-card h3{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 18px;
}
.eco-corporate-card.is-dark h3{
	color: var(--pbmit-white-color);
}
.eco-corporate-card-kicker,
.eco-principle-label{
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	margin-bottom: 18px;
	background-color: rgba(var(--pbmit-global-color-rgb), 0.12);
	color: var(--pbmit-global-color);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.eco-corporate-checklist{
	list-style: none;
	margin: 24px 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
}
.eco-corporate-checklist li{
	position: relative;
	padding-left: 24px;
	font-weight: 500;
}
.eco-corporate-checklist li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--pbmit-global-color);
	box-shadow: 0 0 0 5px rgba(var(--pbmit-global-color-rgb), 0.14);
}
.eco-corporate-card.is-dark .eco-corporate-checklist li,
.eco-quality-card .eco-corporate-checklist li{
	color: inherit;
}
.eco-sector-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 40px;
}
.eco-sector-chip{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 86px;
	padding: 18px 20px;
	border-radius: 14px;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.06);
	border: 1px solid rgba(var(--pbmit-white-color-rgb), 0.08);
	color: var(--pbmit-white-color);
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	transition: transform .3s ease, border-color .3s ease, background-color .3s ease, color .3s ease;
}
.eco-sector-chip:hover{
	color: var(--pbmit-white-color);
	background-color: rgba(var(--pbmit-white-color-rgb), 0.1);
	border-color: rgba(var(--pbmit-global-color-rgb), 0.45);
	transform: translateY(-2px);
}
.eco-global-note{
	margin-top: 36px;
	padding: 34px;
	background: linear-gradient(135deg, rgba(var(--pbmit-global-color-rgb), 0.18) 0%, rgba(var(--pbmit-white-color-rgb), 0.05) 100%);
	border: 1px solid rgba(var(--pbmit-white-color-rgb), 0.1);
}
.eco-global-note h3{
	font-size: 32px;
	line-height: 38px;
	color: var(--pbmit-white-color);
	margin-bottom: 16px;
}
.eco-global-note p{
	color: rgba(var(--pbmit-white-color-rgb), 0.84);
}
.eco-principle-card{
	height: 100%;
	padding: 38px;
	background-color: var(--pbmit-white-color);
	box-shadow: 0 18px 50px rgba(15, 23, 32, 0.07);
}
.eco-quality-card h4{
	font-size: 24px;
	line-height: 30px;
	margin: 8px 0 18px;
}
.eco-quality-list{
	margin-top: 0;
}
@media (max-width: 1199px){
	.pbmit-title-bar-solid,
	.pbmit-title-bar-solid .pbmit-title-bar-content{
		min-height: 320px;
	}
	.pbmit-inner-hero .pbmit-slider-item{
		height: 470px;
	}
	.pbmit-inner-hero .pbmit-slider-content{
		padding: 230px 0 95px;
	}
	.pbmit-inner-hero .pbmit-slider-title{
		font-size: 58px;
		line-height: 62px;
	}
	.eco-sector-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 991px){
	.eco-corporate-story-content,
	.eco-corporate-story-sidebar,
	.eco-corporate-card,
	.eco-principle-card,
	.eco-global-note{
		padding: 28px 24px;
	}
	.eco-corporate-checklist{
		grid-template-columns: 1fr;
	}
	.eco-sector-grid{
		grid-template-columns: 1fr 1fr;
	}
	.pbmit-inner-hero .pbmit-slider-item{
		height: 420px;
	}
	.pbmit-inner-hero .pbmit-slider-content{
		padding: 210px 0 80px;
	}
	.eco-corporate-card h3,
	.eco-global-note h3{
		font-size: 26px;
		line-height: 32px;
	}
}
@media (max-width: 767px){
	.pbmit-title-bar-solid,
	.pbmit-title-bar-solid .pbmit-title-bar-content{
		min-height: 260px;
	}
	.pbmit-inner-hero .pbmit-slider-item{
		height: 360px;
	}
	.pbmit-inner-hero .pbmit-slider-content{
		padding: 175px 0 60px;
	}
	.pbmit-inner-hero .pbmit-slider-title{
		font-size: 40px;
		line-height: 44px;
	}
	.pbmit-inner-hero-breadcrumb{
		font-size: 14px;
		line-height: 20px;
	}
	.eco-corporate-stat-number{
		font-size: 32px;
		line-height: 34px;
	}
	.eco-capability-badges span{
		width: 100%;
		justify-content: center;
	}
	.eco-sector-grid{
		grid-template-columns: 1fr;
	}
	.eco-sector-chip{
		min-height: 68px;
		font-size: 16px;
	}
}




